.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container { display: none; }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .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); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT { background-color:#171717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { border-width: 0; border-radius: 0; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { width:75rem;height:43.75rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#JDfucA9R8dQfxJBHvmErihG6UQ9UV2Vd { color:rgba(255,255,255,0.71);display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:21.744140625rem;left:0rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QdgpxQzbbQrJAHTK7Xfd1L3q4zaQAbey { background-color:#23c443;background-image:none;border-top:0rem solid #15b752;border-left:3.0625rem solid rgba(0,0,0,0);border-right:0rem solid #15b752;border-bottom:0rem solid #15b752;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: 0rem 0.3125rem 0rem #008e36 ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.625rem;left:0rem;display:block; }
#hcJGd6nbAqTzRXv5971XpIwZGSLJIrTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E8sQZRq8tZsGzUTID0pRGLco4JyuVogF { box-sizing:content-box;color:#ffffff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:32.8125rem;left:1.125rem;display:block; }
#pPNqupG9We8msIHzOLGCyF8Clid7o68N { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cf3f12f8-e070-4a4a-a2ea-4d1e5e9b3976/staminageral8468d570ac4ac76.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:41rem;width:39.75rem;top:2.75rem;left:44.375rem;display:block; }#pPNqupG9We8msIHzOLGCyF8Clid7o68N.adaptive-delivery-prevent-bg, #pPNqupG9We8msIHzOLGCyF8Clid7o68N.lazyload, #pPNqupG9We8msIHzOLGCyF8Clid7o68N.lazyloading { background-image: none; }
#sX8qbUokTZvTi1nE5lIrtWwa8DnzPs2n { color:#b28f66;display:block;width:16.375rem;position:absolute;font-family:philosopher;font-size:1rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:38.494140625rem;left:26.625rem;height:2.19921875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#xVBdJ0hFOPEwWiHkQN3FDI9BviUA3Tln { box-sizing:content-box;height:33.4375rem;width:33.5625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3a9388d-d8f4-4cd0-82b6-00bfa2714e28/download20250718T101610304.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.0625rem;left:41.341690544413rem;display:block; }#xVBdJ0hFOPEwWiHkQN3FDI9BviUA3Tln.adaptive-delivery-prevent-bg, #xVBdJ0hFOPEwWiHkQN3FDI9BviUA3Tln.lazyload, #xVBdJ0hFOPEwWiHkQN3FDI9BviUA3Tln.lazyloading { background-image: none; }
#xVBdJ0hFOPEwWiHkQN3FDI9BviUA3Tln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.65); }#H5ga4bJyL8RU7yG035VJugTGpmckdycr { box-sizing:content-box;height:16.8125rem;width:47.875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3a9388d-d8f4-4cd0-82b6-00bfa2714e28/download20250718T101610304.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-22.590452261306rem;display:block; }#H5ga4bJyL8RU7yG035VJugTGpmckdycr.adaptive-delivery-prevent-bg, #H5ga4bJyL8RU7yG035VJugTGpmckdycr.lazyload, #H5ga4bJyL8RU7yG035VJugTGpmckdycr.lazyloading { background-image: none; }
#H5ga4bJyL8RU7yG035VJugTGpmckdycr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.62); }#WJ5kx7g2acgqbZcABO1vSMkiL5oZl7Ux { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:7.0361328125rem;left:16.875rem;height:3.84765rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PTJ02s5Bts5rr79sgLW7rX82gnDW1fcJ { color:#c8b278;display:block;width:21.9375rem;position:absolute;font-family:philosopher;font-size:3.5rem;font-weight:400;z-index:15003;line-height:.8;letter-spacing:0;top:3.4873046875rem;left:0rem;height:5.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QGLAn2nN4fTEsUpofvEtWlVfiVLn8yQs { color:rgba(255,255,255,0.58);display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:9.2744140625rem;left:0rem;height:1.8369125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cPsmqVJxP1TOAJMtiBzNorMZ74OpbW5f { box-sizing:content-box;height:12.0625rem;width:0.0625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0), #9e8448);background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0), #9e8448);background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0), #9e8448);background-image: -o-linear-gradient(1deg, rgba(0,0,0,0), #9e8448);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e8448' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e8448' );";background-image: linear-gradient(1deg, rgba(0,0,0,0), #9e8448);background-size:auto !important;top:0rem;left:14.3125rem;display:block; }
#nDdaekQnpvTRwVJfd13bdMwf7ASk0Fx6 { color:#ffffff;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:14.625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XJRCW1lnAeP9E5d9LGPftxFEa4aud90G { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:28rem;left:0rem;height:1.6875rem;font-style:normal;display:block; }#XJRCW1lnAeP9E5d9LGPftxFEa4aud90G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XJRCW1lnAeP9E5d9LGPftxFEa4aud90G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
#keSyst6w7aJkaCK1vQTRRINzkhsdzbQg { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:28rem;left:11.1875rem;height:1.6875rem;font-style:normal;display:block; }#keSyst6w7aJkaCK1vQTRRINzkhsdzbQg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#keSyst6w7aJkaCK1vQTRRINzkhsdzbQg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
#OkB32TwoTwRwmuRq2ORI78OvnaO6AeTi { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:28rem;left:19.875rem;height:1.6875rem;font-style:normal;display:block; }#OkB32TwoTwRwmuRq2ORI78OvnaO6AeTi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OkB32TwoTwRwmuRq2ORI78OvnaO6AeTi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
#TZ8ik8bSiK0Lkd3H4Z5HTeH0ggnxgJFF { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR { background-color:#f1f1e9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row .container { background-color: transparent; background-image: none; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row .container > .video-iframe-container { display: none; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row > .video-iframe-container { display: none; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .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); }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row .container { border-width: 0; border-radius: 0; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row .container { width:75rem;height:43.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TtcMBQfeVKV6xn6NNXr413guxdWIKPKn { color:rgba(23,23,23,0.71);display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:21.744140625rem;left:0rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KAWNLfio9kTkTOsC05b6BcZLW1rvOQVC { background-color:#23c443;background-image:none;border-top:0rem solid #15b752;border-left:3.0625rem solid rgba(0,0,0,0);border-right:0rem solid #15b752;border-bottom:0rem solid #15b752;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: 0rem 0.3125rem 0rem #008e36 ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.625rem;left:0rem;display:block; }
#ErnumVSdKZz6qZpPAHEkiKfQrP75yoWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6bh086JD0JLR8tBUvxWldTV3KNcGtte { box-sizing:content-box;color:#ffffff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:32.8125rem;left:1.125rem;display:block; }
#Azl4m2KTlb3tJQRZ4yfWQzSe18H8JGBz { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cf3f12f8-e070-4a4a-a2ea-4d1e5e9b3976/staminageral8468d570ac4ac76.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:41rem;width:39.75rem;top:2.75rem;left:44.375rem;display:block; }#Azl4m2KTlb3tJQRZ4yfWQzSe18H8JGBz.adaptive-delivery-prevent-bg, #Azl4m2KTlb3tJQRZ4yfWQzSe18H8JGBz.lazyload, #Azl4m2KTlb3tJQRZ4yfWQzSe18H8JGBz.lazyloading { background-image: none; }
#vhcPn6Bo8XeTEl47TvMFJIFPkB2TnoVN { color:#b28f66;display:block;width:16.375rem;position:absolute;font-family:philosopher;font-size:1rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:38.494140625rem;left:26.625rem;height:2.19921875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#flXz3nyHTsv4WmtuikTvwkxzZGvJ4x4f { box-sizing:content-box;height:33.4375rem;width:33.5625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3a9388d-d8f4-4cd0-82b6-00bfa2714e28/download20250718T101610304.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.0625rem;left:41.341690544413rem;display:block; }#flXz3nyHTsv4WmtuikTvwkxzZGvJ4x4f.adaptive-delivery-prevent-bg, #flXz3nyHTsv4WmtuikTvwkxzZGvJ4x4f.lazyload, #flXz3nyHTsv4WmtuikTvwkxzZGvJ4x4f.lazyloading { background-image: none; }
#flXz3nyHTsv4WmtuikTvwkxzZGvJ4x4f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(241,241,233,0.51); }#hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR { box-sizing:content-box;height:16.8125rem;width:47.875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3a9388d-d8f4-4cd0-82b6-00bfa2714e28/download20250718T101610304.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-22.590452261306rem;display:block; }#hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR.adaptive-delivery-prevent-bg, #hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR.lazyload, #hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR.lazyloading { background-image: none; }
#hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(241,241,233,0.71); }#nafM7vGH7BEXL5lvKBNXQCP5T5mWUid8 { color:#171717;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:7.0361328125rem;left:16.875rem;height:3.84765rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#owKnVbUnSTN9wLVli3L2ngMDez7OOvdP { color:#b28f66;display:block;width:21.9375rem;position:absolute;font-family:philosopher;font-size:3.5rem;font-weight:400;z-index:15003;line-height:.8;letter-spacing:0;top:3.4873046875rem;left:0rem;height:5.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DrbJt69EURKmWz3SaJfKhDxgRDoLqTLO { color:rgba(23,23,23,0.58);display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:9.2744140625rem;left:0rem;height:1.8369125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uMn797IZrpZHvU5pJfqWQcJNs2tZm6Ot { box-sizing:content-box;height:12.0625rem;width:0.0625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0), #9e8448);background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0), #9e8448);background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0), #9e8448);background-image: -o-linear-gradient(1deg, rgba(0,0,0,0), #9e8448);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e8448' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e8448' );";background-image: linear-gradient(1deg, rgba(0,0,0,0), #9e8448);background-size:auto !important;top:0rem;left:14.3125rem;display:block; }
#Uu9lwBJqQbZH5u5f8ytbelxxLS03znfL { color:#171717;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:14.625rem;left:0rem;height:6.599625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#opHEvCErsfPLFXAEiaoDGIRTkSNCEBG8 { color:#171717;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:28rem;left:0rem;height:1.6875rem;font-style:normal;display:block; }#opHEvCErsfPLFXAEiaoDGIRTkSNCEBG8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#opHEvCErsfPLFXAEiaoDGIRTkSNCEBG8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
#QriWDWM5KSOB8SlgXaMlWkcT9T9mNcIC { color:#171717;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:28rem;left:11.1875rem;height:1.6875rem;font-style:normal;display:block; }#QriWDWM5KSOB8SlgXaMlWkcT9T9mNcIC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QriWDWM5KSOB8SlgXaMlWkcT9T9mNcIC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
#tzNaTi6Og3csdQXexDHMyBxiDqJNUGpA { color:#171717;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:28rem;left:19.875rem;height:1.6875rem;font-style:normal;display:block; }#tzNaTi6Og3csdQXexDHMyBxiDqJNUGpA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tzNaTi6Og3csdQXexDHMyBxiDqJNUGpA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
#ztENypFA4LAdTL7Rhc8QRiHK8OFAJ7qP { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c0a966;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; }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .row .container { background-color: transparent; background-image: none; }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .row .container > .video-iframe-container { display: none; }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .row > .video-iframe-container { display: none; }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .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); }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .row .container { border-width: 0; border-radius: 0; }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#y2TdQZAAp3NBTQpE3VyCgzBZsg3uVgyD { color:#171718;display:block;width:14.6875rem;position:absolute;font-family:philosopher;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1.09375rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#Uqtlm5rkTNAS9fi08abgX4Hw3zlMJqHe { color:#171718;display:block;width:15.4375rem;position:absolute;font-family:philosopher;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.09375rem;left:29.78125rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#KKHCE73Tu85bHPP4hcWcUqrr5VBfPUCN { color:#171718;display:block;width:13.5625rem;position:absolute;font-family:philosopher;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:1.09375rem;left:61.4375rem;height:3.125rem;text-align:right;text-align-last:right;display:block; }
#TOZ8bAgnW4gzLkAKFLrvQ30G04Kq3GJL { box-sizing:content-box;height:3.1875rem;width:0.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(23,23,23,0.42);background-image:none;top:1.0625rem;left:21.15625rem;display:block; }
#l7CLEk0THBr7lhyMD4lfiOPIbq3tuEMA { box-sizing:content-box;height:3.1875rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(23,23,23,0.42);background-image:none;top:1.0625rem;left:52.5625rem;display:block; }
#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1e9;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; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container { background-color: transparent; background-image: none; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container > .video-iframe-container { display: none; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row > .video-iframe-container { display: none; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .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); }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container { border-width: 0; border-radius: 0; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#vwSKeJAcxa5dtDSZG5GWt6dem8RlOOwv { color:#171717;display:block;width:61.4375rem;position:absolute;font-family:philosopher;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.875rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z9KMebiWxnLpOMpnn96Mv5b3L7tJQKa7 { box-sizing:content-box;height:22rem;width:61.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/05cad13d-0e4b-4e4a-8895-83bdeb143209/download20250721T145647459.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:12.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#z9KMebiWxnLpOMpnn96Mv5b3L7tJQKa7.adaptive-delivery-prevent-bg, #z9KMebiWxnLpOMpnn96Mv5b3L7tJQKa7.lazyload, #z9KMebiWxnLpOMpnn96Mv5b3L7tJQKa7.lazyloading { background-image: none; }
#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1e9;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; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container { background-color: transparent; background-image: none; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container > .video-iframe-container { display: none; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row > .video-iframe-container { display: none; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .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); }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container { border-width: 0; border-radius: 0; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#lsvUt1b9okF5UBrBoStWuMlIJTp8hxlL { color:#171717;display:block;width:61.4375rem;position:absolute;font-family:philosopher;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:4.8125rem;left:6.125rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VSVmwtSdtwJVgbLDGbgQQnTGvwJMkuoD { color:#171717;display:block;width:54.9375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.5rem;left:6.125rem;height:8.99903125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F7ZD52zedrrlpyXbXvPJfDTJDphClMJ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.5rem;left:0rem; }
#bZp2Qbue6En4fLMOishtss5asNSM6cvL { background-color:#23c443;background-image:none;border-top:0rem solid #15b752;border-left:3.0625rem solid rgba(0,0,0,0);border-right:0rem solid #15b752;border-bottom:0rem solid #15b752;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: 0.9375rem 1.1875rem 1.1875rem rgba(0,0,0,0.19) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.1875rem;left:6.125rem;display:block; }
#LETT7Ptq79zz1BUW9gaVGEqdqPbxKUg0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BW26n7Xr72TIzh9evPBHlkeZ6RIfCbDn { box-sizing:content-box;color:#ffffff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:20.375rem;left:7.25rem;display:block; }
#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4e8af, #c0a966);background-image: -moz-linear-gradient(180deg, #f4e8af, #c0a966);background-image: -ms-linear-gradient(180deg, #f4e8af, #c0a966);background-image: -o-linear-gradient(180deg, #f4e8af, #c0a966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e8af', endColorstr='#c0a966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e8af', endColorstr='#c0a966' );";background-image: linear-gradient(180deg, #f4e8af, #c0a966);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; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container { background-color: transparent; background-image: none; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container > .video-iframe-container { display: none; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row > .video-iframe-container { display: none; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .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); }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container { border-width: 0; border-radius: 0; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#GkpFOi1WTwPQZCBK88lDnVhvAzrnM0ec { color:#171717;display:block;width:50.1875rem;position:absolute;font-family:philosopher;font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:3.1259765625rem;left:20.625rem;height:7.796875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#kLziV6Bqy89wMfViivW22sbmAQR8xBU5 { box-sizing:content-box;height:22.9375rem;width:17.0625rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9d0d04db-ba29-43ec-8e19-6c1325a6c386/img0844168431aebaa0a3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-4.0625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:6.375rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#kLziV6Bqy89wMfViivW22sbmAQR8xBU5.adaptive-delivery-prevent-bg, #kLziV6Bqy89wMfViivW22sbmAQR8xBU5.lazyload, #kLziV6Bqy89wMfViivW22sbmAQR8xBU5.lazyloading { background-image: none; }
#yvMVqM9tZhJhJIVyIEiSQMy6lmdbkrO7 { color:#3802b3;display:block;width:48.5rem;position:absolute;font-family:bellarina;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:12.0634765625rem;left:20.625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c0a966;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; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container { background-color: transparent; background-image: none; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container > .video-iframe-container { display: none; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row > .video-iframe-container { display: none; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .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); }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container { border-width: 0; border-radius: 0; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#LLbpEQ7VJvzUFdVTTzmvTproTlE1TrvB { color:#171718;display:block;width:10.6875rem;position:absolute;font-family:philosopher;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:10rem;left:0.84375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#dEgfQR5TyVRB5NlnuiMB63QCDRHHO39D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.5rem;left:4.625rem; }
#sNnrUk49TIsa4C3rEJttZ6stIyAbKIUX { color:#171718;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.375rem;left:0rem;height:5.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#M0NLpZygH2Halg2ZiQ5BZHXNVE649f65 { color:#171718;display:block;width:13.75rem;position:absolute;font-family:philosopher;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:10rem;left:20rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#GTMVFvifb6L15i8qm25V8R9swE1eTA4T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.625rem;left:25.3125rem; }
#kPedvTWh9OmJ7X1SvdDlRFv9N8i64tJ6 { color:#171718;display:block;width:10.5rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.375rem;left:21.625rem;height:5.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kQgZdoaUH8wAr0kbfOlRew5EZtEw1aFC { color:#171718;display:block;width:15.4375rem;position:absolute;font-family:philosopher;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:10.125rem;left:39.8125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#T1y1AWR0kXQEnUiODPaQ57ZJLuEkDe7q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.75rem;left:45.9375rem; }
#aBSU8ivXHdR0ZRtG0r09B3ETpROe2bd3 { color:#171718;display:block;width:11.9375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.375rem;left:41.5625rem;height:5.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OWu0mexAUoPD7MHAIpdPcUmJOvATe9fu { color:#171718;display:block;width:12.9375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.5rem;left:61.3125rem;height:5.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lQbTJM0z101Kt5Fwm6ZTKM8DpNrAgDZV { color:#171718;display:block;width:15.4375rem;position:absolute;font-family:philosopher;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:10.25rem;left:59.5625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#dN7WgmNDDJQZZaTFhfqHJCScyEDh8HGO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.875rem;left:65.6875rem; }
#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/846e83fd-9015-40ca-81ad-507adb67e662/download20250721T152944478.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J.adaptive-delivery-prevent-bg, #y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J.lazyload, #y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J.lazyloading { background-image: none; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row .container { background-color: transparent; background-image: none; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row .container > .video-iframe-container { display: none; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row > .video-iframe-container { display: none; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .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); }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row .container { border-width: 0; border-radius: 0; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J::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; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1e9;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; }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .row .container { background-color: transparent; background-image: none; }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .row .container > .video-iframe-container { display: none; }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .row > .video-iframe-container { display: none; }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .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); }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .row .container { border-width: 0; border-radius: 0; }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#cncfwnrcqhlrROLLNgJsn05Qx7z2a5VQ { color:#171718;display:block;width:52.375rem;position:absolute;font-family:philosopher;font-size:5rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.4375rem;left:0rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1e9;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; }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .row .container { background-color: transparent; background-image: none; }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .row .container > .video-iframe-container { display: none; }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .row > .video-iframe-container { display: none; }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .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); }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .row .container { border-width: 0; border-radius: 0; }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#HcodZAoqQPgFKKqceXd7mw6BgaWyakiP { color:#171718;display:block;width:15.375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:8.8125rem;left:0rem;height:5.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xkGLkZMwOa6vWAbyy0PEoI2I4FOuXwx3 { color:#171718;display:block;width:15.4375rem;position:absolute;font-family:philosopher;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.4375rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#CdRXP10Hqbc4gu5CR9E3kOyt0TLVLNw0 { box-sizing:content-box;height:0.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15011;background-color:#171717;background-image:none;top:5.34375rem;left:10.40625rem;display:block; }
#onTRFZa9fic9lLgIRmk4Gu6HdMu3VlJ9 { color:#171718;display:block;width:13.125rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:8.875rem;left:20rem;height:7.19925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zyf0eKqhhGf3GJRcbMGdUGo8dRzeNT37 { color:#171718;display:block;width:16.5625rem;position:absolute;font-family:philosopher;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.5rem;left:20rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#Xmg9yVdfpttm2G4MoSFr24rBlct40BFA { color:#171718;display:block;width:12.375rem;position:absolute;font-family:philosopher;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.5rem;left:39.125rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#NxBL53nORLZbWgiJgu27Zeas63mQ8kSo { color:#171718;display:block;width:13.9375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:8.875rem;left:39.125rem;height:5.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pF1MicrN9LiRWJpgxOsI2GyAEr61OWyB { box-sizing:content-box;height:0.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15011;background-color:#171717;background-image:none;top:5.375rem;left:29.5625rem;display:block; }
#accNT6a2cEZFiikliLBshL0m6ItzGb0G { background-color:#23c443;background-image:none;border-top:0rem solid #15b752;border-left:3.0625rem solid rgba(0,0,0,0);border-right:0rem solid #15b752;border-bottom:0rem solid #15b752;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: 0.9375rem 1.1875rem 1.1875rem rgba(0,0,0,0.19) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:10.8125rem;left:59.0625rem;display:block; }
#d9Z6L1v49G4txCylI9kgS8t2vxggsl9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8u6Vbky6RdyZzFsvt4vZnETMobSxOLL { box-sizing:content-box;color:#ffffff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:11rem;left:60.1875rem;display:block; }
#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i { 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; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container { background-color: transparent; background-image: none; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container > .video-iframe-container { display: none; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row > .video-iframe-container { display: none; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .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); }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container { border-width: 0; border-radius: 0; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#R9t5r8R4L1upWd0unETEpwDJg6NNewlD { color:#171717;display:block;width:61.4375rem;position:absolute;font-family:philosopher;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:5.5625rem;left:0rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kZ4TKbF7GsTHgsggop1G5tDzxTF77yod { color:#171717;display:block;width:19.875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:12.3125rem;left:0rem;height:14.398425rem;font-style:italic;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; }
#nStJupLlkM8yXoohT5w5JQugedTad6Xi { color:#171717;display:block;width:20.625rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:12.3115234375rem;left:26.6875rem;height:16.1982375rem;font-style:italic;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; }
#JzT01dK1zEtmnMc5MxvwtD6cp9xvHxmA { color:#171717;display:block;width:20.625rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:12.3125rem;left:54.375rem;height:17.99805rem;font-style:italic;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; }
#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container { background-color: transparent; background-image: none; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container > .video-iframe-container { display: none; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row > .video-iframe-container { display: none; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .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); }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container { border-width: 0; border-radius: 0; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#SyBXKrlzTxp2rl8R5mwEwMTDRe4K9Cy0 { color:rgba(191,157,91,0.25);display:block;width:59.875rem;position:absolute;font-family:philosopher;font-size:5rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container { background-color: transparent; background-image: none; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container > .video-iframe-container { display: none; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row > .video-iframe-container { display: none; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .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); }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container { border-width: 0; border-radius: 0; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#a0x8fMozaDwJEqP2485t7cACUhzmrfcW { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b78f3864-5e6c-4cdc-bbc7-3a3bcfcedfad/image15.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:33.75rem;width:31rem;top:0rem;left:0rem;display:block; }#a0x8fMozaDwJEqP2485t7cACUhzmrfcW.adaptive-delivery-prevent-bg, #a0x8fMozaDwJEqP2485t7cACUhzmrfcW.lazyload, #a0x8fMozaDwJEqP2485t7cACUhzmrfcW.lazyloading { background-image: none; }
#ugldJqzTKxyQLE9wz3E1GQ7N8InlrCzD { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.0625rem;left:35.75rem;height:20.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#thaTxm93OIAS2Af2HLCXBKqBdseQ8w9r { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:philosopher;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:2.875rem;left:35.75rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#oNPLaz8qGDVhQanb0KElJhODorcVpRnX { box-sizing:content-box;height:33.6875rem;width:21.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3a9388d-d8f4-4cd0-82b6-00bfa2714e28/download20250718T101610304.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:21.996141975309rem;display:block; }#oNPLaz8qGDVhQanb0KElJhODorcVpRnX.adaptive-delivery-prevent-bg, #oNPLaz8qGDVhQanb0KElJhODorcVpRnX.lazyload, #oNPLaz8qGDVhQanb0KElJhODorcVpRnX.lazyloading { background-image: none; }
#oNPLaz8qGDVhQanb0KElJhODorcVpRnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.65); }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R { position:relative;display:none; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R { border-width: 0; border-radius: 0; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .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; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .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:18.75rem;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; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e8448;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; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container { background-color: transparent; background-image: none; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container > .video-iframe-container { display: none; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row > .video-iframe-container { display: none; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .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); }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container { border-width: 0; border-radius: 0; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#QNpbS1QHvVhGL8OquQGiKrVVCQgyLFbs { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:philosopher;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:8.0625rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#spS89ShUObRKwkhcHIgixHsek1cPVHLV { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:18.1875rem;left:0rem;height:12.984375rem;font-style:normal;display:block; }#spS89ShUObRKwkhcHIgixHsek1cPVHLV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#spS89ShUObRKwkhcHIgixHsek1cPVHLV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3a77281328b6c91e7f5d81f70b12e00115274679.svg); }
#eAraKXvqxDrraxquHnP6eCcWE80buC7n { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5b5a1515-401c-45fe-ae42-ee0235fe3e00/2bd52be3f8.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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:42.1875rem;width:44.125rem;top:0rem;left:31rem;display:block; }#eAraKXvqxDrraxquHnP6eCcWE80buC7n.adaptive-delivery-prevent-bg, #eAraKXvqxDrraxquHnP6eCcWE80buC7n.lazyload, #eAraKXvqxDrraxquHnP6eCcWE80buC7n.lazyloading { background-image: none; }
#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1e9;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; }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .row .container { background-color: transparent; background-image: none; }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .row .container > .video-iframe-container { display: none; }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .row > .video-iframe-container { display: none; }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .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); }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .row .container { border-width: 0; border-radius: 0; }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#TzpBtWiks6o4GstGcKiC1nkxTUflxuI3 { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:philosopher;font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:7.3125rem;left:0rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#HArrpEbcossJXD1foqF2fav7vcvXRaUR { box-sizing:content-box;height:15.4375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3a9388d-d8f4-4cd0-82b6-00bfa2714e28/download20250718T101610304.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-13.9375rem;display:block; }#HArrpEbcossJXD1foqF2fav7vcvXRaUR.adaptive-delivery-prevent-bg, #HArrpEbcossJXD1foqF2fav7vcvXRaUR.lazyload, #HArrpEbcossJXD1foqF2fav7vcvXRaUR.lazyloading { background-image: none; }
#HArrpEbcossJXD1foqF2fav7vcvXRaUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(241,241,233,0.55); }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1e9;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; }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .row .container { background-color: transparent; background-image: none; }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .row .container > .video-iframe-container { display: none; }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .row > .video-iframe-container { display: none; }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .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); }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .row .container { border-width: 0; border-radius: 0; }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .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;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(42,42,42,0.13); }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .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; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1.25rem;text-align:left;text-align-last:left; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:montserrat;text-align:left;text-align-last:left;height:auto;line-height:1.4;overflow:hidden; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .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; }#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .accordion-trigger.adaptive-delivery-prevent-bg, #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .accordion-trigger.lazyload, #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .accordion-trigger.lazyloading { background-image: none; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD { box-sizing:content-box;height:auto;width:54.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #cJez5Ss9lMU0PPB0UCrZMqvFcFfau6HB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #c80hkIXeC2s0xlhxiBNuUDM313F8JK1X { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #cDzsu6MucHSFRcMyUo5ZonBxUT9PVKCy { display:block;position:relative; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #xu016apiw4N6FsyEfE1RiduhNzTwnzKN {  }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #L3rS5Vlwi3uxMvgkcfpTF4UXnSCRTr4d {  }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #xxVolwWyahRHQFLWKlcIWys1exxiHAJS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #wUuOVvicBaHwcdqakcETFUBKnrUm5BLU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #b1UXnNpL4RGcoqqx6bFRpvsLOCQQJitT { display:block;position:relative; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #UOUpgkv8dnxTRfu3hik9GHIMSwF4K8zG {  }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #g0rX2hVXmVWTslFXr9ZkeJvDq2Pt72Kg { display:none; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #i7DkmmfL3UJ8qgFWnWJ69egFn1FKUI6f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #w3yyTJor7UkTtnMleB3upzFTFeaiLx8l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #Bif8ktEvvQL38crH6k4Pfk0TSWyiIuLo { display:block;position:relative; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #v8C9Ptkz3r3OL4WMqkaSRw3db1KRh3Sw {  }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #Lk32DRLpmUgRiW99VtSibm567WbmOU2d { display:none; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #ub3V82HAcxJtT03AD1VinARUFzB4Lrn1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #u63KyfTqyO4mJ3dkbyrB16ttLtWW9hK0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #cWTrtNNgD4HtEsw1ZhgiuptJ2xPyipns { display:block;position:relative; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #gtkN3x2klM94BNwFeeyT2d184wGokn7k {  }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #GdMBdy3S1JgqFMzpUzx589lbm77OGKT7 { display:none; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #zCdlwGfdb2EZC1ArT5X6GdPfanfyK20C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #rkqblJT2PSJphUatLAAu72PfE1CmwnEl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #swD9qZq7dgWIINX3WzFG3QGJ80sFJ7ZA { display:block;position:relative; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #C1dUObRCNZhB0oLbCOAVmaFt9Zx1GINM {  }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #ZtygSUnwP2ki8ZZFiIlPnOeJqh4TSOf4 { display:none; }
#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1e9;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; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container { background-color: transparent; background-image: none; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container > .video-iframe-container { display: none; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row > .video-iframe-container { display: none; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .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); }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container { border-width: 0; border-radius: 0; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#mKW8vqWTnn57KqJClKT758wMq5T9KmOU { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wzqv4SSpOLa4Z6RnWiBTiAf2E4rp7MyV { background-color:#23c443;background-image:none;border-top:0rem solid #15b752;border-left:3.0625rem solid rgba(0,0,0,0);border-right:0rem solid #15b752;border-bottom:0rem solid #15b752;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: 0.9375rem 1.1875rem 1.1875rem rgba(0,0,0,0.19) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.3125rem;left:43.5rem;display:block; }
#n4fFHWEvkVrQEFOW6wH2F8qfz0Q1b8MM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gb2CaPSTNLS4OPfanP5lwZ375M0D7yD4 { box-sizing:content-box;color:#ffffff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:2.5rem;left:44.625rem;display:block; }
#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1f1e9);background-image: -moz-linear-gradient(180deg, #ffffff, #f1f1e9);background-image: -ms-linear-gradient(180deg, #ffffff, #f1f1e9);background-image: -o-linear-gradient(180deg, #ffffff, #f1f1e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1e9' );";background-image: linear-gradient(180deg, #ffffff, #f1f1e9);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; }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .row .container { background-color: transparent; background-image: none; }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .row .container > .video-iframe-container { display: none; }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .row > .video-iframe-container { display: none; }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .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); }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .row .container { border-width: 0; border-radius: 0; }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#xac9T0VevisrcuZCzwnRNq8NvlZTc2fi { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.5625rem;left:35.5625rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pq8NourzIAT0e3LDQxzEiU72dkAq6VBF { color:#000000;display:block;width:32.125rem;position:absolute;font-family:philosopher;font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:4.4375rem;left:35.5625rem;height:4.375rem;display:block; }
#cIDJ2KP6bWSmABpHNuEugbIdVTb2qc98 { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.1875rem;left:35.5625rem;display:block; }
#QGAiVNsBUeoEn9Tyc1Sco7uoJ4QzPVcK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRsvaGNE9BfLPdShdAMbCD507S40iyUh { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/14b102a8-0b21-42c8-9045-1072a3cb1ec0/WhatsApp_Image_20250415_at_080323.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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:27.125rem;width:32.125rem;top:0rem;left:0rem;display:block; }#FRsvaGNE9BfLPdShdAMbCD507S40iyUh.adaptive-delivery-prevent-bg, #FRsvaGNE9BfLPdShdAMbCD507S40iyUh.lazyload, #FRsvaGNE9BfLPdShdAMbCD507S40iyUh.lazyloading { background-image: none; }
#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .row .container { background-color: transparent; background-image: none; }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .row .container > .video-iframe-container { display: none; }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .row > .video-iframe-container { display: none; }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .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); }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .row .container { border-width: 0; border-radius: 0; }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#rbE6LQDIJCSEcBRDUCsPSxne1M41xTU8 { color:#ffffff;display:block;width:55.25rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5.193359375rem;left:9.875rem;height:8.8681875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JnLhXTl5TkzFlis9px0s9w7ERrcIpBI8 { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:16.875rem;left:22.25rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cRrMzJ4XKx6L9i7W1PEvilphkDttNK2H { background-color:#23c443;background-image:none;border-top:0rem solid #15b752;border-left:3.0625rem solid rgba(0,0,0,0);border-right:0rem solid #15b752;border-bottom:0rem solid #15b752;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: 0.9375rem 1.1875rem 1.1875rem rgba(0,0,0,0.19) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.375rem;left:28.5rem;display:block; }
#tXlUzD7CDRhuTe1GPuBEm8ThKLiqrIWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFBktnOBlfRznqN4CQmCJI0C2enacMeq { box-sizing:content-box;color:#ffffff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:20.5625rem;left:29.625rem;display:block; }
#hxiCUgh7hqLPgTGGTVvLXAMTlmb3c7rJ { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:26rem;left:22.8125rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DoELiTTzc1zVsrBuvTw7qBVMMqNhgbmE { box-sizing:content-box;height:16.8125rem;width:47.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3a9388d-d8f4-4cd0-82b6-00bfa2714e28/download20250718T101610304.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:13.5625rem;display:block; }#DoELiTTzc1zVsrBuvTw7qBVMMqNhgbmE.adaptive-delivery-prevent-bg, #DoELiTTzc1zVsrBuvTw7qBVMMqNhgbmE.lazyload, #DoELiTTzc1zVsrBuvTw7qBVMMqNhgbmE.lazyloading { background-image: none; }
#DoELiTTzc1zVsrBuvTw7qBVMMqNhgbmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.62); }#ixdnBhBXmxlexzgfbtyUaT0TZOrr3gHt { color:#c8b278;display:block;width:21.9375rem;position:absolute;font-family:philosopher;font-size:2rem;font-weight:400;z-index:15005;line-height:.8;letter-spacing:0;top:35.9375rem;left:26.5625rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hRqwSAw2lW5GKDA65Mo6zuKTroRLTrfq { color:rgba(255,255,255,0.58);display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:37.8125rem;left:30rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GfOTrmqId5KGGEwvLwM3ZtGxKlt177AU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.5625rem;left:36.3125rem; }
#GfOTrmqId5KGGEwvLwM3ZtGxKlt177AU > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .row .container { background-color: transparent; background-image: none; }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .row .container > .video-iframe-container { display: none; }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .row > .video-iframe-container { display: none; }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .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); }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .row .container { border-width: 0; border-radius: 0; }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#Uxw1Aedz8ty7B4RMzFFpdsvCTh3y7JXl { color:#000000;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.75rem;left:33.375rem;height:0.8125rem;display:block; }
#aed6iTvHLwqHeMwu5ThilBBWoTXO0671 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f99f5d54-dc2e-47ad-a607-5fba7d82feea/ativo10at2x65b64f98362e3.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:3.125rem;top:0.6875rem;left:38.5rem;display:block; }#aed6iTvHLwqHeMwu5ThilBBWoTXO0671.adaptive-delivery-prevent-bg, #aed6iTvHLwqHeMwu5ThilBBWoTXO0671.lazyload, #aed6iTvHLwqHeMwu5ThilBBWoTXO0671.lazyloading { background-image: none; }
#Rg0yMXTtRpwr2LiDzOHVhcT3IVAs0uRm { background-color:transparent;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:31.5625rem;display:block; }
#Kn4JT11f7ooncaeyhzP6FqdiFghqfi2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9BaObaWd921hNAoV7uZz1wBSPRVEabp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,241,233,0.68);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .row .container { background-color: transparent; background-image: none; }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .row .container > .video-iframe-container { display: none; }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .row > .video-iframe-container { display: none; }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .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); }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .row .container { border-width: 0; border-radius: 0; }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#yrV1zm6tTo5aOTP9JlA2GRCXEOZOtBN5 { background-color:#23c443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:3.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:4.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.4375rem;left:56.625rem;display:block; }
#wqVyG0Ce8I7nk1Qqn4eg6wOuMS5QMiL5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTxbXJehZw6h7T3ECDJmZMpvnFa2sZPn { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fa448512-adc0-40bb-8eab-65ac2eb3b724/capturadetela20250721as155543687e8d398d302.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.75rem;left:57.0625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }#dTxbXJehZw6h7T3ECDJmZMpvnFa2sZPn.adaptive-delivery-prevent-bg, #dTxbXJehZw6h7T3ECDJmZMpvnFa2sZPn.lazyload, #dTxbXJehZw6h7T3ECDJmZMpvnFa2sZPn.lazyloading { background-image: none; }
#gkZXC7L6UooAeahdo8ZbA6O8lfMET9nv { color:#333333;display:block;width:39.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:12.5rem;height:2.35546875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mFeaR4aMlmpiLBoXalXrT0L7s67XkWMe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.5rem;left:52.5rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT { display:block; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDfucA9R8dQfxJBHvmErihG6UQ9UV2Vd { width:37.4375rem;height:3.9375rem;top:21.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdgpxQzbbQrJAHTK7Xfd1L3q4zaQAbey { width:16.875rem;height:3.4375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcJGd6nbAqTzRXv5971XpIwZGSLJIrTT { display:block; }
 }@media only screen and (max-width: 763px) { #E8sQZRq8tZsGzUTID0pRGLco4JyuVogF { width:2.9375rem;height:2.9375rem;top:32.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNqupG9We8msIHzOLGCyF8Clid7o68N { width:39.75rem;height:41rem;top:2.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX8qbUokTZvTi1nE5lIrtWwa8DnzPs2n { width:16.375rem;height:2.1875rem;top:38.4375rem;left:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVBdJ0hFOPEwWiHkQN3FDI9BviUA3Tln { width:33.5625rem;height:33.4375rem;top:0.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5ga4bJyL8RU7yG035VJugTGpmckdycr { width:47.75rem;height:16.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ5kx7g2acgqbZcABO1vSMkiL5oZl7Ux { width:8.75rem;height:3.8125rem;top:7rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJ02s5Bts5rr79sgLW7rX82gnDW1fcJ { width:21.9375rem;height:5.5625rem;top:3.4375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGLAn2nN4fTEsUpofvEtWlVfiVLn8yQs { width:16.125rem;height:1.8125rem;top:9.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPsmqVJxP1TOAJMtiBzNorMZ74OpbW5f { width:0.0625rem;height:12.0625rem;top:0rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDdaekQnpvTRwVJfd13bdMwf7ASk0Fx6 { width:41.0625rem;height:;top:14.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJRCW1lnAeP9E5d9LGPftxFEa4aud90G { width:12.9375rem;height:;top:28rem;left:0rem;font-size:0.9375rem;display:block; }#XJRCW1lnAeP9E5d9LGPftxFEa4aud90G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #keSyst6w7aJkaCK1vQTRRINzkhsdzbQg { width:6.9375rem;height:1.6875rem;top:28rem;left:0rem;font-size:0.9375rem;display:block; }#keSyst6w7aJkaCK1vQTRRINzkhsdzbQg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #OkB32TwoTwRwmuRq2ORI78OvnaO6AeTi { width:17.4375rem;height:1.6875rem;top:28rem;left:6.25rem;font-size:0.9375rem;display:block; }#OkB32TwoTwRwmuRq2ORI78OvnaO6AeTi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #TZ8ik8bSiK0Lkd3H4Z5HTeH0ggnxgJFF { width:0.3125rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR { display:block; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtcMBQfeVKV6xn6NNXr413guxdWIKPKn { width:37.4375rem;height:3.9375rem;top:21.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWNLfio9kTkTOsC05b6BcZLW1rvOQVC { width:16.875rem;height:3.4375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErnumVSdKZz6qZpPAHEkiKfQrP75yoWC { display:block; }
 }@media only screen and (max-width: 763px) { #v6bh086JD0JLR8tBUvxWldTV3KNcGtte { width:2.9375rem;height:2.9375rem;top:32.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azl4m2KTlb3tJQRZ4yfWQzSe18H8JGBz { width:39.75rem;height:41rem;top:2.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhcPn6Bo8XeTEl47TvMFJIFPkB2TnoVN { width:16.375rem;height:2.1875rem;top:38.4375rem;left:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flXz3nyHTsv4WmtuikTvwkxzZGvJ4x4f { width:33.5625rem;height:33.4375rem;top:0.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR { width:47.75rem;height:16.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nafM7vGH7BEXL5lvKBNXQCP5T5mWUid8 { width:8.75rem;height:3.8125rem;top:7rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owKnVbUnSTN9wLVli3L2ngMDez7OOvdP { width:21.9375rem;height:5.5625rem;top:3.4375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrbJt69EURKmWz3SaJfKhDxgRDoLqTLO { width:16.125rem;height:1.8125rem;top:9.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMn797IZrpZHvU5pJfqWQcJNs2tZm6Ot { width:0.0625rem;height:12.0625rem;top:0rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu9lwBJqQbZH5u5f8ytbelxxLS03znfL { width:41.0625rem;height:;top:14.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opHEvCErsfPLFXAEiaoDGIRTkSNCEBG8 { width:12.9375rem;height:;top:28rem;left:0rem;font-size:0.9375rem;display:block; }#opHEvCErsfPLFXAEiaoDGIRTkSNCEBG8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #QriWDWM5KSOB8SlgXaMlWkcT9T9mNcIC { width:6.9375rem;height:1.6875rem;top:28rem;left:0rem;font-size:0.9375rem;display:block; }#QriWDWM5KSOB8SlgXaMlWkcT9T9mNcIC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #tzNaTi6Og3csdQXexDHMyBxiDqJNUGpA { width:17.4375rem;height:1.6875rem;top:28rem;left:6.25rem;font-size:0.9375rem;display:block; }#tzNaTi6Og3csdQXexDHMyBxiDqJNUGpA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #ztENypFA4LAdTL7Rhc8QRiHK8OFAJ7qP { width:0.3125rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 { display:block; }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2TdQZAAp3NBTQpE3VyCgzBZsg3uVgyD { width:14.6875rem;height:3.125rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqtlm5rkTNAS9fi08abgX4Hw3zlMJqHe { width:15.4375rem;height:3.125rem;top:1.0625rem;left:16.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKHCE73Tu85bHPP4hcWcUqrr5VBfPUCN { width:13.5625rem;height:3.125rem;top:1.0625rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZ8bAgnW4gzLkAKFLrvQ30G04Kq3GJL { width:0.125rem;height:3.1875rem;top:1.0625rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7CLEk0THBr7lhyMD4lfiOPIbq3tuEMA { width:0.125rem;height:3.1875rem;top:1.0625rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 { display:block; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwSKeJAcxa5dtDSZG5GWt6dem8RlOOwv { width:47.75rem;height:13.5rem;top:4.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9KMebiWxnLpOMpnn96Mv5b3L7tJQKa7 { width:47.75rem;height:22rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A { display:block; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsvUt1b9okF5UBrBoStWuMlIJTp8hxlL { width:47.75rem;height:3.0625rem;top:4.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSVmwtSdtwJVgbLDGbgQQnTGvwJMkuoD { width:47.75rem;height:8.9375rem;top:8.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ZD52zedrrlpyXbXvPJfDTJDphClMJ0 { width:4rem;height:4rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZp2Qbue6En4fLMOishtss5asNSM6cvL { width:18.875rem;height:3.4375rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LETT7Ptq79zz1BUW9gaVGEqdqPbxKUg0 { display:block; }
 }@media only screen and (max-width: 763px) { #BW26n7Xr72TIzh9evPBHlkeZ6RIfCbDn { width:2.9375rem;height:2.9375rem;top:20.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXzX2IdAVSX6HqBbqAal1v997xtpAKxu { display:block; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkpFOi1WTwPQZCBK88lDnVhvAzrnM0ec { width:47.75rem;height:7.8125rem;top:3.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLziV6Bqy89wMfViivW22sbmAQR8xBU5 { width:17.0625rem;height:22.9375rem;top:-4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvMVqM9tZhJhJIVyIEiSQMy6lmdbkrO7 { width:47.75rem;height:2.625rem;top:12.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 { display:block; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLbpEQ7VJvzUFdVTTzmvTproTlE1TrvB { width:10.6875rem;height:3.75rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEgfQR5TyVRB5NlnuiMB63QCDRHHO39D { width:3.125rem;height:3.125rem;top:5.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNnrUk49TIsa4C3rEJttZ6stIyAbKIUX { width:12.375rem;height:5.375rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0NLpZygH2Halg2ZiQ5BZHXNVE649f65 { width:13.75rem;height:3.75rem;top:10rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTMVFvifb6L15i8qm25V8R9swE1eTA4T { width:3.125rem;height:3.125rem;top:5.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPedvTWh9OmJ7X1SvdDlRFv9N8i64tJ6 { width:10.5rem;height:5.375rem;top:14.375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQgZdoaUH8wAr0kbfOlRew5EZtEw1aFC { width:15.4375rem;height:3.75rem;top:10.125rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1y1AWR0kXQEnUiODPaQ57ZJLuEkDe7q { width:3.125rem;height:3.125rem;top:5.75rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBSU8ivXHdR0ZRtG0r09B3ETpROe2bd3 { width:11.9375rem;height:5.375rem;top:14.375rem;left:19.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWu0mexAUoPD7MHAIpdPcUmJOvATe9fu { width:12.9375rem;height:5.375rem;top:14.5rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQbTJM0z101Kt5Fwm6ZTKM8DpNrAgDZV { width:15.4375rem;height:3.75rem;top:10.25rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN7WgmNDDJQZZaTFhfqHJCScyEDh8HGO { width:3.125rem;height:3.125rem;top:5.875rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J { display:block; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT { display:block; }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cncfwnrcqhlrROLLNgJsn05Qx7z2a5VQ { width:47.75rem;height:5rem;top:4.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 { display:block; }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcodZAoqQPgFKKqceXd7mw6BgaWyakiP { width:15.375rem;height:5.375rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkGLkZMwOa6vWAbyy0PEoI2I4FOuXwx3 { width:15.4375rem;height:3.75rem;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdRXP10Hqbc4gu5CR9E3kOyt0TLVLNw0 { width:9.0625rem;height:0.0625rem;top:5.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTRFZa9fic9lLgIRmk4Gu6HdMu3VlJ9 { width:13.125rem;height:7.1875rem;top:8.875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyf0eKqhhGf3GJRcbMGdUGo8dRzeNT37 { width:16.5625rem;height:3.75rem;top:4.5rem;left:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmg9yVdfpttm2G4MoSFr24rBlct40BFA { width:12.375rem;height:3.75rem;top:4.5rem;left:23.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxBL53nORLZbWgiJgu27Zeas63mQ8kSo { width:13.9375rem;height:5.375rem;top:8.875rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF1MicrN9LiRWJpgxOsI2GyAEr61OWyB { width:9.0625rem;height:0.0625rem;top:5.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #accNT6a2cEZFiikliLBshL0m6ItzGb0G { width:15.9375rem;height:3.4375rem;top:10.8125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Z6L1v49G4txCylI9kgS8t2vxggsl9r { display:block; }
 }@media only screen and (max-width: 763px) { #K8u6Vbky6RdyZzFsvt4vZnETMobSxOLL { width:2.9375rem;height:2.9375rem;top:11rem;left:36.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i { display:block; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9t5r8R4L1upWd0unETEpwDJg6NNewlD { width:47.75rem;height:3.0625rem;top:5.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ4TKbF7GsTHgsggop1G5tDzxTF77yod { width:19.875rem;height:14.375rem;top:12.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nStJupLlkM8yXoohT5w5JQugedTad6Xi { width:20.625rem;height:16.1875rem;top:12.25rem;left:13.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzT01dK1zEtmnMc5MxvwtD6cp9xvHxmA { width:20.625rem;height:17.9375rem;top:12.3125rem;left:27.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q { display:block; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyBXKrlzTxp2rl8R5mwEwMTDRe4K9Cy0 { width:47.75rem;height:5rem;top:5rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO { display:block; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0x8fMozaDwJEqP2485t7cACUhzmrfcW { width:31rem;height:33.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugldJqzTKxyQLE9wz3E1GQ7N8InlrCzD { width:36.875rem;height:20.25rem;top:8.0625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thaTxm93OIAS2Af2HLCXBKqBdseQ8w9r { width:32.4375rem;height:2.8125rem;top:2.875rem;left:15.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNPLaz8qGDVhQanb0KElJhODorcVpRnX { width:21.5rem;height:33.6875rem;top:0rem;left:8.3711419753088rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW02By2mVCHJTtr5U1DKlw57W9zlyv8R { display:none; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd { display:block; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNpbS1QHvVhGL8OquQGiKrVVCQgyLFbs { width:30.0625rem;height:7.5rem;top:8.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spS89ShUObRKwkhcHIgixHsek1cPVHLV { width:26.0625rem;height:13rem;top:18.1875rem;left:0rem;font-size:1.0625rem;display:block; }#spS89ShUObRKwkhcHIgixHsek1cPVHLV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3a77281328b6c91e7f5d81f70b12e00115274679.svg); }
 }@media only screen and (max-width: 763px) { #eAraKXvqxDrraxquHnP6eCcWE80buC7n { width:44.125rem;height:42.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn { display:block; }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzpBtWiks6o4GstGcKiC1nkxTUflxuI3 { width:45.0625rem;height:2.8125rem;top:7.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HArrpEbcossJXD1foqF2fav7vcvXRaUR { width:47.75rem;height:15.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx { display:block; }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD { display:flex;height:auto;width:27.8125rem;top:5.3125rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #cJez5Ss9lMU0PPB0UCrZMqvFcFfau6HB {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #c80hkIXeC2s0xlhxiBNuUDM313F8JK1X {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #cDzsu6MucHSFRcMyUo5ZonBxUT9PVKCy {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #xu016apiw4N6FsyEfE1RiduhNzTwnzKN {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #L3rS5Vlwi3uxMvgkcfpTF4UXnSCRTr4d {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #xxVolwWyahRHQFLWKlcIWys1exxiHAJS {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #wUuOVvicBaHwcdqakcETFUBKnrUm5BLU {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #b1UXnNpL4RGcoqqx6bFRpvsLOCQQJitT {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #UOUpgkv8dnxTRfu3hik9GHIMSwF4K8zG {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #g0rX2hVXmVWTslFXr9ZkeJvDq2Pt72Kg {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #i7DkmmfL3UJ8qgFWnWJ69egFn1FKUI6f {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #w3yyTJor7UkTtnMleB3upzFTFeaiLx8l {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #Bif8ktEvvQL38crH6k4Pfk0TSWyiIuLo {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #v8C9Ptkz3r3OL4WMqkaSRw3db1KRh3Sw {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #Lk32DRLpmUgRiW99VtSibm567WbmOU2d {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #ub3V82HAcxJtT03AD1VinARUFzB4Lrn1 {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #u63KyfTqyO4mJ3dkbyrB16ttLtWW9hK0 {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #cWTrtNNgD4HtEsw1ZhgiuptJ2xPyipns {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #gtkN3x2klM94BNwFeeyT2d184wGokn7k {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #GdMBdy3S1JgqFMzpUzx589lbm77OGKT7 {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #zCdlwGfdb2EZC1ArT5X6GdPfanfyK20C {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #rkqblJT2PSJphUatLAAu72PfE1CmwnEl {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #swD9qZq7dgWIINX3WzFG3QGJ80sFJ7ZA {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #C1dUObRCNZhB0oLbCOAVmaFt9Zx1GINM {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #ZtygSUnwP2ki8ZZFiIlPnOeJqh4TSOf4 {  }
 }@media only screen and (max-width: 763px) { #RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S { display:block; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKW8vqWTnn57KqJClKT758wMq5T9KmOU { width:35.3125rem;height:1.6875rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzqv4SSpOLa4Z6RnWiBTiAf2E4rp7MyV { width:16.875rem;height:3.4375rem;top:2.3125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4fFHWEvkVrQEFOW6wH2F8qfz0Q1b8MM { display:block; }
 }@media only screen and (max-width: 763px) { #Gb2CaPSTNLS4OPfanP5lwZ375M0D7yD4 { width:2.9375rem;height:2.9375rem;top:2.5rem;left:31rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 { display:block; }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xac9T0VevisrcuZCzwnRNq8NvlZTc2fi { width:23.0625rem;height:3.5rem;top:12.5625rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq8NourzIAT0e3LDQxzEiU72dkAq6VBF { width:32.125rem;height:4.375rem;top:4.4375rem;left:15.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIDJ2KP6bWSmABpHNuEugbIdVTb2qc98 { width:12.5rem;height:3.4375rem;top:20.1875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGAiVNsBUeoEn9Tyc1Sco7uoJ4QzPVcK { display:block; }
 }@media only screen and (max-width: 763px) { #FRsvaGNE9BfLPdShdAMbCD507S40iyUh { width:32.125rem;height:27.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT { display:block; }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbE6LQDIJCSEcBRDUCsPSxne1M41xTU8 { width:47.75rem;height:8.8125rem;top:5.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnLhXTl5TkzFlis9px0s9w7ERrcIpBI8 { width:29.375rem;height:1.375rem;top:16.875rem;left:8.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRrMzJ4XKx6L9i7W1PEvilphkDttNK2H { width:16.875rem;height:3.4375rem;top:20.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXlUzD7CDRhuTe1GPuBEm8ThKLiqrIWd { display:block; }
 }@media only screen and (max-width: 763px) { #iFBktnOBlfRznqN4CQmCJI0C2enacMeq { width:2.9375rem;height:2.9375rem;top:20.5625rem;left:16rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxiCUgh7hqLPgTGGTVvLXAMTlmb3c7rJ { width:29.375rem;height:1.375rem;top:26rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoELiTTzc1zVsrBuvTw7qBVMMqNhgbmE { width:47.75rem;height:16.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixdnBhBXmxlexzgfbtyUaT0TZOrr3gHt { width:21.9375rem;height:1.5625rem;top:35.9375rem;left:12.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRqwSAw2lW5GKDA65Mo6zuKTroRLTrfq { width:16.125rem;height:1.1875rem;top:37.8125rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfOTrmqId5KGGEwvLwM3ZtGxKlt177AU { width:2.375rem;height:2.375rem;top:30.5625rem;left:22.6875rem;display:block; }
#GfOTrmqId5KGGEwvLwM3ZtGxKlt177AU > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV { display:block; }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uxw1Aedz8ty7B4RMzFFpdsvCTh3y7JXl { width:5.625rem;height:0.8125rem;top:0.75rem;left:19.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aed6iTvHLwqHeMwu5ThilBBWoTXO0671 { width:3.125rem;height:0.6875rem;top:0.6875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg0yMXTtRpwr2LiDzOHVhcT3IVAs0uRm { width:11.875rem;height:2.0625rem;top:0rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn4JT11f7ooncaeyhzP6FqdiFghqfi2W { display:block; }
 }@media only screen and (max-width: 763px) { #e9BaObaWd921hNAoV7uZz1wBSPRVEabp { display:block; }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrV1zm6tTo5aOTP9JlA2GRCXEOZOtBN5 { width:18.375rem;height:4.0625rem;top:0.4375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqVyG0Ce8I7nk1Qqn4eg6wOuMS5QMiL5 { display:block; }
 }@media only screen and (max-width: 763px) { #dTxbXJehZw6h7T3ECDJmZMpvnFa2sZPn { width:3.125rem;height:3.125rem;top:0.75rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkZXC7L6UooAeahdo8ZbA6O8lfMET9nv { width:39.3125rem;height:2.3125rem;top:1.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFeaR4aMlmpiLBoXalXrT0L7s67XkWMe { width:2.375rem;height:2.375rem;top:1.5rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container { display: none; }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT { background-color:#171717;background-image:none;display:none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { width:20rem;height:39.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JDfucA9R8dQfxJBHvmErihG6UQ9UV2Vd { width:20rem;height:4.4619125rem;top:17.6171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;color:rgba(255,255,255,0.84);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QdgpxQzbbQrJAHTK7Xfd1L3q4zaQAbey { width:16.0625rem;height:3.6875rem;top:29.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.1875rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);box-shadow: 0rem 0.3125rem 0rem #008e36 ;display:block; }
 }@media only screen and (max-width: 763px) { #hcJGd6nbAqTzRXv5971XpIwZGSLJIrTT { display:block; }
 }@media only screen and (max-width: 763px) { #E8sQZRq8tZsGzUTID0pRGLco4JyuVogF { width:2.5rem;height:2.5rem;top:30.5rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNqupG9We8msIHzOLGCyF8Clid7o68N { width:15.625rem;height:5.875rem;top:46.0625rem;left:4.375rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c3f452ff-5062-47a9-a2f1-e7891d958c31/mg7603editar11.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pPNqupG9We8msIHzOLGCyF8Clid7o68N.adaptive-delivery-prevent-bg, #pPNqupG9We8msIHzOLGCyF8Clid7o68N.lazyload, #pPNqupG9We8msIHzOLGCyF8Clid7o68N.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sX8qbUokTZvTi1nE5lIrtWwa8DnzPs2n { width:15.75rem;height:2.4375rem;top:34.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:italic;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xVBdJ0hFOPEwWiHkQN3FDI9BviUA3Tln { width:12.375rem;height:43.75rem;top:43.6875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5ga4bJyL8RU7yG035VJugTGpmckdycr { width:19.875rem;height:6.5rem;top:0rem;left:-7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ5kx7g2acgqbZcABO1vSMkiL5oZl7Ux { width:9.4375rem;height:3.89844375rem;top:2.4765625rem;left:10.5625rem;text-align:right;text-align-last:right;font-size:0.75rem;font-weight:300;font-style:normal;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PTJ02s5Bts5rr79sgLW7rX82gnDW1fcJ { width:9.6875rem;height:3.19921875rem;top:2.2890625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;font-weight:300;font-style:normal;color:#c8b278;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #QGLAn2nN4fTEsUpofvEtWlVfiVLn8yQs { width:16.125rem;height:0.9746125rem;top:5.48828125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(255,255,255,0.66);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cPsmqVJxP1TOAJMtiBzNorMZ74OpbW5f { width:0.0625rem;height:12.0625rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDdaekQnpvTRwVJfd13bdMwf7ASk0Fx6 { width:18.1875rem;height:7.21875rem;top:9.7109375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;font-weight:300;font-style:normal;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XJRCW1lnAeP9E5d9LGPftxFEa4aud90G { width:7.9375rem;height:1.40625rem;top:23.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;color:#ffffff;line-height:1.5;display:block; }#XJRCW1lnAeP9E5d9LGPftxFEa4aud90G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #keSyst6w7aJkaCK1vQTRRINzkhsdzbQg { width:6rem;height:1.40625rem;top:23.625rem;left:9rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;color:#ffffff;line-height:1.5;display:block; }#keSyst6w7aJkaCK1vQTRRINzkhsdzbQg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #OkB32TwoTwRwmuRq2ORI78OvnaO6AeTi { width:17.4375rem;height:1.40625rem;top:25.5859375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;color:#ffffff;line-height:1.5;display:block; }#OkB32TwoTwRwmuRq2ORI78OvnaO6AeTi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #TZ8ik8bSiK0Lkd3H4Z5HTeH0ggnxgJFF { top:0rem;left:11.25rem;width:0.0625rem;height:6.5rem;z-index:15015;background-color:rgba(255,255,255,0.23);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR { background-color:#f1f1e9;background-image:none;display:block; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row .container { background-color: transparent; background-image: none; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row .container > .video-iframe-container { display: none; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row > .video-iframe-container { display: none; }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .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); }#vdzQ5HAzEnWMw9nxRabGl7bcKk4D98WR > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtcMBQfeVKV6xn6NNXr413guxdWIKPKn { width:20rem;height:4.4619125rem;top:17.6171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;color:rgba(0,0,0,0.77);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KAWNLfio9kTkTOsC05b6BcZLW1rvOQVC { width:16.0625rem;height:3.6875rem;top:29.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.1875rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);box-shadow: 0rem 0.3125rem 0rem #008e36 ;display:block; }
 }@media only screen and (max-width: 763px) { #ErnumVSdKZz6qZpPAHEkiKfQrP75yoWC { display:block; }
 }@media only screen and (max-width: 763px) { #v6bh086JD0JLR8tBUvxWldTV3KNcGtte { width:2.5rem;height:2.5rem;top:30.5rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azl4m2KTlb3tJQRZ4yfWQzSe18H8JGBz { width:20rem;height:21.6875rem;top:34.75rem;left:3.8125rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cf3f12f8-e070-4a4a-a2ea-4d1e5e9b3976/staminageral8468d570ac4ac76.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Azl4m2KTlb3tJQRZ4yfWQzSe18H8JGBz.adaptive-delivery-prevent-bg, #Azl4m2KTlb3tJQRZ4yfWQzSe18H8JGBz.lazyload, #Azl4m2KTlb3tJQRZ4yfWQzSe18H8JGBz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vhcPn6Bo8XeTEl47TvMFJIFPkB2TnoVN { width:7.875rem;height:4.875rem;top:36.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:italic;color:#b57c54;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #flXz3nyHTsv4WmtuikTvwkxzZGvJ4x4f { width:12.375rem;height:43.75rem;top:43.6875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR { width:19.875rem;height:6.5rem;top:0rem;left:-7.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3a9388d-d8f4-4cd0-82b6-00bfa2714e28/download20250718T101610304.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR.adaptive-delivery-prevent-bg, #hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR.lazyload, #hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR.lazyloading { background-image: none; }
#hFHSgOwcW0NK0k7S34W1bs5gt2F1bBdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(241,241,233,0.7); } }@media only screen and (max-width: 763px) { #nafM7vGH7BEXL5lvKBNXQCP5T5mWUid8 { width:9.4375rem;height:3.89844375rem;top:2.4765625rem;left:10.5625rem;text-align:right;text-align-last:right;font-size:0.75rem;font-weight:300;font-style:normal;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #owKnVbUnSTN9wLVli3L2ngMDez7OOvdP { width:9.6875rem;height:3.19921875rem;top:2.2890625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;font-weight:300;font-style:normal;color:#c8b278;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #DrbJt69EURKmWz3SaJfKhDxgRDoLqTLO { width:16.125rem;height:0.9746125rem;top:5.48828125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(0,0,0,0.66);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uMn797IZrpZHvU5pJfqWQcJNs2tZm6Ot { width:0.0625rem;height:12.0625rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uu9lwBJqQbZH5u5f8ytbelxxLS03znfL { width:18.1875rem;height:7.21875rem;top:9.7109375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #opHEvCErsfPLFXAEiaoDGIRTkSNCEBG8 { width:7.9375rem;height:1.40625rem;top:23.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;color:#000000;line-height:1.5;display:block; }#opHEvCErsfPLFXAEiaoDGIRTkSNCEBG8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #QriWDWM5KSOB8SlgXaMlWkcT9T9mNcIC { width:6rem;height:1.40625rem;top:23.625rem;left:9rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;color:#000000;line-height:1.5;display:block; }#QriWDWM5KSOB8SlgXaMlWkcT9T9mNcIC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #tzNaTi6Og3csdQXexDHMyBxiDqJNUGpA { width:17.4375rem;height:1.40625rem;top:25.5859375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;color:#000000;line-height:1.5;display:block; }#tzNaTi6Og3csdQXexDHMyBxiDqJNUGpA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bb181693aee272e7fa5da9b6fce1c93a4e443b1.svg); }
 }@media only screen and (max-width: 763px) { #ztENypFA4LAdTL7Rhc8QRiHK8OFAJ7qP { top:0rem;left:11.25rem;width:0.0625rem;height:6.5rem;z-index:15015;background-color:rgba(255,255,255,0.23);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 { display:block; }#CTL5E6V1muLqTDzr7w3ueqOkhCKX0f95 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2TdQZAAp3NBTQpE3VyCgzBZsg3uVgyD { width:17.125rem;height:1rem;top:1.25rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uqtlm5rkTNAS9fi08abgX4Hw3zlMJqHe { width:20rem;height:1rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKHCE73Tu85bHPP4hcWcUqrr5VBfPUCN { width:20rem;height:1rem;top:8.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOZ8bAgnW4gzLkAKFLrvQ30G04Kq3GJL { width:20rem;height:0.0625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7CLEk0THBr7lhyMD4lfiOPIbq3tuEMA { width:20rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 { background-color:#f1f1e9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container { background-color: transparent; background-image: none; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container > .video-iframe-container { display: none; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row > .video-iframe-container { display: none; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .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); }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container { border-width: 0; border-radius: 0; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcDpsxS5lVDTLFUx6kRf6E3RWLQFhZI1 > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwSKeJAcxa5dtDSZG5GWt6dem8RlOOwv { width:20rem;height:16.97265625rem;top:2.59375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z9KMebiWxnLpOMpnn96Mv5b3L7tJQKa7 { width:20rem;height:10.8125rem;top:21.6181640625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A { background-color:#f1f1e9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container { background-color: transparent; background-image: none; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container > .video-iframe-container { display: none; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row > .video-iframe-container { display: none; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .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); }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container { border-width: 0; border-radius: 0; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiV1uMmRuhr0fzp69uIlCIWvvHPySB9A > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsvUt1b9okF5UBrBoStWuMlIJTp8hxlL { width:20rem;height:1.7871125rem;top:1.8125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VSVmwtSdtwJVgbLDGbgQQnTGvwJMkuoD { width:20rem;height:15.1894875rem;top:4.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:normal;color:rgba(0,0,0,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F7ZD52zedrrlpyXbXvPJfDTJDphClMJ0 { display:flex;width:4rem;height:4rem;top:1rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZp2Qbue6En4fLMOishtss5asNSM6cvL { width:17.25rem;height:3.4375rem;top:21.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.1875rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #LETT7Ptq79zz1BUW9gaVGEqdqPbxKUg0 { display:block; }
 }@media only screen and (max-width: 763px) { #BW26n7Xr72TIzh9evPBHlkeZ6RIfCbDn { width:2.9375rem;height:2.9375rem;top:22.0625rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXzX2IdAVSX6HqBbqAal1v997xtpAKxu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4e8af, #c0a966);background-image: -moz-linear-gradient(180deg, #f4e8af, #c0a966);background-image: -ms-linear-gradient(180deg, #f4e8af, #c0a966);background-image: -o-linear-gradient(180deg, #f4e8af, #c0a966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e8af', endColorstr='#c0a966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e8af', endColorstr='#c0a966' );";background-image: linear-gradient(180deg, #f4e8af, #c0a966);background-size:auto !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; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container { background-color: transparent; background-image: none; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container > .video-iframe-container { display: none; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row > .video-iframe-container { display: none; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .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); }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container { border-width: 0; border-radius: 0; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXzX2IdAVSX6HqBbqAal1v997xtpAKxu > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkpFOi1WTwPQZCBK88lDnVhvAzrnM0ec { width:18.25rem;height:13.5rem;top:3.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kLziV6Bqy89wMfViivW22sbmAQR8xBU5 { width:17.0625rem;height:15.9375rem;top:19.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvMVqM9tZhJhJIVyIEiSQMy6lmdbkrO7 { width:20rem;height:3.1494125rem;top:18.375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 { background-color:#c0a966;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container { background-color: transparent; background-image: none; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container > .video-iframe-container { display: none; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row > .video-iframe-container { display: none; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .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); }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container { border-width: 0; border-radius: 0; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHn26w20TUH0Ve97nJC5B1RMlOTNlf59 > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLbpEQ7VJvzUFdVTTzmvTproTlE1TrvB { width:12.5rem;height:1.25rem;top:7.5rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEgfQR5TyVRB5NlnuiMB63QCDRHHO39D { display:flex;width:3.125rem;height:3.125rem;top:3.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #sNnrUk49TIsa4C3rEJttZ6stIyAbKIUX { width:16.25rem;height:2.5996125rem;top:9.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;color:rgba(0,0,0,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M0NLpZygH2Halg2ZiQ5BZHXNVE649f65 { width:15.4375rem;height:1.25rem;top:20.125rem;left:2.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTMVFvifb6L15i8qm25V8R9swE1eTA4T { display:flex;width:3.125rem;height:3.125rem;top:15.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kPedvTWh9OmJ7X1SvdDlRFv9N8i64tJ6 { width:16.25rem;height:2.5996125rem;top:22rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;color:rgba(0,0,0,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kQgZdoaUH8wAr0kbfOlRew5EZtEw1aFC { width:14.4375rem;height:1.25rem;top:32.75rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1y1AWR0kXQEnUiODPaQ57ZJLuEkDe7q { display:flex;width:3.125rem;height:3.125rem;top:28.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #aBSU8ivXHdR0ZRtG0r09B3ETpROe2bd3 { width:16.25rem;height:2.5996125rem;top:34.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;color:rgba(0,0,0,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OWu0mexAUoPD7MHAIpdPcUmJOvATe9fu { width:16.25rem;height:2.5996125rem;top:47.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;color:rgba(0,0,0,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lQbTJM0z101Kt5Fwm6ZTKM8DpNrAgDZV { width:17.625rem;height:1.25rem;top:45.375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN7WgmNDDJQZZaTFhfqHJCScyEDh8HGO { display:flex;width:3.125rem;height:3.125rem;top:41rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/846e83fd-9015-40ca-81ad-507adb67e662/download20250721T152944478.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J.adaptive-delivery-prevent-bg, #y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J.lazyload, #y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J.lazyloading { background-image: none; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row .container { background-color: transparent; background-image: none; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row .container > .video-iframe-container { display: none; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row > .video-iframe-container { display: none; }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .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); }#y8lUZlExXtbc3P0tp8lEH00yT8tR9C3J > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT { display:block; }#xNd5Xv46OvOFSdi7ySZkQ8fKOPkssRyT > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cncfwnrcqhlrROLLNgJsn05Qx7z2a5VQ { width:15.4375rem;height:2.1875rem;top:3.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 { display:block; }#nIhcOc0pochWhI2QTNGFrnkGL0KhsF77 > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcodZAoqQPgFKKqceXd7mw6BgaWyakiP { width:20rem;height:2.5996125rem;top:4.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:300;font-style:normal;color:rgba(23,23,23,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xkGLkZMwOa6vWAbyy0PEoI2I4FOuXwx3 { width:15.4375rem;height:1.25rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdRXP10Hqbc4gu5CR9E3kOyt0TLVLNw0 { width:0.0625rem;height:3.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTRFZa9fic9lLgIRmk4Gu6HdMu3VlJ9 { width:20rem;height:2.5996125rem;top:12.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:300;font-style:normal;color:rgba(23,23,23,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zyf0eKqhhGf3GJRcbMGdUGo8dRzeNT37 { width:15.4375rem;height:1.25rem;top:11.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmg9yVdfpttm2G4MoSFr24rBlct40BFA { width:15.4375rem;height:1.25rem;top:20rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxBL53nORLZbWgiJgu27Zeas63mQ8kSo { width:20rem;height:2.5996125rem;top:21.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:300;font-style:normal;color:rgba(23,23,23,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pF1MicrN9LiRWJpgxOsI2GyAEr61OWyB { width:0.0625rem;height:3.75rem;top:15.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #accNT6a2cEZFiikliLBshL0m6ItzGb0G { width:14.3125rem;height:3.4375rem;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.1875rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #d9Z6L1v49G4txCylI9kgS8t2vxggsl9r { display:block; }
 }@media only screen and (max-width: 763px) { #K8u6Vbky6RdyZzFsvt4vZnETMobSxOLL { width:2.9375rem;height:2.9375rem;top:26.9375rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container { background-color: transparent; background-image: none; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container > .video-iframe-container { display: none; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row > .video-iframe-container { display: none; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .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); }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container { border-width: 0; border-radius: 0; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpp7NaHFa3XMTJ3vNofbQPUP2TR0Jz1i > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9t5r8R4L1upWd0unETEpwDJg6NNewlD { width:20rem;height:2.0625rem;top:2.9375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kZ4TKbF7GsTHgsggop1G5tDzxTF77yod { width:20rem;height:11.04685rem;top:6.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:italic;color:rgba(0,0,0,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nStJupLlkM8yXoohT5w5JQugedTad6Xi { width:20rem;height:12.427725rem;top:22.33984375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:italic;color:rgba(0,0,0,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JzT01dK1zEtmnMc5MxvwtD6cp9xvHxmA { width:20rem;height:13.8086rem;top:39.765625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:italic;color:rgba(0,0,0,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q { background-color:#171717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container { background-color: transparent; background-image: none; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container > .video-iframe-container { display: none; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row > .video-iframe-container { display: none; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .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); }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container { border-width: 0; border-radius: 0; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LaRaNcOl8OPxhGA5c8ZX26p0KCKxa30Q > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyBXKrlzTxp2rl8R5mwEwMTDRe4K9Cy0 { width:20rem;height:3.0625rem;top:4.21875rem;left:0rem;font-size:3.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO { background-color:#171717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container { background-color: transparent; background-image: none; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container > .video-iframe-container { display: none; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row > .video-iframe-container { display: none; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .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); }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container { border-width: 0; border-radius: 0; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTl2BrxRoh8pWBWEnVxwkdgJx0ExoCXO > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0x8fMozaDwJEqP2485t7cACUhzmrfcW { width:15.625rem;height:16.25rem;top:0rem;left:0rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b78f3864-5e6c-4cdc-bbc7-3a3bcfcedfad/image15.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a0x8fMozaDwJEqP2485t7cACUhzmrfcW.adaptive-delivery-prevent-bg, #a0x8fMozaDwJEqP2485t7cACUhzmrfcW.lazyload, #a0x8fMozaDwJEqP2485t7cACUhzmrfcW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ugldJqzTKxyQLE9wz3E1GQ7N8InlrCzD { width:20rem;height:23.3964625rem;top:21rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:300;font-style:normal;color:rgba(255,255,255,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #thaTxm93OIAS2Af2HLCXBKqBdseQ8w9r { width:20rem;height:2rem;top:17.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNPLaz8qGDVhQanb0KElJhODorcVpRnX { width:12.375rem;height:48.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DW02By2mVCHJTtr5U1DKlw57W9zlyv8R { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b5a1515-401c-45fe-ae42-ee0235fe3e00/2bd52be3f8.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R.adaptive-delivery-prevent-bg, #DW02By2mVCHJTtr5U1DKlw57W9zlyv8R.lazyload, #DW02By2mVCHJTtr5U1DKlw57W9zlyv8R.lazyloading { background-image: none; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .row .container { background-color: transparent; background-image: none; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .row .container > .video-iframe-container { display: none; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .row > .video-iframe-container { display: none; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .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); }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .row .container { border-width: 0; border-radius: 0; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DW02By2mVCHJTtr5U1DKlw57W9zlyv8R > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd { background-color:#9e8448;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container { background-color: transparent; background-image: none; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container > .video-iframe-container { display: none; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row > .video-iframe-container { display: none; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .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); }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container { border-width: 0; border-radius: 0; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRpXvVlw8t1lpJidSUaVhG3R9TO4qFUd > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNpbS1QHvVhGL8OquQGiKrVVCQgyLFbs { width:20rem;height:7.8125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spS89ShUObRKwkhcHIgixHsek1cPVHLV { width:20rem;height:15.996125rem;top:10.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:normal;color:#ffffff;line-height:1.3;display:block; }#spS89ShUObRKwkhcHIgixHsek1cPVHLV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3a77281328b6c91e7f5d81f70b12e00115274679.svg); }
 }@media only screen and (max-width: 763px) { #eAraKXvqxDrraxquHnP6eCcWE80buC7n { width:20rem;height:42.1875rem;top:34.1885rem;left:0rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/727015c4-17a8-4f8d-9242-89213f47f129/download20250718T103323291.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#eAraKXvqxDrraxquHnP6eCcWE80buC7n.adaptive-delivery-prevent-bg, #eAraKXvqxDrraxquHnP6eCcWE80buC7n.lazyload, #eAraKXvqxDrraxquHnP6eCcWE80buC7n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn { display:block; }#IUWsmz7EZNwinkpqmg56LtSNU6OKgkrn > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzpBtWiks6o4GstGcKiC1nkxTUflxuI3 { width:20rem;height:2rem;top:6.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HArrpEbcossJXD1foqF2fav7vcvXRaUR { width:20rem;height:6.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx { display:block; }#nrAdCc7TNU7H0EG7uKbtxXM0Bs7zJUrx > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .accordion-heading-text { font-size:1.125rem;height:auto; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD .accordion-desc-text { font-size:0.9375rem;height:auto; }
#yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD { display:flex;height:auto;width:20rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #cJez5Ss9lMU0PPB0UCrZMqvFcFfau6HB {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #c80hkIXeC2s0xlhxiBNuUDM313F8JK1X {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #cDzsu6MucHSFRcMyUo5ZonBxUT9PVKCy {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #xu016apiw4N6FsyEfE1RiduhNzTwnzKN {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #L3rS5Vlwi3uxMvgkcfpTF4UXnSCRTr4d {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #xxVolwWyahRHQFLWKlcIWys1exxiHAJS {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #wUuOVvicBaHwcdqakcETFUBKnrUm5BLU {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #b1UXnNpL4RGcoqqx6bFRpvsLOCQQJitT {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #UOUpgkv8dnxTRfu3hik9GHIMSwF4K8zG {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #g0rX2hVXmVWTslFXr9ZkeJvDq2Pt72Kg {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #i7DkmmfL3UJ8qgFWnWJ69egFn1FKUI6f {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #w3yyTJor7UkTtnMleB3upzFTFeaiLx8l {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #Bif8ktEvvQL38crH6k4Pfk0TSWyiIuLo {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #v8C9Ptkz3r3OL4WMqkaSRw3db1KRh3Sw {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #Lk32DRLpmUgRiW99VtSibm567WbmOU2d {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #ub3V82HAcxJtT03AD1VinARUFzB4Lrn1 {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #u63KyfTqyO4mJ3dkbyrB16ttLtWW9hK0 {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #cWTrtNNgD4HtEsw1ZhgiuptJ2xPyipns {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #gtkN3x2klM94BNwFeeyT2d184wGokn7k {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #GdMBdy3S1JgqFMzpUzx589lbm77OGKT7 {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #zCdlwGfdb2EZC1ArT5X6GdPfanfyK20C {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #rkqblJT2PSJphUatLAAu72PfE1CmwnEl {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #swD9qZq7dgWIINX3WzFG3QGJ80sFJ7ZA {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #C1dUObRCNZhB0oLbCOAVmaFt9Zx1GINM {  }
 }@media only screen and (max-width: 763px) { #yGPCVfnNGsTtdVPu9mhmTuN4HQmGrThD #ZtygSUnwP2ki8ZZFiIlPnOeJqh4TSOf4 {  }
 }@media only screen and (max-width: 763px) { #RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S { background-color:#f1f1e9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container { background-color: transparent; background-image: none; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container > .video-iframe-container { display: none; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row > .video-iframe-container { display: none; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .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); }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container { border-width: 0; border-radius: 0; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlTLn7LsLRXTbQJsW9xfTrTtWkrn5H5S > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKW8vqWTnn57KqJClKT758wMq5T9KmOU { width:18.75rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;font-weight:300;font-style:normal;color:rgba(0,0,0,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wzqv4SSpOLa4Z6RnWiBTiAf2E4rp7MyV { width:14.9375rem;height:3.4375rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.1875rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #n4fFHWEvkVrQEFOW6wH2F8qfz0Q1b8MM { display:block; }
 }@media only screen and (max-width: 763px) { #Gb2CaPSTNLS4OPfanP5lwZ375M0D7yD4 { width:2.9375rem;height:2.9375rem;top:7.0625rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 { display:block; }#q02f8O7NVscWwLOv5TZ1HrfNFbBBtTA2 > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xac9T0VevisrcuZCzwnRNq8NvlZTc2fi { width:20rem;height:2.5996125rem;top:9.7255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;color:rgba(0,0,0,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pq8NourzIAT0e3LDQxzEiU72dkAq6VBF { width:20rem;height:4.6875rem;top:3.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIDJ2KP6bWSmABpHNuEugbIdVTb2qc98 { width:9.5625rem;height:2.6875rem;top:13.8125rem;left:5.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #QGAiVNsBUeoEn9Tyc1Sco7uoJ4QzPVcK { display:block; }
 }@media only screen and (max-width: 763px) { #FRsvaGNE9BfLPdShdAMbCD507S40iyUh { width:20rem;height:22.9375rem;top:18.8125rem;left:0rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/14b102a8-0b21-42c8-9045-1072a3cb1ec0/WhatsApp_Image_20250415_at_080323.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FRsvaGNE9BfLPdShdAMbCD507S40iyUh.adaptive-delivery-prevent-bg, #FRsvaGNE9BfLPdShdAMbCD507S40iyUh.lazyload, #FRsvaGNE9BfLPdShdAMbCD507S40iyUh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT { display:block; }#ioeALbNNsCidlnBxmyMQQfA2ai5T3iMT > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbE6LQDIJCSEcBRDUCsPSxne1M41xTU8 { width:20rem;height:5.7734375rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-weight:300;font-style:normal;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JnLhXTl5TkzFlis9px0s9w7ERrcIpBI8 { width:12.0625rem;height:2.4375rem;top:12.0625rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cRrMzJ4XKx6L9i7W1PEvilphkDttNK2H { width:16.875rem;height:3.4375rem;top:15.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.1875rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #tXlUzD7CDRhuTe1GPuBEm8ThKLiqrIWd { display:block; }
 }@media only screen and (max-width: 763px) { #iFBktnOBlfRznqN4CQmCJI0C2enacMeq { width:2.9375rem;height:2.9375rem;top:15.6875rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxiCUgh7hqLPgTGGTVvLXAMTlmb3c7rJ { width:20rem;height:1.29980625rem;top:20rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;color:rgba(255,255,255,0.9);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DoELiTTzc1zVsrBuvTw7qBVMMqNhgbmE { width:20rem;height:9.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixdnBhBXmxlexzgfbtyUaT0TZOrr3gHt { width:20rem;height:1.51171875rem;top:29.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:300;font-style:normal;color:#c8b278;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hRqwSAw2lW5GKDA65Mo6zuKTroRLTrfq { width:16.125rem;height:1.13671875rem;top:31.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:300;font-style:normal;color:rgba(255,255,255,0.66);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GfOTrmqId5KGGEwvLwM3ZtGxKlt177AU { display:flex;width:2.375rem;height:2.375rem;top:23.8125rem;left:8.8125rem; }
#GfOTrmqId5KGGEwvLwM3ZtGxKlt177AU > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV { display:block; }#WmymCDmnQW1d6KJXTbT7qI4BD0JJ0xeV > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uxw1Aedz8ty7B4RMzFFpdsvCTh3y7JXl { width:5.625rem;height:0.6494125rem;top:0.625rem;left:6.625rem;font-size:0.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aed6iTvHLwqHeMwu5ThilBBWoTXO0671 { width:2.625rem;height:0.5625rem;top:0.5625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg0yMXTtRpwr2LiDzOHVhcT3IVAs0uRm { width:9.5rem;height:1.625rem;top:0rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn4JT11f7ooncaeyhzP6FqdiFghqfi2W { display:block; }
 }@media only screen and (max-width: 763px) { #e9BaObaWd921hNAoV7uZz1wBSPRVEabp { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#e9BaObaWd921hNAoV7uZz1wBSPRVEabp > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrV1zm6tTo5aOTP9JlA2GRCXEOZOtBN5 { width:14.3125rem;height:2.8125rem;top:0.625rem;left:5.6875rem;font-size:0.8125rem;border-top:0;border-left:1.8125rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wqVyG0Ce8I7nk1Qqn4eg6wOuMS5QMiL5 { display:block; }
 }@media only screen and (max-width: 763px) { #dTxbXJehZw6h7T3ECDJmZMpvnFa2sZPn { width:2.0625rem;height:2.0625rem;top:0.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkZXC7L6UooAeahdo8ZbA6O8lfMET9nv { width:4.625rem;height:1.236325rem;top:1.375rem;left:0.3125rem;font-size:0.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #mFeaR4aMlmpiLBoXalXrT0L7s67XkWMe { display:flex;width:2.375rem;height:2.375rem;top:4.3671875rem;left:8.8125rem;display:none; }
 }