.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container { display: none; }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .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); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/e0d7555e-b18b-4325-ad36-45e0ce5b03e6/BG.png");background-position:bottom left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.adaptive-delivery-prevent-bg, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyload, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyloading { background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { background-color: transparent; background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .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); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { border-width: 0; border-radius: 0; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { font-size:14px;font-family:arial;height:681px;width:1200px;overflow:visible;position:relative;display:block; }#dbNw1n3TQ9GexE7yc3t3ddSIzeaNbBTV { color:#ffffff;display:block;width:597px;position:absolute;font-family:poppins;font-size:22px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:370px;left:40px;height:70.375px;text-align:left;text-align-last:left;display:block; }
#nkNJbgdaTWxDJJt6u2i6NrZbIlokl79M { color:#ffffff;display:block;width:600px;position:absolute;font-family:poppins;font-size:56px;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:192px;left:40px;height:134.375px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qN8J0usSkCbeA2h9kkaEqOt3ylwIqMk9 { position:absolute;display:block;z-index:15011;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:33px;width:147px;top:28px;left:20px;overflow:hidden;display:block; }
#HhNrzazAVTyzZ9lBI5QiEAdWeCGIRWDL { z-index:15002;top:507px;left:40px;background-color:rgba(255,255,255,0.52);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ouwyLQvNN8irqtgq10qfmxsTq5ATqDvL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N9NTvTKxfyEfmxtAUiVAivKphoiuJhXR { color:#ffffff;display:block;width:695px;position:absolute;font-family:poppins;font-size:34px;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:140px;left:40px;height:40.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ME6tlsPUJAIo6WTHIHARvB2culWGTGds { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:599px;width:478px;top:76px;left:681.17491749175px;overflow:hidden;display:block; }
#T23IoyyNE7BWEGCeW9zKr4Rh51yU0bUH { color:rgba(255,255,255,0.73);display:block;width:306px;position:absolute;font-family:poppins;font-size:12px;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:560.8125px;left:840px;height:19.1875px;text-align:right;text-align-last:right;display:block; }
#nI7r8852iCqVeRhLHbWKt0zx2BefBsWk { color:#ffffff;display:block;width:153px;position:absolute;font-family:poppins;font-size:22px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:28.8125px;left:213px;height:35.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xBd95vZpMdhZi7bwqa9nfhp0ABkTi9I4 { box-sizing:content-box;height:36px;width:1px;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;top:28px;left:188.5px;display:block; }
#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container { background-color: transparent; background-image: none; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container > .video-iframe-container { display: none; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row > .video-iframe-container { display: none; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .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); }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container { border-width: 0; border-radius: 0; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container { font-size:14px;font-family:arial;height:880px;width:1200px;position:relative;display:block; }#aFqlmKiKbohGaUZlSo3bmU5Rr4WKc7Xw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:221px;width:114px;display:none; }
#GLM91nf53TCdORGPXULFJTh5WPHmFU2m { 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;box-shadow: none;height:200px;width:200px;display:none; }
#NGJLgMuytCQJUCpsvzrlp96i6Id3I6If { color:#ffffff;display:block;width:499px;position:absolute;font-family:poppins;font-size:17px;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:178.21875px;left:40px;height:113.562px;display:block; }#NGJLgMuytCQJUCpsvzrlp96i6Id3I6If li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#NGJLgMuytCQJUCpsvzrlp96i6Id3I6If li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b2e750752fe66d48323545461c0c79b3940b5f8a.svg); }
#sSknls3U4sr1WfT8wGgOTCXkvndp2q3B { color:#2c3337;display:block;width:439px;position:absolute;font-family:poppins;font-size:30px;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:447px;left:321px;height:48px;text-align:center;text-align-last:center;display:block; }
#S5MlNzemcg2GatlTFRuHutbeVuUDhthG { color:#ffffff;display:block;width:472px;position:absolute;font-family:poppins;font-size:22px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:84px;left:40px;height:57.1875px;display:block; }
#JR483FCpqWeUpy1vVAd7Z9FfVMMGIMAZ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:120px;width:238px;top:360px;left:138px;overflow:hidden;display:block; }
#cHco4DBmAXSFQxRoH9KJw09wLU3Rt7fa { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/183c4bb5-7e36-4032-b061-3c4d0670db14/waves.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:119px;width:758px;top:652px;left:442px;display:block; }#cHco4DBmAXSFQxRoH9KJw09wLU3Rt7fa.adaptive-delivery-prevent-bg, #cHco4DBmAXSFQxRoH9KJw09wLU3Rt7fa.lazyload, #cHco4DBmAXSFQxRoH9KJw09wLU3Rt7fa.lazyloading { background-image: none; }
#NLuTo1RtaxwdKWLddqGphXC6RNwRF5Z3 { position:absolute;display:block;z-index:14999;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 8px 30px rgba(11,163,173,0.2) ;height:380px;width:520px;top:340px;left:280px;display:block; }
#X30JLO0maLaaEt9hSHTUdOgqHuiH5qPI { z-index:15003;top:574px;left:405px;background-color:rgba(11,163,173,0.42);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zrmDv2TS4ZrA3bi5oMbtC36aRFKN1634 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kdCbuRlTInd8NeLWhykOmnF0fycbPUHS { color:#2c3337;display:block;width:440px;position:absolute;font-family:poppins;font-size:22px;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:507px;left:320px;height:35.1875px;text-align:center;text-align-last:center;display:block; }
#PKfa0kaxHFcwDvq9Ol1SDF0nsPr63a7n { background-color:rgba(45,188,199,0.14);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:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: none;box-sizing:border-box;color:#0ba3ad;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:178px;height:36px;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:382px;left:451px;display:block; }
#gMitsSu7yZMyJoszswlpsDenbKiSryCA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CvS91B7WUqQIRL6JB3fBA2JZJNEs6Ma8 { color:#2c3337;display:block;width:441px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:640px;left:320px;height:25.5938px;text-align:center;text-align-last:center;display:block; }
#DfPV0iOS7GISo4BQt74z969DuqCLTTpa { position:absolute;display:block;z-index:14997;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: none;height:445px;width:248px;top:39px;left:592px;overflow:hidden;display:block; }
#h81nEB9anir136ArOEh1LbhCWkQVuNlM { position:absolute;display:block;z-index:15032;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: none;height:460px;width:298px;top:179px;left:861.17948717949px;overflow:hidden;display:block; }
#MdKLylbr1QSS1S8vFzdyswcFEfA8c2wK { color:#2c3337;display:block;width:442px;position:absolute;font-family:poppins;font-size:22px;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:507px;left:318px;height:35.1875px;text-align:center;text-align-last:center;display:none; }
#pLwuxRLqyhq24vTg536OrubDtr2TCRqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { background-color: transparent; background-image: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .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); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { border-width: 0; border-radius: 0; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { font-size:14px;font-family:arial;height:152px;width:1200px;position:relative;display:block; }#Q9RDQ8E1nhe3NTtO1BHz14AcNo6r9A9W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26px;width:115px;top:25px;left:25px;overflow:hidden;display:block; }
#Dg62xZf68lW9Wy5qgF6kJS2Q3TXOwXoM { color:#ffffff;display:block;width:357px;position:absolute;font-family:poppins;font-size:14px;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:94.625px;left:460px;height:22.3906px;font-style:normal;text-align:left;text-align-last:left;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; }
#G3s1Eiu8xrqhw4SbsRuiOQIfanG4DJzD { color:#ffffff;display:block;width:402px;position:absolute;font-family:poppins;font-size:35px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:75px;left:26px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;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; }
#w9GQCoLQ2yzWhlNTBfNT4mt8qLZegsmE { position:absolute;display:block;z-index:15024;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:32px;width:108px;top:79px;left:1052px;overflow:hidden;display:block; }
#cHztfMCei1dPMz0W2OIgNJLV43uw9FG0 { position:absolute;display:block;z-index:15025;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:32px;width:99px;top:79px;left:942px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu { display:block; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbNw1n3TQ9GexE7yc3t3ddSIzeaNbBTV { top:370px;left:0px;width:597px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nkNJbgdaTWxDJJt6u2i6NrZbIlokl79M { top:192px;left:0px;width:600px;height:134px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qN8J0usSkCbeA2h9kkaEqOt3ylwIqMk9 { top:28px;left:0px;width:147px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #HhNrzazAVTyzZ9lBI5QiEAdWeCGIRWDL { top:507px;left:0px;width:270px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ouwyLQvNN8irqtgq10qfmxsTq5ATqDvL { display:block; }
 }@media only screen and (max-width: 763px) { #N9NTvTKxfyEfmxtAUiVAivKphoiuJhXR { top:140px;left:0px;width:695px;height:40px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ME6tlsPUJAIo6WTHIHARvB2culWGTGds { top:76px;left:281px;width:478px;height:599px;display:block; }
 }@media only screen and (max-width: 763px) { #T23IoyyNE7BWEGCeW9zKr4Rh51yU0bUH { top:560px;left:458px;width:306px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #nI7r8852iCqVeRhLHbWKt0zx2BefBsWk { top:28px;left:0px;width:153px;height:35px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xBd95vZpMdhZi7bwqa9nfhp0ABkTi9I4 { top:28px;left:0px;width:1px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX { display:block; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFqlmKiKbohGaUZlSo3bmU5Rr4WKc7Xw { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GLM91nf53TCdORGPXULFJTh5WPHmFU2m { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NGJLgMuytCQJUCpsvzrlp96i6Id3I6If { top:178px;left:0px;width:499px;height:113px;font-size:15px;display:block; }#NGJLgMuytCQJUCpsvzrlp96i6Id3I6If li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b2e750752fe66d48323545461c0c79b3940b5f8a.svg); }
 }@media only screen and (max-width: 763px) { #sSknls3U4sr1WfT8wGgOTCXkvndp2q3B { top:447px;left:103px;width:439px;height:48px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #S5MlNzemcg2GatlTFRuHutbeVuUDhthG { top:84px;left:0px;width:472px;height:57px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JR483FCpqWeUpy1vVAd7Z9FfVMMGIMAZ { top:360px;left:0px;width:238px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #cHco4DBmAXSFQxRoH9KJw09wLU3Rt7fa { top:652px;left:6px;width:758px;height:119px;display:block; }
 }@media only screen and (max-width: 763px) { #NLuTo1RtaxwdKWLddqGphXC6RNwRF5Z3 { top:340px;left:62px;width:520px;height:380px;display:block; }
 }@media only screen and (max-width: 763px) { #X30JLO0maLaaEt9hSHTUdOgqHuiH5qPI { top:574px;left:187px;width:270px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #zrmDv2TS4ZrA3bi5oMbtC36aRFKN1634 { display:block; }
 }@media only screen and (max-width: 763px) { #kdCbuRlTInd8NeLWhykOmnF0fycbPUHS { top:507px;left:102px;width:440px;height:35px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PKfa0kaxHFcwDvq9Ol1SDF0nsPr63a7n { width:178px;height:36px;top:382px;left:233px;display:block; }
 }@media only screen and (max-width: 763px) { #gMitsSu7yZMyJoszswlpsDenbKiSryCA { display:block; }
 }@media only screen and (max-width: 763px) { #CvS91B7WUqQIRL6JB3fBA2JZJNEs6Ma8 { top:640px;left:102px;width:441px;height:26px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #DfPV0iOS7GISo4BQt74z969DuqCLTTpa { top:39px;left:374px;width:248px;height:445px;display:block; }
 }@media only screen and (max-width: 763px) { #h81nEB9anir136ArOEh1LbhCWkQVuNlM { top:179px;left:459px;width:298px;height:460px;display:block; }
 }@media only screen and (max-width: 763px) { #MdKLylbr1QSS1S8vFzdyswcFEfA8c2wK { top:465px;left:0px;width:201px;height:51px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #pLwuxRLqyhq24vTg536OrubDtr2TCRqc { display:block; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9RDQ8E1nhe3NTtO1BHz14AcNo6r9A9W { top:25px;left:0px;width:115px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Dg62xZf68lW9Wy5qgF6kJS2Q3TXOwXoM { top:94px;left:242px;width:357px;height:22px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #G3s1Eiu8xrqhw4SbsRuiOQIfanG4DJzD { top:75px;left:0px;width:402px;height:45px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #w9GQCoLQ2yzWhlNTBfNT4mt8qLZegsmE { top:79px;left:656px;width:108px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cHztfMCei1dPMz0W2OIgNJLV43uw9FG0 { top:79px;left:665px;width:99px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container { display: none; }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .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); } }@media only screen and (max-width: 763px) { #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/e0d7555e-b18b-4325-ad36-45e0ce5b03e6/BG.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.adaptive-delivery-prevent-bg, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyload, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyloading { background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { background-color: transparent; background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .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); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { width:320px;height:843px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbNw1n3TQ9GexE7yc3t3ddSIzeaNbBTV { width:281px;height:76.7812px;top:251px;left:20px;font-size:16px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkNJbgdaTWxDJJt6u2i6NrZbIlokl79M { width:278px;height:115.172px;top:106px;left:20px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qN8J0usSkCbeA2h9kkaEqOt3ylwIqMk9 { width:99px;height:22px;top:18px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #HhNrzazAVTyzZ9lBI5QiEAdWeCGIRWDL { top:361px;left:20px;width:281px;height:54px;background-color:#ffffff;background-image:none;color:#0ba3ad;display:block; }
 }@media only screen and (max-width: 763px) { #ouwyLQvNN8irqtgq10qfmxsTq5ATqDvL { display:block; }
 }@media only screen and (max-width: 763px) { #N9NTvTKxfyEfmxtAUiVAivKphoiuJhXR { width:279px;height:21.5938px;top:73.390625px;left:20px;font-size:18px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ME6tlsPUJAIo6WTHIHARvB2culWGTGds { width:281px;height:353px;top:488px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T23IoyyNE7BWEGCeW9zKr4Rh51yU0bUH { width:114px;height:19.1875px;top:772.8125px;left:180px;font-size:12px;line-height:1.6;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nI7r8852iCqVeRhLHbWKt0zx2BefBsWk { width:122px;height:24px;top:19px;left:180px;font-size:15px;line-height:1.6;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xBd95vZpMdhZi7bwqa9nfhp0ABkTi9I4 { width:1px;height:23px;top:19px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX { background-color:#2c3337;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; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container { background-color: transparent; background-image: none; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container > .video-iframe-container { display: none; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row > .video-iframe-container { display: none; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .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); }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container { border-width: 0; border-radius: 0; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9Tr3tAXv949IWmDMTCzrP0LQ47kzinX > .row .container { width:320px;height:1005px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFqlmKiKbohGaUZlSo3bmU5Rr4WKc7Xw { top:0px;left:103px;width:114px;height:221px;z-index:14999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GLM91nf53TCdORGPXULFJTh5WPHmFU2m { top:0px;left:142px;width:35px;height:61px;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NGJLgMuytCQJUCpsvzrlp96i6Id3I6If { width:277px;height:152px;top:138px;left:21px;font-size:15px;line-height:1.6;text-align:left;text-align-last:left;display:block; }#NGJLgMuytCQJUCpsvzrlp96i6Id3I6If li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b2e750752fe66d48323545461c0c79b3940b5f8a.svg); }
 }@media only screen and (max-width: 763px) { #sSknls3U4sr1WfT8wGgOTCXkvndp2q3B { width:241px;height:41.5938px;top:403.390625px;left:40px;font-size:26px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5MlNzemcg2GatlTFRuHutbeVuUDhthG { width:281px;height:70.1719px;top:45px;left:20px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JR483FCpqWeUpy1vVAd7Z9FfVMMGIMAZ { width:238px;height:120px;top:365px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #cHco4DBmAXSFQxRoH9KJw09wLU3Rt7fa { width:320px;height:49px;top:705px;left:0px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #NLuTo1RtaxwdKWLddqGphXC6RNwRF5Z3 { width:281px;height:312px;top:325px;left:20px;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #X30JLO0maLaaEt9hSHTUdOgqHuiH5qPI { top:515px;left:40px;width:243px;height:55px;background-color:#0ba3ad;background-image:none;color:#ffffff;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #zrmDv2TS4ZrA3bi5oMbtC36aRFKN1634 { display:block; }
 }@media only screen and (max-width: 763px) { #kdCbuRlTInd8NeLWhykOmnF0fycbPUHS { width:151px;height:0;top:525px;left:40px;font-size:15px;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PKfa0kaxHFcwDvq9Ol1SDF0nsPr63a7n { width:139px;height:28px;top:355px;left:90px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gMitsSu7yZMyJoszswlpsDenbKiSryCA { display:block; }
 }@media only screen and (max-width: 763px) { #CvS91B7WUqQIRL6JB3fBA2JZJNEs6Ma8 { width:244px;height:20.7969px;top:585.203125px;left:38px;font-size:13px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfPV0iOS7GISo4BQt74z969DuqCLTTpa { width:151px;height:272px;top:665px;left:20px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #h81nEB9anir136ArOEh1LbhCWkQVuNlM { width:123px;height:191px;top:785px;left:180px;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #MdKLylbr1QSS1S8vFzdyswcFEfA8c2wK { width:240px;height:42px;top:446px;left:39px;font-size:15px;line-height:1.4;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #pLwuxRLqyhq24vTg536OrubDtr2TCRqc { background-color:#2a2c32;background-image:none;display:block; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { background-color: transparent; background-image: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .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); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { width:320px;height:222px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9RDQ8E1nhe3NTtO1BHz14AcNo6r9A9W { width:108px;height:24px;top:16px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #Dg62xZf68lW9Wy5qgF6kJS2Q3TXOwXoM { width:320px;height:20.7969px;top:125.20001220703px;left:0px;font-size:13px;text-align:center;text-align-last:center;z-index:15008;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G3s1Eiu8xrqhw4SbsRuiOQIfanG4DJzD { width:320px;height:36.4px;top:82px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #w9GQCoLQ2yzWhlNTBfNT4mt8qLZegsmE { width:108px;height:32px;top:160px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #cHztfMCei1dPMz0W2OIgNJLV43uw9FG0 { width:99px;height:32px;top:160px;left:51px;display:block; }
 }