.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#9d0c2a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:82px;width:960px;overflow:visible;position:relative;display:block; }#TgdMoB1uwpndcTkKSSGvlCzaqXTsAPFU { color:#000000;display:block;width:410.966px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.02272605896px;left:274.48858642578px;height:29.8953px;text-align:center;text-align-last:center;display:block; }
#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/dwAdZFCu/bg-3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq.adaptive-delivery-prevent-bg, #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq.lazyload, #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq.lazyloading { background-image: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { background-color: transparent; background-image: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .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); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { border-width: 0; border-radius: 0; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { font-size:14px;font-family:arial;height:460px;width:960px;position:relative;display:block; }#TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { color:#faf5f5;display:block;width:856.994px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.844802856445px;left:102.99609375px;height:57.1864px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { color:rgba(241,224,224,0.5);display:block;width:720.999px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:129.86636352539px;left:238.99145507812px;height:62.4211px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nz9ZscvOkC3a6rkkrVvh9u1e5lDx4LQ6 { color:#000000;display:block;width:559.988px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:307.29165649414px;left:400.00262451172px;height:104.0351px;text-align:justify;text-align-last:initial;display:block; }
#owlflJOGTBpAegm3fV1AwC4TsGemTokX { color:rgba(241,224,224,0.5);display:block;width:600px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:218.8551940918px;left:355.9990234375px;height:62.4211px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { background-color: transparent; background-image: none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container > .video-iframe-container { display: none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row > .video-iframe-container { display: none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .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); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { border-width: 0; border-radius: 0; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { font-size:14px;font-family:arial;height:586px;width:960px;position:relative;display:block; }#T5mwTWTr6Kxumn02ciSdi4Zim0cbKAs8 { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:30px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.985828399658px;left:0px;height:38.9967px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3Re3BPQTftWAwtLSXlsnbaV5sRvvOKF { position:absolute;display:block;z-index:15008;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:468.991px;width:470px;top:72.997180938721px;left:0px;overflow:hidden;display:block; }
#zxSLUeTWLx5PzGV2HUzg3T0W6mFTcKLB { color:#ffffff;display:block;width:175px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:476.40623474121px;left:278.99145507812px;height:38.9836px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ULNaQrzgC1wrsPSm4gL98KHCPi7eKcZb { position:absolute;display:block;z-index:15021;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:468.991px;width:470px;top:72.997180938721px;left:489.99993896484px;overflow:hidden;display:block; }
#KdcTlT6ADI8mn8mHXiV5a4Kk0MLzDkW1 { color:#ffffff;display:block;width:170px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:475.41191101074px;left:783.96301269531px;height:38.9836px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7DgGk40dCXkuwXwUXOnBUucb9I1RyMf { color:#ffffff;display:block;width:170px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:247.37210083008px;left:523.97723388672px;height:19.4918px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JO9WurgJ5cz1S0iunXs0XDbyO2v8T1hm { color:#ffffff;display:block;width:181.989px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:247.38636779785px;left:777.9970703125px;height:19.4918px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpQLyehbNHktKGyuwyXM8XZgvib4gUu1 { color:#ffffff;display:block;width:181.989px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:247.38636779785px;left:777.9970703125px;height:19.4886px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/G11TdyA8/bg-5.jpg");background-position:bottom 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; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { border-width: 0; border-radius: 0; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { font-size:14px;font-family:arial;height:328px;width:960px;position:relative;display:block; }#ABvsOzyRMssMqckt09NXrATtrxVn186a { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #265da9, #0c1f47);background-image: -moz-linear-gradient(top, #265da9, #0c1f47);background-image: -ms-linear-gradient(top, #265da9, #0c1f47);background-image: -o-linear-gradient(top, #265da9, #0c1f47);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#265da9', endColorstr='#0c1f47' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#265da9', endColorstr='#0c1f47' );";background-image: linear-gradient(to bottom, #265da9, #0c1f47);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: 1px 2px 15px rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.15);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:61.8892px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:233.45169830322px;left:279.73010253906px;display:block; }
#vTKzG7wqdV1VBSiFOu5sz0CCG99T8Ive { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#di4PXu5K0ETzpo7gSoUKVlAfg5zLzwyP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#f0eff8;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:137.983px;height:41.9034px;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:243.46588134766px;left:785.71020507812px;display:block; }
#lIXiIOWnbplMaKlB9BhtTSP1TKXbRlpR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HNMORoLKGzctZSrAbX6BGimXJtOvNS3M { box-sizing:content-box;color:#e9ecf4;font-size:43px;font-weight:400;line-height:1;height:61.9886px;width:61.9886px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:233.36646270752px;left:724.7158203125px;display:block; }
#oXcaO86aXOZbwyym0xgCsOTMhXJT2JQT { color:#eeeef4;display:block;width:268.949px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:174.91477203369px;left:431.40625px;height:26.0022px;font-style:normal;display:block; }
#iH4aKtwNW9znQL0eKs7ITT0gtJTLm5Xt { position:absolute;display:block;z-index:15058;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:223px;width:229px;top:23.49010848999px;left:0px;overflow:hidden;display:block; }
#g5qNPpvetiKvCC3DGsuTyFysrZ8KUsDN { color:#ffffff;display:block;width:642.983px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:85.582397460938px;left:279.73010253906px;height:61.1979px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rOnrf3amre3Fru6Ts8C2B0K3EVUI27QC { color:#f5f5fa;display:block;width:265.966px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:174.95737457275px;left:279.73010253906px;height:26.0022px;font-style:normal;display:block; }
#xvshgVwBAJsTdvseg8Rhl2yHkuhX8lDI { box-sizing:content-box;color:#ebeaf3;font-size:45px;font-weight:400;line-height:1;height:65px;width:62.9972px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:231.87499237061px;left:596.66192626953px;display:block; }
#A4FqyTZBQ0S9PUv1IWyfNTuJWWukba8C { color:#ffffff;display:block;width:503.949px;position:absolute;font-family:"open sans";font-size:33px;font-weight:300;z-index:15047;line-height:1.1;letter-spacing:0;top:20.965911865234px;left:279.73010253906px;height:36.2926px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9efejefS/bg-4.jpg");background-position:top left !important;background-repeat: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; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq.adaptive-delivery-prevent-bg, #ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq.lazyload, #ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq.lazyloading { background-image: none; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row .container { background-color: transparent; background-image: none; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row .container > .video-iframe-container { display: none; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row > .video-iframe-container { display: none; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .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); }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row .container { border-width: 0; border-radius: 0; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row .container { font-size:14px;font-family:arial;height:507px;width:960px;position:relative;display:block; }#C50V1pW8rMMeOuoGBlH6FURLy5F91SJi { color:#ffffff;display:block;width:570.996px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:132.82564544678px;left:170.98065185547px;height:345.644px;font-style:normal;text-align:left;text-align-last:left;display:block; }#C50V1pW8rMMeOuoGBlH6FURLy5F91SJi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#C50V1pW8rMMeOuoGBlH6FURLy5F91SJi li:before{  }
#FzCZTUfJSzslRdb4Q3Ss73978kzNlfth { color:#ffffff;display:block;width:610.98px;position:absolute;font-family:"open sans";font-size:27px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:29.921615600586px;left:151.0022277832px;height:70.181px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { background-color: transparent; background-image: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container > .video-iframe-container { display: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container { display: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .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); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { border-width: 0; border-radius: 0; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { font-size:14px;font-family:arial;height:576px;width:960px;position:relative;display:block; }#S5zIdWOMV3t4SldyQrrpZSELUJ5vGaBJ { position:absolute;display:block;z-index:15006;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:503.977px;width:353.977px;top:50.866546630859px;left:14.957366943359px;overflow:hidden;display:block; }
#zTUxkJ0lh04pOqgewfWimdGpxqSoP3Ek { color:#000000;display:block;width:431.989px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:50.894889831543px;left:469.92895507812px;height:26.0022px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#npLWa7nqGVhd5FLhG4FAHlUTm42LZnsT { color:rgba(11,10,10,0.5);display:block;width:460px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:101.60510253906px;left:485.96588134766px;height:18.196px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxPes2vcXrcFlWcGTcSwZpG87EuITTdC { color:#000000;display:block;width:431.989px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:119.74431610107px;left:469.92895507812px;height:26.0022px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EWqgcfmEfSwSsktq3OuNrT4r90EtDqFw { color:#000000;display:block;width:431.989px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:240.38352203369px;left:469.92895507812px;height:26.0022px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RVx8Te76Ag2fTZc4AGDCZSsHS5F3nMzn { box-sizing:content-box;color:#ffffff;font-size:13px;font-weight:400;line-height:1;height:18.9915px;width:18.9915px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:289.40341186523px;left:419.92895507812px;display:block; }
#RR8iEazM4ph4PU8WknT07KyEhF1mc2vG { color:#000000;display:block;width:431.989px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:427.71308135986px;left:469.92895507812px;height:26.0022px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VK6nPtPm2iqEcaINA8UTLXv3qVkQr21L { color:#000000;display:block;width:900.989px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:14.73078918457px;left:14.927917480469px;height:24.7001px;display:block; }
#Tkb9KwioUTn5g1NMgxewCKyTIUmXDPqs { box-sizing:content-box;color:#ff5d64;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:38.59375px;left:419.92895507812px;display:block; }
#UpyKObO2AVP5I0dqx39t9kufcSP6N0Ch { box-sizing:content-box;color:#ff5d64;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:107.44318389893px;left:419.92895507812px;display:block; }
#hhvreXzwMtkK17VNmunOzQePiBokPp7n { box-sizing:content-box;color:#ff5d64;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:228.09659576416px;left:420.92327880859px;display:block; }
#f6JZpJecBkbmTh2nSDdrpAmnV00e2nZd { box-sizing:content-box;color:#ff5d64;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:415.42612457275px;left:420.92327880859px;display:block; }
#IJfzNpfGRerArzGIJk5Kf2rmTRuHCMqD { color:#000000;display:block;width:431.989px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:316.67612457275px;left:469.92895507812px;height:26.0022px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOO3TveQF0Q6HVFldCg6KDv3ndrl7Th2 { box-sizing:content-box;color:#ff5d64;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:308.39487457275px;left:420.92327880859px;display:block; }
#ENDcW7Tdv9T9PXNbfwiMX8y6P9eSQy7l { color:#000000;display:block;width:460px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:76.321044921875px;left:469.92895507812px;height:36.392px;text-align:justify;text-align-last:initial;display:block; }
#JruF2VNbB7VSWiCmGzCsJHtsTKKgHrTX { color:#000000;display:block;width:435px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:145.17044830322px;left:469.92895507812px;height:90.9485px;text-align:justify;text-align-last:initial;display:block; }
#T2THm1R8pHCy9zUgqlHn2u2npi9BpoEC { color:#000000;display:block;width:462px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:265.79547119141px;left:468.42327880859px;height:36.3794px;text-align:left;text-align-last:left;display:block; }
#T9EUBdwxFWNGk9o7sHKoUpTTW0aPXUb7 { color:#000000;display:block;width:463px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:345.61077880859px;left:468.42327880859px;height:72.7588px;text-align:justify;text-align-last:initial;display:block; }
#vJQgdCHbAVrt9lJRvwTotH0gyBDrvLx4 { color:#000000;display:block;width:463px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:453.12493896484px;left:468.42327880859px;height:72.7588px;text-align:justify;text-align-last:initial;display:block; }
#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/nlbOqakG/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { border-width: 0; border-radius: 0; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { font-size:14px;font-family:arial;height:633px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgdMoB1uwpndcTkKSSGvlCzaqXTsAPFU { top:26px;left:176.47442626953px;width:410px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq { display:block; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:764px;height:57px;top:24px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { width:720px;height:62px;top:129px;left:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nz9ZscvOkC3a6rkkrVvh9u1e5lDx4LQ6 { top:307px;left:205px;width:559px;height:104px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #owlflJOGTBpAegm3fV1AwC4TsGemTokX { width:600px;height:62px;top:218px;left:164px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { display:block; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5mwTWTr6Kxumn02ciSdi4Zim0cbKAs8 { width:764px;height:38px;top:14px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a3Re3BPQTftWAwtLSXlsnbaV5sRvvOKF { width:470px;height:468.991px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zxSLUeTWLx5PzGV2HUzg3T0W6mFTcKLB { width:175px;height:38px;top:476px;left:180.99145507812px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ULNaQrzgC1wrsPSm4gL98KHCPi7eKcZb { width:470px;height:468.991px;top:72px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #KdcTlT6ADI8mn8mHXiV5a4Kk0MLzDkW1 { width:170px;height:38px;top:475px;left:594px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #x7DgGk40dCXkuwXwUXOnBUucb9I1RyMf { width:170px;height:19px;top:247px;left:425.97723388672px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JO9WurgJ5cz1S0iunXs0XDbyO2v8T1hm { width:181px;height:19px;top:247px;left:583px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EpQLyehbNHktKGyuwyXM8XZgvib4gUu1 { width:138px;height:63px;top:333px;left:58.946022987366px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABvsOzyRMssMqckt09NXrATtrxVn186a { width:225px;height:61px;top:233px;left:181.73010253906px;display:block; }
 }@media only screen and (max-width: 763px) { #vTKzG7wqdV1VBSiFOu5sz0CCG99T8Ive { display:block; }
 }@media only screen and (max-width: 763px) { #di4PXu5K0ETzpo7gSoUKVlAfg5zLzwyP { width:137px;height:41px;top:243px;left:627px;display:block; }
 }@media only screen and (max-width: 763px) { #lIXiIOWnbplMaKlB9BhtTSP1TKXbRlpR { display:block; }
 }@media only screen and (max-width: 763px) { #HNMORoLKGzctZSrAbX6BGimXJtOvNS3M { top:233px;left:626.7158203125px;width:61px;height:61px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #oXcaO86aXOZbwyym0xgCsOTMhXJT2JQT { width:268px;height:25px;top:174px;left:333.40625px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iH4aKtwNW9znQL0eKs7ITT0gtJTLm5Xt { width:229px;height:223px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g5qNPpvetiKvCC3DGsuTyFysrZ8KUsDN { width:642px;height:61px;top:85px;left:122px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rOnrf3amre3Fru6Ts8C2B0K3EVUI27QC { width:265px;height:25px;top:174px;left:181.73010253906px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xvshgVwBAJsTdvseg8Rhl2yHkuhX8lDI { top:231px;left:498.66192626953px;width:62px;height:63.971097128126px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #A4FqyTZBQ0S9PUv1IWyfNTuJWWukba8C { width:503px;height:36px;top:20px;left:181.73010253906px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq { display:block; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C50V1pW8rMMeOuoGBlH6FURLy5F91SJi { width:570px;height:345px;top:132px;left:72.980651855469px;font-size:18px;display:block; }#C50V1pW8rMMeOuoGBlH6FURLy5F91SJi li:before{  }
 }@media only screen and (max-width: 763px) { #FzCZTUfJSzslRdb4Q3Ss73978kzNlfth { width:610px;height:70px;top:29px;left:53.002227783203px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5zIdWOMV3t4SldyQrrpZSELUJ5vGaBJ { width:353px;height:502.5859900502px;top:50px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zTUxkJ0lh04pOqgewfWimdGpxqSoP3Ek { width:431px;height:25px;top:50px;left:333px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #npLWa7nqGVhd5FLhG4FAHlUTm42LZnsT { width:460px;height:18px;top:101px;left:304px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JxPes2vcXrcFlWcGTcSwZpG87EuITTdC { width:431px;height:25px;top:119px;left:333px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EWqgcfmEfSwSsktq3OuNrT4r90EtDqFw { width:431px;height:25px;top:240px;left:333px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RVx8Te76Ag2fTZc4AGDCZSsHS5F3nMzn { width:18px;height:18px;top:289px;left:321.92895507812px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #RR8iEazM4ph4PU8WknT07KyEhF1mc2vG { width:431px;height:25px;top:427px;left:333px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VK6nPtPm2iqEcaINA8UTLXv3qVkQr21L { top:14px;left:0px;width:764px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Tkb9KwioUTn5g1NMgxewCKyTIUmXDPqs { top:38px;left:321.92895507812px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UpyKObO2AVP5I0dqx39t9kufcSP6N0Ch { top:107px;left:321.92895507812px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hhvreXzwMtkK17VNmunOzQePiBokPp7n { top:228px;left:322.92327880859px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f6JZpJecBkbmTh2nSDdrpAmnV00e2nZd { top:415px;left:322.92327880859px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IJfzNpfGRerArzGIJk5Kf2rmTRuHCMqD { width:431px;height:25px;top:316px;left:333px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xOO3TveQF0Q6HVFldCg6KDv3ndrl7Th2 { top:308px;left:322.92327880859px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ENDcW7Tdv9T9PXNbfwiMX8y6P9eSQy7l { top:76px;left:304px;width:460px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JruF2VNbB7VSWiCmGzCsJHtsTKKgHrTX { top:145px;left:329px;width:435px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #T2THm1R8pHCy9zUgqlHn2u2npi9BpoEC { top:265px;left:302px;width:462px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #T9EUBdwxFWNGk9o7sHKoUpTTW0aPXUb7 { top:345px;left:301px;width:463px;height:73px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vJQgdCHbAVrt9lJRvwTotH0gyBDrvLx4 { top:453px;left:301px;width:463px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:64px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgdMoB1uwpndcTkKSSGvlCzaqXTsAPFU { width:320px;height:29.8953px;top:20px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq { background-color:#000000;background-image:none;display:block; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { background-color: transparent; background-image: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .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); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { width:320px;height:626px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:320px;height:160.985px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:23px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { width:319.997px;height:97.9193px;top:237.9524307251px;left:0px;text-align:justify;text-align-last:initial;font-size:14px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nz9ZscvOkC3a6rkkrVvh9u1e5lDx4LQ6 { width:319.997px;height:137.0871px;top:364.53070831299px;left:0px;font-size:14px;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #owlflJOGTBpAegm3fV1AwC4TsGemTokX { width:319.997px;height:78.3354px;top:525.17359161377px;left:0px;text-align:justify;text-align-last:initial;font-size:14px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { display:block; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { width:320px;height:728.5775146484375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5mwTWTr6Kxumn02ciSdi4Zim0cbKAs8 { width:320px;height:32.5px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #a3Re3BPQTftWAwtLSXlsnbaV5sRvvOKF { width:320px;height:319.304px;top:72.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zxSLUeTWLx5PzGV2HUzg3T0W6mFTcKLB { width:170px;height:41.6141px;top:534.929px;left:75px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ULNaQrzgC1wrsPSm4gL98KHCPi7eKcZb { width:320px;height:319.304px;top:409.58803939819px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KdcTlT6ADI8mn8mHXiV5a4Kk0MLzDkW1 { width:135.966px;height:62.4211px;top:646.77555084229px;left:173.43749332428px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x7DgGk40dCXkuwXwUXOnBUucb9I1RyMf { width:126.989px;height:41.6141px;top:503.79263305664px;left:16.91761302948px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JO9WurgJ5cz1S0iunXs0XDbyO2v8T1hm { width:138.963px;height:41.6141px;top:503.79261016846px;left:171.94602298737px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EpQLyehbNHktKGyuwyXM8XZgvib4gUu1 { width:192.997px;height:41.6141px;top:327.78408050537px;left:117.40056705475px;text-align:right;text-align-last:right;font-size:16px;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/G11TdyA8/bg-5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:320px;height:844px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABvsOzyRMssMqckt09NXrATtrxVn186a { width:250px;height:61.9602px;top:676.19317626953px;left:34.985795021057px;display:block; }
 }@media only screen and (max-width: 763px) { #vTKzG7wqdV1VBSiFOu5sz0CCG99T8Ive { display:block; }
 }@media only screen and (max-width: 763px) { #di4PXu5K0ETzpo7gSoUKVlAfg5zLzwyP { width:137.983px;height:40px;top:766.6192779541px;left:113.99147129059px;display:block; }
 }@media only screen and (max-width: 763px) { #lIXiIOWnbplMaKlB9BhtTSP1TKXbRlpR { display:block; }
 }@media only screen and (max-width: 763px) { #HNMORoLKGzctZSrAbX6BGimXJtOvNS3M { width:50.9659px;height:50.9659px;top:761.12211608887px;left:34.985795021057px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #oXcaO86aXOZbwyym0xgCsOTMhXJT2JQT { width:75px;height:20.807px;top:213.60794639587px;left:201.44886112213px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iH4aKtwNW9znQL0eKs7ITT0gtJTLm5Xt { width:220px;height:214px;top:279.48756408691px;left:49.479165077209px;display:block; }
 }@media only screen and (max-width: 763px) { #g5qNPpvetiKvCC3DGsuTyFysrZ8KUsDN { width:320px;height:128.038px;top:64.190338134766px;left:0px;text-align:center;text-align-last:center;font-size:16px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rOnrf3amre3Fru6Ts8C2B0K3EVUI27QC { width:186.989px;height:20.807px;top:213.63629150391px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xvshgVwBAJsTdvseg8Rhl2yHkuhX8lDI { width:50px;height:50px;top:601.98863220215px;left:134.99999332428px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #A4FqyTZBQ0S9PUv1IWyfNTuJWWukba8C { width:320px;height:35.1989px;top:17.997123718262px;left:0px;text-align:center;text-align-last:center;font-size:32px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9efejefS/bg-4.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq.adaptive-delivery-prevent-bg, #ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq.lazyload, #ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq.lazyloading { background-image: none; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row .container { background-color: transparent; background-image: none; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row .container > .video-iframe-container { display: none; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row > .video-iframe-container { display: none; }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .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); }#ysTSdGbtyGXuRmKIW5cyRZWciQrGD1Aq > .row .container { width:320px;height:438px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C50V1pW8rMMeOuoGBlH6FURLy5F91SJi { width:320px;height:313.605px;top:108.73573303223px;left:0px;text-align:left;text-align-last:left;font-size:14px;line-height:1.6;display:block; }#C50V1pW8rMMeOuoGBlH6FURLy5F91SJi li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#C50V1pW8rMMeOuoGBlH6FURLy5F91SJi li:before{  }
 }@media only screen and (max-width: 763px) { #FzCZTUfJSzslRdb4Q3Ss73978kzNlfth { width:320px;height:88.1865px;top:8.9632339477539px;left:0px;text-align:center;text-align-last:center;font-size:21px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:320px;height:1480px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5zIdWOMV3t4SldyQrrpZSELUJ5vGaBJ { width:320px;height:455.568px;top:89.3892px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zTUxkJ0lh04pOqgewfWimdGpxqSoP3Ek { width:172.997px;height:26.0022px;top:582.89768981934px;left:107.94033908844px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #npLWa7nqGVhd5FLhG4FAHlUTm42LZnsT { width:320px;height:18.196px;top:825.5114px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JxPes2vcXrcFlWcGTcSwZpG87EuITTdC { width:202.983px;height:78.0066px;top:689.68746948242px;left:92.954545021057px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EWqgcfmEfSwSsktq3OuNrT4r90EtDqFw { width:222.997px;height:26.0022px;top:924.46038818359px;left:82.94033908844px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RVx8Te76Ag2fTZc4AGDCZSsHS5F3nMzn { width:18.9915px;height:18.9915px;top:1206.8183px;left:150px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RR8iEazM4ph4PU8WknT07KyEhF1mc2vG { width:220px;height:26.0022px;top:1259.3181152344px;left:84.431817054749px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VK6nPtPm2iqEcaINA8UTLXv3qVkQr21L { width:320px;height:49.4034px;top:20px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Tkb9KwioUTn5g1NMgxewCKyTIUmXDPqs { width:50px;height:50px;top:912.44314575195px;left:33.934659004211px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UpyKObO2AVP5I0dqx39t9kufcSP6N0Ch { width:50px;height:50px;top:570.90907287598px;left:26.974431037903px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hhvreXzwMtkK17VNmunOzQePiBokPp7n { width:50px;height:50px;top:703.67895507812px;left:26.974431037903px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f6JZpJecBkbmTh2nSDdrpAmnV00e2nZd { width:50px;height:50px;top:1247.3010864258px;left:12.968749046326px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IJfzNpfGRerArzGIJk5Kf2rmTRuHCMqD { width:232.997px;height:26.0022px;top:1068.3806304932px;left:87.00283908844px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xOO3TveQF0Q6HVFldCg6KDv3ndrl7Th2 { width:50px;height:50px;top:1056.3635864258px;left:33.934659004211px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ENDcW7Tdv9T9PXNbfwiMX8y6P9eSQy7l { width:294px;height:54.5691px;top:620.90907287598px;left:15px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JruF2VNbB7VSWiCmGzCsJHtsTKKgHrTX { width:295px;height:127.3279px;top:780.01419067383px;left:13px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2THm1R8pHCy9zUgqlHn2u2npi9BpoEC { width:290px;height:54.5691px;top:983.80676269531px;left:15px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #T9EUBdwxFWNGk9o7sHKoUpTTW0aPXUb7 { width:290px;height:109.138px;top:1135.8380126953px;left:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vJQgdCHbAVrt9lJRvwTotH0gyBDrvLx4 { width:291px;height:145.5176px;top:1320.298248291px;left:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/jU2afgbj/bg-1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:320px;height:626px;position:relative;display:block; } }