.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:190px;width:1200px;position:relative;display:block; }#aHTaGRoz1KST2TkWyoXSPE45XasLn3kI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:301px;width:523px;top:0px;left:206.5px;overflow:hidden;display:block; }
#Nu7O6dN6SAIHLhp8cm5FJ8NDWNAsriuu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:128px;width:227px;top:31px;left:695.5px;overflow:hidden;display:block; }
#cP0p9q1ro9o3UxAyVmKm9IDGMzrDVbmM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:144px;width:124px;top:110px;left:1048px;overflow:hidden;display:block; }
#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS { position:relative;display:block; }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS { background-color: transparent; background-image: none; }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row .container > .video-iframe-container { display: none; }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row > .video-iframe-container { display: none; }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS { border-width: 0; border-radius: 0; }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row .container > .video-iframe-container {  }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28966387-366c-468b-ab45-5de681c13499/bg.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:714px;width:1200px;position:relative;display:block; }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row .container.adaptive-delivery-prevent-bg, #L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row .container.lazyload, #L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row .container.lazyloading { background-image: none; }#NBImPDru9bS20rb6d3DbcSKd1UuJN7rf { color:#ffffff;display:block;width:488px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:109px;left:80px;height:166.333px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yIEu78O7IZWuEUSbzzxaHBHzy1h88c9l { color:#ffffff;display:block;width:621px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:327px;left:80px;height:216px;font-style:normal;display:block; }
#NBPbkfdvdIni1qxitVmhXyFfiG0uTHmi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:114px;width:178px;top:543px;left:0px;overflow:hidden;display:block; }
#TBWv5HSmeXR3reC7o2gfKLH87c3ziq5m { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:198px;top:275.375px;left:568px;overflow:hidden;display:block; }
#EEqWU4nZb5ls82flKSquw2kch7MnU1ka { box-sizing:content-box;color:#000000;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:16px;left:837px;display:block; }
#biitbZh9pgTdMHkqhhNlydUSPKOCAxCa { color:#ffffff;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:177px;left:893px;height:23.3958px;display:block; }
#UfgtSKLedrqeZu4d1aFIN4EbLboAUUwc { box-sizing:content-box;color:#000000;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:168px;left:845px;display:block; }
#XsPIdQuVLmnJ0TrLalzEZRsLrDMlPTw7 { color:#ffffff;display:block;width:273px;position:absolute;font-family:montserrat;font-size:12px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:78px;left:844.5px;height:62.3333px;font-style:normal;display:block; }
#sUHbM4MH8FlrBXnwJF4gfgTVRwFm7Iqm { color:#ffffff;display:block;width:152px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:604px;left:155.5px;height:24px;font-style:normal;display:block; }
#hPQGGTv16EBAzevG3Pcd1epV6HUqEtFA { color:#ffffff;display:block;width:91px;position:absolute;font-family:montserrat;font-size:14px;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:605px;left:330.5px;height:21.0085px;font-style:normal;display:block; }
#oU5CwMyREJQzdvhDZMPyarQZFRfSLEzB { color:#ffffff;display:block;width:86px;position:absolute;font-family:montserrat;font-size:14px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:605px;left:446.5px;height:21.0085px;font-style:normal;display:block; }
#CS9EKKOA6f0lvtQyNbPlA1EZ6ztS2T0r { color:#ffffff;display:block;width:212px;position:absolute;font-family:montserrat;font-size:14px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:605px;left:532.5px;height:21.0085px;font-style:normal;display:block; }
#bWHWGccMTabXwTT5q9ztAPpnG9ot8scq { position:absolute;display:block;z-index:15007;background-color:#aa1428;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:2px;top:599px;left:316.5px;display:block; }
#FfMCP9PrC27aSwCA7AcyMI6O2U2WoX1E { position:absolute;display:block;z-index:15008;background-color:#aa1428;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:2px;top:599px;left:428.5px;display:block; }
#FIdUxcfe16cKfEx1eghpHvUz7NEIdbcd { position:absolute;display:block;z-index:15009;background-color:#aa1428;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:2px;top:599px;left:516.5px;display:block; }
#IMhLLZZAV94KZ9cznbc3am8iVaKchPEO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#AEeJi0yJQdFBw6oxxZMPtdgpmDcdf0RP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:144px;width:124px;display:none; }
#LfwvIS3F1Ln0fnOwsxOPQBcLGPlPT2M5 { position:absolute;display:block;z-index:15010;height:210px;width:375px;top:275.29168701172px;left:814.91674804688px;display:block; }
#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V { position:relative;display:block; }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V { background-color: transparent; background-image: none; }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V > .row .container > .video-iframe-container { display: none; }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V > .row > .video-iframe-container { display: none; }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V { border-width: 0; border-radius: 0; }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V > .row .container > .video-iframe-container {  }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:115px;width:1200px;position:relative;display:block; }#v4dWu51gDbdFwsT6TPPMOnygdsmTahU7 { color:#ffffff;display:block;width:419px;position:absolute;font-family:montserrat;font-size:12px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.6875px;left:311.5px;height:15.5966px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ru2BDoTF17082I9hGLcnIua5F2NxutUk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55px;width:221px;top:30px;left:72.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHTaGRoz1KST2TkWyoXSPE45XasLn3kI { width:523px;height:301px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Nu7O6dN6SAIHLhp8cm5FJ8NDWNAsriuu { width:227px;height:128px;top:31px;left:477.5px;display:none; }
 }@media only screen and (max-width: 763px) { #cP0p9q1ro9o3UxAyVmKm9IDGMzrDVbmM { width:124px;height:144px;top:110px;left:640px;display:none; }
 }@media only screen and (max-width: 763px) { #L3w4k8kErK48chBGyKXhaEUKvoSvdWPS { display:block; }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBImPDru9bS20rb6d3DbcSKd1UuJN7rf { width:487px;height:166px;top:108px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #yIEu78O7IZWuEUSbzzxaHBHzy1h88c9l { width:621px;height:216px;top:327px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NBPbkfdvdIni1qxitVmhXyFfiG0uTHmi { width:178px;height:114px;top:543px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TBWv5HSmeXR3reC7o2gfKLH87c3ziq5m { width:198px;height:28px;top:275px;left:350px;display:none; }
 }@media only screen and (max-width: 763px) { #EEqWU4nZb5ls82flKSquw2kch7MnU1ka { width:41px;height:41px;top:16px;left:619px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #biitbZh9pgTdMHkqhhNlydUSPKOCAxCa { width:200px;height:23px;top:177px;left:564px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UfgtSKLedrqeZu4d1aFIN4EbLboAUUwc { width:41px;height:41px;top:168px;left:627px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #XsPIdQuVLmnJ0TrLalzEZRsLrDMlPTw7 { width:273px;height:62px;top:78px;left:491px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #sUHbM4MH8FlrBXnwJF4gfgTVRwFm7Iqm { width:152px;height:24px;top:604px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hPQGGTv16EBAzevG3Pcd1epV6HUqEtFA { width:91px;height:21px;top:605px;left:112.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oU5CwMyREJQzdvhDZMPyarQZFRfSLEzB { width:86px;height:21px;top:605px;left:228.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CS9EKKOA6f0lvtQyNbPlA1EZ6ztS2T0r { width:212px;height:21px;top:605px;left:314.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bWHWGccMTabXwTT5q9ztAPpnG9ot8scq { width:2px;height:50px;top:599px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FfMCP9PrC27aSwCA7AcyMI6O2U2WoX1E { width:2px;height:50px;top:599px;left:210.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FIdUxcfe16cKfEx1eghpHvUz7NEIdbcd { width:2px;height:50px;top:599px;left:298.5px;display:none; }
 }@media only screen and (max-width: 763px) { #IMhLLZZAV94KZ9cznbc3am8iVaKchPEO { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #AEeJi0yJQdFBw6oxxZMPtdgpmDcdf0RP { width:124px;height:144px;display:none; }
 }@media only screen and (max-width: 763px) { #LfwvIS3F1Ln0fnOwsxOPQBcLGPlPT2M5 { width:375px;height:210px;top:275px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V { display:block; }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4dWu51gDbdFwsT6TPPMOnygdsmTahU7 { width:419px;height:15px;top:49px;left:93.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2BDoTF17082I9hGLcnIua5F2NxutUk { width:221px;height:55px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:187px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHTaGRoz1KST2TkWyoXSPE45XasLn3kI { width:320px;height:184.156px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Nu7O6dN6SAIHLhp8cm5FJ8NDWNAsriuu { width:227px;height:128px;top:228px;left:46.5px;display:none; }
 }@media only screen and (max-width: 763px) { #cP0p9q1ro9o3UxAyVmKm9IDGMzrDVbmM { width:124px;height:144px;top:372.156px;left:98px;display:none; }
 }@media only screen and (max-width: 763px) { #L3w4k8kErK48chBGyKXhaEUKvoSvdWPS { display:block; }#L3w4k8kErK48chBGyKXhaEUKvoSvdWPS > .row .container { width:320px;height:2162.296875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBImPDru9bS20rb6d3DbcSKd1UuJN7rf { width:302px;height:250.5626px;top:20px;left:9px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIEu78O7IZWuEUSbzzxaHBHzy1h88c9l { width:252px;height:432px;top:313.296875px;left:25px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBPbkfdvdIni1qxitVmhXyFfiG0uTHmi { width:178px;height:114px;top:735.296875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TBWv5HSmeXR3reC7o2gfKLH87c3ziq5m { width:198px;height:28px;top:1088.296875px;left:61px;display:none; }
 }@media only screen and (max-width: 763px) { #EEqWU4nZb5ls82flKSquw2kch7MnU1ka { width:41px;height:41px;top:1415px;left:14px;font-size:28px;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #biitbZh9pgTdMHkqhhNlydUSPKOCAxCa { width:200px;height:23.3906px;top:1368px;left:71px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UfgtSKLedrqeZu4d1aFIN4EbLboAUUwc { width:41px;height:41px;top:1359px;left:25px;font-size:28px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XsPIdQuVLmnJ0TrLalzEZRsLrDMlPTw7 { width:254px;height:62.3751px;top:1256px;left:33px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUHbM4MH8FlrBXnwJF4gfgTVRwFm7Iqm { width:152px;height:24px;top:899.296875px;left:84px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hPQGGTv16EBAzevG3Pcd1epV6HUqEtFA { width:91px;height:21px;top:940.296875px;left:114.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oU5CwMyREJQzdvhDZMPyarQZFRfSLEzB { width:86px;height:21px;top:981.296875px;left:117px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CS9EKKOA6f0lvtQyNbPlA1EZ6ztS2T0r { width:212px;height:21px;top:1021.296875px;left:54px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWHWGccMTabXwTT5q9ztAPpnG9ot8scq { width:50px;height:2px;top:971.296875px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #FfMCP9PrC27aSwCA7AcyMI6O2U2WoX1E { width:50px;height:2px;top:1011.296875px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #FIdUxcfe16cKfEx1eghpHvUz7NEIdbcd { width:2px;height:50px;top:1166.296875px;left:150px;display:none; }
 }@media only screen and (max-width: 763px) { #IMhLLZZAV94KZ9cznbc3am8iVaKchPEO { top:1200.296875px;left:0px;width:320px;height:712px;z-index:14999;background-color:#aa1428;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AEeJi0yJQdFBw6oxxZMPtdgpmDcdf0RP { top:1082.921875px;left:98px;width:124px;height:144px;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LfwvIS3F1Ln0fnOwsxOPQBcLGPlPT2M5 { width:320px;height:210px;top:1932.296875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V { display:block; }#tLGVOFVaCwn9ii8sBAiHJuuE51Z0TT2V > .row .container { width:320px;height:146px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4dWu51gDbdFwsT6TPPMOnygdsmTahU7 { width:320px;height:31.1875px;top:95px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2BDoTF17082I9hGLcnIua5F2NxutUk { width:221px;height:55px;top:20px;left:49px;display:block; }
 }