.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#fcfcfc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:url("https://images.assets-landingi.com/uc/a3b48e55-e536-46fd-8508-f1327f281d8c/bgfull.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.adaptive-delivery-prevent-bg, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyload, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyloading { background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { background-color: transparent; background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .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); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { border-width: 0; border-radius: 0; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { font-size:14px;font-family:arial;height:722px;width:1200px;position:relative;display:block; }#GtsSvri5bAMp9I4NTKVAJJJWld2NqT6g { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#qlSJ4Nu5oWAOvakwBPNKTp6pEJsILoJh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#PhE1caTX5meRlBEwnm2qLIBGbVC2KO0D { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#tgvVzbdnQblg5tcWyTCpqLubR7wUoCbO { position:absolute;display:block;z-index:14995;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;height:70px;width:104px;top:386px;left:417px;overflow:hidden;display:none; }
#S0Fv589wBLzLfR1CMovZ9tTo41ITQ0yq { color:#f3e9e9;display:block;width:537px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:73px;left:143px;height:233.984px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TENJTnCImelc5xaleLrFIwXIvUQqoBCQ { background-color:rgba(232,222,139,0.99);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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 10px 10px 10px rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:288px;height:60px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:368px;left:143px;display:block; }
#dlC8qRapTLSBaHm8u7dJeHlLq3lKDTGQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NTzBariZz7zpq4cXPQqM4wyclVkuLzAP { position:absolute;display:block;z-index:15009;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;height:19px;width:19px;top:389px;left:396px;overflow:hidden;display:block; }
#RA9JyCOWM5hP2fUrWvrKQr6tvS2iOFuq { position:absolute;display:block;z-index:15010;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;height:621px;width:745px;top:100px;left:551px;overflow:hidden;display:block; }
#TGzwZftaVvy86vcwyCbWmITdpfdeo52x { position:absolute;display:block;z-index:15002;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;height:86px;width:182px;top:0px;left:1004.1714285714px;overflow:hidden;display:block; }
#c7OT2K7V8IrMr7opTgwQsd6y4KNcbV3H { z-index:15003;top:457px;left:143px;background-color:transparent;background-image:none;border-top:2px solid #12cc94;border-left:2px solid #12cc94;border-right:2px solid #12cc94;border-bottom:2px solid #12cc94;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#12cc94;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:288px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XdbZ2Cnx8ZI5D8aa2UnDavX3wGoZvhgU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tTBrNdtMwZBpQOoF289wxvevzvaPo5Ld { color:#e3e3e3;display:block;width:332px;position:absolute;font-family:poppins;font-size:31px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:232.30000305176px;left:143px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/9f434a24-9326-4a9f-aa83-a5507b0c1aa2/Group7111.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8.adaptive-delivery-prevent-bg, #ht9llV6eSZZdRqdxXqALKlIsh07biWH8.lazyload, #ht9llV6eSZZdRqdxXqALKlIsh07biWH8.lazyloading { background-image: none; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container { background-color: transparent; background-image: none; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container > .video-iframe-container { display: none; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row > .video-iframe-container { display: none; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .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); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container { border-width: 0; border-radius: 0; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container { font-size:14px;font-family:rubik;height:658px;width:1200px;position:relative;display:block; }#VTmQsUAgNJ9sXqwr4eFJBQxtsktdeT8a { color:#000000;display:block;width:704px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:527px;left:210px;height:39px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zpQcg5oGbny5Bl2N1mP1mEnXL2T9DOKb { 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;height:14px;width:267px;top:617px;left:428px;overflow:hidden;display:block; }
#tE1o47tWmmeSsCkdhzwBJ7cUZgv3MtWz { color:#000000;display:block;width:719px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:566px;left:202px;height:49.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uNsCqM4TNf30UBiDozxu1Hv0oiLUsNEy { 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;height:40px;width:43px;top:250px;left:39px;overflow:hidden;display:block; }
#n1dwanIhoATTas0XCfxpsFyhtltq49qi { color:#000000;display:block;width:204px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:290px;left:98px;height:124.781px;font-style:normal;display:block; }
#oh4v9kakCiPT2qe38tPxWRa1TunINg2W { position:absolute;display:block;z-index:15007;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;height:36px;width:38px;top:250px;left:438px;overflow:hidden;display:block; }
#EgBfmya6VTd9ievNZEFpMAp7uzLfcxAC { color:#000000;display:block;width:176px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:288px;left:490px;height:83.2px;font-style:normal;display:block; }
#t4girM0REa9XPmlBWrzTpeN09FThhtxo { 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;height:36px;width:38px;top:250px;left:831px;overflow:hidden;display:block; }
#nVbdKrfm8uQUCro5KTaVJD8TkI0V5gGq { color:#000000;display:block;width:205px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:288px;left:877px;height:103.984px;font-style:normal;display:block; }
#Cle7CVUJHz9rTFwEDTVeBqyK3KVMUcZc { color:#000000;display:block;width:325px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:258px;left:20px;height:24.7px;text-align:center;text-align-last:center;display:block; }
#qqznZawykNDKL9ii3BT5r2Xc7ZLsNaF3 { color:#000000;display:block;width:211px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:256px;left:466px;height:24.7px;text-align:center;text-align-last:center;display:block; }
#VUkMOvvtGHyJVBWKIe8Hv5T3Apyn8a1f { color:#000000;display:block;width:704px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:108px;left:198px;height:39px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QQZmlK7IMH8hHf10f3WxIJTlb8XRoec2 { color:#000000;display:block;width:211px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:256px;left:813px;height:24.7px;text-align:center;text-align-last:center;display:block; }
#szhTfFobT1StkPZnKdogyN9Oy0Sq0cgt { position:absolute;display:block;z-index:15002;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;height:14px;width:267px;top:170px;left:417px;overflow:hidden;display:block; }
#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/9f434a24-9326-4a9f-aa83-a5507b0c1aa2/Group7111.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h.adaptive-delivery-prevent-bg, #W5wuy5X4sTBR871sbSxwTA6H7gezDt9h.lazyload, #W5wuy5X4sTBR871sbSxwTA6H7gezDt9h.lazyloading { background-image: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { background-color: transparent; background-image: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .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); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { border-width: 0; border-radius: 0; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { font-size:14px;font-family:rubik;height:899px;width:1200px;position:relative;display:block; }#LZcFIrWgM9l56i5uUoLhsL4ISpyn2CXt { position:absolute;display:block;z-index:15005;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;height:40px;width:36px;top:65.699996948242px;left:78px;overflow:hidden;display:block; }
#vgRmTOAlD3ApWE9wRtzukkCNvVLd7pgV { color:#000000;display:block;width:469px;position:absolute;font-family:poppins;font-size:29px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:55px;left:52px;height:113.0625px;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;display:block; }
#i4ChkLOFROmKtbUQRzC8LvLePBdfBe2t { color:#000000;display:block;width:462px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:209px;left:55.5px;height:217.578px;overflow:hidden;display:block; }#i4ChkLOFROmKtbUQRzC8LvLePBdfBe2t li:not(:first-child){ padding-top:12px;padding-right:0;padding-bottom:0;padding-left:0; }#i4ChkLOFROmKtbUQRzC8LvLePBdfBe2t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/057bc469-70c5-42d1-ac77-cbecd53b79f2/dot.png); }
#GBJiznQpsLwbTJAHGVvP6HnB510pnQwG { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 15px 30px rgba(0,0,0,0.27) ;height:804px;width:583px;top:30px;left:597px;display:block; }
#A32KweAAyeUttuiqDuSMLzTyHPhUd2bl { position:absolute;z-index:15012;top:121px;left:668px;width:441px;height:590px;display:block; }
#sRhnz3L0LEfvR6n2gWGc3T299r4cTXny { color:#000000;display:block;width:338px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:86px;left:655px;height:20.7969px;font-style:normal;display:block; }
#mU6VdxIgSQ8Z8fCvSSirvAF9gl9KZziq { color:#000000;display:block;width:325px;position:absolute;font-family:poppins;font-size:30px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:45px;left:629px;height:39px;text-align:center;text-align-last:center;display:block; }
#lG3rmSrndgKrWJPtQQZ99KL7s48tnFis { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 15px 30px rgba(0,0,0,0.27) ;height:802px;width:555px;top:30px;left:9px;display:block; }
#PZCGEthSWFegB4siU6Kfr2HHNeX7wmvT { color:#000000;display:block;width:460px;position:absolute;font-family:poppins;font-size:12px;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:765px;left:658.5px;height:48px;display:block; }
#PwxGK9FCpGLbrPwDFRnwlw2mvGeKEBPM { position:absolute;display:block;z-index:15012;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;height:20px;width:20px;top:504.5px;left:377px;overflow:hidden;display:block; }
#VeEHxrhhXPyrOcfwmGfsvhvCbQFo9JtB { z-index:15005;top:568px;left:122px;background-color:transparent;background-image:none;border-top:2px solid #12cc94;border-left:2px solid #12cc94;border-right:2px solid #12cc94;border-bottom:2px solid #12cc94;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#12cc94;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:288px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N5f6z0URhq9TAeISIc0wr3H3fohHFB28 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TK5HKNSczTmS2WhtGqKxtoB9dQR423ky { background-color:rgba(232,222,139,0.99);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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 10px 10px 10px rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:288px;height:60px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:484.5px;left:122px;display:block; }
#Wa2qbBJ7321Cq1bSZm6JfSB5fHlEJfgI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #024f63, #2d9f79);background-image: -moz-linear-gradient(top, #024f63, #2d9f79);background-image: -ms-linear-gradient(top, #024f63, #2d9f79);background-image: -o-linear-gradient(top, #024f63, #2d9f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#024f63', endColorstr='#2d9f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#024f63', endColorstr='#2d9f79' );";background-image: linear-gradient(to bottom, #024f63, #2d9f79);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; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { background-color: transparent; background-image: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .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); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { border-width: 0; border-radius: 0; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { font-size:14px;font-family:arial;height:237px;width:1200px;position:relative;display:block; }#WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { display:block;width:557px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:125.5px;left:19px;height:87.969px;text-align:left;text-align-last:left;color:rgba(255,255,255,0.5);display:block; }
#ewv9U3tbqZA7h1RZTUGQWk02wp0RQS44 { position:absolute;display:block;z-index:15003;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;height:43px;width:208px;top:64px;left:19px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/388afb34-9b7a-4183-a536-5fa2495d4db6/tlo.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.adaptive-delivery-prevent-bg, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyload, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyloading { background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { background-color: transparent; background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .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); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { width:764px;height:685px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GtsSvri5bAMp9I4NTKVAJJJWld2NqT6g { top:122px;left:564.00003623962px;width:200px;height:40px;z-index:14993;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 1199px) { #qlSJ4Nu5oWAOvakwBPNKTp6pEJsILoJh { top:58.000003814697px;left:563.98865795135px;width:200px;height:40px;z-index:14991;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 1199px) { #PhE1caTX5meRlBEwnm2qLIBGbVC2KO0D { top:189.00000762939px;left:563.98865795135px;width:200px;height:40px;z-index:14992;background-color:#0d6037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 1199px) { #tgvVzbdnQblg5tcWyTCpqLubR7wUoCbO { width:104px;height:70px;top:219px;left:253.00000572205px;display:none; }
 }@media only screen and (max-width: 1199px) { #S0Fv589wBLzLfR1CMovZ9tTo41ITQ0yq { width:586px;height:181.953px;top:123.64999389648px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #TENJTnCImelc5xaleLrFIwXIvUQqoBCQ { width:298px;height:60px;top:466px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #dlC8qRapTLSBaHm8u7dJeHlLq3lKDTGQ { display:block; }
 }@media only screen and (max-width: 1199px) { #NTzBariZz7zpq4cXPQqM4wyclVkuLzAP { width:21px;height:21px;top:487.5px;left:260px;display:block; }
 }@media only screen and (max-width: 1199px) { #RA9JyCOWM5hP2fUrWvrKQr6tvS2iOFuq { width:632px;height:529px;top:153px;left:312px;z-index:14990;display:block; }
 }@media only screen and (max-width: 1199px) { #TGzwZftaVvy86vcwyCbWmITdpfdeo52x { width:80px;height:40px;top:0px;left:562.00003051758px;display:block; }
 }@media only screen and (max-width: 1199px) { #c7OT2K7V8IrMr7opTgwQsd6y4KNcbV3H { top:387.5px;left:0px;width:300px;height:60px;display:block; }
 }@media only screen and (max-width: 1199px) { #XdbZ2Cnx8ZI5D8aa2UnDavX3wGoZvhgU { display:block; }
 }@media only screen and (max-width: 1199px) { #tTBrNdtMwZBpQOoF289wxvevzvaPo5Ld { width:586px;height:145.562px;top:241.64999389648px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #ht9llV6eSZZdRqdxXqALKlIsh07biWH8 { background-color:rgba(255,255,255,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;display:block; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container { background-color: transparent; background-image: none; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container > .video-iframe-container { display: none; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row > .video-iframe-container { display: none; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .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); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container { border-width: 0; border-radius: 0; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container { width:764px;height:797px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VTmQsUAgNJ9sXqwr4eFJBQxtsktdeT8a { width:704px;height:39px;top:667px;left:30px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #zpQcg5oGbny5Bl2N1mP1mEnXL2T9DOKb { width:267px;height:14px;top:104px;left:248.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #tE1o47tWmmeSsCkdhzwBJ7cUZgv3MtWz { width:719px;height:20.8px;top:720px;left:22.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #uNsCqM4TNf30UBiDozxu1Hv0oiLUsNEy { width:38px;height:36px;top:179px;left:218px;display:block; }
 }@media only screen and (max-width: 1199px) { #n1dwanIhoATTas0XCfxpsFyhtltq49qi { width:325px;height:62.4px;top:241px;left:219.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #oh4v9kakCiPT2qe38tPxWRa1TunINg2W { width:38px;height:36px;top:324px;left:218px;display:block; }
 }@media only screen and (max-width: 1199px) { #EgBfmya6VTd9ievNZEFpMAp7uzLfcxAC { width:330px;height:41.5938px;top:382px;left:217px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #t4girM0REa9XPmlBWrzTpeN09FThhtxo { width:38px;height:35px;top:475px;left:218px;display:block; }
 }@media only screen and (max-width: 1199px) { #nVbdKrfm8uQUCro5KTaVJD8TkI0V5gGq { width:330px;height:62.4px;top:542px;left:219.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Cle7CVUJHz9rTFwEDTVeBqyK3KVMUcZc { width:325px;height:39px;top:177.5px;left:282px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #qqznZawykNDKL9ii3BT5r2Xc7ZLsNaF3 { width:325px;height:39px;top:322.5px;left:282px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #VUkMOvvtGHyJVBWKIe8Hv5T3Apyn8a1f { width:704px;height:39px;top:50px;left:30px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #QQZmlK7IMH8hHf10f3WxIJTlb8XRoec2 { width:325px;height:39px;top:473px;left:282px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #szhTfFobT1StkPZnKdogyN9Oy0Sq0cgt { width:267px;height:14px;top:760px;left:248.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #W5wuy5X4sTBR871sbSxwTA6H7gezDt9h { background-color:rgba(255,255,255,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;display:block; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { background-color: transparent; background-image: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .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); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { border-width: 0; border-radius: 0; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { width:764px;height:1594px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LZcFIrWgM9l56i5uUoLhsL4ISpyn2CXt { width:38px;height:42px;top:115px;left:218px;display:block; }
 }@media only screen and (max-width: 1199px) { #vgRmTOAlD3ApWE9wRtzukkCNvVLd7pgV { width:521px;height:78px;top:80px;left:133px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #i4ChkLOFROmKtbUQRzC8LvLePBdfBe2t { width:519px;height:217.578px;top:169px;left:159px;font-size:16px;display:block; }#i4ChkLOFROmKtbUQRzC8LvLePBdfBe2t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/057bc469-70c5-42d1-ac77-cbecd53b79f2/dot.png); }
 }@media only screen and (max-width: 1199px) { #GBJiznQpsLwbTJAHGVvP6HnB510pnQwG { width:635px;height:884px;top:667px;left:65px;display:block; }
 }@media only screen and (max-width: 1199px) { #A32KweAAyeUttuiqDuSMLzTyHPhUd2bl { width:470px;height:634px;top:766px;left:133px;display:block; }
 }@media only screen and (max-width: 1199px) { #sRhnz3L0LEfvR6n2gWGc3T299r4cTXny { width:466px;height:26px;top:721px;left:137px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #mU6VdxIgSQ8Z8fCvSSirvAF9gl9KZziq { width:325px;height:39px;top:683px;left:133px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #lG3rmSrndgKrWJPtQQZ99KL7s48tnFis { width:635px;height:569px;top:54px;left:65px;display:block; }
 }@media only screen and (max-width: 1199px) { #PZCGEthSWFegB4siU6Kfr2HHNeX7wmvT { width:523px;height:80px;top:1434px;left:120.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #PwxGK9FCpGLbrPwDFRnwlw2mvGeKEBPM { width:31px;height:31px;top:542px;left:498px;display:block; }
 }@media only screen and (max-width: 1199px) { #VeEHxrhhXPyrOcfwmGfsvhvCbQFo9JtB { top:453px;left:195.5px;width:345px;height:60px;display:block; }
 }@media only screen and (max-width: 1199px) { #N5f6z0URhq9TAeISIc0wr3H3fohHFB28 { display:block; }
 }@media only screen and (max-width: 1199px) { #TK5HKNSczTmS2WhtGqKxtoB9dQR423ky { width:350px;height:60px;top:525px;left:193px;display:block; }
 }@media only screen and (max-width: 1199px) { #Wa2qbBJ7321Cq1bSZm6JfSB5fHlEJfgI { display:block; }
 }@media only screen and (max-width: 1199px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:764px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { width:468px;height:123.1564px;top:27.5px;left:240.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #ewv9U3tbqZA7h1RZTUGQWk02wp0RQS44 { width:178px;height:40px;top:27.5px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58ffbc2d-853e-4736-91e9-9d212b104b5d/tlo2x.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.adaptive-delivery-prevent-bg, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyload, #RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW.lazyloading { background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { background-color: transparent; background-image: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container { display: none; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .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); }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { border-width: 0; border-radius: 0; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJbdM4TpOEt2fJ0W1U114fFqUtsNnTbW > .row .container { width:320px;height:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtsSvri5bAMp9I4NTKVAJJJWld2NqT6g { width:200px;height:40px;top:638.3523px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #qlSJ4Nu5oWAOvakwBPNKTp6pEJsILoJh { width:200px;height:40px;top:578.3523px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #PhE1caTX5meRlBEwnm2qLIBGbVC2KO0D { width:200px;height:40px;top:698.3523px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #tgvVzbdnQblg5tcWyTCpqLubR7wUoCbO { width:113px;height:70px;top:490px;left:172.11665344238px;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #S0Fv589wBLzLfR1CMovZ9tTo41ITQ0yq { width:300px;height:218.4px;top:72px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TENJTnCImelc5xaleLrFIwXIvUQqoBCQ { width:320px;height:60px;top:556px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dlC8qRapTLSBaHm8u7dJeHlLq3lKDTGQ { display:block; }
 }@media only screen and (max-width: 763px) { #NTzBariZz7zpq4cXPQqM4wyclVkuLzAP { width:23px;height:23px;top:579px;left:283px;display:block; }
 }@media only screen and (max-width: 763px) { #RA9JyCOWM5hP2fUrWvrKQr6tvS2iOFuq { width:268px;height:225px;top:332px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #TGzwZftaVvy86vcwyCbWmITdpfdeo52x { width:119px;height:58px;top:0px;left:100.5px;display:block; }
 }@media only screen and (max-width: 763px) { #c7OT2K7V8IrMr7opTgwQsd6y4KNcbV3H { top:645px;left:0px;width:317px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #XdbZ2Cnx8ZI5D8aa2UnDavX3wGoZvhgU { display:block; }
 }@media only screen and (max-width: 763px) { #tTBrNdtMwZBpQOoF289wxvevzvaPo5Ld { width:320px;height:150.8px;top:220px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ht9llV6eSZZdRqdxXqALKlIsh07biWH8 { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container { background-color: transparent; background-image: none; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container > .video-iframe-container { display: none; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row > .video-iframe-container { display: none; }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .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); }#ht9llV6eSZZdRqdxXqALKlIsh07biWH8 > .row .container { width:320px;height:791px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTmQsUAgNJ9sXqwr4eFJBQxtsktdeT8a { width:320px;height:117px;top:534px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zpQcg5oGbny5Bl2N1mP1mEnXL2T9DOKb { width:267px;height:14px;top:748px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #tE1o47tWmmeSsCkdhzwBJ7cUZgv3MtWz { width:320px;height:62.4px;top:680px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uNsCqM4TNf30UBiDozxu1Hv0oiLUsNEy { width:36px;height:34px;top:229px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #n1dwanIhoATTas0XCfxpsFyhtltq49qi { width:211px;height:50.7px;top:168px;left:27px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #oh4v9kakCiPT2qe38tPxWRa1TunINg2W { width:38px;height:36px;top:123px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #EgBfmya6VTd9ievNZEFpMAp7uzLfcxAC { width:217px;height:50.7px;top:275px;left:27px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #t4girM0REa9XPmlBWrzTpeN09FThhtxo { width:38px;height:36px;top:352px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #nVbdKrfm8uQUCro5KTaVJD8TkI0V5gGq { width:223px;height:67.6px;top:406px;left:27px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Cle7CVUJHz9rTFwEDTVeBqyK3KVMUcZc { width:224px;height:22.0938px;top:357px;left:81px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #qqznZawykNDKL9ii3BT5r2Xc7ZLsNaF3 { width:211px;height:22.0938px;top:233px;left:81px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VUkMOvvtGHyJVBWKIe8Hv5T3Apyn8a1f { width:320px;height:78px;top:11px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QQZmlK7IMH8hHf10f3WxIJTlb8XRoec2 { width:145px;height:22.0938px;top:128px;left:88px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #szhTfFobT1StkPZnKdogyN9Oy0Sq0cgt { width:267px;height:14px;top:100px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #W5wuy5X4sTBR871sbSxwTA6H7gezDt9h { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { background-color: transparent; background-image: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row > .video-iframe-container { display: none; }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .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); }#W5wuy5X4sTBR871sbSxwTA6H7gezDt9h > .row .container { width:320px;height:1745px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZcFIrWgM9l56i5uUoLhsL4ISpyn2CXt { width:38px;height:42px;top:244px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #vgRmTOAlD3ApWE9wRtzukkCNvVLd7pgV { width:262px;height:124.8px;top:84px;left:17px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #i4ChkLOFROmKtbUQRzC8LvLePBdfBe2t { width:296px;height:238.4px;top:258px;left:12px;font-size:16px;display:block; }#i4ChkLOFROmKtbUQRzC8LvLePBdfBe2t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/057bc469-70c5-42d1-ac77-cbecd53b79f2/dot.png); }
 }@media only screen and (max-width: 763px) { #GBJiznQpsLwbTJAHGVvP6HnB510pnQwG { width:320px;height:734px;top:35px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A32KweAAyeUttuiqDuSMLzTyHPhUd2bl { width:300px;height:570px;top:925px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #sRhnz3L0LEfvR6n2gWGc3T299r4cTXny { width:291px;height:52px;top:511px;left:14.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mU6VdxIgSQ8Z8fCvSSirvAF9gl9KZziq { width:300px;height:39px;top:862px;left:10px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #lG3rmSrndgKrWJPtQQZ99KL7s48tnFis { width:320px;height:862px;top:832px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PZCGEthSWFegB4siU6Kfr2HHNeX7wmvT { width:300px;height:112px;top:1538px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PwxGK9FCpGLbrPwDFRnwlw2mvGeKEBPM { width:21px;height:21px;top:685.5px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #VeEHxrhhXPyrOcfwmGfsvhvCbQFo9JtB { top:582px;left:16px;width:288px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #N5f6z0URhq9TAeISIc0wr3H3fohHFB28 { display:block; }
 }@media only screen and (max-width: 763px) { #TK5HKNSczTmS2WhtGqKxtoB9dQR423ky { width:288px;height:60px;top:666px;left:16px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Wa2qbBJ7321Cq1bSZm6JfSB5fHlEJfgI { display:block; }
 }@media only screen and (max-width: 763px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { width:300px;height:140.8px;top:88.099975585938px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ewv9U3tbqZA7h1RZTUGQWk02wp0RQS44 { width:235px;height:49px;top:26.099975585938px;left:32.5px;display:block; }
 }