.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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;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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:#0c1012;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:14px;font-family:arial;height:734px;width:1200px;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:#ffc000;display:block;width:530px;position:absolute;font-family:raleway;font-size:68px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:175.58334350586px;left:0px;height:81.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { background-color:#ffc000;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:60px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:646px;left:0px;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { color:#ffffff;display:block;width:460px;position:absolute;font-family:raleway;font-size:30px;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:430px;left:0px;height:163px;font-style:normal;text-align:left;text-align-last:left;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
#x2NCMrRuJyx3kwgscFia8nazQp9NKSew { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:174px;width:425px;top:0px;left:387.5px;overflow:hidden;display:block; }
#MWLsrnThJ5sreT7GBLIBMxuS0ZOz0irF { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:454px;width:720px;top:193px;left:460px;overflow:hidden;display:block; }
#Dzq7MnW2O9e0ndRzeyInRWfK1nKm6ic6 { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:170px;width:473px;top:260px;left:0px;overflow:hidden;display:block; }
#RXxVIg3wW8zRpSxZuBINrW92odKOR0gs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:269px;width:1200px;top:274.33334350586px;left:0px;overflow:hidden;display:block; }
#SKTMMnoOAM4L2ZTbKd7trNGEbw07sFKW { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:734px;left:155px;display:block; }
#NHDTeae6zGzxB3S2OvywJNX8b4wwu50E { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #004f83, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:734px;left:117px;display:block; }
#n8ogwbB9KF4grLf7ch2r7Ieov0zV9w9t { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:734px;left:79px;display:block; }
#AWHmlLPT7cKPVOdpN97Wwp38t236K1NU { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #004f83, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:734px;left:41px;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.44);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .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); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { font-size:14px;font-family:arial;height:792px;width:1200px;position:relative;display:block; }#FpslhHlWaw7TxWug6iOZ4gaCg9VnJ341 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #004f83, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:764px;left:1038px;display:block; }
#m13ACCNXMepub6Nv4Zd5m6y8FL9TRTUM { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:764px;left:1076px;display:block; }
#MVQxEvx9JWpoS2EmxzfCsTW6ZTbAHTu1 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #004f83, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:764px;left:1114px;display:block; }
#o4BkGhFJFpvr6QKt3xe1Huh61d6iMNyD { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:764px;left:1152px;display:block; }
#ytFFyNLZkBuK0OcXQE1IxnOIBrWFX8oH { color:#ffffff;display:block;width:641.997px;position:absolute;font-family:raleway;font-size:51px;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:24.409759521484px;left:278.99310302734px;height:71.4062px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pdx5DPHhfdid8fxMDn9VF0PZHSJmFK6H { position:absolute;display:block;z-index:15020;background-color:#363738;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:326px;width:979px;top:216px;left:110.5px;display:block; }
#laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS { color:#ffffff;display:block;width:903px;position:absolute;font-family:raleway;font-size:35px;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:255px;left:148.5px;height:248px;font-style:normal;text-align:left;text-align-last:left;display:block; }#laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50f67b67-3580-4a18-9693-c1805ae69d86/2C0A8318.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.adaptive-delivery-prevent-bg, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyload, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyloading { background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.5); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.5); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { border-width: 0; border-radius: 0; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { font-size:14px;font-family:arial;height:630px;width:1200px;position:relative;display:block; }#K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { color:#ffffff;display:block;width:692px;position:absolute;font-family:raleway;font-size:51px;font-weight:700;z-index:15068;line-height:1.4;letter-spacing:0;top:24px;left:364px;height:142.781px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#y0Mf4oVmJP0iiMyD0VVKTcszrnMPhln3 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:341.997px;width:465px;top:181.26737976074px;left:668.59381103516px;overflow:hidden;display:block; }
#v1DwxJ87F6hpxd72zTU1SD5FhWc7Nbed { position:absolute;display:block;z-index:15018;background-color:#363738;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:240px;width:560px;top:195px;left:42px;display:block; }
#AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq { color:#ffffff;display:block;width:510px;position:absolute;font-family:raleway;font-size:30px;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:234px;left:67px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
#lSzoTr3bL5J036wbwKcDf7V3mZ1puvbe { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:215px;top:13px;left:144px;overflow:hidden;display:block; }
#x5If4yXCPQtxretk45tpvKePpQQtwxMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { background-color: transparent; background-image: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .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); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { border-width: 0; border-radius: 0; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { font-size:14px;font-family:arial;height:717px;width:1200px;position:relative;display:block; }#WfhJNN5bFvJcEuKWS5AHSEQiwh3soEcF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:268px;width:568px;top:257.38543701172px;left:13.055572509766px;overflow:hidden;display:block; }
#WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.98611px;top:717px;left:1148px;display:block; }
#Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #004f83, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.98611px;top:717px;left:1110px;display:block; }
#GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.98611px;top:717px;left:1072px;display:block; }
#SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #004f83, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.98611px;top:717px;left:1034px;display:block; }
#cTxhCdp8ixTJZl6PLeiIMTqPVqTsWTJ4 { color:#ffffff;display:block;width:806.997px;position:absolute;font-family:raleway;font-size:51px;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:23px;left:312px;height:71.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hzHOERFtFcfB2flvg2hMFohDVctfk2oP { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:215px;top:13px;left:104px;overflow:hidden;display:block; }
#tnkG8CuNFTF6cBDEE8r0lnrT09pVftic { position:absolute;display:block;z-index:15020;background-color:#363738;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:307.986px;width:560px;top:225.85070800781px;left:620.00006103516px;display:block; }
#dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT { color:#ffffff;display:block;width:510px;position:absolute;font-family:raleway;font-size:30px;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:247.39584350586px;left:645.00006103516px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
#kEiXBmTBvNaX2ifoKFAuTbxNEJFMdp3x { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:0px;left:155px;display:block; }
#G1eUCL2FwzNC6AUsPuaquAK9FrFW0XT8 { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #004f83, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:0px;left:117px;display:block; }
#ZiRgqWW6N0JoauPfUnA990qXEqifP79D { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffc000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffc000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:0px;left:79px;display:block; }
#kAK5iTg6lU7vdUooHKUzJKi0IXEJBMy6 { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #004f83, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f83', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #004f83, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:7.96875px;top:0px;left:41px;display:block; }
#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/034e8097-5a53-4edd-afcd-01e799e8c242/2C0A8331.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK.adaptive-delivery-prevent-bg, #TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK.lazyload, #TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK.lazyloading { background-image: none; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container { background-color: transparent; background-image: none; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container > .video-iframe-container { display: none; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row > .video-iframe-container { display: none; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .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); }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container { border-width: 0; border-radius: 0; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container { font-size:14px;font-family:arial;height:699px;width:1200px;position:relative;display:block; }#J9cJoTBB50G79vm2wX255lyGMuvBmaAE { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:381px;width:459px;top:189.5px;left:633px;overflow:hidden;display:block; }
#Evsgdz8rKm88lSrbdJqsBPpqOsHoTKq2 { position:absolute;display:block;z-index:15020;background-color:#363738;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:446px;width:1050px;top:157px;left:75px;display:block; }
#fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 { color:#ffffff;display:block;width:510px;position:absolute;font-family:raleway;font-size:30px;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:247.5px;left:109px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
#FZMvGnUZhhmAii26U8AS6dULVk6QEIdd { color:#ffffff;display:block;width:795px;position:absolute;font-family:raleway;font-size:51px;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:20px;left:296px;height:71.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zVZPRkO1l8SrzSzXr5WWdETwdCSdIXLg { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:215px;top:10px;left:109px;overflow:hidden;display:block; }
#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s { position:relative;display:block; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s { background-color: transparent; background-image: none; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container > .video-iframe-container { display: none; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row > .video-iframe-container { display: none; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .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); }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s { border-width: 0; border-radius: 0; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0b0808;background-image:none;font-size:14px;font-family:arial;height:659px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zntSlNT3Wt555tqFwoVhspkWBk9E3vvM { color:#ffffff;display:block;width:365.99px;position:absolute;font-family:raleway;font-size:51px;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:21px;left:528px;height:71.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rVxx4bWzH93IQl335uy5z24Um5xS4y7x { position:absolute;display:block;z-index:15017;background-color:rgba(54,55,56,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:470px;width:1127px;top:127.984375px;left:36.5px;display:block; }
#rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 { color:#ffffff;display:block;width:510px;position:absolute;font-family:raleway;font-size:30px;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:230.484375px;left:641px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
#J2T1GDTeKQFLuIuz0BNqefEbOEb0O08b { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:419px;width:467px;top:142.5px;left:81px;overflow:hidden;display:block; }
#o6anN3Xq7MVJoeS34XBEHlepA2oviqcJ { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:215px;top:11px;left:306px;overflow:hidden;display:block; }
#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c2e81f0-5cf8-4915-b789-6a4a8251aaff/_XMM3234a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.adaptive-delivery-prevent-bg, #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.lazyload, #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.lazyloading { background-image: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { background-color: transparent; background-image: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container > .video-iframe-container { display: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container { display: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .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); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { border-width: 0; border-radius: 0; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { font-size:14px;font-family:arial;height:626px;width:1200px;position:relative;display:block; }#Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { color:rgba(248,248,248,0.97);display:block;width:500px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:99px;left:50px;height:27.1875px;font-style:normal;display:block; }
#Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { color:#ffffff;display:block;width:500px;position:absolute;font-family:raleway;font-size:42px;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:141px;left:50px;height:58.8px;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; }
#NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { color:#ffffff;display:block;width:500px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:216px;left:50px;height:244.688px;display:block; }
#f4uaITLq8TgWVx53syzAw1Z9asC0xw0W { position:absolute;display:block;z-index:15000;background-color:rgba(28,28,28,0.7);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:605px;width:600px;top:10.5px;left:0px;display:block; }
#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { background-color: transparent; background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .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); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { border-width: 0; border-radius: 0; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { font-size:14px;font-family:arial;height:797px;width:1200px;position:relative;display:block; }#oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { color:#ffffff;display:block;width:570px;position:absolute;font-family:raleway;font-size:42px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:450px;left:358px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { color:#ffffff;display:block;width:455px;position:absolute;font-family:raleway;font-size:21px;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:529px;left:373px;height:71.375px;text-align:center;text-align-last:center;display:block; }
#IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { background-color:#ffc000;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:60px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:623px;left:498px;display:block; }
#Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { position:absolute;display:block;z-index:15001;background-color:#004f83;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:340px;width:960px;top:395px;left:120px;display:block; }
#tNPW7rL3vnnagkxLNLQrZrCsWvr3aL1y { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52px;width:147px;top:449.1875px;left:684px;overflow:hidden;display:block; }
#cy05M8AktCduEcDVA26AUseSek7Voi7B { color:#ffffff;display:block;width:533px;position:absolute;font-family:raleway;font-size:42px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:500px;left:271px;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7HQTPwRy36PvgbwtThaMd7PCCKy1zRq { position:absolute;display:block;z-index:15002;background-color:#004f83;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:340px;width:960px;top:36px;left:120px;display:block; }
#scvl2AKbqQFL6K7eNKMx3Qh6z3zPZGbE { color:#ffffff;display:block;width:655px;position:absolute;font-family:raleway;font-size:42px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:75px;left:272.5px;height:50.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gogh71MhW5MTOLd2JZZO2zwfg5ImaE1U { color:#ffffff;display:block;width:606px;position:absolute;font-family:raleway;font-size:21px;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:159px;left:297px;height:71.375px;text-align:center;text-align-last:center;display:block; }
#F3eXaUPAlHorWUz1UHJyHu5GuMC9r5bT { background-color:#fcc000;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:60px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:271px;left:498px;display:block; }
#pBtG6Alg79k1FAO5k0cvd01oy0baCvbN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107px;width:262px;top:13px;left:0px;overflow:hidden;display:block; }
#nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:46px;width:46px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:48px;left:1118px; }
#nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC > img { max-width: 100%;max-height:100%; width:46px; height:46px; }#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:48px;left:1058px; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI > img { max-width: 100%;max-height:100%; width:45px; height:45px; }#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:44px;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:49px;left:998px; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p > img { max-width: 100%;max-height:100%; width:44px; height:44px; }#lXdn8vtfa0K8d8AbayN82T2TBvMP7gLT { color:#ffffff;display:block;width:412px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:72px;left:394px;height:20.7969px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:175px;left:0px;width:530px;height:;font-size:68px;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:204px;height:55px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #x2NCMrRuJyx3kwgscFia8nazQp9NKSew { top:0px;left:169.5px;width:425px;height:174px;display:block; }
 }@media only screen and (max-width: 763px) { #MWLsrnThJ5sreT7GBLIBMxuS0ZOz0irF { top:193px;left:44px;width:720px;height:454px;display:block; }
 }@media only screen and (max-width: 763px) { #Dzq7MnW2O9e0ndRzeyInRWfK1nKm6ic6 { top:260px;left:0px;width:473px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #RXxVIg3wW8zRpSxZuBINrW92odKOR0gs { top:274px;left:0px;width:764px;height:171.26333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #SKTMMnoOAM4L2ZTbKd7trNGEbw07sFKW { width:7px;height:180px;top:734px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NHDTeae6zGzxB3S2OvywJNX8b4wwu50E { width:7px;height:180px;top:734px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n8ogwbB9KF4grLf7ch2r7Ieov0zV9w9t { width:7px;height:180px;top:734px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AWHmlLPT7cKPVOdpN97Wwp38t236K1NU { width:7px;height:180px;top:734px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpslhHlWaw7TxWug6iOZ4gaCg9VnJ341 { width:7px;height:180px;top:764px;left:757px;display:block; }
 }@media only screen and (max-width: 763px) { #m13ACCNXMepub6Nv4Zd5m6y8FL9TRTUM { width:7px;height:180px;top:764px;left:757px;display:block; }
 }@media only screen and (max-width: 763px) { #MVQxEvx9JWpoS2EmxzfCsTW6ZTbAHTu1 { width:7px;height:180px;top:764px;left:757px;display:block; }
 }@media only screen and (max-width: 763px) { #o4BkGhFJFpvr6QKt3xe1Huh61d6iMNyD { width:7px;height:180px;top:764px;left:757px;display:block; }
 }@media only screen and (max-width: 763px) { #ytFFyNLZkBuK0OcXQE1IxnOIBrWFX8oH { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Pdx5DPHhfdid8fxMDn9VF0PZHSJmFK6H { width:764px;height:326px;top:216px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }#laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #y0Mf4oVmJP0iiMyD0VVKTcszrnMPhln3 { top:181px;left:299px;width:465px;height:341.997px;display:block; }
 }@media only screen and (max-width: 763px) { #v1DwxJ87F6hpxd72zTU1SD5FhWc7Nbed { width:560px;height:240px;top:195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }#AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #lSzoTr3bL5J036wbwKcDf7V3mZ1puvbe { top:13px;left:0px;width:215px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #x5If4yXCPQtxretk45tpvKePpQQtwxMG { display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfhJNN5bFvJcEuKWS5AHSEQiwh3soEcF { top:257px;left:0px;width:568px;height:268px;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:7px;height:180px;top:717px;left:757px;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:7px;height:180px;top:717px;left:757px;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:7px;height:180px;top:717px;left:745px;display:block; }
 }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:7px;height:180px;top:717px;left:707px;display:block; }
 }@media only screen and (max-width: 763px) { #cTxhCdp8ixTJZl6PLeiIMTqPVqTsWTJ4 { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #hzHOERFtFcfB2flvg2hMFohDVctfk2oP { top:13px;left:0px;width:215px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #tnkG8CuNFTF6cBDEE8r0lnrT09pVftic { width:560px;height:307px;top:225px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }#dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #kEiXBmTBvNaX2ifoKFAuTbxNEJFMdp3x { width:7px;height:180px;top:0px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #G1eUCL2FwzNC6AUsPuaquAK9FrFW0XT8 { width:7px;height:180px;top:0px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiRgqWW6N0JoauPfUnA990qXEqifP79D { width:7px;height:180px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kAK5iTg6lU7vdUooHKUzJKi0IXEJBMy6 { width:7px;height:180px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK { display:block; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9cJoTBB50G79vm2wX255lyGMuvBmaAE { top:189px;left:305px;width:459px;height:381px;display:block; }
 }@media only screen and (max-width: 763px) { #Evsgdz8rKm88lSrbdJqsBPpqOsHoTKq2 { width:764px;height:445px;top:157px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }#fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #FZMvGnUZhhmAii26U8AS6dULVk6QEIdd { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #zVZPRkO1l8SrzSzXr5WWdETwdCSdIXLg { top:10px;left:0px;width:215px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s { display:block; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zntSlNT3Wt555tqFwoVhspkWBk9E3vvM { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #rVxx4bWzH93IQl335uy5z24Um5xS4y7x { width:764px;height:470px;top:127px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }#rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #J2T1GDTeKQFLuIuz0BNqefEbOEb0O08b { top:142px;left:0px;width:467px;height:419px;display:block; }
 }@media only screen and (max-width: 763px) { #o6anN3Xq7MVJoeS34XBEHlepA2oviqcJ { top:11px;left:88px;width:215px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { top:99px;left:0px;width:500px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { top:288px;left:0px;width:360px;height:190.312px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f4uaITLq8TgWVx53syzAw1Z9asC0xw0W { width:600px;height:605px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { top:450px;left:140px;width:570px;height:;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { top:529px;left:155px;width:455px;height:71px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:204px;height:55px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:764px;height:340px;top:395px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tNPW7rL3vnnagkxLNLQrZrCsWvr3aL1y { top:449px;left:466px;width:147px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #cy05M8AktCduEcDVA26AUseSek7Voi7B { top:500px;left:53px;width:533px;height:0;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #X7HQTPwRy36PvgbwtThaMd7PCCKy1zRq { width:764px;height:340px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #scvl2AKbqQFL6K7eNKMx3Qh6z3zPZGbE { top:75px;left:54.5px;width:655px;height:50px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Gogh71MhW5MTOLd2JZZO2zwfg5ImaE1U { top:159px;left:79px;width:606px;height:71px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #F3eXaUPAlHorWUz1UHJyHu5GuMC9r5bT { width:204px;height:55px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pBtG6Alg79k1FAO5k0cvd01oy0baCvbN { display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:262px;height:107px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { width:24px;height:24px;top:766px;left:86px;display:block; }
#nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC > img { max-width: 100%;max-height:100%; width:24px; height:24px; } }@media only screen and (max-width: 763px) { #nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { width:24px;height:24px;top:766px;left:52px;display:block; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI > img { max-width: 100%;max-height:100%; width:24px; height:24px; } }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { width:24px;height:24px;top:766px;left:18px;display:block; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p > img { max-width: 100%;max-height:100%; width:24px; height:24px; } }@media only screen and (max-width: 763px) { #lXdn8vtfa0K8d8AbayN82T2TBvMP7gLT { top:72px;left:176px;width:412px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:320px;height:900px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:320px;height:50.3906px;top:425.203125px;left:0px;font-size:42px;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:204px;height:60px;top:738px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { width:290px;height:91.5625px;top:619px;left:15px;font-size:16px;text-align:left;text-align-last:left;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #x2NCMrRuJyx3kwgscFia8nazQp9NKSew { width:320px;height:131px;top:29.703125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MWLsrnThJ5sreT7GBLIBMxuS0ZOz0irF { width:320px;height:201.766px;top:194.6875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Dzq7MnW2O9e0ndRzeyInRWfK1nKm6ic6 { width:320px;height:115px;top:486px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RXxVIg3wW8zRpSxZuBINrW92odKOR0gs { width:320px;height:71.7188px;top:245.578125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SKTMMnoOAM4L2ZTbKd7trNGEbw07sFKW { width:8px;height:180px;top:0px;left:298px;display:block; }
 }@media only screen and (max-width: 763px) { #NHDTeae6zGzxB3S2OvywJNX8b4wwu50E { width:8px;height:180px;top:0px;left:238px;display:block; }
 }@media only screen and (max-width: 763px) { #n8ogwbB9KF4grLf7ch2r7Ieov0zV9w9t { width:8px;height:180px;top:0px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #AWHmlLPT7cKPVOdpN97Wwp38t236K1NU { width:8px;height:180px;top:0px;left:281px;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:320px;height:531px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpslhHlWaw7TxWug6iOZ4gaCg9VnJ341 { width:7px;height:180px;top:0px;left:243px;display:block; }
 }@media only screen and (max-width: 763px) { #m13ACCNXMepub6Nv4Zd5m6y8FL9TRTUM { width:7px;height:180px;top:0px;left:266px;display:block; }
 }@media only screen and (max-width: 763px) { #MVQxEvx9JWpoS2EmxzfCsTW6ZTbAHTu1 { width:7px;height:180px;top:0px;left:291px;display:block; }
 }@media only screen and (max-width: 763px) { #o4BkGhFJFpvr6QKt3xe1Huh61d6iMNyD { width:7px;height:180px;top:0px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #ytFFyNLZkBuK0OcXQE1IxnOIBrWFX8oH { width:320px;height:89.5938px;top:20px;left:0px;font-size:32px;z-index:15068;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pdx5DPHhfdid8fxMDn9VF0PZHSJmFK6H { width:320px;height:326px;top:129.5938px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS { width:320px;height:257.5px;top:168.5938px;left:0px;font-size:25px;text-align:left;text-align-last:left;line-height:1.1;display:block; }#laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50f67b67-3580-4a18-9693-c1805ae69d86/2C0A8318.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.adaptive-delivery-prevent-bg, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyload, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyloading { background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.5); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.5); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { width:320px;height:89.5938px;top:88px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0Mf4oVmJP0iiMyD0VVKTcszrnMPhln3 { width:270px;height:198px;top:246.390625px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #v1DwxJ87F6hpxd72zTU1SD5FhWc7Nbed { width:320px;height:129px;top:507px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq { width:320px;height:91.5625px;top:525.71875px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }#AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #lSzoTr3bL5J036wbwKcDf7V3mZ1puvbe { width:215px;height:80px;top:19.921875px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #x5If4yXCPQtxretk45tpvKePpQQtwxMG { display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { width:320px;height:742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfhJNN5bFvJcEuKWS5AHSEQiwh3soEcF { width:320px;height:152.812px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:7.98438px;height:180px;top:562px;left:268px;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:7.98438px;height:180px;top:562px;left:292px;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:7.98438px;height:180px;top:562px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:7.98438px;height:180px;top:562px;left:244px;display:block; }
 }@media only screen and (max-width: 763px) { #cTxhCdp8ixTJZl6PLeiIMTqPVqTsWTJ4 { width:320px;height:89.5938px;top:113px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzHOERFtFcfB2flvg2hMFohDVctfk2oP { width:215px;height:80px;top:33px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tnkG8CuNFTF6cBDEE8r0lnrT09pVftic { width:320px;height:189px;top:473px;left:0px;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT { width:320px;height:145.938px;top:495px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15073;display:block; }#dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #kEiXBmTBvNaX2ifoKFAuTbxNEJFMdp3x { width:7px;height:180px;top:0px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #G1eUCL2FwzNC6AUsPuaquAK9FrFW0XT8 { width:7px;height:180px;top:0px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiRgqWW6N0JoauPfUnA990qXEqifP79D { width:7px;height:180px;top:0px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kAK5iTg6lU7vdUooHKUzJKi0IXEJBMy6 { width:7px;height:180px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK { display:block; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container { width:320px;height:797px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9cJoTBB50G79vm2wX255lyGMuvBmaAE { width:320px;height:265.609px;top:228.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Evsgdz8rKm88lSrbdJqsBPpqOsHoTKq2 { width:320px;height:212px;top:533px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 { width:320px;height:145.938px;top:566px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }#fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #FZMvGnUZhhmAii26U8AS6dULVk6QEIdd { width:320px;height:89.5938px;top:100px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVZPRkO1l8SrzSzXr5WWdETwdCSdIXLg { width:215px;height:80px;top:20px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s { display:block; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container { width:320px;height:756px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zntSlNT3Wt555tqFwoVhspkWBk9E3vvM { width:320px;height:44.7969px;top:88.796875px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVxx4bWzH93IQl335uy5z24Um5xS4y7x { width:320px;height:211px;top:496px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 { width:320px;height:145.938px;top:528px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }#rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #J2T1GDTeKQFLuIuz0BNqefEbOEb0O08b { width:320px;height:287.094px;top:172.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o6anN3Xq7MVJoeS34XBEHlepA2oviqcJ { width:215px;height:80px;top:8.796875px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { width:320px;height:701px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { width:280px;height:27.1875px;top:70px;left:20px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { width:280px;height:44.7969px;top:97px;left:20px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { width:280px;height:489.375px;top:164.0625px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f4uaITLq8TgWVx53syzAw1Z9asC0xw0W { width:320px;height:465px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:320px;height:782px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { width:280px;height:91.1875px;top:422px;left:20px;font-size:38px;z-index:15000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { width:280px;height:91.7812px;top:534px;left:20px;font-size:18px;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:204px;height:60px;top:658px;left:58px;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:320px;height:346px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tNPW7rL3vnnagkxLNLQrZrCsWvr3aL1y { width:135px;height:45px;top:469px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #cy05M8AktCduEcDVA26AUseSek7Voi7B { width:320px;height:0;top:658px;left:0px;font-size:32px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #X7HQTPwRy36PvgbwtThaMd7PCCKy1zRq { width:320px;height:352px;top:404px;left:0px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #scvl2AKbqQFL6K7eNKMx3Qh6z3zPZGbE { width:320px;height:38.3906px;top:64px;left:0px;font-size:32px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Gogh71MhW5MTOLd2JZZO2zwfg5ImaE1U { width:320px;height:122.375px;top:134px;left:0px;font-size:18px;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #F3eXaUPAlHorWUz1UHJyHu5GuMC9r5bT { width:204px;height:60px;top:287px;left:58px;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #pBtG6Alg79k1FAO5k0cvd01oy0baCvbN { display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:320px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:175px;height:70px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { display:flex;width:33px;height:33px;top:35.5px;left:274px; }
#nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC > img { max-width: 100%;max-height:100%; width:33px; height:33px; } }@media only screen and (max-width: 763px) { #nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { display:flex;width:32px;height:32px;top:36px;left:232px; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI > img { max-width: 100%;max-height:100%; width:32px; height:32px; } }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { display:flex;width:32px;height:32px;top:36px;left:189px; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p > img { max-width: 100%;max-height:100%; width:32px; height:32px; } }@media only screen and (max-width: 763px) { #lXdn8vtfa0K8d8AbayN82T2TBvMP7gLT { width:320px;height:41.5938px;top:107px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }