.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:#1b072c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38e41fa2-35ec-4f0c-bb5f-b7633387bc78/download.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm.adaptive-delivery-prevent-bg, #lQd2hiqS158QeuuHxTdywaE7JNtOvDLm.lazyload, #lQd2hiqS158QeuuHxTdywaE7JNtOvDLm.lazyloading { background-image: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { background-color: transparent; background-image: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,18,74,0.8); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,18,74,0.8); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .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); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { border-width: 0; border-radius: 0; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { font-size:14px;font-family:arial;height:815px;width:1200px;overflow:visible;position:relative;display:block; }#iqt7P8wHMTSrs8sT8pMmyDJDO9ahQKTd { box-sizing:content-box;height:10px;width:500px;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.15);background-image:none;top:674px;left:0px;border-top-right-radius:200px;border-bottom-right-radius:200px;border-bottom-left-radius:200px;border-top-left-radius:200px;display:none; }
#hS59Z0yHLzweLevTb1B7IthRuV8RL0do { color:#ffffff;display:block;width:191.979px;position:absolute;font-family:"work sans";font-size:13px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:606.9921875px;left:339.99998474121px;height:33.7812px;font-style:normal;display:block; }
#XDtpZA8PbI26xKOwSNdllCH4K6z2veJK { color:#ffffff;display:block;width:165.99px;position:absolute;font-family:"work sans";font-size:15px;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:498.99737548828px;left:319.99998474121px;height:45px;font-style:normal;display:block; }
#oObb3QUpfzetThm6TtPtTyT8S3mIn6Bg { box-sizing:content-box;height:0.989583px;width:610px;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:412.99478149414px;left:0px;display:block; }
#plGTkOCXbX5ZyGhMbZrbzV1Oop8REvP1 { color:#ffffff;display:block;width:689.987px;position:absolute;font-family:"work sans";font-size:50px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:318.99737548828px;left:0px;height:60px;font-style:normal;display:block; }
#aRwVdqTIr0g3080N9NdX8DIFcBJmA35Q { color:#ffffff;display:block;width:353.984px;position:absolute;font-family:"work sans";font-size:23px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:445.98956298828px;left:0px;height:29.8906px;font-style:normal;display:block; }
#uQnT4I6UvNBfXMICBPsuebw375EiqOMw { color:#b962ff;display:block;width:345.99px;position:absolute;font-family:"work sans";font-size:66px;font-weight:400;z-index:15007;line-height:.9;letter-spacing:0;text-shadow:1px 1px 33px #b962ff;top:488.99737548828px;left:0px;height:59.401px;font-style:normal;display:block; }
#EMLbli8fSbbk2p6Zy3ezWfAg7wq7tUO1 { background-color:#62fa45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #0e7600;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"work sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:316.979px;height:51.9922px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:600px;left:0px;display:block; }
#I7t29R5OpJTWSGXWE1Nr9UwhrbbG9iA9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wTR7OTRPlSkPKuDfMVuO0zp1FwJHvvkX { color:#ffffff;display:block;width:251px;position:absolute;font-family:"work sans";font-size:17px;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:283.99737548828px;left:0px;height:18.6979px;font-style:normal;display:block; }
#v7M7qXTL7qGDcsuVrADVyu3DppTH4Jn9 { box-sizing:content-box;height:48.9974px;width:296.992px;position:absolute;display:block;z-index:14998;background-color:rgba(185,98,255,0.55);background-image:none;top:192px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 30px rgba(118,0,230,0.23) ;display:block; }
#pcI2FrvWHc3lmWoPGt3ZOJ85UpTLU5zO { color:#ffffff;display:block;width:231.992px;position:absolute;font-family:"work sans";font-size:15px;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:209px;left:50px;height:15.0029px;font-style:normal;display:block; }
#wRIPpHVhIB6MhvFaz1t3xT8ZXR60vE2z { box-sizing:content-box;height:50.9896px;width:190.99px;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c66371fa-b05e-45ba-ae22-fcd33e554f24/download20240916T085304848.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:83px;left:0px;display:block; }#wRIPpHVhIB6MhvFaz1t3xT8ZXR60vE2z.adaptive-delivery-prevent-bg, #wRIPpHVhIB6MhvFaz1t3xT8ZXR60vE2z.lazyload, #wRIPpHVhIB6MhvFaz1t3xT8ZXR60vE2z.lazyloading { background-image: none; }
#w1otLmrp7QCJ7bZ8txpGSx2aUy7ywpbw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25.9896px;width:25.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:204px;left:16px; }
#Im4fWlV0AZTW1zMhzNtyPLXuzAnQDDFW { background-color:rgba(16,208,172,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:77px;border-top-right-radius:77px;border-bottom-left-radius:77px;border-bottom-right-radius:77px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"work sans";font-size:15px;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:97px;height:27px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:278.84112548828px;left:261.99217224121px;display:block; }
#FDBRKchc3Gfuv8TsOOnwLFU86zt948QZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lRca3MS3w5V47VxZtW3hJOP8FGcdNduS { background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"work sans";font-size:14px;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:273.333334px;height:30.325534px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:201.31509399414px;left:319.99998474121px;display:block; }
#T3W4VJDCROTVZc1dGJMhOkNcC700W64E { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container { background-color: transparent; background-image: none; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container > .video-iframe-container { display: none; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row > .video-iframe-container { display: none; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .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); }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container { border-width: 0; border-radius: 0; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container { font-size:14px;font-family:arial;height:351px;width:1200px;position:relative;display:block; }#ywRPXHd91or2kkef7nWgrPOTGDyRggBo { color:#ffffff;display:block;width:232px;position:absolute;font-family:"work sans";font-size:16px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:82px;left:392px;height:72.0052px;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; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:82px;left:1019px; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; }#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:82px;left:1085px; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; }#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:82px;left:1150px; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; }#vV2lRkZ2WnWxqaHgH3mHTLqdcLKMFXVi { color:#ffffff;display:block;width:503px;position:absolute;font-family:"work sans";font-size:13px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:220px;left:392px;height:19.5px;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;text-align:left;text-align-last:left;display:block; }
#ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR { box-sizing:content-box;height:68px;width:235px;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c66371fa-b05e-45ba-ae22-fcd33e554f24/download20240916T085304848.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:84px;left:0px;display:block; }#ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR.adaptive-delivery-prevent-bg, #ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR.lazyload, #ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR.lazyloading { background-image: none; }
#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .row .container { background-color: transparent; background-image: none; }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .row .container > .video-iframe-container { display: none; }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .row > .video-iframe-container { display: none; }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .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); }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .row .container { border-width: 0; border-radius: 0; }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq { position:relative;z-index:auto;display:block; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq { background-color: transparent; background-image: none; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container > .video-iframe-container { display: none; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row > .video-iframe-container { display: none; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .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); }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq { border-width: 0; border-radius: 0; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:73px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lQd2hiqS158QeuuHxTdywaE7JNtOvDLm { display:block; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqt7P8wHMTSrs8sT8pMmyDJDO9ahQKTd { width:500px;height:10px;top:674px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hS59Z0yHLzweLevTb1B7IthRuV8RL0do { width:191px;height:33px;top:606px;left:121.99998474121px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #XDtpZA8PbI26xKOwSNdllCH4K6z2veJK { width:165px;height:45px;top:498px;left:101.984375px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #oObb3QUpfzetThm6TtPtTyT8S3mIn6Bg { width:610px;height:0;top:412px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #plGTkOCXbX5ZyGhMbZrbzV1Oop8REvP1 { width:689px;height:60px;top:318px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #aRwVdqTIr0g3080N9NdX8DIFcBJmA35Q { width:353px;height:29px;top:445px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #uQnT4I6UvNBfXMICBPsuebw375EiqOMw { width:345px;height:59px;top:488px;left:0px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #EMLbli8fSbbk2p6Zy3ezWfAg7wq7tUO1 { width:316px;height:51px;top:600px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #I7t29R5OpJTWSGXWE1Nr9UwhrbbG9iA9 { display:block; }
 }@media only screen and (max-width: 763px) { #wTR7OTRPlSkPKuDfMVuO0zp1FwJHvvkX { width:251px;height:19px;top:283px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #v7M7qXTL7qGDcsuVrADVyu3DppTH4Jn9 { width:296px;height:48px;top:192px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pcI2FrvWHc3lmWoPGt3ZOJ85UpTLU5zO { width:231px;height:15px;top:209px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wRIPpHVhIB6MhvFaz1t3xT8ZXR60vE2z { width:190px;height:50px;top:83px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w1otLmrp7QCJ7bZ8txpGSx2aUy7ywpbw { width:25px;height:25px;top:204px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Im4fWlV0AZTW1zMhzNtyPLXuzAnQDDFW { width:97px;height:27px;top:278px;left:43.992172241211px;display:block; }
 }@media only screen and (max-width: 763px) { #FDBRKchc3Gfuv8TsOOnwLFU86zt948QZ { display:block; }
 }@media only screen and (max-width: 763px) { #lRca3MS3w5V47VxZtW3hJOP8FGcdNduS { width:273px;height:30px;top:201px;left:101.99998474121px;display:block; }
 }@media only screen and (max-width: 763px) { #T3W4VJDCROTVZc1dGJMhOkNcC700W64E { display:block; }
 }@media only screen and (max-width: 763px) { #kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg { display:block; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywRPXHd91or2kkef7nWgrPOTGDyRggBo { width:231px;height:71px;top:82px;left:174px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { width:50px;height:50px;top:82px;left:714px;display:block; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { width:50px;height:50px;top:82px;left:714px;display:block; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { width:50px;height:50px;top:82px;left:714px;display:block; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vV2lRkZ2WnWxqaHgH3mHTLqdcLKMFXVi { width:502px;height:19px;top:220px;left:174px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR { width:235px;height:67px;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w { display:block; }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq { display:block; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lQd2hiqS158QeuuHxTdywaE7JNtOvDLm { background-color:#1b072c;background-image:url("https://images.assets-landingi.com/uc/3a2e7a42-c841-4438-aff9-d30fe4f77a70/topo.webp");background-position:bottom 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm.adaptive-delivery-prevent-bg, #lQd2hiqS158QeuuHxTdywaE7JNtOvDLm.lazyload, #lQd2hiqS158QeuuHxTdywaE7JNtOvDLm.lazyloading { background-image: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { background-color: transparent; background-image: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .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); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { border-width: 0; border-radius: 0; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqt7P8wHMTSrs8sT8pMmyDJDO9ahQKTd { width:300px;height:5px;top:540.99530029297px;left:9.9971055984497px;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #hS59Z0yHLzweLevTb1B7IthRuV8RL0do { width:320px;height:9.89583px;top:473.54685974121px;left:0px;font-size:9px;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XDtpZA8PbI26xKOwSNdllCH4K6z2veJK { width:105.99px;height:26px;top:345px;left:213.99739646912px;font-size:10px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oObb3QUpfzetThm6TtPtTyT8S3mIn6Bg { width:320px;height:1px;top:277.01821899414px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #plGTkOCXbX5ZyGhMbZrbzV1Oop8REvP1 { width:320px;height:31.1979px;top:225.98957824707px;left:0px;font-size:26px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aRwVdqTIr0g3080N9NdX8DIFcBJmA35Q { width:320px;height:24px;top:300px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uQnT4I6UvNBfXMICBPsuebw375EiqOMw { width:208px;height:39.5964px;top:335px;left:0px;font-size:44px;text-align:left;text-align-last:left;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #EMLbli8fSbbk2p6Zy3ezWfAg7wq7tUO1 { width:316px;height:51px;top:401.5390625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I7t29R5OpJTWSGXWE1Nr9UwhrbbG9iA9 { display:block; }
 }@media only screen and (max-width: 763px) { #wTR7OTRPlSkPKuDfMVuO0zp1FwJHvvkX { width:319.987px;height:11px;top:205px;left:0px;font-size:10px;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #v7M7qXTL7qGDcsuVrADVyu3DppTH4Jn9 { width:146px;height:38px;top:125px;left:0px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #pcI2FrvWHc3lmWoPGt3ZOJ85UpTLU5zO { width:98px;height:24px;top:131.9921875px;left:41.999998092651px;font-size:10px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wRIPpHVhIB6MhvFaz1t3xT8ZXR60vE2z { width:151.997px;height:42.9977px;top:46.99072265625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w1otLmrp7QCJ7bZ8txpGSx2aUy7ywpbw { display:flex;width:22px;height:22px;top:131.99739456177px;left:12px; }
 }@media only screen and (max-width: 763px) { #Im4fWlV0AZTW1zMhzNtyPLXuzAnQDDFW { width:92.9948px;height:31.9922px;top:111.70572662354px;left:226.99217796326px;font-size:13px;border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;display:block; }
 }@media only screen and (max-width: 763px) { #FDBRKchc3Gfuv8TsOOnwLFU86zt948QZ { display:block; }
 }@media only screen and (max-width: 763px) { #lRca3MS3w5V47VxZtW3hJOP8FGcdNduS { width:210.325334px;height:30.325534px;top:112.55207824707px;left:0px;font-size:11px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #T3W4VJDCROTVZc1dGJMhOkNcC700W64E { display:block; }
 }@media only screen and (max-width: 763px) { #kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg { display:block; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container { width:320px;height:325px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywRPXHd91or2kkef7nWgrPOTGDyRggBo { width:249px;height:33.7812px;top:143.9970703125px;left:0px;font-size:13px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { display:flex;width:35px;height:35px;top:62px;left:285px; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { display:flex;width:35px;height:35px;top:125px;left:285px;font-size:24px; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { display:flex;width:35px;height:35px;top:187px;left:285px;font-size:24px; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vV2lRkZ2WnWxqaHgH3mHTLqdcLKMFXVi { width:230.99px;height:41.7812px;top:221.9921875px;left:0px;font-size:11px;text-align:left;text-align-last:left;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR { width:138px;height:39px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w { display:block; }#H5QNApiKgb1G6MWpum3ELRzn7Gdqcu1w > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container { width:320px;height:50px;position:relative;display:block; } }