.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;
}
html,
body {
  font-size: 16px;
}
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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,255,255;--color-primary-1:176,176,176;--color-primary-2:124,123,123;--color-primary-3:106,106,106;--color-primary-4:37,35,35;--color-secondary-0:248,243,234;--color-secondary-1:231,216,187;--color-secondary-2:207,177,118;--color-secondary-3:104,89,59;--color-secondary-4:31,27,18;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/cbaknd86/bg01_011.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .row .container { background-color: transparent; background-image: none; }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .row .container > .video-iframe-container { display: none; }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .row > .video-iframe-container { display: none; }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .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); }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .row .container { border-width: 0; border-radius: 0; }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#tyCo2hQBA3M8eoeXriH79mpEvSLfaTEZ { 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:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4995rem;height:2.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.9375rem;left:18.4375rem;display:block; }
#Gy0CVuD9SEZSSN1odwcAIaAphyuRTReI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciwvwfWlzXVE8D8ZAmMalqsygyq7TtPs { 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:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.49875rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.8125rem;left:26.5625rem;display:block; }
#fd96MDvl1Ty97WLHxS3Lo74ES1PZr2Ud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DEdK5F4BrefycEh94TiZOZQvM4TbFPRW { 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:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.37475rem;height:2.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.8125rem;left:34.5625rem;display:block; }
#CPgKC9D1k4yF2USyG3u3r7BJkVIyCBd8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ErzKezR9tdv9qEppS5hXsPSL1yNKpT5S { 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:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.56225rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.8125rem;left:43.6875rem;display:block; }
#Nu2vfmdzqfvvPDrNGCdgLaT4eAqhUlXu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M731hQNSM0SO2KkGeiMcVy92XqClWUPr { 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:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.43725rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.8125rem;left:52.3125rem;display:block; }
#U9a95oBkySVrcBy79dJaVbuo4wvvbs2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZfDqS5QThJglDBI1UWsHZodSFXn3P72 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:8.74875rem;top:1.2802734375rem;left:4.1220703125rem;overflow:hidden;display:block; }
#KtBgnXC824hKIqTUNIAhnHnAT2yflary { position:relative;display:none; }#KtBgnXC824hKIqTUNIAhnHnAT2yflary { border-width: 0; border-radius: 0; }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .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; }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#swq4JNgOxaR5kuIz2Gy18IhUThwMSW8f { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:40rem;width:60rem;display:none; }
#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8ce0a4f-444e-4afc-a0e8-f60145c1664c/Imagem03092026as2048.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs.adaptive-delivery-prevent-bg, #JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs.lazyload, #JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs.lazyloading { background-image: none; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row .container { background-color: transparent; background-image: none; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.32); }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row .container > .video-iframe-container { display: none; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.32); }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row > .video-iframe-container { display: none; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .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); }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row .container { border-width: 0; border-radius: 0; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs::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; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { color:rgba(var(--color-tertiary-0),1);display:block;width:29.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.24951171875rem;left:0rem;height:12.6738125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:19.0625rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RMkuigQ2FKcTHliQZFIWcUbz29NyMdTT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#00455a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.00048828125rem;left:6.203125rem;display:none; }
#OZaIzQPfV6kgeVoIpGclrocWzTzVWFVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8VF2cAb3SL237iPTJmEPU7bKUw7T3Ly { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.93798828125rem;left:8.327880859375rem;display:none; }
#o8VF2cAb3SL237iPTJmEPU7bKUw7T3Ly > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#LhHIIOQSKFT4a8hEkG5ZBKolVNxIWau4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#00455a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:27.50048828125rem;left:12.453125rem;display:none; }
#XtmThVxJnhUNc5cIZ91Fgyao66sb2TeL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTpnZX5d3wpPmr8QHACWm8UqT74Ze3vT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:28.43798828125rem;left:14.577880859375rem;display:none; }
#DTpnZX5d3wpPmr8QHACWm8UqT74Ze3vT > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#BOJiGXnkQN7NQlXnS023RF2WmodlHRv7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#00455a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.75048828125rem;left:10.078125rem;display:none; }
#yyKONVIed6mbU2sNFLFDz06FKs83io8a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sd7RKyTwWlTq5a0Agc7vySMn5mdxtiro { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:35.68798828125rem;left:12.202880859375rem;display:none; }
#Sd7RKyTwWlTq5a0Agc7vySMn5mdxtiro > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#d3qRFNlr33WiHyolfbsdadiETTqEKsr0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74975625rem;width:1.74975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:29.6875rem;left:2.5rem; }
#d3qRFNlr33WiHyolfbsdadiETTqEKsr0 > img { max-width: 100%;max-height:100%; width:1.74975625rem; height:1.74975625rem; }#mK7ABaxu2W43NU2xlVQ5faQ466GXGX0T { background-color:#c9a34e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.93725rem;height:3.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.625rem;left:0rem;display:block; }
#AuhThm4IprbnCQqZoGhND9guziQ2WuXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { border-width: 0; border-radius: 0; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:60rem;height:34.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { color:#c9a34e;display:block;width:7.43625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.34228515625rem;left:28.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1689453125rem;left:28.3125rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:10.1865234375rem;left:28.3125rem;height:18.167025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eeumkfdsIUBQDU6Ko4Ru8CqridKKT2tX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1.25rem solid #efd4b2;border-left:1.25rem solid #efd4b2;border-right:1.25rem solid #efd4b2;border-bottom:1.25rem solid #efd4b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:21.875rem;top:0rem;left:35.625rem;display:none; }
#dUrkQZiDHblytuJbV0E5Wdr6tcfK248E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.6875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:25.437rem;width:25.437rem;top:4.1689453125rem;left:0rem;overflow:hidden;display:block; }
#naOAFAS2AbGiWC1qTHStVQ0ORhgQcKFL { background-color:#c9a34e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.3120125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:29.6044921875rem;left:28.3125rem;display:block; }
#m1qcon6NcU4ymmcZd77GCKiNLKeVqFz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .row .container { background-color: transparent; background-image: none; }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .row .container > .video-iframe-container { display: none; }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .row > .video-iframe-container { display: none; }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .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); }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .row .container { border-width: 0; border-radius: 0; }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.71875rem;left:25.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWleL7Zk5ZvmDPgRfD1iTV1b6uGzydJ6 { box-sizing:content-box;height:0.25rem;width:16.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:35.875rem;display:block; }
#bWbXrcPmTIuOZcRSUVHP4d5TCrQ81Kxs { box-sizing:content-box;height:0.25rem;width:16.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:7.5625rem;display:block; }
#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .row .container { background-color: transparent; background-image: none; }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .row .container > .video-iframe-container { display: none; }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .row > .video-iframe-container { display: none; }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .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); }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .row .container { border-width: 0; border-radius: 0; }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:60rem;position:relative;display:block; }#lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.75rem;width:17.5rem;top:0rem;left:1rem;display:block; }
#dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:23.70556640625rem;left:3.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 li:before{  }
#tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:20.349610090256rem;left:2.34375rem;height:2.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZDM5tA7CQc4EUELaOJk3nIS9xftIP6J { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:41.8818359375rem;left:3.125rem;display:block; }
#CxXpQCkr5BeKeWkyW8TTuRzE88kpC2iL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kz7GyMITpiZKI6xFTeET1zf0JMHVVbPx { box-sizing:content-box;height:17.75rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/ec58849e-df9a-4f16-8466-732aa8e96dc8/noroot.crop_813x945_86,79");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.228515625rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kz7GyMITpiZKI6xFTeET1zf0JMHVVbPx.adaptive-delivery-prevent-bg, #Kz7GyMITpiZKI6xFTeET1zf0JMHVVbPx.lazyload, #Kz7GyMITpiZKI6xFTeET1zf0JMHVVbPx.lazyloading { background-image: none; }
#Hr19qQSylAnqe5RQUr3rk323hwF3JovZ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.6875rem;width:17.5rem;top:0rem;left:21rem;display:block; }
#h2Fe9tQixGn9HrMJetCTA9Ln54sUOpBh { box-sizing:content-box;height:17.75rem;width:17.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/084aece3-2651-4d11-9105-5c5316ede31f/magnific_closeupdeumamulherrec_xS4GHVSjfW.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:21.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h2Fe9tQixGn9HrMJetCTA9Ln54sUOpBh.adaptive-delivery-prevent-bg, #h2Fe9tQixGn9HrMJetCTA9Ln54sUOpBh.lazyload, #h2Fe9tQixGn9HrMJetCTA9Ln54sUOpBh.lazyloading { background-image: none; }
#ZJMrrUivma4cS4F86aQCMXki5UqC05TR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:20.349609375rem;left:22.34375rem;height:2.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABVrMnJnORB69X0C2Vm0MEnMPvERTbOd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:23.861978530884rem;left:23.09375rem;height:12.0488125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ABVrMnJnORB69X0C2Vm0MEnMPvERTbOd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ABVrMnJnORB69X0C2Vm0MEnMPvERTbOd li:before{  }
#kl0p9LbwWNVfLh8vPu45RLWB6ZO8TOK9 { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:41.5068359375rem;left:23.125rem;display:block; }
#ILSIJQKEWlsUkOph1eRsNAkg6iGGwuMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L98WQqw9Kc6ZsJDXLWZ5Ost0qQ9GORaa { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.625rem;width:17.5rem;top:0rem;left:41rem;display:block; }
#Bponz7ya86kaD4ZNlhNsTlT0i0TLb35d { box-sizing:content-box;height:17.75rem;width:17.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/bbd06959-d953-4dc6-bbd8-aac50e453262/magnific_mulherdeitadaconfortave_cptFZS50eP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.228515625rem;left:41.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bponz7ya86kaD4ZNlhNsTlT0i0TLb35d.adaptive-delivery-prevent-bg, #Bponz7ya86kaD4ZNlhNsTlT0i0TLb35d.lazyload, #Bponz7ya86kaD4ZNlhNsTlT0i0TLb35d.lazyloading { background-image: none; }
#LooimImKP4K3IiCPHwTn9yuqGcoEG6up { color:rgba(var(--color-tertiary-4),1);display:block;width:15.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:20.349609375rem;left:42.34375rem;height:2.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABRauqb0zvgSTsNv8JccOzT6luP6LP2H { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23.861978530884rem;left:43.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ABRauqb0zvgSTsNv8JccOzT6luP6LP2H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ABRauqb0zvgSTsNv8JccOzT6luP6LP2H li:before{  }
#eqD8s5T6q4kfieqau6uXmxn1Mu2cqusw { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:41.2568359375rem;left:43.125rem;display:block; }
#n3FTqC5akNEs5EUXWQBkhpxSCWMtARxb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zl50T5sW487hER9cLRksB6yJuIeRne9D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .row .container { background-color: transparent; background-image: none; }#zl50T5sW487hER9cLRksB6yJuIeRne9D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .row .container > .video-iframe-container { display: none; }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .row > .video-iframe-container { display: none; }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .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); }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .row .container { border-width: 0; border-radius: 0; }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#asW4cCsI8kUNhm1Df5MftEtrCIDSWL7g { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.4375rem;width:17.5rem;top:0rem;left:10.5625rem;display:block; }
#QWLnTbPHiZAoLdqTxtRgREqXNwVUtfbo { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.1875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:39.874345779419rem;left:12.6875rem;display:block; }
#NieRLUP7tZL2cTiqAHbp3TBnKsMmhP0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z6N54zKSJFDKK4RSg77CIDALEuMhEI5K { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:23.748693466186rem;left:12.65625rem;height:12.3613125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Z6N54zKSJFDKK4RSg77CIDALEuMhEI5K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z6N54zKSJFDKK4RSg77CIDALEuMhEI5K li:before{  }
#IxCRk8nkENC7MG8zUCrDTIGOwis4OunO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:20.1875rem;left:11.90625rem;height:2.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RNwXTTB8ENhcIh56wdQvggTAkypkIkOE { box-sizing:content-box;height:17.75rem;width:17.5rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/a7670716-4ac7-4ce0-98a3-c3937f2d5a2f/magnific_acloseupshotshowsaha_ovHLMKJ829.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:10.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RNwXTTB8ENhcIh56wdQvggTAkypkIkOE.adaptive-delivery-prevent-bg, #RNwXTTB8ENhcIh56wdQvggTAkypkIkOE.lazyload, #RNwXTTB8ENhcIh56wdQvggTAkypkIkOE.lazyloading { background-image: none; }
#ulFvk4BfhtviPivRtc2yTDVS6Ft2XoNa { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.4375rem;width:17.5rem;top:0rem;left:31.4375rem;display:block; }
#mg0qgBB8Vm7awDQ6erhMGXEALoHgdLst { box-sizing:content-box;height:17.75rem;width:17.5rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/35bbd8ff-0777-4538-8bf9-439d4e09ea16/Gemini_Generated_Image_5w5t805w5t805w5t.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:31.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mg0qgBB8Vm7awDQ6erhMGXEALoHgdLst.adaptive-delivery-prevent-bg, #mg0qgBB8Vm7awDQ6erhMGXEALoHgdLst.lazyload, #mg0qgBB8Vm7awDQ6erhMGXEALoHgdLst.lazyloading { background-image: none; }
#r93GkMqbUCF5JQuTbeyDcA7Tu3KSuVKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:20.1875rem;left:32.78125rem;height:2.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n55v6WugNsoZuAZ7AZKslw0udodOJMy4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:23.748047828674rem;left:33.53125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#n55v6WugNsoZuAZ7AZKslw0udodOJMy4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n55v6WugNsoZuAZ7AZKslw0udodOJMy4 li:before{  }
#SieWKTBSGc5hxuaP1JdZhzM6aHsZhPGW { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.1875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:39.873699188233rem;left:33.5625rem;display:block; }
#olml3V8dZnAtwcgr2BreyDqvyLbclZGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { background-color: transparent; background-image: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .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); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { border-width: 0; border-radius: 0; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:60rem;height:4.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#S6IIo6if5ESiLmrArZ1g3dH5kzIMk6BE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.625rem;left:23.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Beor2lRhLamkkiBx8OePmFuCwJwvE9Cm { box-sizing:content-box;height:0.25rem;width:16.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.71875rem;left:5.5rem;display:block; }
#P4EDCed8OeJ9oQ2rgZm8TeCsuyfJJl9r { box-sizing:content-box;height:0.25rem;width:16.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.71875rem;left:37.4375rem;display:block; }
#vHDfNWwbIw1Zca6px2nDAuGavdsTwuLQ { box-sizing:content-box;height:0.25rem;width:16.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:7.5625rem;display:none; }
#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);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; }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .row .container { background-color: transparent; background-image: none; }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .row .container > .video-iframe-container { display: none; }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .row > .video-iframe-container { display: none; }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .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); }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .row .container { border-width: 0; border-radius: 0; }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#JadRHFkkHkeCgouZc0LU2qAXCfcyW4on { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:7.349609375rem;left:2.34375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LEUFdBkGVZFEWhJQ9krO5u5U4AQhJrNR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:9.625rem;left:0.71875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W35G9TWrvdh0lDJcXibGJJVXXBpX78y3 { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9791679382324rem;left:5.09375rem;display:block; }
#R4KWTqKOffcvgTZP9cWLJ237SbEGIxOg { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9791679382324rem;left:20.09375rem;display:block; }
#c5T2TdZzHLWuy967EImUJTgelLhvHPPN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:7.412109375rem;left:15.5rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSE5xTZueVRUTJhVkw78BAWmisc220dT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:9.6875rem;left:15.71875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DaIUkL91g1CibbNMtemt7oD6I1PzNtQs { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9791679382324rem;left:35.09375rem;display:block; }
#SZHhSU05mnlL6TiQG4VCScRJx9nKeAOz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:7.412109375rem;left:30rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmyNu5ww5B1TwTNugAblp5OVnpaZmbLL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:9.4375rem;left:30.71875rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fZ3cf3sOgacwEoTANzRXqLtOCv1Uagzt { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9791679382324rem;left:50.09375rem;display:block; }
#RCrXS5Pa65wVtgtXkagghrhcfNS5qCHK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:7.349609375rem;left:45.21875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vAsfK9lk1IBXhFPJB1gnIpuzTIsm2yrH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:9.6243495941163rem;left:45.71875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9LI8KxWCaI03TzQJ1Ox3g9hidCwxXGB { 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:15025;opacity:1;top:2.8229169845581rem;left:5.9375rem; }
#q2zNl8u4wNTyqhWEFgIwqPb7yepZTHZq { 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:15026;opacity:1;top:2.8229169845581rem;left:20.9375rem; }
#c7Qq2L0tJ46Eh74rpKNEJAuBrlSCiZ8o { 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:15027;opacity:1;top:2.8229169845581rem;left:50.9375rem; }
#ExJG5zHlC1oUL9pplPdfxTPgUcEBf6dT { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;width:4.3125rem;top:3.8847694396973rem;left:35.34375rem;overflow:hidden;display:block; }
#qge97wUOLOW5frTWwIa832fRPsaVWmiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f035c651-fb00-4b51-98d3-79ffac7d8b0e/ChatGPTImage6desetde202610_25_50.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ.adaptive-delivery-prevent-bg, #qge97wUOLOW5frTWwIa832fRPsaVWmiQ.lazyload, #qge97wUOLOW5frTWwIa832fRPsaVWmiQ.lazyloading { background-image: none; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row .container { background-color: transparent; background-image: none; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row .container > .video-iframe-container { display: none; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row > .video-iframe-container { display: none; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .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); }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row .container { border-width: 0; border-radius: 0; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#BE5TlwVHamaFkTP4MoNMTaDSKVwyEi0y { color:#c9a34e;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4785203933716rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tTy8TSRiT24ZWImOF7qLtA1X9J49Vn3M { color:rgba(var(--color-primary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625019073486rem;left:0rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eIlCaQPibvURvgKJLpzE8DIoJn2bbXzV { color:rgba(var(--color-primary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:9.8535175323488rem;left:0rem;height:8.07425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ID7QUTKWTec4F3SlfJ08H6vPU0E6PbI2 { background-color:#c9a34e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.31185rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:20.457682609558rem;left:0rem;display:block; }
#F6ky9Hwg9euqdOCTFp4lWUlR1lcya93q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .row .container { background-color: transparent; background-image: none; }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .row .container > .video-iframe-container { display: none; }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .row > .video-iframe-container { display: none; }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .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); }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .row .container { border-width: 0; border-radius: 0; }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#nFfeBI0WgBNmkc748GUKMMeb9XZXFrVz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K9Vb8wRBmGDRnlwX3W9daxnTlQlsMSae { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.3125rem;left:0rem; }
#K9Vb8wRBmGDRnlwX3W9daxnTlQlsMSae > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#CIW1MEJTcTPnRvg2OVh4oJNvczFDlTS8 { position:absolute;display:block;z-index:15027;height:19.1875rem;width:38.9375rem;top:1.75rem;left:21.0625rem;display:block; }
#esPufkrxhVTP4cVgSXW4p2NN7hriQMPx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:6.4375rem;left:0rem; }
#nhbldJJA7azsVB8R4vf7AQJJgWSEf8GN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:5.8125rem;left:2.8125rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQU92TCevWPKZ0CsqvfIT4NTgysvlav0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:10.5625rem;left:2.8125rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sDWKmKKG843iaDUx8CR3K9DZMfrmbyBT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.125rem;left:0rem; }
#sDWKmKKG843iaDUx8CR3K9DZMfrmbyBT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#HuytdWuATpHBV84rdWxTWgi3b3gTGf6y { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:14.1875rem;left:2.8125rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#prs53Te1geboo3HOS4OdWDMmWzTqoXN1 { background-color:#c9a34e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:2.9375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:17.75rem;left:0rem;display:block; }
#EUfrvWC2m7pKZZrO2Fg6XX7TQnTPtyg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzdmJhS7ek2o7ifxfe5WUiZDowTFk3AQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.3125rem;left:1.6875rem; }
#yzdmJhS7ek2o7ifxfe5WUiZDowTFk3AQ > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#J4g1ku6g9W66OZHr4kdKhJVc1bvWloa3 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#OMTMnbe6BitMyxpLhGJZWGc0EnVnO0Td { position:absolute;display:block;z-index:15027;height:2.74935rem;width:4.99935rem;top:1.28125rem;left:10.8125rem;display:block; }
#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .row .container { background-color: transparent; background-image: none; }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .row .container > .video-iframe-container { display: none; }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .row > .video-iframe-container { display: none; }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .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); }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .row .container { border-width: 0; border-radius: 0; }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#PGklxcg8GNyiLJryPf6D4yoXByEm9JBw { color:#ffffff;display:block;width:45.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.630859375rem;left:7.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo { display:block; }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyCo2hQBA3M8eoeXriH79mpEvSLfaTEZ { width:6.4375rem;height:2.4375rem;top:2.9375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy0CVuD9SEZSSN1odwcAIaAphyuRTReI { display:block; }
 }@media only screen and (max-width: 763px) { #ciwvwfWlzXVE8D8ZAmMalqsygyq7TtPs { width:6.4375rem;height:2.4375rem;top:2.8125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd96MDvl1Ty97WLHxS3Lo74ES1PZr2Ud { display:block; }
 }@media only screen and (max-width: 763px) { #DEdK5F4BrefycEh94TiZOZQvM4TbFPRW { width:7.3125rem;height:2.4375rem;top:2.8125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPgKC9D1k4yF2USyG3u3r7BJkVIyCBd8 { display:block; }
 }@media only screen and (max-width: 763px) { #ErzKezR9tdv9qEppS5hXsPSL1yNKpT5S { width:7.5rem;height:2.4375rem;top:2.8125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu2vfmdzqfvvPDrNGCdgLaT4eAqhUlXu { display:block; }
 }@media only screen and (max-width: 763px) { #M731hQNSM0SO2KkGeiMcVy92XqClWUPr { width:6.375rem;height:2.4375rem;top:2.8125rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9a95oBkySVrcBy79dJaVbuo4wvvbs2C { display:block; }
 }@media only screen and (max-width: 763px) { #eZfDqS5QThJglDBI1UWsHZodSFXn3P72 { top:1.25rem;left:0rem;width:8.6875rem;height:5.5856193741963rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtBgnXC824hKIqTUNIAhnHnAT2yflary { display:none; }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #swq4JNgOxaR5kuIz2Gy18IhUThwMSW8f { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs { display:block; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:29.125rem;height:12.625rem;top:4.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:30.75rem;height:6rem;top:19rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMkuigQ2FKcTHliQZFIWcUbz29NyMdTT { width:19.125rem;height:3.375rem;top:30.625rem;left:0.703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZaIzQPfV6kgeVoIpGclrocWzTzVWFVc { display:block; }
 }@media only screen and (max-width: 763px) { #o8VF2cAb3SL237iPTJmEPU7bKUw7T3Ly { top:31.5625rem;left:2.827880859375rem;width:1.5rem;height:1.5rem;display:none; }
#o8VF2cAb3SL237iPTJmEPU7bKUw7T3Ly > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #LhHIIOQSKFT4a8hEkG5ZBKolVNxIWau4 { width:19.125rem;height:3.375rem;top:28.125rem;left:6.953125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtmThVxJnhUNc5cIZ91Fgyao66sb2TeL { display:block; }
 }@media only screen and (max-width: 763px) { #DTpnZX5d3wpPmr8QHACWm8UqT74Ze3vT { top:29.0625rem;left:9.077880859375rem;width:1.5rem;height:1.5rem;display:none; }
#DTpnZX5d3wpPmr8QHACWm8UqT74Ze3vT > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #BOJiGXnkQN7NQlXnS023RF2WmodlHRv7 { width:19.125rem;height:3.375rem;top:35.375rem;left:4.578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyKONVIed6mbU2sNFLFDz06FKs83io8a { display:block; }
 }@media only screen and (max-width: 763px) { #Sd7RKyTwWlTq5a0Agc7vySMn5mdxtiro { top:36.3125rem;left:6.702880859375rem;width:1.5rem;height:1.5rem;display:none; }
#Sd7RKyTwWlTq5a0Agc7vySMn5mdxtiro > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #d3qRFNlr33WiHyolfbsdadiETTqEKsr0 { top:29.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
#d3qRFNlr33WiHyolfbsdadiETTqEKsr0 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mK7ABaxu2W43NU2xlVQ5faQ466GXGX0T { width:22.875rem;height:3.9375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuhThm4IprbnCQqZoGhND9guziQ2WuXP { display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:23.1875rem;height:1.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eeumkfdsIUBQDU6Ko4Ru8CqridKKT2tX { width:20.1875rem;height:41.3125rem;top:0rem;left:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUrkQZiDHblytuJbV0E5Wdr6tcfK248E { top:4.125rem;left:0rem;width:25.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naOAFAS2AbGiWC1qTHStVQ0ORhgQcKFL { width:19.6875rem;height:3.25rem;top:29.5625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1qcon6NcU4ymmcZd77GCKiNLKeVqFz6 { display:block; }
 }@media only screen and (max-width: 763px) { #SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW { display:block; }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:9.4375rem;height:2.4375rem;top:1.6875rem;left:19.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWleL7Zk5ZvmDPgRfD1iTV1b6uGzydJ6 { top:2.8125rem;left:29.75rem;width:16.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWbXrcPmTIuOZcRSUVHP4d5TCrQ81Kxs { top:2.8125rem;left:1.4375rem;width:16.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ { display:block; }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }#dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 li:before{  }
 }@media only screen and (max-width: 763px) { #tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZDM5tA7CQc4EUELaOJk3nIS9xftIP6J { width:13.75rem;height:3.1875rem;top:41.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxXpQCkr5BeKeWkyW8TTuRzE88kpC2iL { display:block; }
 }@media only screen and (max-width: 763px) { #Kz7GyMITpiZKI6xFTeET1zf0JMHVVbPx { top:0.1875rem;left:0rem;width:17.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr19qQSylAnqe5RQUr3rk323hwF3JovZ { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Fe9tQixGn9HrMJetCTA9Ln54sUOpBh { top:0.25rem;left:14.25rem;width:17.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJMrrUivma4cS4F86aQCMXki5UqC05TR { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABVrMnJnORB69X0C2Vm0MEnMPvERTbOd { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }#ABVrMnJnORB69X0C2Vm0MEnMPvERTbOd li:before{  }
 }@media only screen and (max-width: 763px) { #kl0p9LbwWNVfLh8vPu45RLWB6ZO8TOK9 { width:13.75rem;height:3.1875rem;top:41.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILSIJQKEWlsUkOph1eRsNAkg6iGGwuMa { display:block; }
 }@media only screen and (max-width: 763px) { #L98WQqw9Kc6ZsJDXLWZ5Ost0qQ9GORaa { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bponz7ya86kaD4ZNlhNsTlT0i0TLb35d { top:0.1875rem;left:30.125rem;width:17.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LooimImKP4K3IiCPHwTn9yuqGcoEG6up { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABRauqb0zvgSTsNv8JccOzT6luP6LP2H { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }#ABRauqb0zvgSTsNv8JccOzT6luP6LP2H li:before{  }
 }@media only screen and (max-width: 763px) { #eqD8s5T6q4kfieqau6uXmxn1Mu2cqusw { width:13.75rem;height:3.1875rem;top:41.25rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3FTqC5akNEs5EUXWQBkhpxSCWMtARxb { display:block; }
 }@media only screen and (max-width: 763px) { #zl50T5sW487hER9cLRksB6yJuIeRne9D { display:block; }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asW4cCsI8kUNhm1Df5MftEtrCIDSWL7g { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWLnTbPHiZAoLdqTxtRgREqXNwVUtfbo { width:13.75rem;height:3.1875rem;top:39.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NieRLUP7tZL2cTiqAHbp3TBnKsMmhP0K { display:block; }
 }@media only screen and (max-width: 763px) { #Z6N54zKSJFDKK4RSg77CIDALEuMhEI5K { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }#Z6N54zKSJFDKK4RSg77CIDALEuMhEI5K li:before{  }
 }@media only screen and (max-width: 763px) { #IxCRk8nkENC7MG8zUCrDTIGOwis4OunO { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNwXTTB8ENhcIh56wdQvggTAkypkIkOE { top:0.25rem;left:6.375rem;width:17.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulFvk4BfhtviPivRtc2yTDVS6Ft2XoNa { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg0qgBB8Vm7awDQ6erhMGXEALoHgdLst { top:0.25rem;left:23.875rem;width:17.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r93GkMqbUCF5JQuTbeyDcA7Tu3KSuVKJ { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n55v6WugNsoZuAZ7AZKslw0udodOJMy4 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }#n55v6WugNsoZuAZ7AZKslw0udodOJMy4 li:before{  }
 }@media only screen and (max-width: 763px) { #SieWKTBSGc5hxuaP1JdZhzM6aHsZhPGW { width:13.75rem;height:3.1875rem;top:39.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olml3V8dZnAtwcgr2BreyDqvyLbclZGh { display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6IIo6if5ESiLmrArZ1g3dH5kzIMk6BE { width:12.9375rem;height:2.4375rem;top:1.625rem;left:17.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Beor2lRhLamkkiBx8OePmFuCwJwvE9Cm { top:2.6875rem;left:0rem;width:16.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4EDCed8OeJ9oQ2rgZm8TeCsuyfJJl9r { top:2.6875rem;left:31rem;width:16.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHDfNWwbIw1Zca6px2nDAuGavdsTwuLQ { top:2.8125rem;left:1.4375rem;width:16.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx { display:block; }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JadRHFkkHkeCgouZc0LU2qAXCfcyW4on { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEUFdBkGVZFEWhJQ9krO5u5U4AQhJrNR { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W35G9TWrvdh0lDJcXibGJJVXXBpX78y3 { top:1.9375rem;left:3.5625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4KWTqKOffcvgTZP9cWLJ237SbEGIxOg { top:1.9375rem;left:15.5rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5T2TdZzHLWuy967EImUJTgelLhvHPPN { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSE5xTZueVRUTJhVkw78BAWmisc220dT { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaIUkL91g1CibbNMtemt7oD6I1PzNtQs { top:1.9375rem;left:27.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZHhSU05mnlL6TiQG4VCScRJx9nKeAOz { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmyNu5ww5B1TwTNugAblp5OVnpaZmbLL { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ3cf3sOgacwEoTANzRXqLtOCv1Uagzt { top:1.9375rem;left:39.375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCrXS5Pa65wVtgtXkagghrhcfNS5qCHK { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAsfK9lk1IBXhFPJB1gnIpuzTIsm2yrH { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9LI8KxWCaI03TzQJ1Ox3g9hidCwxXGB { top:2.8125rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2zNl8u4wNTyqhWEFgIwqPb7yepZTHZq { top:2.8125rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Qq2L0tJ46Eh74rpKNEJAuBrlSCiZ8o { top:2.8125rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExJG5zHlC1oUL9pplPdfxTPgUcEBf6dT { top:3.875rem;left:27.6875rem;width:4.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qge97wUOLOW5frTWwIa832fRPsaVWmiQ { display:block; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE5TlwVHamaFkTP4MoNMTaDSKVwyEi0y { width:23.1875rem;height:1.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTy8TSRiT24ZWImOF7qLtA1X9J49Vn3M { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIlCaQPibvURvgKJLpzE8DIoJn2bbXzV { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ID7QUTKWTec4F3SlfJ08H6vPU0E6PbI2 { width:19.6875rem;height:3.25rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ky9Hwg9euqdOCTFp4lWUlR1lcya93q { display:block; }
 }@media only screen and (max-width: 763px) { #kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT { display:block; }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFfeBI0WgBNmkc748GUKMMeb9XZXFrVz { width:9.25rem;height:2.4375rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9Vb8wRBmGDRnlwX3W9daxnTlQlsMSae { top:10.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#K9Vb8wRBmGDRnlwX3W9daxnTlQlsMSae > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #CIW1MEJTcTPnRvg2OVh4oJNvczFDlTS8 { top:1.75rem;left:8.8125rem;width:38.9375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esPufkrxhVTP4cVgSXW4p2NN7hriQMPx { top:6.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhbldJJA7azsVB8R4vf7AQJJgWSEf8GN { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQU92TCevWPKZ0CsqvfIT4NTgysvlav0 { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDWKmKKG843iaDUx8CR3K9DZMfrmbyBT { top:14.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
#sDWKmKKG843iaDUx8CR3K9DZMfrmbyBT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #HuytdWuATpHBV84rdWxTWgi3b3gTGf6y { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prs53Te1geboo3HOS4OdWDMmWzTqoXN1 { width:17.8125rem;height:2.9375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUfrvWC2m7pKZZrO2Fg6XX7TQnTPtyg8 { display:block; }
 }@media only screen and (max-width: 763px) { #yzdmJhS7ek2o7ifxfe5WUiZDowTFk3AQ { top:18.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
#yzdmJhS7ek2o7ifxfe5WUiZDowTFk3AQ > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #J4g1ku6g9W66OZHr4kdKhJVc1bvWloa3 { display:none; }
 }@media only screen and (max-width: 763px) { #OMTMnbe6BitMyxpLhGJZWGc0EnVnO0Td { top:1.25rem;left:4.6875rem;width:4.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0RakZ4uT1T46mchtWhZpzunyUQAMqPl { display:block; }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGklxcg8GNyiLJryPf6D4yoXByEm9JBw { top:1.625rem;left:1.03125rem;width:45.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo { display:none; }#lkE4fRlRbpT5TyReBdNJ6GpNwuKdPwLo > .row .container { width:20rem;height:33.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tyCo2hQBA3M8eoeXriH79mpEvSLfaTEZ { width:3.9375rem;height:2.1875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy0CVuD9SEZSSN1odwcAIaAphyuRTReI { display:block; }
 }@media only screen and (max-width: 763px) { #ciwvwfWlzXVE8D8ZAmMalqsygyq7TtPs { width:6.4375rem;height:2.4375rem;top:14.52124296875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd96MDvl1Ty97WLHxS3Lo74ES1PZr2Ud { display:block; }
 }@media only screen and (max-width: 763px) { #DEdK5F4BrefycEh94TiZOZQvM4TbFPRW { width:7.3125rem;height:2.4375rem;top:18.20874296875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPgKC9D1k4yF2USyG3u3r7BJkVIyCBd8 { display:block; }
 }@media only screen and (max-width: 763px) { #ErzKezR9tdv9qEppS5hXsPSL1yNKpT5S { width:7.5rem;height:2.4375rem;top:21.89624296875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu2vfmdzqfvvPDrNGCdgLaT4eAqhUlXu { display:block; }
 }@media only screen and (max-width: 763px) { #M731hQNSM0SO2KkGeiMcVy92XqClWUPr { width:6.375rem;height:2.4375rem;top:25.58374296875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9a95oBkySVrcBy79dJaVbuo4wvvbs2C { display:block; }
 }@media only screen and (max-width: 763px) { #eZfDqS5QThJglDBI1UWsHZodSFXn3P72 { width:8.6875rem;height:5.5851405794617rem;top:7.68652421875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtBgnXC824hKIqTUNIAhnHnAT2yflary { background-color:rgba(var(--color-tertiary-4),1);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; }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .row .container { background-color: transparent; background-image: none; }#KtBgnXC824hKIqTUNIAhnHnAT2yflary::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .row .container > .video-iframe-container { display: none; }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .row > .video-iframe-container { display: none; }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .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); }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .row .container { border-width: 0; border-radius: 0; }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtBgnXC824hKIqTUNIAhnHnAT2yflary > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swq4JNgOxaR5kuIz2Gy18IhUThwMSW8f { top:0.46875rem;left:5.21875rem;width:9.5625rem;height:6.3125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f61b1c53-972b-4867-a81f-46c0ad703180/Imagem05092026as2226.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs.adaptive-delivery-prevent-bg, #JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs.lazyload, #JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs.lazyloading { background-image: none; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row .container { background-color: transparent; background-image: none; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.33); }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row .container > .video-iframe-container { display: none; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.33); }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row > .video-iframe-container { display: none; }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .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); }#JXvvuSNXfFZIXHpN8Kw42OomatEFTQVs > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:15.5rem;height:5.0625rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;line-height:1;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:18.25rem;height:4.5rem;top:8.7499990463256rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMkuigQ2FKcTHliQZFIWcUbz29NyMdTT { width:17.0625rem;height:2.93685rem;top:42.936198234558rem;left:1.46875rem;font-size:0.875rem;background-color:#00455a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #OZaIzQPfV6kgeVoIpGclrocWzTzVWFVc { display:block; }
 }@media only screen and (max-width: 763px) { #o8VF2cAb3SL237iPTJmEPU7bKUw7T3Ly { display:flex;width:1.37475625rem;height:1.37475625rem;top:48.99805rem;left:9.3125rem;z-index:15029;display:none; }
#o8VF2cAb3SL237iPTJmEPU7bKUw7T3Ly > img { max-width: 100%;max-height:100%; width:1.37475625rem; height:1.37475625rem; } }@media only screen and (max-width: 763px) { #LhHIIOQSKFT4a8hEkG5ZBKolVNxIWau4 { width:17.0625rem;height:2.93685rem;top:14.875rem;left:1.5rem;font-size:0.875rem;background-color:#c9a34e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #XtmThVxJnhUNc5cIZ91Fgyao66sb2TeL { display:block; }
 }@media only screen and (max-width: 763px) { #DTpnZX5d3wpPmr8QHACWm8UqT74Ze3vT { display:flex;width:1.37435rem;height:1.37435rem;top:15.6875rem;left:3.25rem;z-index:15029; }
#DTpnZX5d3wpPmr8QHACWm8UqT74Ze3vT > img { max-width: 100%;max-height:100%; width:1.37435rem; height:1.37435rem; } }@media only screen and (max-width: 763px) { #BOJiGXnkQN7NQlXnS023RF2WmodlHRv7 { width:17.0625rem;height:2.9370125rem;top:51.6224rem;left:1.4375rem;font-size:0.875rem;background-color:#00455a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #yyKONVIed6mbU2sNFLFDz06FKs83io8a { display:block; }
 }@media only screen and (max-width: 763px) { #Sd7RKyTwWlTq5a0Agc7vySMn5mdxtiro { display:flex;width:1.37475625rem;height:1.37475625rem;top:55.80925rem;left:9.3125rem;z-index:15029;display:none; }
#Sd7RKyTwWlTq5a0Agc7vySMn5mdxtiro > img { max-width: 100%;max-height:100%; width:1.37475625rem; height:1.37475625rem; } }@media only screen and (max-width: 763px) { #d3qRFNlr33WiHyolfbsdadiETTqEKsr0 { display:flex;width:1.6875rem;height:1.6875rem;top:41.8737rem;left:9.125rem;display:none; }
#d3qRFNlr33WiHyolfbsdadiETTqEKsr0 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mK7ABaxu2W43NU2xlVQ5faQ466GXGX0T { width:19rem;height:3.9375rem;top:34.06185rem;left:0.5rem;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#00455a;display:none; }
 }@media only screen and (max-width: 763px) { #AuhThm4IprbnCQqZoGhND9guziQ2WuXP { display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:5.375rem;height:1.21875rem;top:1.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:15.8125rem;height:6.09375rem;top:2.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:20rem;height:20.39649375rem;top:10.186850547791rem;left:0rem;text-align:left;text-align-last:left;line-height:1.7;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeumkfdsIUBQDU6Ko4Ru8CqridKKT2tX { width:17.5rem;height:32.875rem;top:0rem;left:0rem;border-top:0;border-left:1.25rem solid #efd4b2;border-right:1.25rem solid #efd4b2;border-bottom:1.25rem solid #efd4b2;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #dUrkQZiDHblytuJbV0E5Wdr6tcfK248E { width:18.3125rem;height:18.3125rem;top:32.379558563233rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naOAFAS2AbGiWC1qTHStVQ0ORhgQcKFL { width:17rem;height:2.75rem;top:52.9375rem;left:1.5rem;font-size:0.875rem;background-color:#c9a34e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m1qcon6NcU4ymmcZd77GCKiNLKeVqFz6 { display:block; }
 }@media only screen and (max-width: 763px) { #SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW { display:block; }#SpaIHZd1wNIlrIHZonOlwUq68Uc97WaW > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:7.8125rem;height:2.03125rem;top:1rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWleL7Zk5ZvmDPgRfD1iTV1b6uGzydJ6 { width:16.75rem;height:0.25rem;top:10.000000149012rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWbXrcPmTIuOZcRSUVHP4d5TCrQ81Kxs { width:9.5625rem;height:0.25rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ { display:block; }#QBVT0PnbfMBGhh2C2lOrorThUF18RBuQ > .row .container { width:20rem;height:142.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { width:17.5rem;height:44.4375rem;top:1.5611979961395rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { width:13.25rem;height:16.5859375rem;top:24.6875rem;left:3.375rem;text-align:left;text-align-last:left;display:block; }#dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 li:before{  }
 }@media only screen and (max-width: 763px) { #tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { width:15.3125rem;height:2.29980625rem;top:21.553386211395rem;left:2.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZDM5tA7CQc4EUELaOJk3nIS9xftIP6J { width:13.75rem;height:3.1875rem;top:41.859375rem;left:3.125rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #CxXpQCkr5BeKeWkyW8TTuRzE88kpC2iL { display:block; }
 }@media only screen and (max-width: 763px) { #Kz7GyMITpiZKI6xFTeET1zf0JMHVVbPx { width:17.5rem;height:17.75rem;top:1.5624930858612rem;left:1.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Hr19qQSylAnqe5RQUr3rk323hwF3JovZ { width:17.5rem;height:45.4375rem;top:48.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Fe9tQixGn9HrMJetCTA9Ln54sUOpBh { width:17.5rem;height:17.75rem;top:48.5rem;left:1.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZJMrrUivma4cS4F86aQCMXki5UqC05TR { width:15.25rem;height:2.29980625rem;top:68.5625rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABVrMnJnORB69X0C2Vm0MEnMPvERTbOd { width:13.8125rem;height:12.0488125rem;top:73.375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#ABVrMnJnORB69X0C2Vm0MEnMPvERTbOd li:before{  }
 }@media only screen and (max-width: 763px) { #kl0p9LbwWNVfLh8vPu45RLWB6ZO8TOK9 { width:13.75rem;height:3.1875rem;top:88rem;left:3.125rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #ILSIJQKEWlsUkOph1eRsNAkg6iGGwuMa { display:block; }
 }@media only screen and (max-width: 763px) { #L98WQqw9Kc6ZsJDXLWZ5Ost0qQ9GORaa { width:17.5rem;height:45.4375rem;top:95.8125rem;left:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Bponz7ya86kaD4ZNlhNsTlT0i0TLb35d { width:17.5rem;height:17.75rem;top:96rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LooimImKP4K3IiCPHwTn9yuqGcoEG6up { width:15.25rem;height:2.29980625rem;top:116.125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABRauqb0zvgSTsNv8JccOzT6luP6LP2H { width:13.8125rem;height:12.3613125rem;top:119.6875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#ABRauqb0zvgSTsNv8JccOzT6luP6LP2H li:before{  }
 }@media only screen and (max-width: 763px) { #eqD8s5T6q4kfieqau6uXmxn1Mu2cqusw { width:13.75rem;height:3.1875rem;top:135.9375rem;left:2.9375rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #n3FTqC5akNEs5EUXWQBkhpxSCWMtARxb { display:block; }
 }@media only screen and (max-width: 763px) { #zl50T5sW487hER9cLRksB6yJuIeRne9D { display:block; }#zl50T5sW487hER9cLRksB6yJuIeRne9D > .row .container { width:20rem;height:97.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asW4cCsI8kUNhm1Df5MftEtrCIDSWL7g { width:17.5rem;height:45.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWLnTbPHiZAoLdqTxtRgREqXNwVUtfbo { width:13.75rem;height:3.1875rem;top:41.123699188233rem;left:3.125rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #NieRLUP7tZL2cTiqAHbp3TBnKsMmhP0K { display:block; }
 }@media only screen and (max-width: 763px) { #Z6N54zKSJFDKK4RSg77CIDALEuMhEI5K { width:13.8125rem;height:12.3613125rem;top:25.435541152954rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#Z6N54zKSJFDKK4RSg77CIDALEuMhEI5K li:before{  }
 }@media only screen and (max-width: 763px) { #IxCRk8nkENC7MG8zUCrDTIGOwis4OunO { width:15.25rem;height:2.29980625rem;top:21.4375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNwXTTB8ENhcIh56wdQvggTAkypkIkOE { width:17.5rem;height:17.75rem;top:1.5rem;left:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ulFvk4BfhtviPivRtc2yTDVS6Ft2XoNa { width:17.5rem;height:45.4375rem;top:49rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg0qgBB8Vm7awDQ6erhMGXEALoHgdLst { width:17.5rem;height:17.75rem;top:49.25rem;left:1.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #r93GkMqbUCF5JQuTbeyDcA7Tu3KSuVKJ { width:15.25rem;height:2.29980625rem;top:69.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n55v6WugNsoZuAZ7AZKslw0udodOJMy4 { width:13.8125rem;height:13.536125rem;top:72.75rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#n55v6WugNsoZuAZ7AZKslw0udodOJMy4 li:before{  }
 }@media only screen and (max-width: 763px) { #SieWKTBSGc5hxuaP1JdZhzM6aHsZhPGW { width:13.75rem;height:3.1875rem;top:88.875rem;left:3.25rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #olml3V8dZnAtwcgr2BreyDqvyLbclZGh { display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6IIo6if5ESiLmrArZ1g3dH5kzIMk6BE { width:12.9375rem;height:2.03125rem;top:1.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Beor2lRhLamkkiBx8OePmFuCwJwvE9Cm { width:16.75rem;height:0.25rem;top:1.25rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4EDCed8OeJ9oQ2rgZm8TeCsuyfJJl9r { width:16.75rem;height:0.25rem;top:6.4375rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHDfNWwbIw1Zca6px2nDAuGavdsTwuLQ { width:9.5625rem;height:0.25rem;top:4.1875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx { display:block; }#ZTomIkKA0odxLaMbNwlACzPnwh6K7qbx > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JadRHFkkHkeCgouZc0LU2qAXCfcyW4on { width:10.3125rem;height:1.79980625rem;top:7.8125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEUFdBkGVZFEWhJQ9krO5u5U4AQhJrNR { width:15.375rem;height:3.19921875rem;top:10.500000953674rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W35G9TWrvdh0lDJcXibGJJVXXBpX78y3 { width:4.8125rem;height:4.8125rem;top:1.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4KWTqKOffcvgTZP9cWLJ237SbEGIxOg { width:4.8125rem;height:4.8125rem;top:15.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5T2TdZzHLWuy967EImUJTgelLhvHPPN { width:14.5625rem;height:1.79980625rem;top:21.625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSE5xTZueVRUTJhVkw78BAWmisc220dT { width:14.8125rem;height:3.19921875rem;top:24.125000953674rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaIUkL91g1CibbNMtemt7oD6I1PzNtQs { width:4.8125rem;height:4.8125rem;top:29.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZHhSU05mnlL6TiQG4VCScRJx9nKeAOz { width:14.5625rem;height:1.79980625rem;top:35.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmyNu5ww5B1TwTNugAblp5OVnpaZmbLL { width:16.5rem;height:4.798825rem;top:38.062500953674rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ3cf3sOgacwEoTANzRXqLtOCv1Uagzt { width:4.8125rem;height:4.8125rem;top:45.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCrXS5Pa65wVtgtXkagghrhcfNS5qCHK { width:14.5625rem;height:1.79980625rem;top:51.4375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAsfK9lk1IBXhFPJB1gnIpuzTIsm2yrH { width:18.8125rem;height:3.19921875rem;top:53.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9LI8KxWCaI03TzQJ1Ox3g9hidCwxXGB { display:flex;width:3.125rem;height:3.125rem;top:2.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #q2zNl8u4wNTyqhWEFgIwqPb7yepZTHZq { display:flex;width:3.125rem;height:3.125rem;top:16.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #c7Qq2L0tJ46Eh74rpKNEJAuBrlSCiZ8o { display:flex;width:3.125rem;height:3.125rem;top:46.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ExJG5zHlC1oUL9pplPdfxTPgUcEBf6dT { width:4.3125rem;height:1.5rem;top:31.218729019165rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qge97wUOLOW5frTWwIa832fRPsaVWmiQ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f035c651-fb00-4b51-98d3-79ffac7d8b0e/ChatGPTImage6desetde202610_25_50.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ.adaptive-delivery-prevent-bg, #qge97wUOLOW5frTWwIa832fRPsaVWmiQ.lazyload, #qge97wUOLOW5frTWwIa832fRPsaVWmiQ.lazyloading { background-image: none; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row .container { background-color: transparent; background-image: none; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row .container > .video-iframe-container { display: none; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row > .video-iframe-container { display: none; }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .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); }#qge97wUOLOW5frTWwIa832fRPsaVWmiQ > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE5TlwVHamaFkTP4MoNMTaDSKVwyEi0y { width:12.625rem;height:1.21875rem;top:1.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTy8TSRiT24ZWImOF7qLtA1X9J49Vn3M { width:20rem;height:4.0625rem;top:3.71875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIlCaQPibvURvgKJLpzE8DIoJn2bbXzV { width:18.875rem;height:8.4985625rem;top:9.03125rem;left:0rem;text-align:left;text-align-last:left;line-height:1.7;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID7QUTKWTec4F3SlfJ08H6vPU0E6PbI2 { width:16.625rem;height:2.6875rem;top:20.218098640442rem;left:1.6875rem;font-size:0.875rem;background-color:#c9a34e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F6ky9Hwg9euqdOCTFp4lWUlR1lcya93q { display:block; }
 }@media only screen and (max-width: 763px) { #kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT { display:block; }#kqDgMJZ21yyd1z9Zx6cxEh9zPVWBn6JT > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFfeBI0WgBNmkc748GUKMMeb9XZXFrVz { width:9.25rem;height:2.03125rem;top:1.1249899864197rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9Vb8wRBmGDRnlwX3W9daxnTlQlsMSae { display:flex;width:2.0625rem;height:2.0625rem;top:9.4375rem;left:0rem; }
#K9Vb8wRBmGDRnlwX3W9daxnTlQlsMSae > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #CIW1MEJTcTPnRvg2OVh4oJNvczFDlTS8 { width:20rem;height:19.1875rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #esPufkrxhVTP4cVgSXW4p2NN7hriQMPx { display:flex;width:1.9375rem;height:1.9375rem;top:5.0000004768372rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nhbldJJA7azsVB8R4vf7AQJJgWSEf8GN { width:15.3125rem;height:3.19921875rem;top:4.3691411018372rem;left:2.34375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQU92TCevWPKZ0CsqvfIT4NTgysvlav0 { width:15.3125rem;height:1.5996125rem;top:9.6875rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDWKmKKG843iaDUx8CR3K9DZMfrmbyBT { display:flex;width:1.6875rem;height:1.6875rem;top:14.0625rem;left:0rem; }
#sDWKmKKG843iaDUx8CR3K9DZMfrmbyBT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #HuytdWuATpHBV84rdWxTWgi3b3gTGf6y { width:15.3125rem;height:1.5996125rem;top:14.106119632721rem;left:2.34375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prs53Te1geboo3HOS4OdWDMmWzTqoXN1 { width:17.8125rem;height:2.9375rem;top:17.6875rem;left:1.125rem;font-size:1rem;background-color:#c9a34e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EUfrvWC2m7pKZZrO2Fg6XX7TQnTPtyg8 { display:block; }
 }@media only screen and (max-width: 763px) { #yzdmJhS7ek2o7ifxfe5WUiZDowTFk3AQ { display:flex;width:1.625rem;height:1.625rem;top:18.343757629394rem;left:3.1875rem; }
#yzdmJhS7ek2o7ifxfe5WUiZDowTFk3AQ > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #J4g1ku6g9W66OZHr4kdKhJVc1bvWloa3 { top:22.291667938233rem;left:0rem;width:20rem;height:11.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OMTMnbe6BitMyxpLhGJZWGc0EnVnO0Td { width:4.9375rem;height:2.6875rem;top:0.79622459411619rem;left:9.25rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #a0RakZ4uT1T46mchtWhZpzunyUQAMqPl { display:block; }#a0RakZ4uT1T46mchtWhZpzunyUQAMqPl > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGklxcg8GNyiLJryPf6D4yoXByEm9JBw { width:20rem;height:2.2747375rem;top:0.830078125rem;left:0rem;font-size:0.875rem;display:block; }
 }