.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #ececec);background-image: -moz-linear-gradient(180deg, #f8f8f8, #ececec);background-image: -ms-linear-gradient(180deg, #f8f8f8, #ececec);background-image: -o-linear-gradient(180deg, #f8f8f8, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #f8f8f8, #ececec);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;overflow:visible;position:relative;display:block; }#yLkGxWxRb5dqEJURVciC2ozQyB60bHau { 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:6.75rem;width:17.25rem;top:3.4358723163605rem;left:-1.875rem;overflow:hidden;display:block; }
#lKgH51PFTCzvyHrtbxavzzDBI9Xw1l8t { color:#353535;display:block;width:46.6875rem;position:absolute;font-family:manrope;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:13.873046875rem;left:0rem;height:6.875rem;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; }
#RWuKDfkpTI6Zwz9TDCvK9FD1nH2PP66C { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:manrope;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:22.0166015625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SCvauD2kbZpw52TblOI02fayI4sz7rO9 { background-color:#00c830;background-image:none;border-top:0;border-left:2.5rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,200,48,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38.561359405517rem;left:0rem;display:block; }
#kOChPUU6TxSSeslI0TxqsdwM1TPfhd9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9Dl3g0a6JQIX7fIhQRcOSNTgyGHqrwg { color:#000000;display:block;width:15.7495rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:9.27294921875rem;left:17rem;height:0.9746125rem;font-style:italic;display:block; }
#QTExy48CdhBmdOOhszax4sMiip2d4acS { background-color:transparent;background-image:none;border-top:0.0625rem solid #f0794f;border-left:0.0625rem solid #f0794f;border-right:0.0625rem solid #f0794f;border-bottom:0.0625rem solid #f0794f;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#353535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.81103515625rem;left:20.62353515625rem;display:block; }
#UAHhn4RJSopelHvmSNyUr8vHdxqRaPDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fah8T36QRg9Ta0xrv2oAULhFZrnIywga { background-color:transparent;background-image:none;border-top:0.0625rem solid #f0794f;border-left:0.0625rem solid #f0794f;border-right:0.0625rem solid #f0794f;border-bottom:0.0625rem solid #f0794f;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#434343;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.81103515625rem;left:0rem;display:block; }
#W2sgkRarFQtluTk9TTuilUlKDhGIelh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BsQacvIpTJSSa3RwT5smUIZN6opBhIXe { background-color:transparent;background-image:none;border-top:0.0625rem solid #f0794f;border-left:0.0625rem solid #f0794f;border-right:0.0625rem solid #f0794f;border-bottom:0.0625rem solid #f0794f;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#353535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:29.81103515625rem;left:7.3125rem;display:block; }
#G3qX1ZgVhO23cMLBi5JvaJXqDpr3x1Qn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsMmwoehc2rTlgh46exTnHR0VDySm9Kb { background-color:transparent;background-image:none;border-top:0.0625rem solid #f0794f;border-left:0.0625rem solid #f0794f;border-right:0.0625rem solid #f0794f;border-bottom:0.0625rem solid #f0794f;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#353535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:2.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:33.24853515625rem;left:0rem;display:block; }
#IdaeHDqI8GgXeWbT9r9pbmziobmdz5vt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#faVZOQADMXgq2Of5sPmUTFHqBgTDLy1s { background-color:rgba(255,202,185,0.61);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#353535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:33.24853515625rem;left:6.40625rem;display:block; }
#enrJ5aklOWrUKIpTvzQafkyMh7HrzNXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sm3c2hnCsNSOsCudvDTIxIndL9Tnm2bp { background-color:rgba(255,202,185,0.59);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#353535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:33.24853515625rem;left:17.53125rem;display:block; }
#qlnAAGx2wC7qZ7su2vifgTLg2fXhZOD4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PM2dW9DgxOgAk6rVImKAQOKUdmnbhgfi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:39.498046875rem;left:1.62353515625rem; }
#MPm1Q1g2TGlhuqTdnNxZtcVLGIEvZq3l { box-sizing:content-box;height:47.1875rem;width:36.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/25a54b28-a7f2-4f4f-bf2c-365c6433d17b/1111.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.1858723163605rem;left:44.584471702576rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MPm1Q1g2TGlhuqTdnNxZtcVLGIEvZq3l.adaptive-delivery-prevent-bg, #MPm1Q1g2TGlhuqTdnNxZtcVLGIEvZq3l.lazyload, #MPm1Q1g2TGlhuqTdnNxZtcVLGIEvZq3l.lazyloading { background-image: none; }
#T5F2ilx9w6MZTXeCw9bOX560Px4Xluh1 { box-sizing:content-box;height:47.1875rem;width:31.6875rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/25a54b28-a7f2-4f4f-bf2c-365c6433d17b/1111.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.1866860389709rem;left:40.960284233093rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#T5F2ilx9w6MZTXeCw9bOX560Px4Xluh1.adaptive-delivery-prevent-bg, #T5F2ilx9w6MZTXeCw9bOX560Px4Xluh1.lazyload, #T5F2ilx9w6MZTXeCw9bOX560Px4Xluh1.lazyloading { background-image: none; }
#zPnBQaBiaxpA212qwBxWIvP34PGWyln0 { background-color:rgba(255,127,0,0.54);background-image:none;border-top:0;border-left:2.5rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#121212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.56103515625rem;left:21.1875rem;display:block; }
#JiaTQ2zsZHRSlCButCStJ2lNnptD6fDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ouHShhJenJtf3mioepUCK70Ld0hlO36T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:39.27978515625rem;left:22.09375rem; }
#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x { border-top:0.3125rem solid #088e93;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1f1f1);background-image: -moz-linear-gradient(180deg, #ffffff, #f1f1f1);background-image: -ms-linear-gradient(180deg, #ffffff, #f1f1f1);background-image: -o-linear-gradient(180deg, #ffffff, #f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1' );";background-image: linear-gradient(180deg, #ffffff, #f1f1f1);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; }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .row .container { background-color: transparent; background-image: none; }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .row .container > .video-iframe-container { display: none; }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .row > .video-iframe-container { display: none; }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .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); }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .row .container { border-width: 0; border-radius: 0; }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#KkscZX45nPBfoypQTW1wur3RL4i48Jvf { color:#353535;display:block;width:58.3125rem;position:absolute;font-family:manrope;font-size:3.4375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:4.75rem;left:-0.0625rem;height:3.78125rem;font-style:normal;display:block; }
#mcATZtLwT3BCB8TRNtSR0fiXMQeGQF1h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.578125rem;left:42.3125rem; }
#rETVk8KlTATsvdItq4iPLC4IUwZklw6z { color:#f0794f;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:11.625rem;left:0rem;height:8.5rem;text-align:left;text-align-last:left;display:block; }
#bB9vlHaDAeW8w2nKXxq81dGVwTFBNMyg { color:#666666;display:block;width:16.5rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:11.625rem;left:2.3125rem;height:8.5rem;text-align:left;text-align-last:left;display:block; }
#b2FghvtbSuoMlTTgzDv8ZHJwCigpWJuR { color:#666666;display:block;width:19.3125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:11.625rem;left:26.0625rem;height:8.5rem;text-align:left;text-align-last:left;display:block; }
#rgopK18T9i1rd9PizWOvy5kIyPdzmNyn { color:#f0794f;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:11.625rem;left:23.8125rem;height:8.5rem;text-align:left;text-align-last:left;display:block; }
#tzvECoyuBJfCFWQzR0NtbWiSD0zU1eoo { color:#666666;display:block;width:19.3125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:11.625rem;left:52.625rem;height:4.25rem;text-align:left;text-align-last:left;display:block; }
#A3eyF7VySSX1hVuLbhWRTV0rqBQ87sBV { color:#f0794f;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:11.625rem;left:50.375rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f7a7ea8-a604-4269-a9c5-308c3d9fe625/111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh.adaptive-delivery-prevent-bg, #LUeGuUGVNkymNRDkV82QHA8bkd9BtETh.lazyload, #LUeGuUGVNkymNRDkV82QHA8bkd9BtETh.lazyloading { background-image: none; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row .container { background-color: transparent; background-image: none; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,142,147,0.93); }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row .container > .video-iframe-container { display: none; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,142,147,0.93); }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row > .video-iframe-container { display: none; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .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); }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row .container { border-width: 0; border-radius: 0; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#hS0AuV7AM2zCR57vdsUxUxeHDmTpbzPE { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:manrope;font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:8.53125rem;font-style:normal;display:block; }
#Ker9w8tLQX6Zg0WMx1S2bMSlzdbrZ07G { color:#ffffff;display:block;width:21.8116875rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem rgba(0,0,0,0.15);top:5.3115234375rem;left:38.8740234375rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#TzTMIIzi2Zx6gq7OtkHrHnDXAGB1BKC3 { color:#f4ac93;display:block;width:2.124925rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem rgba(0,0,0,0.15);top:5.3115234375rem;left:36.4365234375rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#v3KPH9pger4DvAyC7TpQVi6m6BdEQIqh { background-color:transparent;background-image:none;border-top:0.125rem solid #b0ebff;border-left:0.125rem solid #b0ebff;border-right:0.125rem solid #b0ebff;border-bottom:0.125rem solid #b0ebff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.01814375rem;height:4.143375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:17.111328125rem;left:0rem;display:block; }
#uQ3uO4IevfyKrGNlQzeUantZZ7x6hdEg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR { position:relative;display:none; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR { border-width: 0; border-radius: 0; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .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; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0794f;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; }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .row .container { background-color: transparent; background-image: none; }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .row .container > .video-iframe-container { display: none; }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .row > .video-iframe-container { display: none; }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .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); }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .row .container { border-width: 0; border-radius: 0; }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#UTk6SAnHEtME7dzIbsh0ElPBXPVN5DDm { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:manrope;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.5625rem;left:35.75rem;height:3rem;font-style:normal;display:block; }
#O4Fk0wW8VAyUvNww0gJprZ0ldaPBUZSr { color:#ffffff;display:block;width:38rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:10.0625rem;left:35.75rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#OllbkwNpKl24iVDxpt3QQbNCK3AZIHBL { background-color:#00c830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.874309539795rem;left:35.749420166016rem;display:block; }
#E3P8BlsTVIivGCeTqBwH3de3peArynAk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muDLprw6skEQZKdfGVaZdvVDpXeLm0ek { box-sizing:content-box;height:23.3125rem;width:31.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b7f6ef2e-e9d5-4045-8622-5f1291b69120/download20241210T175735377.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.5625rem;left:-0.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#muDLprw6skEQZKdfGVaZdvVDpXeLm0ek.adaptive-delivery-prevent-bg, #muDLprw6skEQZKdfGVaZdvVDpXeLm0ek.lazyload, #muDLprw6skEQZKdfGVaZdvVDpXeLm0ek.lazyloading { background-image: none; }
#J4migvdo37KPIkI2XBzyoA58qTVNcH8t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1851958d-6109-408b-a4b2-7b57c87d3a1d/back2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t.adaptive-delivery-prevent-bg, #J4migvdo37KPIkI2XBzyoA58qTVNcH8t.lazyload, #J4migvdo37KPIkI2XBzyoA58qTVNcH8t.lazyloading { background-image: none; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row .container { background-color: transparent; background-image: none; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row .container > .video-iframe-container { display: none; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row > .video-iframe-container { display: none; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .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); }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row .container { border-width: 0; border-radius: 0; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#R2hKlArr01NMRoaoJwo9cFSOMoSnVsRS { color:#353535;display:block;width:29.4375rem;position:absolute;font-family:manrope;font-size:3.4375rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:4.625rem;left:22.8125rem;height:3.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWDx3NTkEJ2JFMoQaAWxaL7doJUSTZpc { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b33b36b0-9dfe-4a82-8082-53f3dc691eda/b38034f6db.webp");background-position: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:21.125rem;top:10.9375rem;left:4.5625rem;display:block; }#GWDx3NTkEJ2JFMoQaAWxaL7doJUSTZpc.adaptive-delivery-prevent-bg, #GWDx3NTkEJ2JFMoQaAWxaL7doJUSTZpc.lazyload, #GWDx3NTkEJ2JFMoQaAWxaL7doJUSTZpc.lazyloading { background-image: none; }
#J7GQzw2HHs1LUD0Xl2ip9210J7tl4PTf { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d06d9504-4b1d-4d2d-b84b-a7502fcebeea/teste3.webp");background-position: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:21.125rem;top:10.9375rem;left:26.9375rem;display:block; }#J7GQzw2HHs1LUD0Xl2ip9210J7tl4PTf.adaptive-delivery-prevent-bg, #J7GQzw2HHs1LUD0Xl2ip9210J7tl4PTf.lazyload, #J7GQzw2HHs1LUD0Xl2ip9210J7tl4PTf.lazyloading { background-image: none; }
#VWOL1Uxw4csdk1SZKSshETwaAvRLHCSa { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e07207db-e67f-4271-ade5-129342e38794/download20241213T071154687.webp");background-position: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:21.125rem;top:10.9375rem;left:49.3125rem;display:block; }#VWOL1Uxw4csdk1SZKSshETwaAvRLHCSa.adaptive-delivery-prevent-bg, #VWOL1Uxw4csdk1SZKSshETwaAvRLHCSa.lazyload, #VWOL1Uxw4csdk1SZKSshETwaAvRLHCSa.lazyloading { background-image: none; }
#GIHnpTyQNCSO7HKXzupLMXtvVA9La3cN { position:absolute;display:block;z-index:15021;background-color:#f0794f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:16.9375rem;width:21.125rem;top:10.9375rem;left:4.5625rem;display:block; }
#yXPhAapiZ4yVSLTxnTGxRKUGZQ29CeM1 { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:manrope;font-size:1.5625rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:23.625rem;left:6.3125rem;height:2.65625rem;text-align:center;text-align-last:center;display:block; }
#DvwEeHsqUz7cNKeJyafPXWMyxSrX7RNX { position:absolute;display:block;z-index:15022;background-color:#f0794f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:16.9375rem;width:21.125rem;top:10.9375rem;left:26.9375rem;display:block; }
#L0pgGaRqnbAgTo2Ld352qCA5eX95gyix { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:manrope;font-size:1.5625rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:24.1875rem;left:30.625rem;height:2.65625rem;text-align:center;text-align-last:center;display:block; }
#Zb1zE65tIXgnNP7TTJNSWTfGLyIcTBG7 { position:absolute;display:block;z-index:15023;background-color:#f0794f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:16.9375rem;width:21.125rem;top:10.9375rem;left:49.3125rem;display:block; }
#qT5VvpJACyfltwNLmaS166nTwTVsUmr3 { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:manrope;font-size:1.5625rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:24.1875rem;left:51.25rem;height:2.65625rem;text-align:center;text-align-last:center;display:block; }
#hopH0pGumszTQ7pyu6edqW9DqoWKqugr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:25.76171875rem;left:8.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #dfdfdf);background-image: -moz-linear-gradient(90deg, #ffffff, #dfdfdf);background-image: -ms-linear-gradient(90deg, #ffffff, #dfdfdf);background-image: -o-linear-gradient(90deg, #ffffff, #dfdfdf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf' );";background-image: linear-gradient(90deg, #ffffff, #dfdfdf);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; }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .row .container { background-color: transparent; background-image: none; }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .row .container > .video-iframe-container { display: none; }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .row > .video-iframe-container { display: none; }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .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); }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .row .container { border-width: 0; border-radius: 0; }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:block; }#zCqxauTUMV3N7omu6o07Lx6vAHsZ8e3r { position:absolute;display:block;z-index:14985;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.5625rem;width:61.875rem;top:0rem;left:35.4375rem;display:block; }
#BzGCyc5Mk3Kgb8e6DpC4OPUw9QN8rnPT { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.125rem solid #f0794f;border-left:0.125rem solid #f0794f;border-right:0.125rem solid #f0794f;border-bottom:0.125rem solid #f0794f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:41.8125rem;width:31.25rem;top:4.8125rem;left:0rem;display:block; }
#wPXLMWr7mbAJK9hUGm8rr0VUDZZ5u5Ld { position:absolute;display:block;z-index:14987;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/204096c7-e05f-4769-ba67-b5acd331a47e/42af08fd1f.webp");background-position: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.3125rem;width:31.25rem;top:4.9375rem;left:0.125rem;display:block; }#wPXLMWr7mbAJK9hUGm8rr0VUDZZ5u5Ld.adaptive-delivery-prevent-bg, #wPXLMWr7mbAJK9hUGm8rr0VUDZZ5u5Ld.lazyload, #wPXLMWr7mbAJK9hUGm8rr0VUDZZ5u5Ld.lazyloading { background-image: none; }
#wPXLMWr7mbAJK9hUGm8rr0VUDZZ5u5Ld::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#wPXLMWr7mbAJK9hUGm8rr0VUDZZ5u5Ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#nArmWU2w17KWeAWRyJyR1Wk2vKcPhMOP { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:manrope;font-size:2.5625rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:18.0625rem;left:1.875rem;height:5.63671875rem;font-style:normal;display:block; }
#Buvzdi3MxhiZfGsTenlt89B67vPnxieS { color:#5d5d5d;display:block;width:26.3125rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:27.5rem;left:1.875rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#xJW8sCLExENx17RiTc35QWIJNT9lkMd5 { color:#f0794f;display:block;width:23.0625rem;position:absolute;font-family:manrope;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.78092956543rem;left:1.8744564056396rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xEdIahhsEIHgLI3a42qtqQ9hsPU3Kngh { background-color:#00c830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,200,48,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:4.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.75rem;left:1.875rem;display:block; }
#d0hATnpkADHACHu1uhUX3SnbPS41vxA1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZw5aCnPVypfowvauKw4okQ7dZA926lE { position:absolute;display:block;z-index:14989;background-color:transparent;background-image:none;border-top:0.125rem solid #088e93;border-left:0.125rem solid #088e93;border-right:0.125rem solid #088e93;border-bottom:0.125rem solid #088e93;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:41.8125rem;width:31.1875rem;top:4.875rem;left:39.625rem;display:block; }
#bKT2M9B17uOI8WVDtpi5VgQgdyItnkxH { position:absolute;display:block;z-index:14986;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c3895b9-cce1-478b-82d6-f91d9bde8e71/6ba9497281.webp");background-position: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:1.875rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.5625rem;width:31.4375rem;top:4.9375rem;left:39.625rem;display:block; }#bKT2M9B17uOI8WVDtpi5VgQgdyItnkxH.adaptive-delivery-prevent-bg, #bKT2M9B17uOI8WVDtpi5VgQgdyItnkxH.lazyload, #bKT2M9B17uOI8WVDtpi5VgQgdyItnkxH.lazyloading { background-image: none; }
#bKT2M9B17uOI8WVDtpi5VgQgdyItnkxH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#bKT2M9B17uOI8WVDtpi5VgQgdyItnkxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#CzFebCFEm5aFbwALZkgzfewfatBRUMSs { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:manrope;font-size:2.5625rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:18.0625rem;left:41.375rem;height:5.63671875rem;font-style:normal;display:block; }
#pqHiXVIFihniqUfW4N2p9pqff9nEx74g { color:#5d5d5d;display:block;width:27rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:27.5rem;left:41.375rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#TUJMgr79hR4HbILWgcevfKKGEc5twzrJ { color:#088e93;display:block;width:25.5rem;position:absolute;font-family:manrope;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.811676025391rem;left:41.374599456787rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#b2sIXiRcFrw4e3wIE5c0h7OX19r6Xv3n { background-color:transparent;background-image:none;border-top:0.125rem solid #088e93;border-left:0.125rem solid #088e93;border-right:0.125rem solid #088e93;border-bottom:0.125rem solid #088e93;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#2e2e2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:4.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:39.75rem;left:41.375rem;display:block; }
#pV6CronPqORSle6ZQpvSXMVHeR7mdNQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P3e13JbVAxhqXutEJob13yuXldKWrM3x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .row .container { background-color: transparent; background-image: none; }#P3e13JbVAxhqXutEJob13yuXldKWrM3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .row .container > .video-iframe-container { display: none; }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .row > .video-iframe-container { display: none; }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .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); }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .row .container { border-width: 0; border-radius: 0; }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#wQBrEEu4mNVVUuX3D7XM78LyEfqFPJOH { color:#f0794f;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:3.625rem;left:3.9375rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#eJCiJ2Ok8dR0dz1u5prGeX65KIG0GJvr { color:#f0794f;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:3.5625rem;left:28.9375rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#gzXv8Ch5tcMFEUEaJx6FbbCq5ETkt4Vn { color:#088e93;display:block;width:14.8125rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:2.75rem;left:32.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#Bq0BGPe4s2grt0tPO7PTTtHVOx5BnpAF { color:#088e93;display:block;width:13.375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:2.75rem;left:57.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#MiuEdwn0inABtozDtpponGVBtbF4Oyky { color:#f0794f;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:3.5625rem;left:53.9375rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#uEslAUu4kExApz0TJ6vOgNmAQAO22t6c { color:#088e93;display:block;width:13.375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:2.71875rem;left:8.0625019073488rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#cAymEFqA66TsuQpkE5e5WR1KxDACqTcd { color:#505050;display:block;width:4.75rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.69921875rem;left:39.8125rem;height:1.2999125rem;display:block; }
#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#088e93;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; }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .row .container { background-color: transparent; background-image: none; }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .row .container > .video-iframe-container { display: none; }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .row > .video-iframe-container { display: none; }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .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); }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .row .container { border-width: 0; border-radius: 0; }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#HBOEptx95sl3V1S0POlTlbxTct5FPMKT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:40.625rem;width:22.6875rem;top:4.3125rem;left:0rem;display:block; }
#TWEdvC0ffZ2yvefX0JaPTkyt8ED4yCIi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:40.625rem;width:22.6875rem;top:4.3125rem;left:26.15625rem;display:block; }
#eeZ7SpBT1mk837uXAkQhyQnHvIybO09Z { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:40.625rem;width:22.6875rem;top:4.3125rem;left:52.3125rem;display:block; }
#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0794f, #da653c);background-image: -moz-linear-gradient(180deg, #f0794f, #da653c);background-image: -ms-linear-gradient(180deg, #f0794f, #da653c);background-image: -o-linear-gradient(180deg, #f0794f, #da653c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0794f', endColorstr='#da653c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0794f', endColorstr='#da653c' );";background-image: linear-gradient(180deg, #f0794f, #da653c);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; }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .row .container { background-color: transparent; background-image: none; }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .row .container > .video-iframe-container { display: none; }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .row > .video-iframe-container { display: none; }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .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); }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .row .container { border-width: 0; border-radius: 0; }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#q0DITaORXlg58fkylIPI7I5c8AO6iApn { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:manrope;font-size:2.8125rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:6.5rem;left:33.6875rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NA28hS7rttowmoZmot4e9bH9T8up9FPU { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:12.8125rem;left:33.75rem;height:12.6430625rem;text-align:left;text-align-last:left;display:block; }
#Q9o8PAT9Z1ykZgXBtafUdZ8bRdGs3BfI { position:absolute;display:block;z-index:15024;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:40.625rem;top:11.1875rem;left:33.75rem;display:block; }
#kAEnD1yTNe8edgo1ce3K5ewJA3VNw00c { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #f0794f);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #f0794f);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #f0794f);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #f0794f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0794f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0794f' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #f0794f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:39.1875rem;top:11rem;left:35.6875rem;display:block; }
#iOPoui9WuVxxJfv8AWuhHa0r3a7fqspy { color:#ffffff;display:block;width:10rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:4.65625rem;left:33.6875rem;height:1.21889375rem;display:block; }
#IheRNl5OuBUPs41TEQrxBbs5AHmFh1bh { box-sizing:content-box;height:35.375rem;width:27.8125rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0da9cf9e-e647-456f-a418-c1b571f61017/DRm63scaled.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.40625rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.875rem;display:block; }#IheRNl5OuBUPs41TEQrxBbs5AHmFh1bh.adaptive-delivery-prevent-bg, #IheRNl5OuBUPs41TEQrxBbs5AHmFh1bh.lazyload, #IheRNl5OuBUPs41TEQrxBbs5AHmFh1bh.lazyloading { background-image: none; }
#FJMei885zgp0nJZpSy0nCqmiQu0K1Opu { background-color:#00c830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(37,211,102,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.8125rem;left:33.6875rem;display:block; }
#xXaL6T7bQRw45ZsXhRsyLdPI478LP6uG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeaea, #cecece);background-image: -moz-linear-gradient(180deg, #eaeaea, #cecece);background-image: -ms-linear-gradient(180deg, #eaeaea, #cecece);background-image: -o-linear-gradient(180deg, #eaeaea, #cecece);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#cecece' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#cecece' );";background-image: linear-gradient(180deg, #eaeaea, #cecece);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; }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .row .container { background-color: transparent; background-image: none; }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .row .container > .video-iframe-container { display: none; }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .row > .video-iframe-container { display: none; }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .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); }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .row .container { border-width: 0; border-radius: 0; }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#tp0FPTUqrmKu7WGyo3aDBtzLkTcq0EX0 { color:#505050;display:block;width:32.4375rem;position:absolute;font-family:manrope;font-size:2.8125rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ErfZGbvvyWvo3NwTEPMc440xG1IbIOOq { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #000000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:40.625rem;top:8.8125rem;left:0rem;display:block; }
#ZIKiqnAkEQT1b56TMiwxDlLuT20sLuGy { color:#505050;display:block;width:35.1875rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:9.6875rem;left:0rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#FwMhEeoZ1fzC5IpFTHoAxlnGzBG2vHPX { background-color:#00c830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(37,211,102,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:20.687138080597rem;left:0rem;display:block; }
#lzlRh0K3yfRfNbaS6dF8iSUeUnuyul5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ic0DTCRP6KPDnKmcDE3QJRqTEkEOrw7X { background-color:transparent;background-image:none;border-top:0.125rem solid #505050;border-left:0.125rem solid #505050;border-right:0.125rem solid #505050;border-bottom:0.125rem solid #505050;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(255,255,255,0.13) ;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.68701171875rem;left:17.12451171875rem;display:block; }
#saqtpGtUWq7ldxlsX4H3ylNK33IkJUs6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lby9B33J6N2p4oODCiXqpgIXl12wbTts { position:absolute;display:block;z-index:15028;height:19.3748125rem;width:34.6869375rem;top:5.404559135437rem;left:40.313041687012rem;display:block; }
#lHTDZRz9FAM5XViGTrhzVtEweDAQKKQi { position:absolute;display:block;z-index:15028;height:19.375rem;width:34.6875rem;top:5.4375rem;left:36.9375rem;display:none; }
#ZImmrAgSIHImUX5cm5W36nOw1TBdFrla { color:#f0794f;display:block;width:29.3125rem;position:absolute;font-family:manrope;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.4365234375rem;left:5.03125rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#idu8vWR5MC9U5rq39X0OfbrmUsaRA73w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.236328125rem;left:0rem; }
#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .row .container { background-color: transparent; background-image: none; }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .row .container > .video-iframe-container { display: none; }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .row > .video-iframe-container { display: none; }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .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); }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .row .container { border-width: 0; border-radius: 0; }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#VTS3zUyU2lh6iM3gNgdTSc5EMPrEKrmd { color:#f0794f;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:3.625rem;left:3.9375rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#n9ptXn0Wh66X5TfIBOkosATr7cfugTHW { color:#f0794f;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:3.5625rem;left:28.9375rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#g0kEWy4vgglaChc7I2pBTuS3FtgmVrep { color:#088e93;display:block;width:13.375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:2.75rem;left:32.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#fXkmSk1QroTD0aBlVTrTpdT2sTXXAtxW { color:#088e93;display:block;width:13.375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:2.75rem;left:57.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#ntTcqxkFP3nU61KhADKPzOZLkRiQfImU { color:#f0794f;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:3.5625rem;left:53.9375rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#Xz3BywB3hcR6cwJVx2KgE0BUGMXPLI0k { color:#088e93;display:block;width:13.375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:2.71875rem;left:8.0625019073488rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#SSvEkkJ0U6IpHWlZbiOrf8tEBzGIA7X2 { position:relative;display:none; }#SSvEkkJ0U6IpHWlZbiOrf8tEBzGIA7X2 { border-width: 0; border-radius: 0; }#SSvEkkJ0U6IpHWlZbiOrf8tEBzGIA7X2 > .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; }#SSvEkkJ0U6IpHWlZbiOrf8tEBzGIA7X2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#clMHTgDhcy3DaMFWAhC25qm5hNwNSrax { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/31bd80c1-c9c3-4ca2-b88e-21789fd34750/1.webp");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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.15) ;height:10.875rem;width:23.1875rem;top:12.875rem;left:0rem;display:block; }#clMHTgDhcy3DaMFWAhC25qm5hNwNSrax.adaptive-delivery-prevent-bg, #clMHTgDhcy3DaMFWAhC25qm5hNwNSrax.lazyload, #clMHTgDhcy3DaMFWAhC25qm5hNwNSrax.lazyloading { background-image: none; }
#SE6882cTAmXiTyXoBi2q8KObs6hMddT0 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32205176-b286-4ae1-82b1-a2c96b3d0f3c/2.webp");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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.15) ;height:10.875rem;width:23.1875rem;top:12.875rem;left:25.6875rem;display:block; }#SE6882cTAmXiTyXoBi2q8KObs6hMddT0.adaptive-delivery-prevent-bg, #SE6882cTAmXiTyXoBi2q8KObs6hMddT0.lazyload, #SE6882cTAmXiTyXoBi2q8KObs6hMddT0.lazyloading { background-image: none; }
#SE6882cTAmXiTyXoBi2q8KObs6hMddT0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#SE6882cTAmXiTyXoBi2q8KObs6hMddT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVdxqFwHquknoAVfRDWwPOIAQh2Wm1mQ { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/20ff6b44-18a6-47f9-8c08-d4273b8c1c29/3.webp");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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.15) ;height:10.875rem;width:23.1875rem;top:12.875rem;left:51.375rem;display:block; }#mVdxqFwHquknoAVfRDWwPOIAQh2Wm1mQ.adaptive-delivery-prevent-bg, #mVdxqFwHquknoAVfRDWwPOIAQh2Wm1mQ.lazyload, #mVdxqFwHquknoAVfRDWwPOIAQh2Wm1mQ.lazyloading { background-image: none; }
#TqskaMSk3AQ1ydW3hVRsT4CoX41kLtHz { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a215e85-5d7f-4433-8877-779d9be3b309/5.webp");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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.15) ;height:10.875rem;width:23.1875rem;top:26.375rem;left:25.6875rem;display:block; }#TqskaMSk3AQ1ydW3hVRsT4CoX41kLtHz.adaptive-delivery-prevent-bg, #TqskaMSk3AQ1ydW3hVRsT4CoX41kLtHz.lazyload, #TqskaMSk3AQ1ydW3hVRsT4CoX41kLtHz.lazyloading { background-image: none; }
#TqskaMSk3AQ1ydW3hVRsT4CoX41kLtHz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TqskaMSk3AQ1ydW3hVRsT4CoX41kLtHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9srasTdy7Ldl2wnnJSuzEL6WZP8o6yV { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2f2dabe1-94ce-45b8-b762-2316302c7de5/6.webp");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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.15) ;height:10.875rem;width:23.1875rem;top:26.375rem;left:51.375rem;display:block; }#V9srasTdy7Ldl2wnnJSuzEL6WZP8o6yV.adaptive-delivery-prevent-bg, #V9srasTdy7Ldl2wnnJSuzEL6WZP8o6yV.lazyload, #V9srasTdy7Ldl2wnnJSuzEL6WZP8o6yV.lazyloading { background-image: none; }
#f59wrrW7ssXcSigSGIAtT1tISeRR2Fr2 { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3bf4321f-2219-4a2d-b3ff-ece48360f01f/4.webp");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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.15) ;height:10.875rem;width:23.1875rem;top:26.375rem;left:0rem;display:block; }#f59wrrW7ssXcSigSGIAtT1tISeRR2Fr2.adaptive-delivery-prevent-bg, #f59wrrW7ssXcSigSGIAtT1tISeRR2Fr2.lazyload, #f59wrrW7ssXcSigSGIAtT1tISeRR2Fr2.lazyloading { background-image: none; }
#NeFXFAhc2N0yFy0GsnzhuPUQrIdihL5x { color:rgba(0,0,0,0.35);display:block;width:47.1875rem;position:absolute;font-family:manrope;font-size:2.8125rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:6.75rem;left:13.9375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row .container { background-color: transparent; background-image: none; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row .container > .video-iframe-container { display: none; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row > .video-iframe-container { display: none; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .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); }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row .container { border-width: 0; border-radius: 0; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#MLihiKU2mFQ6OsGznq9lwh1qxgNPMTk8 { color:#353535;display:block;width:51.5625rem;position:absolute;font-family:manrope;font-size:3.4375rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:3.625rem;left:11.71875rem;height:3.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:manrope;line-height:1.5;overflow:hidden;height:auto; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:manrope;line-height:1.6;overflow:hidden;height:auto; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-trigger.adaptive-delivery-prevent-bg, #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-trigger.lazyload, #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-trigger.lazyloading { background-image: none; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 { box-sizing:content-box;height:auto;width:57.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15023;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.75rem;left:7.4375rem; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #Tgi3Tr99RxIXIIgAWeSlp41egQDEyFap { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #Fsp2q9SOp7DBHIZlJCmJr3nM8od6KHWo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #FtPLysAdOTaCJqTRHgSGl73TaZeOezHm { display:block;position:relative; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #SX1xtKXA87CAe6kDRspnf7Z6Mp34Eq5s {  }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #VTKCQVb9lRgVb8xHUHQn5xXMDWEpH6tJ {  }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #rCA7tlCx11ToT3I2hFb4bUQTTR21f9Ct { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #nNBimHauxMCH6Ad5f8e6FzJuIXXeepaQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #BPLTUNt2dTEz7Mx8ZbDkP5Be5PUX6XcC { display:block;position:relative; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #QoGbLpV4cD1LcCJaJtBCCGZlGPKdhEvd {  }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #qEKrQs9hbXgoKvhicTBzDglIdb5s9tn4 { display:none; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #oTknRSpmT241HEx26U5MrUzBHimwT0S4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #LLDkXlOIPXMf0KTpNXgJ9WMphTi21Muk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #scDkFC0wTbqpo1mEWb3olQ6TAv1JuccF { display:block;position:relative; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #yrIPFNfa4ftTM4fKAhWwAOObQhVDeWzr {  }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #gKIZXdgu4gnTRZKTPe33C9P1cg6d0kFy { display:none; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #APKCkWf80lJDAEdVT9HOGZozN23ALHbR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #vanPwO2FHzTTTCSQDv4m0XF5qurUBFqi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #tPJ0hgFO2G4MRa7TimX95lLgJFZD9Kc1 { display:block;position:relative; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #fNGNGugFC7fehGATozUwGi7HfwHNFH0Z {  }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #apSS6k1KMM2X2wbRXBd938HqyCx82Qxt { display:none; }
#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06595b, #088e93);background-image: -moz-linear-gradient(90deg, #06595b, #088e93);background-image: -ms-linear-gradient(90deg, #06595b, #088e93);background-image: -o-linear-gradient(90deg, #06595b, #088e93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06595b', endColorstr='#088e93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06595b', endColorstr='#088e93' );";background-image: linear-gradient(90deg, #06595b, #088e93);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; }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .row .container { background-color: transparent; background-image: none; }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .row .container > .video-iframe-container { display: none; }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .row > .video-iframe-container { display: none; }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .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); }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .row .container { border-width: 0; border-radius: 0; }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#fqrXcFIOuJe10qgb28c9ghw2kIvVNzJx { 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;box-shadow: none;height:9.6875rem;width:21.4375rem;top:4.1875rem;left:26.78125rem;overflow:hidden;display:block; }
#qCgKSnwh41hNEClq5P2aBHLKsznOA75B { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:manrope;font-size:2.8125rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:18.125rem;left:13.9375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iHyn84sUlAlM8lKqhpogAFhkKClC6dgL { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:16.125rem;left:31.5625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cWJnTDMmP1Gf4sCBVw1IoQkXlkJda5sM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00c830, #00f93a);background-image: -moz-linear-gradient(90deg, #00c830, #00f93a);background-image: -ms-linear-gradient(90deg, #00c830, #00f93a);background-image: -o-linear-gradient(90deg, #00c830, #00f93a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c830', endColorstr='#00f93a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c830', endColorstr='#00f93a' );";background-image: linear-gradient(90deg, #00c830, #00f93a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #00ab68;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,241,146,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:4.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.672916412354rem;left:25.53125rem;display:block; }
#ndKr01x6TAfTxszJrhZwMga24BQTgEtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaGQEXbDahCZ3M4ZgWOT0CBN3OgWQFH6 { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:29.849609375rem;left:17.9375rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#SAI81967b25LkBNWLTroERsdeORN1mHr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00f192, #00ca7b);background-image: -moz-linear-gradient(90deg, #00f192, #00ca7b);background-image: -ms-linear-gradient(90deg, #00f192, #00ca7b);background-image: -o-linear-gradient(90deg, #00f192, #00ca7b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f192', endColorstr='#00ca7b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f192', endColorstr='#00ca7b' );";background-image: linear-gradient(90deg, #00f192, #00ca7b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #00ab68;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:4.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.672916412354rem;left:25.53125rem;display:none; }
#A5aMGFNerDaNo8Np9TbxDCh9oRPKViWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { 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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .row .container { background-color: transparent; background-image: none; }#riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .row .container > .video-iframe-container { display: none; }#riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .row > .video-iframe-container { display: none; }#riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .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); }#riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .row .container { border-width: 0; border-radius: 0; }#riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo { background-color: transparent; background-image: none; }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo > .row .container > .video-iframe-container { display: none; }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo > .row > .video-iframe-container { display: none; }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo > .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); }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo { border-width: 0; border-radius: 0; }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo > .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; }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo > .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:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DRBuTEmkc42beMO8Gl5J3T5Ix5Exs4Lp { background-color:#f0794f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:60.9375rem;display:block; }
#X7GALCyTKvUFA3mKZiyVTKC3to8rOST9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5FgngQ824Zpp6IEodHsZElUrv9aTUQV { box-sizing:content-box;color:#f0794f;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#I0aTQxOPdkIw9Tbxe0zrlEIPRHLqsPm4 { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#fEIXqSK4efpLH6qdNtvucgOeZLvC1OyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0gyFXBulTAmyt4n7b1UnTnheDkniBgn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#EITuTzpenaF73k3yz24aKFLCtkS4Cihk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLkGxWxRb5dqEJURVciC2ozQyB60bHau { width:17.25rem;height:6.75rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKgH51PFTCzvyHrtbxavzzDBI9Xw1l8t { width:46.6875rem;height:6.875rem;top:13.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWuKDfkpTI6Zwz9TDCvK9FD1nH2PP66C { width:38.9375rem;height:;top:22rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCvauD2kbZpw52TblOI02fayI4sz7rO9 { width:19.6875rem;height:3.9375rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOChPUU6TxSSeslI0TxqsdwM1TPfhd9H { display:block; }
 }@media only screen and (max-width: 763px) { #e9Dl3g0a6JQIX7fIhQRcOSNTgyGHqrwg { width:15.6875rem;height:0.9375rem;top:9.25rem;left:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTExy48CdhBmdOOhszax4sMiip2d4acS { width:13.4375rem;height:2.6875rem;top:29.75rem;left:6.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAHhn4RJSopelHvmSNyUr8vHdxqRaPDV { display:block; }
 }@media only screen and (max-width: 763px) { #Fah8T36QRg9Ta0xrv2oAULhFZrnIywga { width:6.0625rem;height:2.6875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2sgkRarFQtluTk9TTuilUlKDhGIelh9 { display:block; }
 }@media only screen and (max-width: 763px) { #BsQacvIpTJSSa3RwT5smUIZN6opBhIXe { width:12.125rem;height:2.6875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3qX1ZgVhO23cMLBi5JvaJXqDpr3x1Qn { display:block; }
 }@media only screen and (max-width: 763px) { #TsMmwoehc2rTlgh46exTnHR0VDySm9Kb { width:5.25rem;height:2.6875rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdaeHDqI8GgXeWbT9r9pbmziobmdz5vt { display:block; }
 }@media only screen and (max-width: 763px) { #faVZOQADMXgq2Of5sPmUTFHqBgTDLy1s { width:9.875rem;height:2.6875rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enrJ5aklOWrUKIpTvzQafkyMh7HrzNXM { display:block; }
 }@media only screen and (max-width: 763px) { #Sm3c2hnCsNSOsCudvDTIxIndL9Tnm2bp { width:11.5rem;height:2.6875rem;top:33.1875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlnAAGx2wC7qZ7su2vifgTLg2fXhZOD4 { display:block; }
 }@media only screen and (max-width: 763px) { #PM2dW9DgxOgAk6rVImKAQOKUdmnbhgfi { width:2rem;height:2rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPm1Q1g2TGlhuqTdnNxZtcVLGIEvZq3l { width:36.5rem;height:47.1875rem;top:2.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5F2ilx9w6MZTXeCw9bOX560Px4Xluh1 { width:31.6875rem;height:47.1875rem;top:2.125rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPnBQaBiaxpA212qwBxWIvP34PGWyln0 { width:14.9375rem;height:3.9375rem;top:38.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiaTQ2zsZHRSlCButCStJ2lNnptD6fDV { display:block; }
 }@media only screen and (max-width: 763px) { #ouHShhJenJtf3mioepUCK70Ld0hlO36T { width:2.5rem;height:2.5rem;top:39.25rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x { display:block; }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkscZX45nPBfoypQTW1wur3RL4i48Jvf { width:47.75rem;height:3.75rem;top:4.75rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcATZtLwT3BCB8TRNtSR0fiXMQeGQF1h { width:4.375rem;height:4.375rem;top:4.5625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETVk8KlTATsvdItq4iPLC4IUwZklw6z { width:2.3125rem;height:8.5rem;top:11.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB9vlHaDAeW8w2nKXxq81dGVwTFBNMyg { width:16.5rem;height:8.5rem;top:11.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2FghvtbSuoMlTTgzDv8ZHJwCigpWJuR { width:19.3125rem;height:8.5rem;top:11.625rem;left:12.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgopK18T9i1rd9PizWOvy5kIyPdzmNyn { width:2.3125rem;height:8.5rem;top:11.625rem;left:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvECoyuBJfCFWQzR0NtbWiSD0zU1eoo { width:19.3125rem;height:4.25rem;top:11.625rem;left:28.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3eyF7VySSX1hVuLbhWRTV0rqBQ87sBV { width:2.3125rem;height:6.375rem;top:11.625rem;left:36.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUeGuUGVNkymNRDkV82QHA8bkd9BtETh { display:block; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS0AuV7AM2zCR57vdsUxUxeHDmTpbzPE { width:30.9375rem;height:0;top:5.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ker9w8tLQX6Zg0WMx1S2bMSlzdbrZ07G { width:21.75rem;height:16.9375rem;top:5.25rem;left:25.2490234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTMIIzi2Zx6gq7OtkHrHnDXAGB1BKC3 { width:2.0625rem;height:16.9375rem;top:5.25rem;left:22.8115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3KPH9pger4DvAyC7TpQVi6m6BdEQIqh { width:23rem;height:4.125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ3uO4IevfyKrGNlQzeUantZZ7x6hdEg { display:block; }
 }@media only screen and (max-width: 763px) { #Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR { display:none; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I { display:none; }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UTk6SAnHEtME7dzIbsh0ElPBXPVN5DDm { width:36.125rem;height:3rem;top:5.5625rem;left:11.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Fk0wW8VAyUvNww0gJprZ0ldaPBUZSr { width:38rem;height:11.25rem;top:10.0625rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OllbkwNpKl24iVDxpt3QQbNCK3AZIHBL { width:17.5625rem;height:4.0625rem;top:24.8125rem;left:22.124420166016rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3P8BlsTVIivGCeTqBwH3de3peArynAk { display:block; }
 }@media only screen and (max-width: 763px) { #muDLprw6skEQZKdfGVaZdvVDpXeLm0ek { width:31.5625rem;height:23.3125rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4migvdo37KPIkI2XBzyoA58qTVNcH8t { display:block; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2hKlArr01NMRoaoJwo9cFSOMoSnVsRS { width:29.4375rem;height:3.75rem;top:4.625rem;left:9.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWDx3NTkEJ2JFMoQaAWxaL7doJUSTZpc { width:21.125rem;height:12.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7GQzw2HHs1LUD0Xl2ip9210J7tl4PTf { width:21.125rem;height:12.5rem;top:10.9375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWOL1Uxw4csdk1SZKSshETwaAvRLHCSa { width:21.125rem;height:12.5rem;top:10.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIHnpTyQNCSO7HKXzupLMXtvVA9La3cN { width:21.125rem;height:16.9375rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPhAapiZ4yVSLTxnTGxRKUGZQ29CeM1 { width:17.6875rem;height:2.625rem;top:23.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvwEeHsqUz7cNKeJyafPXWMyxSrX7RNX { width:21.125rem;height:16.9375rem;top:10.9375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0pgGaRqnbAgTo2Ld352qCA5eX95gyix { width:13.8125rem;height:2.625rem;top:24.1875rem;left:17rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb1zE65tIXgnNP7TTJNSWTfGLyIcTBG7 { width:21.125rem;height:16.9375rem;top:10.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5VvpJACyfltwNLmaS166nTwTVsUmr3 { width:17.25rem;height:2.625rem;top:24.1875rem;left:30.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hopH0pGumszTQ7pyu6edqW9DqoWKqugr { width:12.5rem;height:1.25rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l { display:block; }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCqxauTUMV3N7omu6o07Lx6vAHsZ8e3r { width:47.75rem;height:53.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzGCyc5Mk3Kgb8e6DpC4OPUw9QN8rnPT { width:31.25rem;height:41.8125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPXLMWr7mbAJK9hUGm8rr0VUDZZ5u5Ld { width:31.25rem;height:20.3125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nArmWU2w17KWeAWRyJyR1Wk2vKcPhMOP { width:27.5625rem;height:5.625rem;top:18.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buvzdi3MxhiZfGsTenlt89B67vPnxieS { width:26.3125rem;height:5.0625rem;top:27.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJW8sCLExENx17RiTc35QWIJNT9lkMd5 { width:23.0625rem;height:4.0625rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEdIahhsEIHgLI3a42qtqQ9hsPU3Kngh { width:22.625rem;height:4.25rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0hATnpkADHACHu1uhUX3SnbPS41vxA1 { display:block; }
 }@media only screen and (max-width: 763px) { #LZw5aCnPVypfowvauKw4okQ7dZA926lE { width:31.1875rem;height:41.8125rem;top:4.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKT2M9B17uOI8WVDtpi5VgQgdyItnkxH { width:31.4375rem;height:20.5625rem;top:4.9375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzFebCFEm5aFbwALZkgzfewfatBRUMSs { width:28.25rem;height:5.625rem;top:18.0625rem;left:17.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqHiXVIFihniqUfW4N2p9pqff9nEx74g { width:27rem;height:5.0625rem;top:27.5rem;left:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUJMgr79hR4HbILWgcevfKKGEc5twzrJ { width:25.5rem;height:4.0625rem;top:33.75rem;left:20.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2sIXiRcFrw4e3wIE5c0h7OX19r6Xv3n { width:22.625rem;height:4.25rem;top:39.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV6CronPqORSle6ZQpvSXMVHeR7mdNQr { display:block; }
 }@media only screen and (max-width: 763px) { #P3e13JbVAxhqXutEJob13yuXldKWrM3x { display:block; }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQBrEEu4mNVVUuX3D7XM78LyEfqFPJOH { width:2.3125rem;height:2.75rem;top:3.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJCiJ2Ok8dR0dz1u5prGeX65KIG0GJvr { width:2.3125rem;height:2.75rem;top:3.5625rem;left:15.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzXv8Ch5tcMFEUEaJx6FbbCq5ETkt4Vn { width:14.8125rem;height:4.5rem;top:2.75rem;left:16.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq0BGPe4s2grt0tPO7PTTtHVOx5BnpAF { width:13.375rem;height:4.5rem;top:2.75rem;left:34.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiuEdwn0inABtozDtpponGVBtbF4Oyky { width:2.3125rem;height:2.75rem;top:3.5625rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEslAUu4kExApz0TJ6vOgNmAQAO22t6c { width:13.375rem;height:4.5rem;top:2.6875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAymEFqA66TsuQpkE5e5WR1KxDACqTcd { width:4.75rem;height:1.25rem;top:5.6875rem;left:26.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ { display:block; }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBOEptx95sl3V1S0POlTlbxTct5FPMKT { width:22.6875rem;height:40.625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEdvC0ffZ2yvefX0JaPTkyt8ED4yCIi { width:22.6875rem;height:40.625rem;top:4.3125rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZ7SpBT1mk837uXAkQhyQnHvIybO09Z { width:22.6875rem;height:40.625rem;top:4.3125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU { display:block; }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0DITaORXlg58fkylIPI7I5c8AO6iApn { width:40.375rem;height:3.0625rem;top:6.5rem;left:7.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA28hS7rttowmoZmot4e9bH9T8up9FPU { width:36.5rem;height:12.625rem;top:12.8125rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9o8PAT9Z1ykZgXBtafUdZ8bRdGs3BfI { width:40.625rem;height:0.125rem;top:11.1875rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAEnD1yTNe8edgo1ce3K5ewJA3VNw00c { width:39.1875rem;height:0.5625rem;top:11rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOPoui9WuVxxJfv8AWuhHa0r3a7fqspy { width:10rem;height:1.1875rem;top:4.625rem;left:20.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IheRNl5OuBUPs41TEQrxBbs5AHmFh1bh { width:27.8125rem;height:35.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJMei885zgp0nJZpSy0nCqmiQu0K1Opu { width:16.125rem;height:4.0625rem;top:28.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXaL6T7bQRw45ZsXhRsyLdPI478LP6uG { display:block; }
 }@media only screen and (max-width: 763px) { #fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr { display:block; }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tp0FPTUqrmKu7WGyo3aDBtzLkTcq0EX0 { width:32.4375rem;height:3.0625rem;top:4.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErfZGbvvyWvo3NwTEPMc440xG1IbIOOq { width:40.625rem;height:0.0625rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIKiqnAkEQT1b56TMiwxDlLuT20sLuGy { width:35.1875rem;height:3.5625rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwMhEeoZ1fzC5IpFTHoAxlnGzBG2vHPX { width:16.125rem;height:4.0625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlRh0K3yfRfNbaS6dF8iSUeUnuyul5Q { display:block; }
 }@media only screen and (max-width: 763px) { #ic0DTCRP6KPDnKmcDE3QJRqTEkEOrw7X { width:13.25rem;height:4.0625rem;top:20.625rem;left:3.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saqtpGtUWq7ldxlsX4H3ylNK33IkJUs6 { display:block; }
 }@media only screen and (max-width: 763px) { #Lby9B33J6N2p4oODCiXqpgIXl12wbTts { width:34.625rem;height:19.3125rem;top:5.375rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHTDZRz9FAM5XViGTrhzVtEweDAQKKQi { width:34.6875rem;height:19.375rem;top:5.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZImmrAgSIHImUX5cm5W36nOw1TBdFrla { width:29.3125rem;height:3.375rem;top:15.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idu8vWR5MC9U5rq39X0OfbrmUsaRA73w { width:3.8125rem;height:3.8125rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 { display:block; }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTS3zUyU2lh6iM3gNgdTSc5EMPrEKrmd { width:2.3125rem;height:2.75rem;top:3.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ptXn0Wh66X5TfIBOkosATr7cfugTHW { width:2.3125rem;height:2.75rem;top:3.5625rem;left:15.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0kEWy4vgglaChc7I2pBTuS3FtgmVrep { width:13.375rem;height:4.5rem;top:2.75rem;left:18.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXkmSk1QroTD0aBlVTrTpdT2sTXXAtxW { width:13.375rem;height:4.5rem;top:2.75rem;left:34.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntTcqxkFP3nU61KhADKPzOZLkRiQfImU { width:2.3125rem;height:2.75rem;top:3.5625rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz3BywB3hcR6cwJVx2KgE0BUGMXPLI0k { width:13.375rem;height:4.5rem;top:2.6875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSvEkkJ0U6IpHWlZbiOrf8tEBzGIA7X2 { display:block; }#SSvEkkJ0U6IpHWlZbiOrf8tEBzGIA7X2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clMHTgDhcy3DaMFWAhC25qm5hNwNSrax { width:23.1875rem;height:10.875rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6882cTAmXiTyXoBi2q8KObs6hMddT0 { width:23.1875rem;height:10.875rem;top:12.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVdxqFwHquknoAVfRDWwPOIAQh2Wm1mQ { width:23.1875rem;height:10.875rem;top:12.875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqskaMSk3AQ1ydW3hVRsT4CoX41kLtHz { width:23.1875rem;height:10.875rem;top:26.375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9srasTdy7Ldl2wnnJSuzEL6WZP8o6yV { width:23.1875rem;height:10.875rem;top:26.375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f59wrrW7ssXcSigSGIAtT1tISeRR2Fr2 { width:23.1875rem;height:10.875rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeFXFAhc2N0yFy0GsnzhuPUQrIdihL5x { width:47.1875rem;height:6.5625rem;top:6.75rem;left:0.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG { display:block; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLihiKU2mFQ6OsGznq9lwh1qxgNPMTk8 { width:47.75rem;height:3.75rem;top:3.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 { display:flex;height:auto;width:45.25rem;top:16.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #Tgi3Tr99RxIXIIgAWeSlp41egQDEyFap {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #Fsp2q9SOp7DBHIZlJCmJr3nM8od6KHWo {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #FtPLysAdOTaCJqTRHgSGl73TaZeOezHm {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #SX1xtKXA87CAe6kDRspnf7Z6Mp34Eq5s {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #VTKCQVb9lRgVb8xHUHQn5xXMDWEpH6tJ {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #rCA7tlCx11ToT3I2hFb4bUQTTR21f9Ct {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #nNBimHauxMCH6Ad5f8e6FzJuIXXeepaQ {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #BPLTUNt2dTEz7Mx8ZbDkP5Be5PUX6XcC {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #QoGbLpV4cD1LcCJaJtBCCGZlGPKdhEvd {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #qEKrQs9hbXgoKvhicTBzDglIdb5s9tn4 {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #oTknRSpmT241HEx26U5MrUzBHimwT0S4 {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #LLDkXlOIPXMf0KTpNXgJ9WMphTi21Muk {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #scDkFC0wTbqpo1mEWb3olQ6TAv1JuccF {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #yrIPFNfa4ftTM4fKAhWwAOObQhVDeWzr {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #gKIZXdgu4gnTRZKTPe33C9P1cg6d0kFy {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #APKCkWf80lJDAEdVT9HOGZozN23ALHbR {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #vanPwO2FHzTTTCSQDv4m0XF5qurUBFqi {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #tPJ0hgFO2G4MRa7TimX95lLgJFZD9Kc1 {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #fNGNGugFC7fehGATozUwGi7HfwHNFH0Z {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #apSS6k1KMM2X2wbRXBd938HqyCx82Qxt {  }
 }@media only screen and (max-width: 763px) { #PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz { display:block; }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqrXcFIOuJe10qgb28c9ghw2kIvVNzJx { width:21.4375rem;height:9.6875rem;top:4.1875rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCgKSnwh41hNEClq5P2aBHLKsznOA75B { width:47.1875rem;height:3.0625rem;top:18.125rem;left:0.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHyn84sUlAlM8lKqhpogAFhkKClC6dgL { width:11.875rem;height:1.375rem;top:16.125rem;left:17.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWJnTDMmP1Gf4sCBVw1IoQkXlkJda5sM { width:23.9375rem;height:4.4375rem;top:22.625rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKr01x6TAfTxszJrhZwMga24BQTgEtT { display:block; }
 }@media only screen and (max-width: 763px) { #ZaGQEXbDahCZ3M4ZgWOT0CBN3OgWQFH6 { width:39.125rem;height:4rem;top:29.8125rem;left:4.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAI81967b25LkBNWLTroERsdeORN1mHr { width:23.9375rem;height:4.4375rem;top:22.625rem;left:11.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5aMGFNerDaNo8Np9TbxDCh9oRPKViWm { display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo { display:block; }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRBuTEmkc42beMO8Gl5J3T5Ix5Exs4Lp { width:9.375rem;height:2rem;top:0.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GALCyTKvUFA3mKZiyVTKC3to8rOST9 { display:block; }
 }@media only screen and (max-width: 763px) { #y5FgngQ824Zpp6IEodHsZElUrv9aTUQV { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0aTQxOPdkIw9Tbxe0zrlEIPRHLqsPm4 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEIXqSK4efpLH6qdNtvucgOeZLvC1OyS { display:block; }
 }@media only screen and (max-width: 763px) { #F0gyFXBulTAmyt4n7b1UnTnheDkniBgn { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #EITuTzpenaF73k3yz24aKFLCtkS4Cihk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLkGxWxRb5dqEJURVciC2ozQyB60bHau { width:11.9375rem;height:4.75rem;top:2.3115234375rem;left:-1.244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKgH51PFTCzvyHrtbxavzzDBI9Xw1l8t { width:19rem;height:5.98095625rem;top:8.4990234375rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;z-index:15025;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RWuKDfkpTI6Zwz9TDCvK9FD1nH2PP66C { width:13.6875rem;height:9rem;top:15.84326171875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15017;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SCvauD2kbZpw52TblOI02fayI4sz7rO9 { width:20rem;height:3.9375rem;top:37.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOChPUU6TxSSeslI0TxqsdwM1TPfhd9H { display:block; }
 }@media only screen and (max-width: 763px) { #e9Dl3g0a6JQIX7fIhQRcOSNTgyGHqrwg { width:5.3125rem;height:0.82470625rem;top:5.88623046875rem;left:14.6875rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QTExy48CdhBmdOOhszax4sMiip2d4acS { width:13.5625rem;height:2.375rem;top:30.186359405517rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAHhn4RJSopelHvmSNyUr8vHdxqRaPDV { display:block; }
 }@media only screen and (max-width: 763px) { #Fah8T36QRg9Ta0xrv2oAULhFZrnIywga { width:5.9375rem;height:2.375rem;top:27.186685562134rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2sgkRarFQtluTk9TTuilUlKDhGIelh9 { display:block; }
 }@media only screen and (max-width: 763px) { #BsQacvIpTJSSa3RwT5smUIZN6opBhIXe { width:11.25rem;height:2.375rem;top:27.1865234375rem;left:6.49951171875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3qX1ZgVhO23cMLBi5JvaJXqDpr3x1Qn { display:block; }
 }@media only screen and (max-width: 763px) { #TsMmwoehc2rTlgh46exTnHR0VDySm9Kb { width:5.9375rem;height:2.375rem;top:30.186359405517rem;left:14.062499403954rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdaeHDqI8GgXeWbT9r9pbmziobmdz5vt { display:block; }
 }@media only screen and (max-width: 763px) { #faVZOQADMXgq2Of5sPmUTFHqBgTDLy1s { width:8.25rem;height:2.375rem;top:33.186847686767rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #enrJ5aklOWrUKIpTvzQafkyMh7HrzNXM { display:block; }
 }@media only screen and (max-width: 763px) { #Sm3c2hnCsNSOsCudvDTIxIndL9Tnm2bp { width:9.375rem;height:2.375rem;top:33.186847686767rem;left:8.8745111227037rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlnAAGx2wC7qZ7su2vifgTLg2fXhZOD4 { display:block; }
 }@media only screen and (max-width: 763px) { #PM2dW9DgxOgAk6rVImKAQOKUdmnbhgfi { display:flex;width:1.75rem;height:1.75rem;top:38.9375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #MPm1Q1g2TGlhuqTdnNxZtcVLGIEvZq3l { width:15.0625rem;height:19.375rem;top:10.3125rem;left:13.06201171875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T5F2ilx9w6MZTXeCw9bOX560Px4Xluh1 { width:16.375rem;height:8.875rem;top:20.875rem;left:12.5rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zPnBQaBiaxpA212qwBxWIvP34PGWyln0 { width:20rem;height:3.625rem;top:42.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiaTQ2zsZHRSlCButCStJ2lNnptD6fDV { display:block; }
 }@media only screen and (max-width: 763px) { #ouHShhJenJtf3mioepUCK70Ld0hlO36T { display:flex;width:2.5rem;height:2.5rem;top:43.125rem;left:1.71875rem; }
 }@media only screen and (max-width: 763px) { #GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x { display:block; }#GTN6irAo3DV2KhUTs6MohaVQCHAfhX8x > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkscZX45nPBfoypQTW1wur3RL4i48Jvf { width:19.4375rem;height:4.79980625rem;top:3.5625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mcATZtLwT3BCB8TRNtSR0fiXMQeGQF1h { display:flex;width:3.3125rem;height:3.3125rem;top:5.5625rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #rETVk8KlTATsvdItq4iPLC4IUwZklw6z { width:2rem;height:7.2246rem;top:10.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB9vlHaDAeW8w2nKXxq81dGVwTFBNMyg { width:16.5rem;height:7.22460625rem;top:10.1875rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2FghvtbSuoMlTTgzDv8ZHJwCigpWJuR { width:16.3125rem;height:7.2246rem;top:17.5625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgopK18T9i1rd9PizWOvy5kIyPdzmNyn { width:2rem;height:7.2246rem;top:17.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvECoyuBJfCFWQzR0NtbWiSD0zU1eoo { width:15.1875rem;height:3.6123rem;top:24.9375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3eyF7VySSX1hVuLbhWRTV0rqBQ87sBV { width:2rem;height:5.41845rem;top:24.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUeGuUGVNkymNRDkV82QHA8bkd9BtETh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f7a7ea8-a604-4269-a9c5-308c3d9fe625/111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh.adaptive-delivery-prevent-bg, #LUeGuUGVNkymNRDkV82QHA8bkd9BtETh.lazyload, #LUeGuUGVNkymNRDkV82QHA8bkd9BtETh.lazyloading { background-image: none; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row .container { background-color: transparent; background-image: none; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,142,147,0.93); }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row .container > .video-iframe-container { display: none; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,142,147,0.93); }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row > .video-iframe-container { display: none; }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .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); }#LUeGuUGVNkymNRDkV82QHA8bkd9BtETh > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS0AuV7AM2zCR57vdsUxUxeHDmTpbzPE { width:18.375rem;height:5.361325rem;top:3.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ker9w8tLQX6Zg0WMx1S2bMSlzdbrZ07G { width:17.5rem;height:15.2969rem;top:10.6875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTMIIzi2Zx6gq7OtkHrHnDXAGB1BKC3 { width:2.125rem;height:15.2969rem;top:10.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3KPH9pger4DvAyC7TpQVi6m6BdEQIqh { width:20rem;height:4.25rem;top:28.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ3uO4IevfyKrGNlQzeUantZZ7x6hdEg { display:block; }
 }@media only screen and (max-width: 763px) { #Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b7f6ef2e-e9d5-4045-8622-5f1291b69120/download20241210T175735377.webp");background-position:center left !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; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR.adaptive-delivery-prevent-bg, #Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR.lazyload, #Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR.lazyloading { background-image: none; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .row .container { background-color: transparent; background-image: none; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .row .container > .video-iframe-container { display: none; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .row > .video-iframe-container { display: none; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .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); }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .row .container { border-width: 0; border-radius: 0; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ta5WfaXq6PZybMlorKPurQEAQvfuEMoR > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I { display:block; }#qAITpF44q6SZf9cxrCLdwuF4JSGHgF1I > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTk6SAnHEtME7dzIbsh0ElPBXPVN5DDm { width:15.875rem;height:4.94921875rem;top:3.70703125rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O4Fk0wW8VAyUvNww0gJprZ0ldaPBUZSr { width:16.6875rem;height:14.0625rem;top:11.15625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OllbkwNpKl24iVDxpt3QQbNCK3AZIHBL { width:16.125rem;height:4.0625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3P8BlsTVIivGCeTqBwH3de3peArynAk { display:block; }
 }@media only screen and (max-width: 763px) { #muDLprw6skEQZKdfGVaZdvVDpXeLm0ek { width:20rem;height:12.625rem;top:36.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4migvdo37KPIkI2XBzyoA58qTVNcH8t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1851958d-6109-408b-a4b2-7b57c87d3a1d/back2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t.adaptive-delivery-prevent-bg, #J4migvdo37KPIkI2XBzyoA58qTVNcH8t.lazyload, #J4migvdo37KPIkI2XBzyoA58qTVNcH8t.lazyloading { background-image: none; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row .container { background-color: transparent; background-image: none; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row .container > .video-iframe-container { display: none; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row > .video-iframe-container { display: none; }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .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); }#J4migvdo37KPIkI2XBzyoA58qTVNcH8t > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2hKlArr01NMRoaoJwo9cFSOMoSnVsRS { width:20rem;height:2.2rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWDx3NTkEJ2JFMoQaAWxaL7doJUSTZpc { width:14.9375rem;height:9.3125rem;top:7.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7GQzw2HHs1LUD0Xl2ip9210J7tl4PTf { width:14.9375rem;height:9.3125rem;top:21.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWOL1Uxw4csdk1SZKSshETwaAvRLHCSa { width:14.9375rem;height:9.3125rem;top:36.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIHnpTyQNCSO7HKXzupLMXtvVA9La3cN { width:14.9375rem;height:12.75rem;top:7.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPhAapiZ4yVSLTxnTGxRKUGZQ29CeM1 { width:13.4375rem;height:2.125rem;top:17.000000953674rem;left:3.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvwEeHsqUz7cNKeJyafPXWMyxSrX7RNX { width:14.9375rem;height:12.75rem;top:21.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0pgGaRqnbAgTo2Ld352qCA5eX95gyix { width:13.8125rem;height:2.125rem;top:31.625rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb1zE65tIXgnNP7TTJNSWTfGLyIcTBG7 { width:14.9375rem;height:12.75rem;top:36.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5VvpJACyfltwNLmaS166nTwTVsUmr3 { width:14.125rem;height:1.9121125rem;top:46.25rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hopH0pGumszTQ7pyu6edqW9DqoWKqugr { width:12.5rem;height:1.29980625rem;top:50.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l { display:block; }#CCSOaF45zqlcBgSpU5TE4XUf7BUKp05l > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCqxauTUMV3N7omu6o07Lx6vAHsZ8e3r { width:20rem;height:53.5625rem;top:46.077084541321rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzGCyc5Mk3Kgb8e6DpC4OPUw9QN8rnPT { width:19.75rem;height:40.125rem;top:3.9375rem;left:0.0625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #wPXLMWr7mbAJK9hUGm8rr0VUDZZ5u5Ld { width:19.9375rem;height:18.9375rem;top:4rem;left:0.0625rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #nArmWU2w17KWeAWRyJyR1Wk2vKcPhMOP { width:17.4375rem;height:4.04980625rem;top:17.75rem;left:1.28125rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Buvzdi3MxhiZfGsTenlt89B67vPnxieS { width:17.1875rem;height:5.625rem;top:25.062499046326rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJW8sCLExENx17RiTc35QWIJNT9lkMd5 { width:17.875rem;height:3.25rem;top:32.34375rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEdIahhsEIHgLI3a42qtqQ9hsPU3Kngh { width:17.3125rem;height:4.25rem;top:37.5rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0hATnpkADHACHu1uhUX3SnbPS41vxA1 { display:block; }
 }@media only screen and (max-width: 763px) { #LZw5aCnPVypfowvauKw4okQ7dZA926lE { width:19.625rem;height:41.25rem;top:48.202082633972rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKT2M9B17uOI8WVDtpi5VgQgdyItnkxH { width:19.8125rem;height:19.75rem;top:48.263671875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzFebCFEm5aFbwALZkgzfewfatBRUMSs { width:15.3125rem;height:4.04980625rem;top:62.139583587646rem;left:1.40625rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pqHiXVIFihniqUfW4N2p9pqff9nEx74g { width:17.125rem;height:5.625rem;top:69.202083587644rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUJMgr79hR4HbILWgcevfKKGEc5twzrJ { width:14.5rem;height:4.875rem;top:76.388671875rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2sIXiRcFrw4e3wIE5c0h7OX19r6Xv3n { width:17.3125rem;height:4.25rem;top:82.764583587644rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV6CronPqORSle6ZQpvSXMVHeR7mdNQr { display:block; }
 }@media only screen and (max-width: 763px) { #P3e13JbVAxhqXutEJob13yuXldKWrM3x { display:block; }#P3e13JbVAxhqXutEJob13yuXldKWrM3x > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQBrEEu4mNVVUuX3D7XM78LyEfqFPJOH { width:2.3125rem;height:1.71875rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJCiJ2Ok8dR0dz1u5prGeX65KIG0GJvr { width:2.3125rem;height:1.71875rem;top:3.4375rem;left:9.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzXv8Ch5tcMFEUEaJx6FbbCq5ETkt4Vn { width:7.125rem;height:2.54980625rem;top:3rem;left:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq0BGPe4s2grt0tPO7PTTtHVOx5BnpAF { width:13.375rem;height:1.275225rem;top:7.625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiuEdwn0inABtozDtpponGVBtbF4Oyky { width:2.3125rem;height:1.71875rem;top:7.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEslAUu4kExApz0TJ6vOgNmAQAO22t6c { width:6.1875rem;height:2.54980625rem;top:3rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAymEFqA66TsuQpkE5e5WR1KxDACqTcd { width:3.375rem;height:1.05615rem;top:4.34375rem;left:16rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ { display:block; }#P8RWFkXF4vwkSF4DF9GKaaXvJCuVJxFJ > .row .container { width:20rem;height:120.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBOEptx95sl3V1S0POlTlbxTct5FPMKT { height:35.8125rem;width:20rem;top:2.8935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEdvC0ffZ2yvefX0JaPTkyt8ED4yCIi { height:35.812672176309rem;width:20rem;top:41.8310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZ7SpBT1mk837uXAkQhyQnHvIybO09Z { height:35.812672176309rem;width:20rem;top:80.7685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU { display:block; }#TNhZ47L1o41tqbTT80KgeLM1dfaQwUxU > .row .container { width:20rem;height:59.19189453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0DITaORXlg58fkylIPI7I5c8AO6iApn { width:20rem;height:1.925rem;top:4.5312509536743rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA28hS7rttowmoZmot4e9bH9T8up9FPU { width:20rem;height:13.38574375rem;top:8.61865234375rem;left:0rem;font-size:0.875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Q9o8PAT9Z1ykZgXBtafUdZ8bRdGs3BfI { width:20rem;height:0.125rem;top:45.61875rem;left:-1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAEnD1yTNe8edgo1ce3K5ewJA3VNw00c { width:20rem;height:0.5625rem;top:45.43125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOPoui9WuVxxJfv8AWuhHa0r3a7fqspy { width:10rem;height:1.21875rem;top:3rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IheRNl5OuBUPs41TEQrxBbs5AHmFh1bh { width:20rem;height:25.3125rem;top:33.87939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJMei885zgp0nJZpSy0nCqmiQu0K1Opu { width:16.125rem;height:4.0625rem;top:24.69189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXaL6T7bQRw45ZsXhRsyLdPI478LP6uG { display:block; }
 }@media only screen and (max-width: 763px) { #fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr { display:block; }#fGC4hm6ZkyD4BFs1Az3iB8NJ1JfisIQr > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tp0FPTUqrmKu7WGyo3aDBtzLkTcq0EX0 { width:20rem;height:2.19970625rem;top:4.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErfZGbvvyWvo3NwTEPMc440xG1IbIOOq { width:20rem;height:0.125rem;top:4.7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIKiqnAkEQT1b56TMiwxDlLuT20sLuGy { width:20rem;height:4.19970625rem;top:7.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwMhEeoZ1fzC5IpFTHoAxlnGzBG2vHPX { width:20rem;height:4.0625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlRh0K3yfRfNbaS6dF8iSUeUnuyul5Q { display:block; }
 }@media only screen and (max-width: 763px) { #ic0DTCRP6KPDnKmcDE3QJRqTEkEOrw7X { width:11.4375rem;height:3.1875rem;top:29.5625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saqtpGtUWq7ldxlsX4H3ylNK33IkJUs6 { display:block; }
 }@media only screen and (max-width: 763px) { #Lby9B33J6N2p4oODCiXqpgIXl12wbTts { width:20rem;height:19.375rem;top:11.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHTDZRz9FAM5XViGTrhzVtEweDAQKKQi { width:20rem;height:19.375rem;top:35.1875rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #ZImmrAgSIHImUX5cm5W36nOw1TBdFrla { width:20rem;height:5.1181625rem;top:16.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idu8vWR5MC9U5rq39X0OfbrmUsaRA73w { display:flex;width:2.75rem;height:2.75rem;top:13.5rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 { display:block; }#xSNargyaBuOa59vPZXmIFGVuWDGPTFP1 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTS3zUyU2lh6iM3gNgdTSc5EMPrEKrmd { width:2.3125rem;height:1.71875rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ptXn0Wh66X5TfIBOkosATr7cfugTHW { width:2.3125rem;height:1.71875rem;top:3.4375rem;left:9.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0kEWy4vgglaChc7I2pBTuS3FtgmVrep { width:7.125rem;height:2.54980625rem;top:3rem;left:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXkmSk1QroTD0aBlVTrTpdT2sTXXAtxW { width:13.375rem;height:1.275225rem;top:7.625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntTcqxkFP3nU61KhADKPzOZLkRiQfImU { width:2.3125rem;height:1.71875rem;top:7.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz3BywB3hcR6cwJVx2KgE0BUGMXPLI0k { width:6.1875rem;height:2.54980625rem;top:3rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSvEkkJ0U6IpHWlZbiOrf8tEBzGIA7X2 { display:none; }#SSvEkkJ0U6IpHWlZbiOrf8tEBzGIA7X2 > .row .container { width:20rem;height:77.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #clMHTgDhcy3DaMFWAhC25qm5hNwNSrax { width:18.3125rem;height:9.6875rem;top:8.6875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6882cTAmXiTyXoBi2q8KObs6hMddT0 { width:18.3125rem;height:9.6875rem;top:41.375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVdxqFwHquknoAVfRDWwPOIAQh2Wm1mQ { width:18.3125rem;height:9.6875rem;top:19.625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqskaMSk3AQ1ydW3hVRsT4CoX41kLtHz { width:18.3125rem;height:9.6875rem;top:30.4375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9srasTdy7Ldl2wnnJSuzEL6WZP8o6yV { width:18.3125rem;height:9.6875rem;top:63.25rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f59wrrW7ssXcSigSGIAtT1tISeRR2Fr2 { width:18.3125rem;height:9.6875rem;top:52.3125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeFXFAhc2N0yFy0GsnzhuPUQrIdihL5x { width:20rem;height:4.3984375rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG { background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row .container { background-color: transparent; background-image: none; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row .container > .video-iframe-container { display: none; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row > .video-iframe-container { display: none; }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .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); }#AQ4OPvuxRQvluFpdOuere0NJaVDeNWtG > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLihiKU2mFQ6OsGznq9lwh1qxgNPMTk8 { width:20rem;height:4.3994125rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 .accordion-desc-text { font-size:0.9375rem;height:auto; }
#XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 { display:flex;height:auto;width:20rem;top:9.625rem;left:0rem;gap:0.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #Tgi3Tr99RxIXIIgAWeSlp41egQDEyFap {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #Fsp2q9SOp7DBHIZlJCmJr3nM8od6KHWo {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #FtPLysAdOTaCJqTRHgSGl73TaZeOezHm {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #SX1xtKXA87CAe6kDRspnf7Z6Mp34Eq5s {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #VTKCQVb9lRgVb8xHUHQn5xXMDWEpH6tJ {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #rCA7tlCx11ToT3I2hFb4bUQTTR21f9Ct {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #nNBimHauxMCH6Ad5f8e6FzJuIXXeepaQ {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #BPLTUNt2dTEz7Mx8ZbDkP5Be5PUX6XcC {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #QoGbLpV4cD1LcCJaJtBCCGZlGPKdhEvd {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #qEKrQs9hbXgoKvhicTBzDglIdb5s9tn4 {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #oTknRSpmT241HEx26U5MrUzBHimwT0S4 {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #LLDkXlOIPXMf0KTpNXgJ9WMphTi21Muk {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #scDkFC0wTbqpo1mEWb3olQ6TAv1JuccF {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #yrIPFNfa4ftTM4fKAhWwAOObQhVDeWzr {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #gKIZXdgu4gnTRZKTPe33C9P1cg6d0kFy {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #APKCkWf80lJDAEdVT9HOGZozN23ALHbR {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #vanPwO2FHzTTTCSQDv4m0XF5qurUBFqi {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #tPJ0hgFO2G4MRa7TimX95lLgJFZD9Kc1 {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #fNGNGugFC7fehGATozUwGi7HfwHNFH0Z {  }
 }@media only screen and (max-width: 763px) { #XlePAoehCENqPLc3eeiJUPzbh2HWI8r5 #apSS6k1KMM2X2wbRXBd938HqyCx82Qxt {  }
 }@media only screen and (max-width: 763px) { #PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz { display:block; }#PHV0n7xUB9NJXsM1itDJ6kqAJtBw0igz > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqrXcFIOuJe10qgb28c9ghw2kIvVNzJx { width:13.25rem;height:6rem;top:3.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCgKSnwh41hNEClq5P2aBHLKsznOA75B { width:20rem;height:2.2rem;top:13.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHyn84sUlAlM8lKqhpogAFhkKClC6dgL { width:11.875rem;height:1.03125rem;top:11.75rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWJnTDMmP1Gf4sCBVw1IoQkXlkJda5sM { width:16.6875rem;height:4.25rem;top:17.25rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKr01x6TAfTxszJrhZwMga24BQTgEtT { display:block; }
 }@media only screen and (max-width: 763px) { #ZaGQEXbDahCZ3M4ZgWOT0CBN3OgWQFH6 { width:20rem;height:2.19921875rem;top:30.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAI81967b25LkBNWLTroERsdeORN1mHr { width:16.6875rem;height:4.25rem;top:22.4375rem;left:1.6875rem;font-size:1.1875rem;z-index:15013;background-color:transparent;background-image:none;border-top:0.125rem solid #f6f6f6;border-left:0.125rem solid #f6f6f6;border-right:0.125rem solid #f6f6f6;border-bottom:0.125rem solid #f6f6f6;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A5aMGFNerDaNo8Np9TbxDCh9oRPKViWm { display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #riKVTzTDILhTQAt2hanJlCmWd9J7Ci9F > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#KTgIzuTKFKlXzSXmNQ7hFhD0qlQGlTFo > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRBuTEmkc42beMO8Gl5J3T5Ix5Exs4Lp { width:8.1875rem;height:1.5rem;top:0.5625rem;left:8.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GALCyTKvUFA3mKZiyVTKC3to8rOST9 { display:block; }
 }@media only screen and (max-width: 763px) { #y5FgngQ824Zpp6IEodHsZElUrv9aTUQV { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #I0aTQxOPdkIw9Tbxe0zrlEIPRHLqsPm4 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEIXqSK4efpLH6qdNtvucgOeZLvC1OyS { display:block; }
 }@media only screen and (max-width: 763px) { #F0gyFXBulTAmyt4n7b1UnTnheDkniBgn { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EITuTzpenaF73k3yz24aKFLCtkS4Cihk { display:block; }
 }