.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;
}
:root { --color-primary-0:255,251,245;--color-primary-1:255,242,220;--color-primary-2:255,228,185;--color-primary-3:128,114,93;--color-primary-4:38,34,28;--color-secondary-0:224,221,219;--color-secondary-1:153,142,134;--color-secondary-2:50,28,13;--color-secondary-3:25,14,7;--color-secondary-4:8,4,2;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montecatini";--paragraphs-font-family:"Ode"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/79fb9a6d-92b3-40c6-b520-be2dd7d5128d/bg1.webp");background-position:bottom 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; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.adaptive-delivery-prevent-bg, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyload, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyloading { background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { background-color: transparent; background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .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); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { border-width: 0; border-radius: 0; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#yx3H5vspOM9QdfTDGVgi62n8zAkNrb7c { color:#ffe5ba;display:block;width:31.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:14.625rem;left:0rem;height:13.2519375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QcRLT3pCTLQixxUeyR9OwfG6sxo2J6gD { color:rgba(var(--color-primary-1),1);display:block;width:24.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:29.3115234375rem;left:0rem;height:7.797875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yqeTOHkPEC2mKIq1DhKcDip7qtUNguUu { background-color:#ffe5ba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8105625rem;height:4.24926875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.373291015625rem;left:0rem;display:block; }
#abzGefJgV6yqa1RVMRbkrFcQmRU3ocCB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mlmt6EekQ6WERpCQdmCAQQ3RFBI71omE { position:absolute;display:block;z-index:15007;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:47.87475rem;width:39.0625rem;top:1.124267578125rem;left:35.9375rem;overflow:hidden;display:block; }
#aUZa6ny4nTndc9ynUJTgfeb0ZAcU1yfn { position:absolute;display:block;z-index:15008;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.3125rem;width:9.4375rem;top:7.3125rem;left:0rem;overflow:hidden;display:block; }
#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6a93cb8-775e-42e1-84a8-ee711e2c2b66/bg2.webp");background-position: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; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm.adaptive-delivery-prevent-bg, #omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm.lazyload, #omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm.lazyloading { background-image: none; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container { background-color: transparent; background-image: none; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container > .video-iframe-container { display: none; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row > .video-iframe-container { display: none; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .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); }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container { border-width: 0; border-radius: 0; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container { font-size:0.875rem;font-family:arial;height:60.75rem;width:75rem;position:relative;display:block; }#x9B2T4mIvOzT7K9I1cDl8RTJ4oB7U4NR { color:#2c1a0a;display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.38720703125rem;left:41.9375rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aJHRFn8JxxyZoISvFzTEGtGoJsNU8rBB { color:#2c1a0a;display:block;width:33.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:11.553955078125rem;left:41.9384765625rem;height:49.4823625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kM7XNaH7hCcOMH7DGNG6LOvcmAVmfryU { position:absolute;display:block;z-index:15008;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:49.74975rem;width:41.93725rem;top:5.499267578125rem;left:0rem;overflow:hidden;display:block; }
#linNzp4acGUUEWzMGDctTLvLAaZJeFeQ { background-color:#471312;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8105625rem;height:4.24926875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:53.433837890625rem;left:41.93603515625rem;display:block; }
#qIoGeNak7hNcvQOJvGpmZFzCzFyRWLEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 { 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/021252b0-9bc1-43c1-9cc2-84fd4e4a6a16/BG3.webp");background-position: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; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.adaptive-delivery-prevent-bg, #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.lazyload, #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.lazyloading { background-image: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { background-color: transparent; background-image: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container > .video-iframe-container { display: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row > .video-iframe-container { display: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .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); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { border-width: 0; border-radius: 0; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { font-size:0.875rem;font-family:arial;height:70.1875rem;width:75rem;position:relative;display:block; }#wyR97MpGywVBlBD8rTD02ibENw7SQWfI { color:#ffe5ba;display:block;width:54.4983125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.12353515625rem;left:10.250244140625rem;height:14.3994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BaLuK9NrWoWkgMH1KCELnk11JTRn71m3 { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:21.6875rem;left:20.9375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h0lQgvXbDf2DALVckN3qytEZuDpnGHRt { position:absolute;display:block;z-index:15019;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:3.8125rem;width:3.8125rem;top:21.25rem;left:14.8125rem;overflow:hidden;display:block; }
#xxFsL7tUTeFNKNT9ZGPT91WiGdR4KkfH { position:absolute;display:block;z-index:15021;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:3.8125rem;width:3.8125rem;top:26.25rem;left:14.8125rem;overflow:hidden;display:block; }
#vZzOvdFa2w5TAAi7TdWCWAaO2tyOfXKF { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:26.6875rem;left:20.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eeo72CcbJhtNfc4zhxrgCJ7O0c4g2R4G { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:31.625rem;left:20.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wx5WcIvtxcAzQXeyHAJJ2mPMTONltZvN { position:absolute;display:block;z-index:15023;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:3.8125rem;width:3.8125rem;top:31.1875rem;left:14.8125rem;overflow:hidden;display:block; }
#LHL5CrLlN11ScC6chugDOA1gEaoB2xhP { position:absolute;display:block;z-index:15025;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:3.8125rem;width:3.8125rem;top:36.25rem;left:14.8125rem;overflow:hidden;display:block; }
#OWBWOefwBT4zhwVCSLspGpOf9lUuwbav { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:36.6875rem;left:20.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GMBCmNTS33B4vKmsCAiIwKGlmdiT9rQd { position:absolute;display:block;z-index:15027;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:3.8125rem;width:3.8125rem;top:41.75rem;left:14.8125rem;overflow:hidden;display:block; }
#dR5SoBmugiWKvwCMlVfl6BX5h7BZffko { color:#ffffff;display:block;width:39.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:42.8125rem;left:20.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z0bSh1pgUBgN0VF02lwEy8nbRhnOD2y2 { position:absolute;display:block;z-index:15029;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:3.8125rem;width:3.8125rem;top:46.75rem;left:14.8125rem;overflow:hidden;display:block; }
#KUgwoocmHhMDkUsTozS1Ehdv716OPKAE { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:47.1875rem;left:20.9375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EErgDaN22OQu433Bbbq7UMst95c7rZqn { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:52.1875rem;left:20.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M0TZHogOwEV3ZV2MuDMaqnyHGH25c3m5 { position:absolute;display:block;z-index:15031;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:3.8125rem;width:3.8125rem;top:51.75rem;left:14.8125rem;overflow:hidden;display:block; }
#hJMhhhyiF4g6ui59vdoxI6qJTiUXTNil { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:57.125rem;left:20.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QB7q84LTwqHyRyKZpIhTvp9Rv1ioDUn9 { position:absolute;display:block;z-index:15033;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:3.8125rem;width:3.8125rem;top:56.6875rem;left:14.8125rem;overflow:hidden;display:block; }
#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN { position:relative;display:block; }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN { background-color: transparent; background-image: none; }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN > .row .container > .video-iframe-container { display: none; }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN > .row > .video-iframe-container { display: none; }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN > .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); }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN { border-width: 0; border-radius: 0; }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN > .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; }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:67.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EraGMxe0N0cb5dBw8Pcb3VylDfBmEHcn { color:#000000;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.375rem;left:0.3125rem;height:14.3994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S2UPHw5ZlQ5e4tXOpWAA080dAwPE2iS4 { color:#2c1a0a;display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:23.8125rem;left:2.8125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWbVpIpoFxhGc14uPyKmipTG2ACIvpPO { color:#911a12;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.6875rem;left:2.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LHAtsJLgD1oaHAm9BTf869fAJQKq56LT { color:#2c1a0a;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:34.375rem;left:2.8125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mCL32rmFa1PdrWl8721mKpbDb9t2J9km { color:#911a12;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:32.25rem;left:2.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LD3w1lzZDa3x4OJCtwVxHXJMfCIW108Q { color:#2c1a0a;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:45.125rem;left:2.8125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B99zdoSDB8QSNhcCptutw48zAXcqXhyW { color:#911a12;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:43rem;left:2.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IXplHRCMVsm9w11Pm6Bl5mFysA836I4x { color:#ffffff;display:block;width:28.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:19.5625rem;left:41rem;height:5.0647rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cgTcPR02ekynAQ5cEsNEn917PFggKX5r { color:#e0ac3a;display:block;width:27.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:17.5rem;left:41rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lSrme7OI6AqdnhPC1s7LnyIcgaMtuxDH { color:#ffffff;display:block;width:29.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:26.0625rem;left:41rem;height:5.0647rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QIucT1TI7KmHHf3PGFbt2Jp9fJtH2eT4 { color:#e0ac3a;display:block;width:25.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:24.25rem;left:41rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q3MXMOS4XofMCPD5ARce3nbNlevQpiym { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:32.25rem;left:41rem;height:5.0647rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dP5M75lxov4TJ2F7Vko4GEIDCaASa0vN { color:#e0ac3a;display:block;width:25.18675rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:30.375rem;left:41rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gNkGwsAeHT67uzDJlB3bfzv4Eu6oA8yT { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:38.5rem;left:41rem;height:5.0647rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kcTIJLtQGU6T1kathxGw4JSOGvDdHeys { color:#e0ac3a;display:block;width:27.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:36.6875rem;left:41rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EzPDgpVgVz9zMIiZlJL20dQQvGDaQu3I { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:52.375rem;left:41rem;height:5.0647rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rOBFkHppwzM9frIs83hqkUrqwp1H254I { color:#e0ac3a;display:block;width:25.49925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:50.5625rem;left:41rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qfeLAA44D6lTHNff5fHnTc8M6WpR9LTR { box-sizing:content-box;height:59.375rem;width:38.6875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0);background-image:url("https://images.assets-landingi.com/uc/fee6b262-7642-44dc-860b-fb49cd9fbe02/moldura.webp");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:2.5rem;left:35.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#qfeLAA44D6lTHNff5fHnTc8M6WpR9LTR.adaptive-delivery-prevent-bg, #qfeLAA44D6lTHNff5fHnTc8M6WpR9LTR.lazyload, #qfeLAA44D6lTHNff5fHnTc8M6WpR9LTR.lazyloading { background-image: none; }
#fFKhaO7gOAn6teL5PJCLiDeTZR4OvUrP { color:rgba(var(--color-primary-0),1);display:block;width:29.87425rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:10.625rem;left:41rem;height:5.84716875rem;display:block; }
#KFTM6CR0A3N8lVOK58NXwbThDNknwP8G { color:#e0ac3a;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:44.375rem;left:41rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sPqDHhzaWnFvkLQqpr1i7Nkfp7EMNlzN { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:46.3125rem;left:41rem;height:5.0647rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#il17mnChXxaPmdsL6fiBDysGWfbHD7Jc { position:absolute;display:block;z-index:15037;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.875rem;width:1.9375rem;top:21.6875rem;left:0rem;overflow:hidden;display:block; }
#TE8DUaGzLLpS2f5m5wEHbTltph8is3BG { position:absolute;display:block;z-index:15038;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.875rem;width:1.93725625rem;top:32.375rem;left:0rem;overflow:hidden;display:block; }
#qSWUN9ccyhEsAZyQhAgqIkFSLZTuVQiQ { position:absolute;display:block;z-index:15039;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.875rem;width:1.9375rem;top:43rem;left:0rem;overflow:hidden;display:block; }
#owPxDJ5TDkdahTKN7WctBRJxRJtvvatC { background-color:#73211e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:25.1233125rem;height:4.24926875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:54rem;left:1.1875rem;display:block; }
#ePz0zNVGokfCPcap5flDfvvmOQZaVNLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:url("https://images.assets-landingi.com/uc/f78b750e-640f-4779-9bbd-e3321c165de3/frame_42.webp");background-position: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; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX.adaptive-delivery-prevent-bg, #Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX.lazyload, #Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX.lazyloading { background-image: none; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row .container { background-color: transparent; background-image: none; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row .container > .video-iframe-container { display: none; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row > .video-iframe-container { display: none; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .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); }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row .container { border-width: 0; border-radius: 0; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#xRDNWnNVow7aG1LOb3MlAtamPhaVI0Wz { box-sizing:content-box;height:5.5625rem;width:23.125rem;position:absolute;display:block;z-index:15028;background-color:#280b09;background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:11.1875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#a3WMGCFyNHrRZK7eaeZecWOuOhi1fCN0 { box-sizing:content-box;height:5.5625rem;width:24.3125rem;position:absolute;display:block;z-index:15031;background-color:#280b09;background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:11.1875rem;left:25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PwHRvh1VT85M90oOaLq8zq2D1xXQxzoc { position:absolute;display:block;z-index:15046;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:3.937375rem;width:5.4370125rem;top:12.037963867188rem;left:0.78857421875rem;overflow:hidden;display:block; }
#yntw646b7zi4xVDLBlV1Xcxg0hR5q77q { color:rgba(var(--color-primary-0),1);display:block;width:14.2486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:13.275756835938rem;left:7.1246337890625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWQHtnKlg4CWMstMpTRIGqkBR6SUHnbB { color:rgba(var(--color-primary-0),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:13.275756835938rem;left:32.249755859375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p21FAKqyliFDehSg3pI009aJdXZtKTu4 { position:absolute;display:block;z-index:15049;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:3.937375rem;width:5.37475625rem;top:12.03857421875rem;left:26.2890625rem;overflow:hidden;display:block; }
#zifxse4Clkmamts2h6nTzaes5sVdzfXT { box-sizing:content-box;height:5.5625rem;width:24.3125rem;position:absolute;display:block;z-index:15034;background-color:#280b09;background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:11.1875rem;left:50.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yKB3RC5zwnA0FszswpTrOZDVfIlBkMVc { position:absolute;display:block;z-index:15052;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:4.562375rem;width:6.25rem;top:11.725463867188rem;left:52.249145507812rem;overflow:hidden;display:block; }
#PSQoH2NEAMcOd1TNgI25TKadTmQ0BHyD { color:rgba(var(--color-secondary-2),1);display:block;width:57.2479375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:4.6868896484375rem;left:8.875732421875rem;height:4.50073125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUhA7OFvU6k6JvuqN7OSHPrgods4Mhwq { color:rgba(var(--color-primary-0),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.545166015625rem;left:58.999633789062rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wmWUiqfRb28ahobef7rDxdKPkmsBFbRO { background-color:#75240b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1245rem;height:4.24926875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.1845703125rem;left:25rem;display:block; }
#Uh1h9WIExDldHGBgnawFS0RnM3nTRcxO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgUyUtg7VDGcFIm24oM4VcubOhdC9K3N { color:#2a0f04;display:block;width:41.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.68408203125rem;left:16.842041015625rem;height:6.1853rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/021252b0-9bc1-43c1-9cc2-84fd4e4a6a16/BG3.webp");background-position: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; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm.adaptive-delivery-prevent-bg, #cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm.lazyload, #cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm.lazyloading { background-image: none; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row .container { background-color: transparent; background-image: none; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row .container > .video-iframe-container { display: none; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row > .video-iframe-container { display: none; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .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); }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row .container { border-width: 0; border-radius: 0; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row .container { font-size:0.875rem;font-family:arial;height:69.875rem;width:75rem;position:relative;display:block; }#swkG9ybIOCa9pQV7oywTxRg3BA2vuHfl { color:#ffe5ba;display:block;width:54.624625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:8.975830078125rem;left:10.187377929688rem;height:6.000975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfWUimEimtzeOnTtARVVTfM3SSdt21Qo { position:absolute;display:block;z-index:15001;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:48.312375rem;width:63.4375rem;top:13.75rem;left:5.78125rem;overflow:hidden;display:block; }
#JRETn58eMqpaauRUFfkbB1PcuAtCe8Av { box-sizing:content-box;height:3.1875rem;width:14rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a77b62a9-b511-4dd4-babd-fd21eee85fdc/recomendado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:41rem;left:3.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#JRETn58eMqpaauRUFfkbB1PcuAtCe8Av.adaptive-delivery-prevent-bg, #JRETn58eMqpaauRUFfkbB1PcuAtCe8Av.lazyload, #JRETn58eMqpaauRUFfkbB1PcuAtCe8Av.lazyloading { background-image: none; }
#rlMp0MoHG3TAgdlgKVMaEWXZCaXyH7sS { color:rgba(var(--color-primary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:41.9365234375rem;left:7.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qCreDsnbxFt7x4z1tJdHXM6MahebTiVq { position:absolute;display:block;z-index:15082;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.875rem;width:1.875rem;top:41.5625rem;left:5.25rem;overflow:hidden;display:block; }
#b4kcv5rWg3B1vcPu0xd5pQGqIFByMW95 { box-sizing:content-box;height:3.1875rem;width:14rem;position:absolute;display:block;z-index:15061;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a77b62a9-b511-4dd4-babd-fd21eee85fdc/recomendado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.125rem;left:3.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#b4kcv5rWg3B1vcPu0xd5pQGqIFByMW95.adaptive-delivery-prevent-bg, #b4kcv5rWg3B1vcPu0xd5pQGqIFByMW95.lazyload, #b4kcv5rWg3B1vcPu0xd5pQGqIFByMW95.lazyloading { background-image: none; }
#T8xWTuH1ees4JenGlEQe1q5dyFHozl5K { position:absolute;display:block;z-index:15079;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.875rem;width:1.875rem;top:37.6875rem;left:5.25rem;overflow:hidden;display:block; }
#lXLMGTA9B2bRTh9IJpnt4GSHFW84kXLq { color:rgba(var(--color-primary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:38.12451171875rem;left:7.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V3TFVKifgtcxLbTwv6pLE28obo3HyOZh { box-sizing:content-box;height:3.1875rem;width:14rem;position:absolute;display:block;z-index:15058;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a77b62a9-b511-4dd4-babd-fd21eee85fdc/recomendado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.1875rem;left:3.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#V3TFVKifgtcxLbTwv6pLE28obo3HyOZh.adaptive-delivery-prevent-bg, #V3TFVKifgtcxLbTwv6pLE28obo3HyOZh.lazyload, #V3TFVKifgtcxLbTwv6pLE28obo3HyOZh.lazyloading { background-image: none; }
#iiO45ntEfhnZaavmztwKL03GhQ4uqR6C { color:rgba(var(--color-primary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:34.0615234375rem;left:7.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xaNs34kI6UDCkae5htFzlUVTd9cs4not { position:absolute;display:block;z-index:15076;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.875rem;width:1.875rem;top:33.75rem;left:5.25rem;overflow:hidden;display:block; }
#CKhIA5XOuibA1RDTVb9JThSFAPudJrqr { box-sizing:content-box;height:3.18725625rem;width:13.2495rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a77b62a9-b511-4dd4-babd-fd21eee85fdc/recomendado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:24.686279296875rem;left:57.056884765625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#CKhIA5XOuibA1RDTVb9JThSFAPudJrqr.adaptive-delivery-prevent-bg, #CKhIA5XOuibA1RDTVb9JThSFAPudJrqr.lazyload, #CKhIA5XOuibA1RDTVb9JThSFAPudJrqr.lazyloading { background-image: none; }
#OS75EfzoAP51J7XsFF7BspQnCUpnOHRv { position:absolute;display:block;z-index:15094;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.5625rem;width:1.5625rem;top:25.499267578125rem;left:67.2802734375rem;overflow:hidden;display:block; }
#DDGk5VfbBZ0xt9SZJQmH7W1Sb8ziV8ZH { box-sizing:content-box;height:2.6245125rem;width:17.99925rem;position:absolute;display:block;z-index:15073;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a77b62a9-b511-4dd4-babd-fd21eee85fdc/recomendado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.19384765625rem;left:52.230224609375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#DDGk5VfbBZ0xt9SZJQmH7W1Sb8ziV8ZH.adaptive-delivery-prevent-bg, #DDGk5VfbBZ0xt9SZJQmH7W1Sb8ziV8ZH.lazyload, #DDGk5VfbBZ0xt9SZJQmH7W1Sb8ziV8ZH.lazyloading { background-image: none; }
#Aoi02Wgq1xppVKcmKGO12Tim9sGLT9aU { position:absolute;display:block;z-index:15091;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.4375rem;width:1.4375rem;top:21.788330078125rem;left:67.2802734375rem;overflow:hidden;display:block; }
#sbyxhvtzFgnwuoHgBdFGoFJ4hk04xSuG { box-sizing:content-box;height:3.1875rem;width:14rem;position:absolute;display:block;z-index:15055;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a77b62a9-b511-4dd4-babd-fd21eee85fdc/recomendado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.1875rem;left:3.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#sbyxhvtzFgnwuoHgBdFGoFJ4hk04xSuG.adaptive-delivery-prevent-bg, #sbyxhvtzFgnwuoHgBdFGoFJ4hk04xSuG.lazyload, #sbyxhvtzFgnwuoHgBdFGoFJ4hk04xSuG.lazyloading { background-image: none; }
#eeb3lFdWS8vZ6aiunCosoJaqJSRgrDvs { color:rgba(var(--color-primary-0),1);display:block;width:12.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15079;line-height:1;letter-spacing:0;top:25.7177734375rem;left:54.478759765625rem;height:1.1254875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vkHizlgpwlibwZnM1DVxszku4Z5Gw3Ve { color:rgba(var(--color-primary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.74853515625rem;left:51.524658203125rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zPTvfCZy9LxKeUTHiRUBhIsVrQaNnWsZ { box-sizing:content-box;height:3.1875rem;width:12rem;position:absolute;display:block;z-index:15067;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a77b62a9-b511-4dd4-babd-fd21eee85fdc/recomendado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.125rem;left:58rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#zPTvfCZy9LxKeUTHiRUBhIsVrQaNnWsZ.adaptive-delivery-prevent-bg, #zPTvfCZy9LxKeUTHiRUBhIsVrQaNnWsZ.lazyload, #zPTvfCZy9LxKeUTHiRUBhIsVrQaNnWsZ.lazyloading { background-image: none; }
#DLBhnAcTIrou7lORAH7bd34EJpVptU3Z { color:rgba(var(--color-primary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:30.062255859375rem;left:7.7490234375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LEx1l1wr5LCiiGIwdDKlzXOoApFIfLCQ { position:absolute;display:block;z-index:15073;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.875rem;width:1.875rem;top:29.8125rem;left:5.1875rem;overflow:hidden;display:block; }
#yZHuyu50v64yp7S1TI9qFNA6By6T8XTm { position:absolute;display:block;z-index:15085;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.625rem;width:1.625rem;top:17.875rem;left:66.9375rem;overflow:hidden;display:block; }
#faKhbi744p4yLEbyfdJHA1L4KhoucD7w { color:rgba(var(--color-primary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:17.875rem;left:60.25rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/f78b750e-640f-4779-9bbd-e3321c165de3/frame_42.webp");background-position: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; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr.adaptive-delivery-prevent-bg, #ttucnMydwQfWKOrZXUzrozXdQa4RLhkr.lazyload, #ttucnMydwQfWKOrZXUzrozXdQa4RLhkr.lazyloading { background-image: none; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container { background-color: transparent; background-image: none; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container > .video-iframe-container { display: none; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row > .video-iframe-container { display: none; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .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); }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container { border-width: 0; border-radius: 0; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#PzF9hCeNFJyO1Z0kF8wxgu15zNsa5oTm { color:#2c1a0a;display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:3.189697265625rem;left:6.124267578125rem;height:3.200075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRfLDbJziLvJmZGyFshBINySipa7hJ3O { box-sizing:content-box;height:19.125rem;width:22.625rem;position:absolute;display:block;z-index:15007;background-color:#f0f1f3;background-image:url("https://images.assets-landingi.com/uc/2e11e2ec-a502-4f57-885c-052d4a8009f7/box6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.875rem;left:50rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#RRfLDbJziLvJmZGyFshBINySipa7hJ3O.adaptive-delivery-prevent-bg, #RRfLDbJziLvJmZGyFshBINySipa7hJ3O.lazyload, #RRfLDbJziLvJmZGyFshBINySipa7hJ3O.lazyloading { background-image: none; }
#UmTKBUmwKbDQWgTHlLbrFETikNcDO5zp { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:19.81201171875rem;left:52.7490234375rem;height:10.129375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IKziyH0Bzg7nLLDzGqiZOlns5MiSsDDf { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:17.34375rem;left:52.7490234375rem;height:4.1235375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD { box-sizing:content-box;height:19.125rem;width:22.625rem;position:absolute;display:block;z-index:15011;background-color:#f0f1f3;background-image:url("https://images.assets-landingi.com/uc/2e11e2ec-a502-4f57-885c-052d4a8009f7/box6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.875rem;left:26.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD.adaptive-delivery-prevent-bg, #yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD.lazyload, #yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD.lazyloading { background-image: none; }
#q6ZIDBJEwTgv27l4f7Tos9cAiZZwTFZE { color:#ffffff;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:19.8125rem;left:28.3125rem;height:8.4411875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BqQ4nz230avMCd6pZZiqRi5hHk7qMLZd { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.875rem;left:28.3125rem;height:5.9985375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IaFsS1dBnIvsu7g819GQzgOF6vxx85zu { box-sizing:content-box;height:19.125rem;width:22.625rem;position:absolute;display:block;z-index:15015;background-color:#f0f1f3;background-image:url("https://images.assets-landingi.com/uc/2e11e2ec-a502-4f57-885c-052d4a8009f7/box6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.875rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#IaFsS1dBnIvsu7g819GQzgOF6vxx85zu.adaptive-delivery-prevent-bg, #IaFsS1dBnIvsu7g819GQzgOF6vxx85zu.lazyload, #IaFsS1dBnIvsu7g819GQzgOF6vxx85zu.lazyloading { background-image: none; }
#KxKCF9sFwqDLnqLJI62e0AMWu2rKQxn8 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:22.218017578125rem;left:4.90478515625rem;height:5.0647rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJseCPahatI6emZlW6XMluuJrMKpb8d0 { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15036;line-height:1;letter-spacing:0;top:17.452392578125rem;left:4.90478515625rem;height:5.9985375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iCe5cNGc2HDoSDcESsp5iOme6uAtNMpX { position:absolute;display:block;z-index:15038;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.99975625rem;width:8.125rem;top:10.6875rem;left:4.3125rem;overflow:hidden;display:block; }
#dLSKu0udNK4HdRSEpeKDhJt8oSuTuWuV { position:absolute;display:block;z-index:15039;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.6875rem;width:7.625rem;top:10.6875rem;left:28.3125rem;overflow:hidden;display:block; }
#sFcLgB3IHLdSgQQTskfKcIepI8K6WTKx { position:absolute;display:block;z-index:15040;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:7.5625rem;top:10.625rem;left:52.375rem;overflow:hidden;display:block; }
#hvFVBAZBusrJhBJlvHD5hxZsmSRfhgSF { color:#2c1a0a;display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:7.5634765625rem;left:6.124267578125rem;height:1.40014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdwEX49yJTV4xIW7TW3nFKLteWHftKlX { background-color:#621010;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1233125rem;height:4.24926875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.43603515625rem;left:25rem;display:block; }
#n1C4vuir8LCpkB3cToyo2SMAVi9MZTuu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SkyBR3t4cui7nyXusyte83AGtAPT2V6u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a0f04;background-image:url("https://images.assets-landingi.com/uc/0882d302-5c9c-4fbb-829d-656d7c74265d/bg_1_.webp");background-position:bottom 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; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u.adaptive-delivery-prevent-bg, #SkyBR3t4cui7nyXusyte83AGtAPT2V6u.lazyload, #SkyBR3t4cui7nyXusyte83AGtAPT2V6u.lazyloading { background-image: none; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row .container { background-color: transparent; background-image: none; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row .container > .video-iframe-container { display: none; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row > .video-iframe-container { display: none; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .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); }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row .container { border-width: 0; border-radius: 0; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#emvh58uw9GBHDEZbdvEk1d4XivhwqiGf { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:5.277099609375rem;left:12.530517578125rem;height:10.7995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7vApxXn0q47vztvTKSRV1xLT4AhCTTA { position:absolute;display:block;z-index:15013;height:31.25rem;width:55.8110625rem;top:13.373046875rem;left:9.59423828125rem;display:block; }
#I26eK3VXNf5Axc26grTbFFT33g6IxHQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:url("https://images.assets-landingi.com/uc/f78b750e-640f-4779-9bbd-e3321c165de3/frame_42.webp");background-position: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; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl.adaptive-delivery-prevent-bg, #I26eK3VXNf5Axc26grTbFFT33g6IxHQl.lazyload, #I26eK3VXNf5Axc26grTbFFT33g6IxHQl.lazyloading { background-image: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { background-color: transparent; background-image: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container > .video-iframe-container { display: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row > .video-iframe-container { display: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .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); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { border-width: 0; border-radius: 0; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#CEOALDKm9NBfQwp0bS7taGkAEBV96aWK { position:absolute;display:block;z-index:15030;height:18.6875rem;width:65.375rem;top:6.09375rem;left:4.125rem;display:block; }
#KFR1s1J5Uebbw224l66Z8XtUEqwEyTd3 { color:#2a0f04;display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.6494140625rem;left:18.53125rem;height:7.01175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UuUynCRKV8oT18DmtJ821kQBlymPeeSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9ec;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { background-color: transparent; background-image: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container > .video-iframe-container { display: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container { display: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .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); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { border-width: 0; border-radius: 0; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:block; }#Tq064anD0JaE2ZfNrobm7TrnA6H0Fyx2 { position:absolute;display:block;z-index:15010;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:41.9375rem;width:35.875rem;top:11.717529296875rem;left:0rem;overflow:hidden;display:block; }
#qOJTvmuuiHHJSRBGWIHwT1c4lhnISknz { color:#1f1a14;display:block;width:29.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.45166015625rem;left:41.153564453125rem;height:4.1235375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t4cpxXg7x6ggsT7nFIuOkLymv8Lw0FTH { color:#2c1a0a;display:block;width:42.5610625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:.8;letter-spacing:0;top:4.747314453125rem;left:17.81005859375rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DktNu187gp8DxWBv31zoZNq8RHpmeBqw { position:absolute;display:block;z-index:15027;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:2.436525rem;width:2.436525rem;top:15rem;left:37.87353515625rem;overflow:hidden;display:block; }
#mwOJHRXy3R12SLduaDctwheHZmQTbESu { position:absolute;display:block;z-index:15029;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:2.436525rem;width:2.436525rem;top:19.0625rem;left:37.875rem;overflow:hidden;display:block; }
#UwngUFmFglP0Odg41FTcqTWv1wPT9ful { color:#1f1a14;display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:26.405029296875rem;left:41.18408203125rem;height:4.1235375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ahrxxib2bwL962RtfKcdhSVMQ9rllAvA { color:#1f1a14;display:block;width:29.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:30.9375rem;left:41.25rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#If85zPMOGQbHfckbOMllbRCmVMwxo7Mo { position:absolute;display:block;z-index:15031;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:2.56225625rem;width:2.56225625rem;top:30.5rem;left:38rem;overflow:hidden;display:block; }
#PTs3WItXH9nICD65J4p41SMXvaPC2Nev { color:#1f1a14;display:block;width:29.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:34.6435546875rem;left:41.434326171875rem;height:6.1853rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SssnBNsK7Lcx2TL6WBdTqZhn1mTGS2kO { position:absolute;display:block;z-index:15033;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:2.6245125rem;width:2.6245125rem;top:34.6435546875rem;left:37.7783203125rem;overflow:hidden;display:block; }
#uZkAHfP2Tbax5TdrRZPT01VODFmPnIBh { color:rgba(35,35,35,0.5);display:block;width:35.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:47.498779296875rem;left:36.87255859375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ds7ugwSFX6wCvOb6aNN8CENinxD715ss { position:absolute;display:block;z-index:15030;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:2.436525rem;width:2.436525rem;top:26.125rem;left:38.0625rem;overflow:hidden;display:block; }
#Ex7SygPJXcaKpJplNRnEVWrgUk2c5cK3 { color:#1f1a14;display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:19.0625rem;left:41.125rem;height:6.1853rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BqyIWKXzud6e1H5bGTh3oKe0fEXmEF9R { color:#2c1a0a;display:block;width:42.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:8.309326171875rem;left:17.81005859375rem;height:1.40014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QGyJ0Oyrplan744vs6guSeHc5PPaNDB4 { background-color:#621010;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.9375rem;height:4.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.1240234375rem;left:37.87353515625rem;display:block; }
#k8NLggUtOhuuJdw9fuGB7CAFWmHPBaJ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/fc45df34-f213-4d4d-8c13-7a03c911c20b/sobrebg.webp");background-position: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; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll.adaptive-delivery-prevent-bg, #VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll.lazyload, #VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll.lazyloading { background-image: none; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row .container { background-color: transparent; background-image: none; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row .container > .video-iframe-container { display: none; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row > .video-iframe-container { display: none; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .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); }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row .container { border-width: 0; border-radius: 0; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row .container { font-size:0.875rem;font-family:arial;height:107.9375rem;width:75rem;position:relative;display:block; }#J9AEmIAG8gfzmscXAO9lQ6cR6IFLIfOI { box-sizing:content-box;height:57.8735625rem;width:31.3733125rem;position:absolute;display:block;z-index:15106;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b482daf1-8593-45ac-9e81-701b0a7dd327/melhorbox1.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:13.453369140625rem;left:5.37109375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#J9AEmIAG8gfzmscXAO9lQ6cR6IFLIfOI.adaptive-delivery-prevent-bg, #J9AEmIAG8gfzmscXAO9lQ6cR6IFLIfOI.lazyload, #J9AEmIAG8gfzmscXAO9lQ6cR6IFLIfOI.lazyloading { background-image: none; }
#qoQzTWSdCyEL0tUT9w8yz4Gync9XmqnB { box-sizing:content-box;height:90.375rem;width:31.499625rem;position:absolute;display:block;z-index:15105;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cda891d5-133f-46dd-8370-16949e9b0e0a/boxclaro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12rem;left:37.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#qoQzTWSdCyEL0tUT9w8yz4Gync9XmqnB.adaptive-delivery-prevent-bg, #qoQzTWSdCyEL0tUT9w8yz4Gync9XmqnB.lazyload, #qoQzTWSdCyEL0tUT9w8yz4Gync9XmqnB.lazyloading { background-image: none; }
#nTtSzk31eam0s0ZwT1L8tzamJTnhV0lC { color:rgba(var(--color-primary-1),1);display:block;width:48.4985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:2.811279296875rem;left:14.82666015625rem;height:15.5956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwMfLqa8T3JEvDNgAp7oRXTcAQnqH5TW { box-sizing:content-box;height:2.6875rem;width:18.125rem;position:absolute;display:block;z-index:15202;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a77b62a9-b511-4dd4-babd-fd21eee85fdc/recomendado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.6875rem;left:44.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#nwMfLqa8T3JEvDNgAp7oRXTcAQnqH5TW.adaptive-delivery-prevent-bg, #nwMfLqa8T3JEvDNgAp7oRXTcAQnqH5TW.lazyload, #nwMfLqa8T3JEvDNgAp7oRXTcAQnqH5TW.lazyloading { background-image: none; }
#bOhu7Cr4QpTIoibXf45KsR3zwLidZkHT { color:#ffffff;display:block;width:20.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;top:55.9375rem;left:12.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bNQPmaGa74BvMAbaSQGsfGnuLkRnr5Et { position:absolute;display:block;z-index:15187;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.9995125rem;width:1.9995125rem;top:55.75rem;left:9.6875rem;overflow:hidden;display:block; }
#flszG54WI6x5ZFHkuLxo69hQRe05ksS6 { color:#ffffff;display:block;width:16.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15197;line-height:1.3;letter-spacing:0;top:53.1875rem;left:9.6875rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g1wGt6T49yHT7IsST4MPFmD1yhXwFB21 { color:#ffe5ba;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15196;line-height:1.3;letter-spacing:0;top:48.0625rem;left:9.6875rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#bkHbBvBL0zfatiWOutNhv4teUPwMB9MR { color:#ffe5ba;display:block;width:23.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:44.5rem;left:9.75rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#VsOEEXlih9Z59JH7vTRA8dE1vM64lmg8 { position:absolute;display:block;z-index:15198;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:27.99925rem;width:22.312rem;top:17.203369140625rem;left:10.52978515625rem;overflow:hidden;display:block; }
#XzXA4ATfz7M7yOHZ4WtxDvH7aO51xZkn { background-color:#570000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:4.24926875rem;text-decoration:none;z-index:15199;text-align:center;text-align-last:center;top:59.25rem;left:9.75rem;display:block; }
#OoyKc1CzenPEmrhTOdDD2ZVCASTvbLp2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WpJenAyAQZLnvPVHWefoTJn8MLJBquSQ { position:absolute;display:block;z-index:15188;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:2rem;width:2rem;top:73.125rem;left:41.6875rem;overflow:hidden;display:block; }
#FGWZq8MJdvUmgzy7rtU1FETgM4aRTo6b { position:absolute;display:block;z-index:15190;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:2rem;width:2rem;top:76.375rem;left:41.6875rem;overflow:hidden;display:block; }
#ntrNXFBavg7Z9pMHZam2RHJ2pdyEWQa3 { color:#1f1a14;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:75.75rem;left:45.1875rem;height:3.2495125rem;text-align:left;text-align-last:left;display:block; }
#TSwOMBuSuqdHL63oBg9tmRunFibPKdHD { position:absolute;display:block;z-index:15192;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:2rem;width:2rem;top:80rem;left:41.625rem;overflow:hidden;display:block; }
#RQ1cSMn08JJ8aylIQMhPAWNv8OvhfLOJ { color:#1f1a14;display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:80rem;left:45.25rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#fN2RgK2Viug3QC1tIs418gtOkiWt19QC { color:#1f1a14;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;top:73.3125rem;left:45.25rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#St034t3JsplpysiFZFc81SS080RP1IiV { position:absolute;display:block;z-index:15186;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:2rem;width:2rem;top:69.875rem;left:41.6875rem;overflow:hidden;display:block; }
#mQhbOI2gGaohM0IGqFpWEid1zaAfcZow { color:#1f1a14;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;top:70.0625rem;left:44.9375rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#dDUKesEq6ZHTkLqi9xean9WTd45wmTx3 { position:absolute;display:block;z-index:15184;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:2rem;width:2rem;top:66.6875rem;left:41.6875rem;overflow:hidden;display:block; }
#efzgwzGn2CDTnI1bCCmtc26cQUq08gXw { color:#1f1a14;display:block;width:20.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:66.875rem;left:44.9375rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#Nm64RXKoDmQafN9ib93pihHmiVuC5xp2 { color:#1f1a14;display:block;width:20.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:63.6875rem;left:44.625rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#eZDZyGzdNVHFmdBdlrrfK3cKyGc225AZ { position:absolute;display:block;z-index:15182;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:2rem;width:2rem;top:63.5rem;left:41.6875rem;overflow:hidden;display:block; }
#hhB6rQ4uX6LM2e0dImQO1r73mkAGZSeZ { color:#ac0000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:59.375rem;left:41.625rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rL2HCPA8EJFZUaVsrJSW3gsNcqRsCM4h { color:#2a0f04;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:54.8125rem;left:41.625rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#b8w0TQqIcqBTfucatylMGZLITWP8iI7O { color:rgba(var(--color-primary-0),1);display:block;width:10.871rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:48.25rem;left:40.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k2kSZ439ndFXDQdFxubSJ5hlthUMaEM8 { color:#2a0f04;display:block;width:23.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15150;line-height:1.2;letter-spacing:0;top:48.25rem;left:41.625rem;height:13.19925rem;text-align:left;text-align-last:left;display:block; }
#nhIpflDnrUUQxQGbLBJpTEGCcltKblkE { color:#280b09;display:block;width:21.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:89.8125rem;left:42.625rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H3TV2nA1h2mvbTMhBzzlH8tM5fgFkina { background-color:#55100f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8735625rem;height:4.24926875rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:84.5625rem;left:41.4375rem;display:block; }
#HCd1zcqrlp3DRzt7HTUOls1xbVwZyh9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJmo1migxWTi68Xvf90BE5BXrQXgU4p0 { color:#1f1a14;display:block;width:15.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15161;line-height:1.3;letter-spacing:0;top:93.5rem;left:45.375rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWz5ibBPXltx6zTuXvELPyyldzcrypoD { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15203;line-height:1.3;letter-spacing:0;top:19.125rem;left:46.625rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#HkTUfR6bVuSWSVpbS2UybtJTa7c7KUWQ { position:absolute;display:block;z-index:15193;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:25.812375rem;width:25.812375rem;top:21.375rem;left:40.5625rem;overflow:hidden;display:block; }
#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7e5;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; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container { background-color: transparent; background-image: none; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container > .video-iframe-container { display: none; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row > .video-iframe-container { display: none; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .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); }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container { border-width: 0; border-radius: 0; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:75rem;position:relative;display:block; }#m9ImkkdrMoJzmQfrFUOMpxleQNi8Awur { color:#2c1a0a;display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15007;line-height:.8;letter-spacing:0;top:4.5625rem;left:14.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQwXpmtg3lZ1DXMmk8bIo06Hi1b5Tx5E { color:#2c1a0a;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:44.248657226562rem;left:50.90576171875rem;height:13.505875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o { box-sizing:content-box;height:25.125rem;width:24.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecd3b662-b6c3-45ba-a858-9373e59c3f6c/augusto_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.8125rem;left:25.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.adaptive-delivery-prevent-bg, #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.lazyload, #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.lazyloading { background-image: none; }
#WWCMNJDtMsrEixqrkCB8zkIKA8PKPzVb { color:#2c1a0a;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:42.5625rem;left:25.375rem;height:15.19410625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fCSFxSeFp1BhFs8fEpGpfSezP58u0yqO { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:35.5625rem;left:25.3125rem;height:3.0004875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp { box-sizing:content-box;height:24.6875rem;width:24.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74550cf6-07fe-4917-9764-551c53066ab8/autor_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.1875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.adaptive-delivery-prevent-bg, #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.lazyload, #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.lazyloading { background-image: none; }
#fT9n5ZyfSb3GcvUJbbAbTt2S7hzwCqNI { color:#2c1a0a;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:42.5rem;left:0.0625rem;height:16.8823125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvfqO3OW6xtux38TEItViEQRw8xy8yEs { color:#280b09;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15036;line-height:1;letter-spacing:0;top:35.5rem;left:0rem;height:3.0004875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xaPVRPKH6aApsJk27qc7lKOVcTMdfiuT { color:#000000;display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:35.5rem;left:50.5rem;height:3.0004875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cwCmU4BLtcFylI9lc0ERT8M58tuyQT43 { color:#ac0000;display:block;width:14.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:39.25rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTVHR6CqQi0vvKnV9zuOLNcIeZ6h2QkU { color:#ac0000;display:block;width:14.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:39.3125rem;left:25.375rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RI4av7IU1w0wkSvTKQn1oCuJoT8BiZhI { color:#ac0000;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:39.25rem;left:50.5625rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG { box-sizing:content-box;height:25.1245rem;width:24.4995rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e9dff4e-c933-45e3-af0e-8c4984dc0078/palestrante.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.8125rem;left:50.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.adaptive-delivery-prevent-bg, #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.lazyload, #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.lazyloading { background-image: none; }
#iCsQ0Q0hdV3KCUrvhRdkWGCAFBbgfM7g { box-sizing:content-box;height:2.6875rem;width:15rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a77b62a9-b511-4dd4-babd-fd21eee85fdc/recomendado.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:40.75rem;left:50rem;display:block; }#iCsQ0Q0hdV3KCUrvhRdkWGCAFBbgfM7g.adaptive-delivery-prevent-bg, #iCsQ0Q0hdV3KCUrvhRdkWGCAFBbgfM7g.lazyload, #iCsQ0Q0hdV3KCUrvhRdkWGCAFBbgfM7g.lazyloading { background-image: none; }
#L5kWWmiDkw8aonWFoBNOgtfNTudsRyiZ { color:#ffe5ba;display:block;width:11.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:41.343383789062rem;left:51.937255859375rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/fc45df34-f213-4d4d-8c13-7a03c911c20b/sobrebg.webp");background-position: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; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL.adaptive-delivery-prevent-bg, #y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL.lazyload, #y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL.lazyloading { background-image: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { background-color: transparent; background-image: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container > .video-iframe-container { display: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container { display: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .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); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { border-width: 0; border-radius: 0; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#WMKcgDlAb07pwSHXq12pgvhO6iTOUfF3 { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:8.625rem;left:4.875rem;height:7.01175rem;font-style:normal;display:block; }
#Lyf0vf44KfcMv6bvhVRQN65ym1WCa5Lx { color:#ffe5ba;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:12.5625rem;left:4.875rem;height:1.375rem;font-style:normal;display:block; }
#g9VpUEh3JD1rkkAxcyCpxtdcgGucC5Zq { color:#f5eee4;display:block;width:27.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.625rem;left:4.875rem;height:29.245625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PfRCmvyUd4kIHmwE1Z3SNEJFwldarTtm { position:absolute;display:block;z-index:15032;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:39.24925rem;width:29.3115rem;top:4.072265625rem;left:41.593017578125rem;overflow:hidden;display:block; }
#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { background-color: transparent; background-image: none; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container > .video-iframe-container { display: none; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row > .video-iframe-container { display: none; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .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); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { border-width: 0; border-radius: 0; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { font-size:0.875rem;font-family:arial;height:83.0625rem;width:75rem;position:relative;display:block; }#JHyo23gh5TL4KSwArn6H0S0kcVayuQGl { color:rgba(var(--color-secondary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.06005859375rem;left:16.513671875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRs5Xy5C1t3HCZcWE60BoLvP5TMbGCRU { position:absolute;display:block;z-index:15044;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:25.4375rem;width:28.8125rem;top:13.875rem;left:40.875rem;overflow:hidden;display:block; }
#FNzecrfGPdJ0iOm9Urt8LWCw73zqFr5T { color:rgba(var(--color-primary-0),0.75);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:20.311279296875rem;left:7.1240234375rem;height:25.3235rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CLhb3cRy3tnWrDLNbOlm5cFwO1x4BUL6 { color:rgba(var(--color-primary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.214111328125rem;left:7.1240234375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZHVLptdTu2bC8JgDxe4bNuJnpDp1bhy { box-sizing:content-box;height:31.8125rem;width:69.25rem;position:absolute;display:block;z-index:15015;background-color:#370606;background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:11.0625rem;left:3.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ssVaCtayHk8uP1RMKRkS8q23vx54iCS8 { color:rgba(var(--color-primary-1),0.75);display:block;width:29.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:15.936279296875rem;left:7.15576171875rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQkcycVN1tekg7plPaJuV0HVvvMQR1iK { position:absolute;display:block;z-index:15049;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:25.875rem;width:28.8125rem;top:47.9375rem;left:6.25rem;overflow:hidden;display:block; }
#TNEVxwS75Jigf5pkIUvTUVJMbATXXIs3 { box-sizing:content-box;height:31.8125rem;width:69.25rem;position:absolute;display:block;z-index:15020;background-color:#380605;background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:44.875rem;left:3.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zLR02W06rODkTncBsVDLXa1uVLyTiUgV { color:rgba(var(--color-primary-0),0.75);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:56.436767578125rem;left:38.56201171875rem;height:18.5705625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q4zuGplEX0xwFz1CeItzWGe6EZ9ZxbBa { color:rgba(var(--color-primary-1),0.75);display:block;width:29.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:52.375rem;left:38.6875rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GyV4osuqpcUxquZMUfZUvLXrB9fhWlEJ { color:rgba(var(--color-primary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:50.25rem;left:38.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a0f04;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; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row .container { background-color: transparent; background-image: none; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row .container > .video-iframe-container { display: none; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row > .video-iframe-container { display: none; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .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); }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row .container { border-width: 0; border-radius: 0; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#f6DuGA1VoJFsItZTR8XQhqEoLJnmKKqJ { color:rgba(var(--color-primary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:6.8125rem;height:8.44725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-element-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;color:rgba(var(--color-secondary-2),1);height:auto;font-style:normal;line-height:1.5;overflow:hidden; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-trigger { width:1.5rem;min-width:1.5rem;height:1.5rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-trigger.adaptive-delivery-prevent-bg, #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-trigger.lazyload, #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-trigger.lazyloading { background-image: none; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 { box-sizing:content-box;height:auto;width:35.9985625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.9375rem;left:36.5rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #NV9KsATruT7RsSZ6gsuKXcP5D6rA275c { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #OnwuwtL8JAhXCBUqwqh3UhKqCyvaN2Dh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #H5bUH3Iec4pAH6ETuTv1Tuy9T5g7O4RU { display:block;position:relative; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #CBtHLV9N7TyI8kE55WB6AcEWgSghTE4J {  }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #aNKlTEiaPObqCRoWIPIDFxLly4dfQFtF {  }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #TIdW6lAndarTzkUeCw53hMoSsvwIzccH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #eFarkh3UyAw8M1HznRKmgqslRBMbcdlg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MIQWlIwTFKpD8HXQ6nrLmJ2nuqzPGvVL { display:block;position:relative; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #uo36KmxGKZdKDam7DsOQiQvDSZTcKApp {  }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #FzEhcptPL8I8cE98aUHGgMH83b4rSKsG { display:none; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #f3kLR9P7Ame6Fv0B1CDKHrHRzXwHgqAn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #egVN20L0LEVs60MCi5HQ4iqTqmGTN4P4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #SdEKgf3ht4XTR8TtlHBXo0RorNDaF1Hq { display:block;position:relative; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MMkVlwICru0ui4s7sD7JTQwfoF5L1hrd {  }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #Jlp17BvZBQvhyTKEcZLAN8yUMcWH6SrB { display:none; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #QotyztAdN9bfuKL5uWUlTdTNvnLRsatV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #FmgXifpSqTRazrB46yfLi5IEa6gJHX06 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #E06Bdb6QEky5ibAooxv1Xq5pQFdwRCgA { display:block;position:relative; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #rdzCxl8BM258FXcql1fTK1wQJemxUEF0 {  }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #smCUKDA4BWUxzFsnRVBmP1ymOVQkPTZV { display:none; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #qE8dHepcvJ6ZfybTHUaxoSiHsWXTprXX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #pXAPwQRWBbh3oklzlkog1h7bX5AgQXe6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #TKollIKZNXZEE7mMosbt5CJ6zFqoGSWV { display:block;position:relative; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #UxHX8c6hdqDbovwZbA3WwK4EK1c0R2UR {  }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #kt89oC9DV476RiJSOZaF1LTbfMQESEzu { display:none; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MdDF7i1J2dPraGW9A0iqQhxKJFihAGIk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #dfTuzpIMhFJb9r5MR65Tx9nVGpqCIDNq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #dgP7mX8dfZhIPGmoK2sFX7QFmdggGCy2 { display:block;position:relative; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MVPcOds6QSSd6MmhXhZyt6i6VfBRVrrm {  }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #E9aSoXoPxt7cOwwPq3Bl6TcMhOPykiHT { display:none; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #d3RUXxnuk4c7XhhEQ7Ct0qGi76qnChJa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #c9anTuva8qXMQ6ZdOTdhn6ll1acA41PJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #nHDSwBHcHqBpKixS4mSfuo1a9vLO29cs { display:block;position:relative; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #SJyCcCANn3iyiZRmGQWIyMIsDwyHN6Qc {  }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #ccxKbQHkX7srA5zZLx36PxtLC2rCoFgM { display:none; }
#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { background-color: transparent; background-image: none; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container > .video-iframe-container { display: none; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row > .video-iframe-container { display: none; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .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); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { border-width: 0; border-radius: 0; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#x9AIDnmXZTBTfmylklhDnMuvrO0qkMHc { position:absolute;display:block;z-index:15005;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.875rem;width:5.875rem;top:2.9375rem;left:9.5rem;overflow:hidden;display:block; }
#TmrwoZ5yqL5UqIMZ9R6k5AAd77T9aEeX { color:rgba(var(--color-secondary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:9.1875rem;left:10.4375rem;height:1.3501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gNxmcuXbnXdvS29CSIdhIZT5XHTWeNha { color:rgba(var(--color-secondary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11rem;left:10.4375rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 { 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:15009;opacity:1;top:16.0625rem;left:10.4375rem; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 { 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:15010;opacity:1;top:16.0625rem;left:13.0625rem; }
#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#d2GwbzegDvDgAZCRATKe38dkPuvi87cp { 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:15011;opacity:1;top:3.75rem;left:39.8125rem; }
#d2GwbzegDvDgAZCRATKe38dkPuvi87cp > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 { 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:15012;opacity:1;top:6.625rem;left:39.8125rem; }
#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#yUGK883NuRkXLpAXciEqUObGSPTbfnHV { color:rgba(var(--color-secondary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9375rem;left:42.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1aATasLx82mUUMDsInu0TJH0Ppwdzxh { color:rgba(var(--color-secondary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:6.8125rem;left:42.4375rem;height:1.3501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZN2HvXEvIBOR6RT6tVx4UoWOxXf03w8L { box-sizing:content-box;height:0.0625rem;width:55.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:9.59375rem;display:block; }
#wxBKe6MRDeAKGpWNaIoEz7TttDEiUnLv { color:rgba(var(--color-secondary-2),0.75);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:23.1875rem;left:10.4375rem;height:1.19934375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg { display:block; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx3H5vspOM9QdfTDGVgi62n8zAkNrb7c { top:14.5625rem;left:0rem;width:31.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcRLT3pCTLQixxUeyR9OwfG6sxo2J6gD { top:29.25rem;left:0rem;width:24.1875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqeTOHkPEC2mKIq1DhKcDip7qtUNguUu { width:25.75rem;height:4.1875rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abzGefJgV6yqa1RVMRbkrFcQmRU3ocCB { display:block; }
 }@media only screen and (max-width: 763px) { #Mlmt6EekQ6WERpCQdmCAQQ3RFBI71omE { top:1.0625rem;left:0rem;width:39.0625rem;height:47.87475rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUZa6ny4nTndc9ynUJTgfeb0ZAcU1yfn { top:7.3125rem;left:0rem;width:9.375rem;height:5.2774576809982rem;display:block; }
 }@media only screen and (max-width: 763px) { #omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm { display:block; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9B2T4mIvOzT7K9I1cDl8RTJ4oB7U4NR { top:4.375rem;left:13.6875rem;width:33rem;height:6.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJHRFn8JxxyZoISvFzTEGtGoJsNU8rBB { top:11.5rem;left:14.75rem;width:33rem;height:41.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM7XNaH7hCcOMH7DGNG6LOvcmAVmfryU { top:5.4375rem;left:0rem;width:41.875rem;height:49.675903433105rem;display:block; }
 }@media only screen and (max-width: 763px) { #linNzp4acGUUEWzMGDctTLvLAaZJeFeQ { width:25.75rem;height:4.1875rem;top:53.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIoGeNak7hNcvQOJvGpmZFzCzFyRWLEd { display:block; }
 }@media only screen and (max-width: 763px) { #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 { display:block; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyR97MpGywVBlBD8rTD02ibENw7SQWfI { top:9.0625rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaLuK9NrWoWkgMH1KCELnk11JTRn71m3 { top:21.6875rem;left:7.3125rem;width:39.1875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0lQgvXbDf2DALVckN3qytEZuDpnGHRt { top:21.25rem;left:1.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxFsL7tUTeFNKNT9ZGPT91WiGdR4KkfH { top:26.25rem;left:1.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZzOvdFa2w5TAAi7TdWCWAaO2tyOfXKF { top:26.6875rem;left:7.3125rem;width:39.1875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeo72CcbJhtNfc4zhxrgCJ7O0c4g2R4G { top:31.625rem;left:7.3125rem;width:39.1875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx5WcIvtxcAzQXeyHAJJ2mPMTONltZvN { top:31.1875rem;left:1.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHL5CrLlN11ScC6chugDOA1gEaoB2xhP { top:36.25rem;left:1.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBWOefwBT4zhwVCSLspGpOf9lUuwbav { top:36.6875rem;left:7.3125rem;width:39.1875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMBCmNTS33B4vKmsCAiIwKGlmdiT9rQd { top:41.75rem;left:1.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR5SoBmugiWKvwCMlVfl6BX5h7BZffko { top:42.8125rem;left:7.3125rem;width:39.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0bSh1pgUBgN0VF02lwEy8nbRhnOD2y2 { top:46.75rem;left:1.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUgwoocmHhMDkUsTozS1Ehdv716OPKAE { top:47.1875rem;left:7.3125rem;width:39.1875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EErgDaN22OQu433Bbbq7UMst95c7rZqn { top:52.1875rem;left:7.3125rem;width:39.1875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0TZHogOwEV3ZV2MuDMaqnyHGH25c3m5 { top:51.75rem;left:1.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJMhhhyiF4g6ui59vdoxI6qJTiUXTNil { top:57.125rem;left:7.3125rem;width:39.1875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB7q84LTwqHyRyKZpIhTvp9Rv1ioDUn9 { top:56.6875rem;left:1.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSKbiqktUK4WscoDfKX2WPqhET5nvbuN { display:block; }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EraGMxe0N0cb5dBw8Pcb3VylDfBmEHcn { top:9.375rem;left:0rem;width:28.75rem;height:10.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2UPHw5ZlQ5e4tXOpWAA080dAwPE2iS4 { top:23.8125rem;left:0rem;width:30.9375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbVpIpoFxhGc14uPyKmipTG2ACIvpPO { top:21.6875rem;left:0rem;width:27.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHAtsJLgD1oaHAm9BTf869fAJQKq56LT { top:34.375rem;left:0rem;width:27.9375rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCL32rmFa1PdrWl8721mKpbDb9t2J9km { top:32.25rem;left:0rem;width:27.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD3w1lzZDa3x4OJCtwVxHXJMfCIW108Q { top:45.125rem;left:0rem;width:27.9375rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B99zdoSDB8QSNhcCptutw48zAXcqXhyW { top:43rem;left:0rem;width:27.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXplHRCMVsm9w11Pm6Bl5mFysA836I4x { top:19.5625rem;left:18.875rem;width:28.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgTcPR02ekynAQ5cEsNEn917PFggKX5r { top:17.5rem;left:19.8125rem;width:27.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSrme7OI6AqdnhPC1s7LnyIcgaMtuxDH { top:26.0625rem;left:18.3125rem;width:29.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIucT1TI7KmHHf3PGFbt2Jp9fJtH2eT4 { top:24.25rem;left:22.5625rem;width:25.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3MXMOS4XofMCPD5ARce3nbNlevQpiym { top:32.25rem;left:17.9375rem;width:29.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP5M75lxov4TJ2F7Vko4GEIDCaASa0vN { top:30.375rem;left:22.625rem;width:25.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNkGwsAeHT67uzDJlB3bfzv4Eu6oA8yT { top:38.5rem;left:18rem;width:29.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcTIJLtQGU6T1kathxGw4JSOGvDdHeys { top:36.6875rem;left:19.8125rem;width:27.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzPDgpVgVz9zMIiZlJL20dQQvGDaQu3I { top:52.375rem;left:16.5rem;width:31.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOBFkHppwzM9frIs83hqkUrqwp1H254I { top:50.5625rem;left:22.3125rem;width:25.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfeLAA44D6lTHNff5fHnTc8M6WpR9LTR { top:2.5rem;left:9.0625rem;width:38.625rem;height:59.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFKhaO7gOAn6teL5PJCLiDeTZR4OvUrP { top:10.625rem;left:17.9375rem;width:29.8125rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFTM6CR0A3N8lVOK58NXwbThDNknwP8G { top:44.375rem;left:22.4375rem;width:25.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqDHhzaWnFvkLQqpr1i7Nkfp7EMNlzN { top:46.3125rem;left:16.5rem;width:31.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il17mnChXxaPmdsL6fiBDysGWfbHD7Jc { top:21.6875rem;left:0rem;width:1.875rem;height:1.8147444355903rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8DUaGzLLpS2f5m5wEHbTltph8is3BG { top:32.375rem;left:0rem;width:1.875rem;height:1.8147444355903rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSWUN9ccyhEsAZyQhAgqIkFSLZTuVQiQ { top:43rem;left:0rem;width:1.875rem;height:1.8147444355903rem;display:block; }
 }@media only screen and (max-width: 763px) { #owPxDJ5TDkdahTKN7WctBRJxRJtvvatC { width:25.0625rem;height:4.1875rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePz0zNVGokfCPcap5flDfvvmOQZaVNLk { display:block; }
 }@media only screen and (max-width: 763px) { #Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX { display:block; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRDNWnNVow7aG1LOb3MlAtamPhaVI0Wz { top:11.1875rem;left:0rem;width:23.125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3WMGCFyNHrRZK7eaeZecWOuOhi1fCN0 { top:11.1875rem;left:7.3125rem;width:24.3125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwHRvh1VT85M90oOaLq8zq2D1xXQxzoc { top:12rem;left:0rem;width:5.375rem;height:3.8924667958737rem;display:block; }
 }@media only screen and (max-width: 763px) { #yntw646b7zi4xVDLBlV1Xcxg0hR5q77q { top:13.25rem;left:1.6875rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWQHtnKlg4CWMstMpTRIGqkBR6SUHnbB { top:13.25rem;left:17.5625rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p21FAKqyliFDehSg3pI009aJdXZtKTu4 { top:12rem;left:15.875rem;width:5.3125rem;height:3.8917680569235rem;display:block; }
 }@media only screen and (max-width: 763px) { #zifxse4Clkmamts2h6nTzaes5sVdzfXT { top:11.1875rem;left:23.1875rem;width:24.3125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKB3RC5zwnA0FszswpTrOZDVfIlBkMVc { top:11.6875rem;left:31.75rem;width:6.25rem;height:4.562375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSQoH2NEAMcOd1TNgI25TKadTmQ0BHyD { top:4.625rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUhA7OFvU6k6JvuqN7OSHPrgods4Mhwq { top:12.5rem;left:33.4375rem;width:14.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmWUiqfRb28ahobef7rDxdKPkmsBFbRO { width:25.0625rem;height:4.1875rem;top:24.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh1h9WIExDldHGBgnawFS0RnM3nTRcxO { display:block; }
 }@media only screen and (max-width: 763px) { #pgUyUtg7VDGcFIm24oM4VcubOhdC9K3N { top:18.625rem;left:0rem;width:41.25rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm { display:block; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swkG9ybIOCa9pQV7oywTxRg3BA2vuHfl { top:8.9375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfWUimEimtzeOnTtARVVTfM3SSdt21Qo { top:13.75rem;left:0rem;width:47.75rem;height:36.365176847291rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRETn58eMqpaauRUFfkbB1PcuAtCe8Av { top:41rem;left:0rem;width:14rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlMp0MoHG3TAgdlgKVMaEWXZCaXyH7sS { top:41.875rem;left:3.25rem;width:11.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCreDsnbxFt7x4z1tJdHXM6MahebTiVq { top:41.5625rem;left:0.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4kcv5rWg3B1vcPu0xd5pQGqIFByMW95 { top:37.125rem;left:0rem;width:14rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xWTuH1ees4JenGlEQe1q5dyFHozl5K { top:37.6875rem;left:0.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXLMGTA9B2bRTh9IJpnt4GSHFW84kXLq { top:38.0625rem;left:3.25rem;width:11.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3TFVKifgtcxLbTwv6pLE28obo3HyOZh { top:33.1875rem;left:0rem;width:14rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiO45ntEfhnZaavmztwKL03GhQ4uqR6C { top:34rem;left:3.25rem;width:11.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaNs34kI6UDCkae5htFzlUVTd9cs4not { top:33.75rem;left:0.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKhIA5XOuibA1RDTVb9JThSFAPudJrqr { top:24.625rem;left:34.244384765625rem;width:13.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS75EfzoAP51J7XsFF7BspQnCUpnOHRv { top:25.4375rem;left:44.4677734375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDGk5VfbBZ0xt9SZJQmH7W1Sb8ziV8ZH { top:21.1875rem;left:29.625rem;width:17.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoi02Wgq1xppVKcmKGO12Tim9sGLT9aU { top:21.75rem;left:44.4677734375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbyxhvtzFgnwuoHgBdFGoFJ4hk04xSuG { top:29.1875rem;left:0rem;width:14rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeb3lFdWS8vZ6aiunCosoJaqJSRgrDvs { top:25.6875rem;left:31.75rem;width:12.375rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkHizlgpwlibwZnM1DVxszku4Z5Gw3Ve { top:21.6875rem;left:31.75rem;width:15.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPTvfCZy9LxKeUTHiRUBhIsVrQaNnWsZ { top:17.125rem;left:35.1875rem;width:11.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLBhnAcTIrou7lORAH7bd34EJpVptU3Z { top:30rem;left:3.1865234375rem;width:11.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEx1l1wr5LCiiGIwdDKlzXOoApFIfLCQ { top:29.8125rem;left:0.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZHuyu50v64yp7S1TI9qFNA6By6T8XTm { top:17.875rem;left:44.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faKhbi744p4yLEbyfdJHA1L4KhoucD7w { top:17.875rem;left:37.4375rem;width:5.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttucnMydwQfWKOrZXUzrozXdQa4RLhkr { display:block; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzF9hCeNFJyO1Z0kF8wxgu15zNsa5oTm { top:3.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRfLDbJziLvJmZGyFshBINySipa7hJ3O { top:12.875rem;left:25.125rem;width:22.5625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTKBUmwKbDQWgTHlLbrFETikNcDO5zp { top:19.75rem;left:30.6875rem;width:17.0625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKziyH0Bzg7nLLDzGqiZOlns5MiSsDDf { top:17.3125rem;left:29rem;width:18.75rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD { top:12.875rem;left:1.3125rem;width:22.5625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ZIDBJEwTgv27l4f7Tos9cAiZZwTFZE { top:19.8125rem;left:5.9375rem;width:17.9375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqQ4nz230avMCd6pZZiqRi5hHk7qMLZd { top:16.875rem;left:7.3125rem;width:16.5625rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaFsS1dBnIvsu7g819GQzgOF6vxx85zu { top:12.875rem;left:0rem;width:22.5625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxKCF9sFwqDLnqLJI62e0AMWu2rKQxn8 { top:22.1875rem;left:0rem;width:17.8125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJseCPahatI6emZlW6XMluuJrMKpb8d0 { top:17.4375rem;left:0rem;width:14.6875rem;height:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCe5cNGc2HDoSDcESsp5iOme6uAtNMpX { top:10.6875rem;left:0rem;width:8.125rem;height:5.99975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSKu0udNK4HdRSEpeKDhJt8oSuTuWuV { top:10.6875rem;left:16.25rem;width:7.5625rem;height:5.6410092977408rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFcLgB3IHLdSgQQTskfKcIepI8K6WTKx { top:10.625rem;left:31.9375rem;width:7.5rem;height:5.5786968164237rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvFVBAZBusrJhBJlvHD5hxZsmSRfhgSF { top:7.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdwEX49yJTV4xIW7TW3nFKLteWHftKlX { width:25.0625rem;height:4.1875rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1C4vuir8LCpkB3cToyo2SMAVi9MZTuu { display:block; }
 }@media only screen and (max-width: 763px) { #SkyBR3t4cui7nyXusyte83AGtAPT2V6u { display:block; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emvh58uw9GBHDEZbdvEk1d4XivhwqiGf { top:5.25rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7vApxXn0q47vztvTKSRV1xLT4AhCTTA { top:13.3125rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I26eK3VXNf5Axc26grTbFFT33g6IxHQl { display:block; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEOALDKm9NBfQwp0bS7taGkAEBV96aWK { top:6.0625rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFR1s1J5Uebbw224l66Z8XtUEqwEyTd3 { top:2.625rem;left:0rem;width:36.5625rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuUynCRKV8oT18DmtJ821kQBlymPeeSw { display:block; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq064anD0JaE2ZfNrobm7TrnA6H0Fyx2 { top:11.6875rem;left:0rem;width:35.875rem;height:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOJTvmuuiHHJSRBGWIHwT1c4lhnISknz { top:15.4375rem;left:2.0625rem;width:29.6875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4cpxXg7x6ggsT7nFIuOkLymv8Lw0FTH { top:4.6875rem;left:0rem;width:42.5rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DktNu187gp8DxWBv31zoZNq8RHpmeBqw { top:15rem;left:24.18603515625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwOJHRXy3R12SLduaDctwheHZmQTbESu { top:19.0625rem;left:24.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwngUFmFglP0Odg41FTcqTWv1wPT9ful { top:26.375rem;left:2.0625rem;width:29.6875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahrxxib2bwL962RtfKcdhSVMQ9rllAvA { top:30.9375rem;left:2.0625rem;width:29.6875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #If85zPMOGQbHfckbOMllbRCmVMwxo7Mo { top:30.5rem;left:24.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTs3WItXH9nICD65J4p41SMXvaPC2Nev { top:34.625rem;left:2.625rem;width:29.125rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SssnBNsK7Lcx2TL6WBdTqZhn1mTGS2kO { top:34.625rem;left:24.0908203125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZkAHfP2Tbax5TdrRZPT01VODFmPnIBh { top:47.4375rem;left:0rem;width:35.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds7ugwSFX6wCvOb6aNN8CENinxD715ss { top:26.125rem;left:24.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex7SygPJXcaKpJplNRnEVWrgUk2c5cK3 { top:19.0625rem;left:0.375rem;width:31.375rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqyIWKXzud6e1H5bGTh3oKe0fEXmEF9R { top:8.25rem;left:0rem;width:42.5rem;height:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGyJ0Oyrplan744vs6guSeHc5PPaNDB4 { width:32.9375rem;height:4.25rem;top:42.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8NLggUtOhuuJdw9fuGB7CAFWmHPBaJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll { display:block; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9AEmIAG8gfzmscXAO9lQ6cR6IFLIfOI { top:13.4375rem;left:0rem;width:31.3125rem;height:57.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoQzTWSdCyEL0tUT9w8yz4Gync9XmqnB { top:12rem;left:16.3125rem;width:31.4375rem;height:90.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTtSzk31eam0s0ZwT1L8tzamJTnhV0lC { top:2.75rem;left:0rem;width:47.75rem;height:;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwMfLqa8T3JEvDNgAp7oRXTcAQnqH5TW { top:18.6875rem;left:24rem;width:18.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOhu7Cr4QpTIoibXf45KsR3zwLidZkHT { top:55.9375rem;left:3.5rem;width:20.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNQPmaGa74BvMAbaSQGsfGnuLkRnr5Et { top:55.75rem;left:2.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flszG54WI6x5ZFHkuLxo69hQRe05ksS6 { top:53.1875rem;left:2.875rem;width:16.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1wGt6T49yHT7IsST4MPFmD1yhXwFB21 { top:48.0625rem;left:2.875rem;width:17.625rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkHbBvBL0zfatiWOutNhv4teUPwMB9MR { top:44.5rem;left:0rem;width:23.875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsOEEXlih9Z59JH7vTRA8dE1vM64lmg8 { top:17.1875rem;left:1.625rem;width:22.25rem;height:27.921446418967rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzXA4ATfz7M7yOHZ4WtxDvH7aO51xZkn { width:22.1875rem;height:4.1875rem;top:59.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoyKc1CzenPEmrhTOdDD2ZVCASTvbLp2 { display:block; }
 }@media only screen and (max-width: 763px) { #WpJenAyAQZLnvPVHWefoTJn8MLJBquSQ { top:73.125rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGWZq8MJdvUmgzy7rtU1FETgM4aRTo6b { top:76.375rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntrNXFBavg7Z9pMHZam2RHJ2pdyEWQa3 { top:75.75rem;left:24.75rem;width:22.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSwOMBuSuqdHL63oBg9tmRunFibPKdHD { top:80rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ1cSMn08JJ8aylIQMhPAWNv8OvhfLOJ { top:80rem;left:24.8125rem;width:20.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN2RgK2Viug3QC1tIs418gtOkiWt19QC { top:73.3125rem;left:22.125rem;width:17.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #St034t3JsplpysiFZFc81SS080RP1IiV { top:69.875rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQhbOI2gGaohM0IGqFpWEid1zaAfcZow { top:70.0625rem;left:23.875rem;width:16.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUKesEq6ZHTkLqi9xean9WTd45wmTx3 { top:66.6875rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efzgwzGn2CDTnI1bCCmtc26cQUq08gXw { top:66.875rem;left:24.5rem;width:20.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm64RXKoDmQafN9ib93pihHmiVuC5xp2 { top:63.6875rem;left:24.1875rem;width:20.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZDZyGzdNVHFmdBdlrrfK3cKyGc225AZ { top:63.5rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhB6rQ4uX6LM2e0dImQO1r73mkAGZSeZ { top:59.375rem;left:23.875rem;width:14.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL2HCPA8EJFZUaVsrJSW3gsNcqRsCM4h { top:54.8125rem;left:23.875rem;width:17.1875rem;height:4.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8w0TQqIcqBTfucatylMGZLITWP8iI7O { top:48.25rem;left:23.875rem;width:10.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2kSZ439ndFXDQdFxubSJ5hlthUMaEM8 { top:48.25rem;left:23.875rem;width:23.875rem;height:6.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhIpflDnrUUQxQGbLBJpTEGCcltKblkE { top:89.8125rem;left:23.875rem;width:21rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3TV2nA1h2mvbTMhBzzlH8tM5fgFkina { width:22.8125rem;height:4.1875rem;top:84.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCd1zcqrlp3DRzt7HTUOls1xbVwZyh9P { display:block; }
 }@media only screen and (max-width: 763px) { #zJmo1migxWTi68Xvf90BE5BXrQXgU4p0 { top:93.5rem;left:24.9375rem;width:15.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWz5ibBPXltx6zTuXvELPyyldzcrypoD { top:19.125rem;left:26.1875rem;width:13.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTUfR6bVuSWSVpbS2UybtJTa7c7KUWQ { top:21.375rem;left:22rem;width:25.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDHRTw97sNJPQXKtJA7NEqaASmWqERx { display:block; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9ImkkdrMoJzmQfrFUOMpxleQNi8Awur { top:4.5625rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQwXpmtg3lZ1DXMmk8bIo06Hi1b5Tx5E { top:44.1875rem;left:24.3125rem;width:23.4375rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o { top:8.8125rem;left:0rem;width:24.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWCMNJDtMsrEixqrkCB8zkIKA8PKPzVb { top:42.5rem;left:0.4375rem;width:23.4375rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCSFxSeFp1BhFs8fEpGpfSezP58u0yqO { top:35.5625rem;left:1.0625rem;width:22.8125rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp { top:9.1875rem;left:0rem;width:24.4375rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT9n5ZyfSb3GcvUJbbAbTt2S7hzwCqNI { top:42.5rem;left:0rem;width:23.4375rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfqO3OW6xtux38TEItViEQRw8xy8yEs { top:35.5rem;left:0rem;width:23.25rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaPVRPKH6aApsJk27qc7lKOVcTMdfiuT { top:35.4375rem;left:23.5625rem;width:24.1875rem;height:3rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwCmU4BLtcFylI9lc0ERT8M58tuyQT43 { top:39.25rem;left:0rem;width:14.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVHR6CqQi0vvKnV9zuOLNcIeZ6h2QkU { top:39.3125rem;left:9.1875rem;width:14.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI4av7IU1w0wkSvTKQn1oCuJoT8BiZhI { top:39.25rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG { top:8.8125rem;left:23.3125rem;width:24.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCsQ0Q0hdV3KCUrvhRdkWGCAFBbgfM7g { top:40.75rem;left:29.5625rem;width:15rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5kWWmiDkw8aonWFoBNOgtfNTudsRyiZ { top:41.3125rem;left:31.499755859375rem;width:11.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL { display:block; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMKcgDlAb07pwSHXq12pgvhO6iTOUfF3 { top:8.625rem;left:0rem;width:22.75rem;height:3.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyf0vf44KfcMv6bvhVRQN65ym1WCa5Lx { top:12.5625rem;left:0rem;width:25.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9VpUEh3JD1rkkAxcyCpxtdcgGucC5Zq { top:15.625rem;left:0rem;width:27.625rem;height:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfRCmvyUd4kIHmwE1Z3SNEJFwldarTtm { top:4.0625rem;left:18.4375rem;width:29.25rem;height:39.166899083977rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd { display:block; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHyo23gh5TL4KSwArn6H0S0kcVayuQGl { top:4rem;left:0rem;width:42.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRs5Xy5C1t3HCZcWE60BoLvP5TMbGCRU { top:13.875rem;left:18.875rem;width:28.8125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNzecrfGPdJ0iOm9Urt8LWCw73zqFr5T { top:20.25rem;left:0rem;width:29.375rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLhb3cRy3tnWrDLNbOlm5cFwO1x4BUL6 { top:13.1875rem;left:0rem;width:33.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZHVLptdTu2bC8JgDxe4bNuJnpDp1bhy { top:11.0625rem;left:0rem;width:47.625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssVaCtayHk8uP1RMKRkS8q23vx54iCS8 { top:15.875rem;left:0rem;width:29.25rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQkcycVN1tekg7plPaJuV0HVvvMQR1iK { top:47.9375rem;left:0rem;width:28.8125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNEVxwS75Jigf5pkIUvTUVJMbATXXIs3 { top:44.875rem;left:0rem;width:47.625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLR02W06rODkTncBsVDLXa1uVLyTiUgV { top:56.375rem;left:18.5625rem;width:29.1875rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4zuGplEX0xwFz1CeItzWGe6EZ9ZxbBa { top:52.375rem;left:18.5rem;width:29.25rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyV4osuqpcUxquZMUfZUvLXrB9fhWlEJ { top:50.1875rem;left:18.5625rem;width:29.125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg { display:block; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6DuGA1VoJFsItZTR8XQhqEoLJnmKKqJ { top:4.625rem;left:0rem;width:19.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 { display:flex;height:auto;width:27.8125rem;top:12rem;left:8.71875rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #NV9KsATruT7RsSZ6gsuKXcP5D6rA275c {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #OnwuwtL8JAhXCBUqwqh3UhKqCyvaN2Dh {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #H5bUH3Iec4pAH6ETuTv1Tuy9T5g7O4RU {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #CBtHLV9N7TyI8kE55WB6AcEWgSghTE4J {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #aNKlTEiaPObqCRoWIPIDFxLly4dfQFtF {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #TIdW6lAndarTzkUeCw53hMoSsvwIzccH {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #eFarkh3UyAw8M1HznRKmgqslRBMbcdlg {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MIQWlIwTFKpD8HXQ6nrLmJ2nuqzPGvVL {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #uo36KmxGKZdKDam7DsOQiQvDSZTcKApp {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #FzEhcptPL8I8cE98aUHGgMH83b4rSKsG {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #f3kLR9P7Ame6Fv0B1CDKHrHRzXwHgqAn {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #egVN20L0LEVs60MCi5HQ4iqTqmGTN4P4 {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #SdEKgf3ht4XTR8TtlHBXo0RorNDaF1Hq {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MMkVlwICru0ui4s7sD7JTQwfoF5L1hrd {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #Jlp17BvZBQvhyTKEcZLAN8yUMcWH6SrB {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #QotyztAdN9bfuKL5uWUlTdTNvnLRsatV {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #FmgXifpSqTRazrB46yfLi5IEa6gJHX06 {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #E06Bdb6QEky5ibAooxv1Xq5pQFdwRCgA {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #rdzCxl8BM258FXcql1fTK1wQJemxUEF0 {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #smCUKDA4BWUxzFsnRVBmP1ymOVQkPTZV {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #qE8dHepcvJ6ZfybTHUaxoSiHsWXTprXX {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #pXAPwQRWBbh3oklzlkog1h7bX5AgQXe6 {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #TKollIKZNXZEE7mMosbt5CJ6zFqoGSWV {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #UxHX8c6hdqDbovwZbA3WwK4EK1c0R2UR {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #kt89oC9DV476RiJSOZaF1LTbfMQESEzu {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MdDF7i1J2dPraGW9A0iqQhxKJFihAGIk {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #dfTuzpIMhFJb9r5MR65Tx9nVGpqCIDNq {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #dgP7mX8dfZhIPGmoK2sFX7QFmdggGCy2 {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MVPcOds6QSSd6MmhXhZyt6i6VfBRVrrm {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #E9aSoXoPxt7cOwwPq3Bl6TcMhOPykiHT {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #d3RUXxnuk4c7XhhEQ7Ct0qGi76qnChJa {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #c9anTuva8qXMQ6ZdOTdhn6ll1acA41PJ {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #nHDSwBHcHqBpKixS4mSfuo1a9vLO29cs {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #SJyCcCANn3iyiZRmGQWIyMIsDwyHN6Qc {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #ccxKbQHkX7srA5zZLx36PxtLC2rCoFgM {  }
 }@media only screen and (max-width: 763px) { #ndc961pbESQ4eWhwn22Tlq4G7kPDMubh { display:block; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9AIDnmXZTBTfmylklhDnMuvrO0qkMHc { top:2.9375rem;left:2.6875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrwoZ5yqL5UqIMZ9R6k5AAd77T9aEeX { top:9.1875rem;left:0rem;width:26.3125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNxmcuXbnXdvS29CSIdhIZT5XHTWeNha { top:11rem;left:0rem;width:26.3125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 { top:16.0625rem;left:3.625rem;width:1.6875rem;height:1.6875rem;display:block; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #dzXgV1nDLGLF8xScTEry8V6msqmR97l9 { top:16.0625rem;left:6.25rem;width:1.6875rem;height:1.6875rem;display:block; }
#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #d2GwbzegDvDgAZCRATKe38dkPuvi87cp { top:3.75rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
#d2GwbzegDvDgAZCRATKe38dkPuvi87cp > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 { top:6.625rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #yUGK883NuRkXLpAXciEqUObGSPTbfnHV { top:3.9375rem;left:23.875rem;width:8.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1aATasLx82mUUMDsInu0TJH0Ppwdzxh { top:6.8125rem;left:23.875rem;width:20.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN2HvXEvIBOR6RT6tVx4UoWOxXf03w8L { top:21.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxBKe6MRDeAKGpWNaIoEz7TttDEiUnLv { top:23.1875rem;left:0rem;width:39.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/8897450c-413e-4534-b8bf-d0e18e37a090/MOBILEBG2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.adaptive-delivery-prevent-bg, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyload, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyloading { background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { background-color: transparent; background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .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); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx3H5vspOM9QdfTDGVgi62n8zAkNrb7c { width:18.5608125rem;height:7.9980625rem;top:5.687255859375rem;left:0.718994140625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcRLT3pCTLQixxUeyR9OwfG6sxo2J6gD { width:20rem;height:3.8964875rem;top:14.43603515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yqeTOHkPEC2mKIq1DhKcDip7qtUNguUu { width:18.9978125rem;height:3.5620125rem;top:19.866943359375rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abzGefJgV6yqa1RVMRbkrFcQmRU3ocCB { display:block; }
 }@media only screen and (max-width: 763px) { #Mlmt6EekQ6WERpCQdmCAQQ3RFBI71omE { width:19.9375rem;height:24.5rem;top:24.42626953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUZa6ny4nTndc9ynUJTgfeb0ZAcU1yfn { width:6.5rem;height:3.5625rem;top:0.921875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm { display:block; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container { width:20rem;height:90.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9B2T4mIvOzT7K9I1cDl8RTJ4oB7U4NR { width:20rem;height:6.525875rem;top:2.31201171875rem;left:0rem;font-size:1.8125rem;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aJHRFn8JxxyZoISvFzTEGtGoJsNU8rBB { width:20rem;height:46.30610625rem;top:35.9375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kM7XNaH7hCcOMH7DGNG6LOvcmAVmfryU { width:19.812rem;height:23.49975rem;top:11.016845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #linNzp4acGUUEWzMGDctTLvLAaZJeFeQ { width:20rem;height:4.24926875rem;top:84.512939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIoGeNak7hNcvQOJvGpmZFzCzFyRWLEd { display:block; }
 }@media only screen and (max-width: 763px) { #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/43a4f9bc-2378-483e-9ec2-ab0b410a7517/mobile_bg_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.adaptive-delivery-prevent-bg, #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.lazyload, #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.lazyloading { background-image: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { background-color: transparent; background-image: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container > .video-iframe-container { display: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row > .video-iframe-container { display: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .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); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyR97MpGywVBlBD8rTD02ibENw7SQWfI { width:20rem;height:8.551rem;top:4.874267578125rem;left:0rem;font-size:2.375rem;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;line-height:1.2;color:#ffe5ba;display:block; }
 }@media only screen and (max-width: 763px) { #BaLuK9NrWoWkgMH1KCELnk11JTRn71m3 { width:15.06225rem;height:7.312rem;top:15.125rem;left:3.9375rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h0lQgvXbDf2DALVckN3qytEZuDpnGHRt { width:3.374025rem;height:3.374025rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxFsL7tUTeFNKNT9ZGPT91WiGdR4KkfH { width:3.18725625rem;height:3.18725625rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZzOvdFa2w5TAAi7TdWCWAaO2tyOfXKF { width:15rem;height:5.8496125rem;top:23.9375rem;left:3.9375rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eeo72CcbJhtNfc4zhxrgCJ7O0c4g2R4G { width:14.74975rem;height:5.8496125rem;top:31.3125rem;left:4.0625rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wx5WcIvtxcAzQXeyHAJJ2mPMTONltZvN { width:3.18725625rem;height:3.18725625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHL5CrLlN11ScC6chugDOA1gEaoB2xhP { width:3.061525rem;height:3.061525rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBWOefwBT4zhwVCSLspGpOf9lUuwbav { width:14.6875rem;height:7.312rem;top:37.875rem;left:4.125rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GMBCmNTS33B4vKmsCAiIwKGlmdiT9rQd { width:3.061525rem;height:3.061525rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR5SoBmugiWKvwCMlVfl6BX5h7BZffko { width:15.06225rem;height:4.38720625rem;top:46.125rem;left:3.9375rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z0bSh1pgUBgN0VF02lwEy8nbRhnOD2y2 { width:2.99926875rem;height:2.99926875rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUgwoocmHhMDkUsTozS1Ehdv716OPKAE { width:15rem;height:7.312rem;top:51.5625rem;left:3.9375rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EErgDaN22OQu433Bbbq7UMst95c7rZqn { width:14.74975rem;height:5.8496125rem;top:59.6875rem;left:4.0625rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M0TZHogOwEV3ZV2MuDMaqnyHGH25c3m5 { width:2.6245125rem;height:2.56225625rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJMhhhyiF4g6ui59vdoxI6qJTiUXTNil { width:16.1865rem;height:4.38720625rem;top:66.4375rem;left:3.8125rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QB7q84LTwqHyRyKZpIhTvp9Rv1ioDUn9 { width:2.5rem;height:2.5rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSKbiqktUK4WscoDfKX2WPqhET5nvbuN { display:block; }#sSKbiqktUK4WscoDfKX2WPqhET5nvbuN > .row .container { width:20rem;height:119.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EraGMxe0N0cb5dBw8Pcb3VylDfBmEHcn { width:20rem;height:7.1960625rem;top:2.9375rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S2UPHw5ZlQ5e4tXOpWAA080dAwPE2iS4 { width:20rem;height:7.312rem;top:13.37890625rem;left:0rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TWbVpIpoFxhGc14uPyKmipTG2ACIvpPO { width:17.5rem;height:1.62475625rem;top:11.064453125rem;left:2.5rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LHAtsJLgD1oaHAm9BTf869fAJQKq56LT { width:20rem;height:5.8496125rem;top:23.997802734375rem;left:0rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mCL32rmFa1PdrWl8721mKpbDb9t2J9km { width:17.6245rem;height:1.62475625rem;top:21.632080078125rem;left:2.37548828125rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LD3w1lzZDa3x4OJCtwVxHXJMfCIW108Q { width:20rem;height:7.312rem;top:33.49853515625rem;left:0rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B99zdoSDB8QSNhcCptutw48zAXcqXhyW { width:17.68675rem;height:1.62475625rem;top:30.899658203125rem;left:2.313232421875rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IXplHRCMVsm9w11Pm6Bl5mFysA836I4x { width:17.9375rem;height:5.8496125rem;top:56.25rem;left:1rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cgTcPR02ekynAQ5cEsNEn917PFggKX5r { width:17.68675rem;height:1.62475625rem;top:54.5rem;left:1.125rem;font-size:1.25rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.3;color:#ffe5ba;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lSrme7OI6AqdnhPC1s7LnyIcgaMtuxDH { width:17.937rem;height:5.8496125rem;top:64.5625rem;left:1.0625rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QIucT1TI7KmHHf3PGFbt2Jp9fJtH2eT4 { width:17.99925rem;height:1.62475625rem;top:62.9375rem;left:1rem;font-size:1.25rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.3;color:#ffe5ba;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q3MXMOS4XofMCPD5ARce3nbNlevQpiym { width:17.25rem;height:5.8496125rem;top:73.0625rem;left:1rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dP5M75lxov4TJ2F7Vko4GEIDCaASa0vN { width:17.375rem;height:1.62475625rem;top:71.125rem;left:1rem;font-size:1.25rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.3;color:#ffe5ba;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gNkGwsAeHT67uzDJlB3bfzv4Eu6oA8yT { width:17.7478125rem;height:5.8496125rem;top:81.248779296875rem;left:0.999755859375rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kcTIJLtQGU6T1kathxGw4JSOGvDdHeys { width:17.3730625rem;height:1.62475625rem;top:79.6240234375rem;left:0.999755859375rem;font-size:1.25rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.3;color:#ffe5ba;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EzPDgpVgVz9zMIiZlJL20dQQvGDaQu3I { width:17.937rem;height:5.8496125rem;top:97.70263671875rem;left:1.031494140625rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rOBFkHppwzM9frIs83hqkUrqwp1H254I { width:17.68675rem;height:1.62475625rem;top:96.077880859375rem;left:0.96728515625rem;font-size:1.25rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.3;color:#ffe5ba;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qfeLAA44D6lTHNff5fHnTc8M6WpR9LTR { width:20rem;height:75.4375rem;top:40.25rem;left:0rem;background-color:rgba(var(--color-primary-1),0);background-image:url("https://images.assets-landingi.com/uc/fee6b262-7642-44dc-860b-fb49cd9fbe02/moldura.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qfeLAA44D6lTHNff5fHnTc8M6WpR9LTR.adaptive-delivery-prevent-bg, #qfeLAA44D6lTHNff5fHnTc8M6WpR9LTR.lazyload, #qfeLAA44D6lTHNff5fHnTc8M6WpR9LTR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fFKhaO7gOAn6teL5PJCLiDeTZR4OvUrP { width:17.9980625rem;height:6.8261875rem;top:46.68701171875rem;left:0.999755859375rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KFTM6CR0A3N8lVOK58NXwbThDNknwP8G { width:18.6865rem;height:1.62475625rem;top:87.6875rem;left:1.125rem;font-size:1.25rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.3;color:#ffe5ba;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sPqDHhzaWnFvkLQqpr1i7Nkfp7EMNlzN { width:18.6865rem;height:5.8496125rem;top:89.5rem;left:1.125rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #il17mnChXxaPmdsL6fiBDysGWfbHD7Jc { width:1.875rem;height:1.875rem;top:10.93994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8DUaGzLLpS2f5m5wEHbTltph8is3BG { width:1.6870125rem;height:1.6870125rem;top:21.56005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSWUN9ccyhEsAZyQhAgqIkFSLZTuVQiQ { width:1.6870125rem;height:1.62475625rem;top:30.899658203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owPxDJ5TDkdahTKN7WctBRJxRJtvvatC { width:18.9978125rem;height:4.1870125rem;top:104.68505859375rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePz0zNVGokfCPcap5flDfvvmOQZaVNLk { display:block; }
 }@media only screen and (max-width: 763px) { #Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/769b5d13-c90e-49f5-82e8-708fb178d348/iPhone162.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX.adaptive-delivery-prevent-bg, #Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX.lazyload, #Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX.lazyloading { background-image: none; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row .container { background-color: transparent; background-image: none; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row .container > .video-iframe-container { display: none; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row > .video-iframe-container { display: none; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .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); }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zy0V6gGe47n8mkVqJSdnKShz3s4FXuaX > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRDNWnNVow7aG1LOb3MlAtamPhaVI0Wz { width:19.875rem;height:5.5625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3WMGCFyNHrRZK7eaeZecWOuOhi1fCN0 { width:19.875rem;height:5.5625rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwHRvh1VT85M90oOaLq8zq2D1xXQxzoc { width:5.1875rem;height:3.625rem;top:8.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yntw646b7zi4xVDLBlV1Xcxg0hR5q77q { width:11.25rem;height:1.4624rem;top:9.875rem;left:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWQHtnKlg4CWMstMpTRIGqkBR6SUHnbB { width:10.3125rem;height:1.4624rem;top:16.875rem;left:6.75rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #p21FAKqyliFDehSg3pI009aJdXZtKTu4 { width:5rem;height:3.625rem;top:15.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zifxse4Clkmamts2h6nTzaes5sVdzfXT { width:19.875rem;height:5.5625rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKB3RC5zwnA0FszswpTrOZDVfIlBkMVc { width:5rem;height:3.625rem;top:22.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSQoH2NEAMcOd1TNgI25TKadTmQ0BHyD { width:16.8115rem;height:4.19921875rem;top:2.498779296875rem;left:1.593017578125rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #AUhA7OFvU6k6JvuqN7OSHPrgods4Mhwq { width:10.625rem;height:2.92480625rem;top:23.1875rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmWUiqfRb28ahobef7rDxdKPkmsBFbRO { width:18.999rem;height:4.24926875rem;top:36rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh1h9WIExDldHGBgnawFS0RnM3nTRcxO { display:block; }
 }@media only screen and (max-width: 763px) { #pgUyUtg7VDGcFIm24oM4VcubOhdC9K3N { width:20rem;height:6.499rem;top:28.375rem;left:0rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;line-height:1.3;color:#2a0f04;display:block; }
 }@media only screen and (max-width: 763px) { #cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/43a4f9bc-2378-483e-9ec2-ab0b410a7517/mobile_bg_2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm.adaptive-delivery-prevent-bg, #cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm.lazyload, #cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm.lazyloading { background-image: none; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row .container { background-color: transparent; background-image: none; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row .container > .video-iframe-container { display: none; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row > .video-iframe-container { display: none; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .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); }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cShxBRD0Z53ENkHQrHWBqgETtvwwEwDm > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swkG9ybIOCa9pQV7oywTxRg3BA2vuHfl { width:19.12475rem;height:5.2246125rem;top:4.840087890625rem;left:0.435791015625rem;font-size:2.375rem;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xfWUimEimtzeOnTtARVVTfM3SSdt21Qo { width:20rem;height:15.1245rem;top:10.064697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRETn58eMqpaauRUFfkbB1PcuAtCe8Av { width:18rem;height:2.4375rem;top:49.75rem;left:1rem;background-color:#73211e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rlMp0MoHG3TAgdlgKVMaEWXZCaXyH7sS { width:11.74925rem;height:1.298825rem;top:50.375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCreDsnbxFt7x4z1tJdHXM6MahebTiVq { width:1.875rem;height:1.875rem;top:50.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4kcv5rWg3B1vcPu0xd5pQGqIFByMW95 { width:17.75rem;height:3.1875rem;top:45.875rem;left:1.0625rem;background-color:#73211e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T8xWTuH1ees4JenGlEQe1q5dyFHozl5K { width:1.875rem;height:1.875rem;top:46.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXLMGTA9B2bRTh9IJpnt4GSHFW84kXLq { width:11.74925rem;height:1.298825rem;top:46.875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3TFVKifgtcxLbTwv6pLE28obo3HyOZh { width:17.8125rem;height:2.5625rem;top:42.625rem;left:1.0625rem;background-color:#73211e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iiO45ntEfhnZaavmztwKL03GhQ4uqR6C { width:11.74925rem;height:1.298825rem;top:43.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaNs34kI6UDCkae5htFzlUVTd9cs4not { width:1.875rem;height:1.875rem;top:43rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKhIA5XOuibA1RDTVb9JThSFAPudJrqr { width:17.8125rem;height:3.1875rem;top:35.4375rem;left:1.125rem;background-color:#73211e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OS75EfzoAP51J7XsFF7BspQnCUpnOHRv { width:1.875rem;height:1.875rem;top:36.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDGk5VfbBZ0xt9SZJQmH7W1Sb8ziV8ZH { width:18.1875rem;height:2.5625rem;top:32.4375rem;left:1.0625rem;background-color:#73211e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Aoi02Wgq1xppVKcmKGO12Tim9sGLT9aU { width:1.875rem;height:1.875rem;top:32.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbyxhvtzFgnwuoHgBdFGoFJ4hk04xSuG { width:17.8125rem;height:2.625rem;top:39.25rem;left:1.125rem;background-color:#73211e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eeb3lFdWS8vZ6aiunCosoJaqJSRgrDvs { width:14.375rem;height:0.99975625rem;top:35.8125rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vkHizlgpwlibwZnM1DVxszku4Z5Gw3Ve { width:15.8125rem;height:1.298825rem;top:33.125rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zPTvfCZy9LxKeUTHiRUBhIsVrQaNnWsZ { width:18.1875rem;height:2.3125rem;top:26.1875rem;left:0.9375rem;background-color:#73211e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DLBhnAcTIrou7lORAH7bd34EJpVptU3Z { width:11.74925rem;height:1.298825rem;top:40rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEx1l1wr5LCiiGIwdDKlzXOoApFIfLCQ { width:1.875rem;height:1.875rem;top:39.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZHuyu50v64yp7S1TI9qFNA6By6T8XTm { width:1.875rem;height:1.875rem;top:26.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #faKhbi744p4yLEbyfdJHA1L4KhoucD7w { width:9.0625rem;height:1.298825rem;top:26.75rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ttucnMydwQfWKOrZXUzrozXdQa4RLhkr { display:block; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzF9hCeNFJyO1Z0kF8wxgu15zNsa5oTm { width:17.937rem;height:4.750975rem;top:3.870849609375rem;left:1.031494140625rem;font-size:2.375rem;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RRfLDbJziLvJmZGyFshBINySipa7hJ3O { width:20rem;height:17.375rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTKBUmwKbDQWgTHlLbrFETikNcDO5zp { width:15.99975rem;height:6.494125rem;top:54.625rem;left:2.375rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IKziyH0Bzg7nLLDzGqiZOlns5MiSsDDf { width:15.437rem;height:1.9494625rem;top:52.25rem;left:2.25rem;font-size:1.5rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD { width:20rem;height:14.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ZIDBJEwTgv27l4f7Tos9cAiZZwTFZE { width:16rem;height:5.1953125rem;top:37.8125rem;left:2.375rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BqQ4nz230avMCd6pZZiqRi5hHk7qMLZd { width:15.3125rem;height:2.2753875rem;top:35rem;left:2.375rem;font-size:1.75rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IaFsS1dBnIvsu7g819GQzgOF6vxx85zu { width:20rem;height:15.5rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxKCF9sFwqDLnqLJI62e0AMWu2rKQxn8 { width:16.5625rem;height:4.14184375rem;top:21.875rem;left:2.375rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fJseCPahatI6emZlW6XMluuJrMKpb8d0 { width:16.5rem;height:4.55078125rem;top:16.5625rem;left:2.1875rem;font-size:1.75rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iCe5cNGc2HDoSDcESsp5iOme6uAtNMpX { width:5.3125rem;height:3.875rem;top:11.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSKu0udNK4HdRSEpeKDhJt8oSuTuWuV { width:5.874025rem;height:4.311525rem;top:30rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFcLgB3IHLdSgQQTskfKcIepI8K6WTKx { width:5.874025rem;height:4.311525rem;top:46.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvFVBAZBusrJhBJlvHD5hxZsmSRfhgSF { width:20rem;height:1.18041875rem;top:9.560546875rem;left:0rem;font-size:1.3125rem;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;line-height:.9;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rdwEX49yJTV4xIW7TW3nFKLteWHftKlX { width:18.999rem;height:4.1870125rem;top:66.93603515625rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1C4vuir8LCpkB3cToyo2SMAVi9MZTuu { display:block; }
 }@media only screen and (max-width: 763px) { #SkyBR3t4cui7nyXusyte83AGtAPT2V6u { background-color:#085645;background-image:url("https://images.assets-landingi.com/uc/43a4f9bc-2378-483e-9ec2-ab0b410a7517/mobile_bg_2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u.adaptive-delivery-prevent-bg, #SkyBR3t4cui7nyXusyte83AGtAPT2V6u.lazyload, #SkyBR3t4cui7nyXusyte83AGtAPT2V6u.lazyloading { background-image: none; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row .container { background-color: transparent; background-image: none; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row .container > .video-iframe-container { display: none; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row > .video-iframe-container { display: none; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .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); }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkyBR3t4cui7nyXusyte83AGtAPT2V6u > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emvh58uw9GBHDEZbdvEk1d4XivhwqiGf { width:20rem;height:8.7939375rem;top:3.763427734375rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V7vApxXn0q47vztvTKSRV1xLT4AhCTTA { width:20rem;height:19.3115rem;top:13.18603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I26eK3VXNf5Axc26grTbFFT33g6IxHQl { background-color:#e5e5e5;background-image:url("https://images.assets-landingi.com/uc/f78b750e-640f-4779-9bbd-e3321c165de3/frame_42.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl.adaptive-delivery-prevent-bg, #I26eK3VXNf5Axc26grTbFFT33g6IxHQl.lazyload, #I26eK3VXNf5Axc26grTbFFT33g6IxHQl.lazyloading { background-image: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { background-color: transparent; background-image: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container > .video-iframe-container { display: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row > .video-iframe-container { display: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .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); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEOALDKm9NBfQwp0bS7taGkAEBV96aWK { width:20rem;height:18.6875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFR1s1J5Uebbw224l66Z8XtUEqwEyTd3 { width:15.125rem;height:4.396975rem;top:1.791015625rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #UuUynCRKV8oT18DmtJ821kQBlymPeeSw { background-color:#fffbf1;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { background-color: transparent; background-image: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container > .video-iframe-container { display: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container { display: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .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); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq064anD0JaE2ZfNrobm7TrnA6H0Fyx2 { width:19.9375rem;height:23.3125rem;top:2.139892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOJTvmuuiHHJSRBGWIHwT1c4lhnISknz { width:16.25rem;height:2.598875rem;top:34.3125rem;left:2.875rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t4cpxXg7x6ggsT7nFIuOkLymv8Lw0FTH { width:18.18725rem;height:5.19775625rem;top:26.248779296875rem;left:0.904541015625rem;font-size:2rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DktNu187gp8DxWBv31zoZNq8RHpmeBqw { width:1.5625rem;height:1.5625rem;top:34.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwOJHRXy3R12SLduaDctwheHZmQTbESu { width:1.5625rem;height:1.5625rem;top:37.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwngUFmFglP0Odg41FTcqTWv1wPT9ful { width:16.25rem;height:2.598875rem;top:37.75rem;left:2.875rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ahrxxib2bwL962RtfKcdhSVMQ9rllAvA { width:16rem;height:1.2182625rem;top:41.75rem;left:3.25rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #If85zPMOGQbHfckbOMllbRCmVMwxo7Mo { width:1.499025rem;height:1.499025rem;top:41.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTs3WItXH9nICD65J4p41SMXvaPC2Nev { width:16.75rem;height:3.8964875rem;top:45.3125rem;left:3.1875rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SssnBNsK7Lcx2TL6WBdTqZhn1mTGS2kO { width:1.5625rem;height:1.5625rem;top:45.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZkAHfP2Tbax5TdrRZPT01VODFmPnIBh { width:17.0611875rem;height:2.11181875rem;top:61.3125rem;left:1rem;font-size:0.8125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ds7ugwSFX6wCvOb6aNN8CENinxD715ss { width:1.62475625rem;height:1.62475625rem;top:50.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex7SygPJXcaKpJplNRnEVWrgUk2c5cK3 { width:16.875rem;height:5.1953125rem;top:50.125rem;left:3.125rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BqyIWKXzud6e1H5bGTh3oKe0fEXmEF9R { width:18.8125rem;height:1.70593125rem;top:31.448364257812rem;left:1.0625rem;font-size:1.3125rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QGyJ0Oyrplan744vs6guSeHc5PPaNDB4 { width:18.999625rem;height:4.249875rem;top:56.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8NLggUtOhuuJdw9fuGB7CAFWmHPBaJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll { background-color:#c3c3c3;background-image:url("https://images.assets-landingi.com/uc/f39065ea-5588-4af0-a888-a9de252a1f12/MOBILEBG2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll.adaptive-delivery-prevent-bg, #VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll.lazyload, #VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll.lazyloading { background-image: none; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row .container { background-color: transparent; background-image: none; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row .container > .video-iframe-container { display: none; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row > .video-iframe-container { display: none; }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .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); }#VuagyylqJBh7TNdOd3koqWTzKbNCJ2ll > .row .container { width:20rem;height:125.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9AEmIAG8gfzmscXAO9lQ6cR6IFLIfOI { width:20rem;height:36.062rem;top:16.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoQzTWSdCyEL0tUT9w8yz4Gync9XmqnB { width:19.74975rem;height:66.3125rem;top:53.311767578125rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6fedf87a-114e-4435-860f-f005c4cc306a/fundo1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qoQzTWSdCyEL0tUT9w8yz4Gync9XmqnB.adaptive-delivery-prevent-bg, #qoQzTWSdCyEL0tUT9w8yz4Gync9XmqnB.lazyload, #qoQzTWSdCyEL0tUT9w8yz4Gync9XmqnB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nTtSzk31eam0s0ZwT1L8tzamJTnhV0lC { width:20rem;height:9.59475rem;top:5.560302734375rem;left:0rem;font-size:2rem;line-height:1.2;color:rgba(var(--color-primary-1),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwMfLqa8T3JEvDNgAp7oRXTcAQnqH5TW { width:11.375rem;height:2.0625rem;top:56.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOhu7Cr4QpTIoibXf45KsR3zwLidZkHT { width:13.93675rem;height:1.298825rem;top:42.8125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNQPmaGa74BvMAbaSQGsfGnuLkRnr5Et { width:1.9995125rem;height:1.9995125rem;top:42.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #flszG54WI6x5ZFHkuLxo69hQRe05ksS6 { width:16.12425rem;height:1.4624rem;top:39.5rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1wGt6T49yHT7IsST4MPFmD1yhXwFB21 { width:11.12425rem;height:2.92358125rem;top:36.5625rem;left:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkHbBvBL0zfatiWOutNhv4teUPwMB9MR { width:13.9375rem;height:2.598875rem;top:34.0625rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsOEEXlih9Z59JH7vTRA8dE1vM64lmg8 { width:10.75rem;height:13.5rem;top:19.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzXA4ATfz7M7yOHZ4WtxDvH7aO51xZkn { width:15.06225rem;height:3.2495125rem;top:45.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoyKc1CzenPEmrhTOdDD2ZVCASTvbLp2 { display:block; }
 }@media only screen and (max-width: 763px) { #WpJenAyAQZLnvPVHWefoTJn8MLJBquSQ { width:1.5625rem;height:1.5625rem;top:95.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGWZq8MJdvUmgzy7rtU1FETgM4aRTo6b { width:1.5625rem;height:1.5625rem;top:98.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntrNXFBavg7Z9pMHZam2RHJ2pdyEWQa3 { width:11.8125rem;height:2.59765625rem;top:101.4375rem;left:4.75rem;font-size:1rem;color:#2a0f04;display:block; }
 }@media only screen and (max-width: 763px) { #TSwOMBuSuqdHL63oBg9tmRunFibPKdHD { width:1.5625rem;height:1.5rem;top:101.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ1cSMn08JJ8aylIQMhPAWNv8OvhfLOJ { width:12.24975rem;height:2.59765625rem;top:98.0625rem;left:4.75rem;font-size:1rem;color:#2a0f04;display:block; }
 }@media only screen and (max-width: 763px) { #fN2RgK2Viug3QC1tIs418gtOkiWt19QC { width:15.06225rem;height:1.19873125rem;top:96.0625rem;left:5rem;font-size:1rem;line-height:1.2;color:#2a0f04;display:block; }
 }@media only screen and (max-width: 763px) { #St034t3JsplpysiFZFc81SS080RP1IiV { width:1.5625rem;height:1.5625rem;top:93.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQhbOI2gGaohM0IGqFpWEid1zaAfcZow { width:15.18675rem;height:1.19873125rem;top:93.25rem;left:4.875rem;font-size:1rem;line-height:1.2;color:#2a0f04;display:block; }
 }@media only screen and (max-width: 763px) { #dDUKesEq6ZHTkLqi9xean9WTd45wmTx3 { width:1.62475625rem;height:1.5625rem;top:90.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efzgwzGn2CDTnI1bCCmtc26cQUq08gXw { width:12.3730625rem;height:1.298825rem;top:90.6875rem;left:4.75rem;font-size:1rem;color:#2a0f04;display:block; }
 }@media only screen and (max-width: 763px) { #Nm64RXKoDmQafN9ib93pihHmiVuC5xp2 { width:13.75rem;height:1.298825rem;top:88.625rem;left:4.8125rem;font-size:1rem;color:#2a0f04;display:block; }
 }@media only screen and (max-width: 763px) { #eZDZyGzdNVHFmdBdlrrfK3cKyGc225AZ { width:1.5625rem;height:1.499025rem;top:88.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhB6rQ4uX6LM2e0dImQO1r73mkAGZSeZ { width:10.8105625rem;height:1.4624rem;top:84.75rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL2HCPA8EJFZUaVsrJSW3gsNcqRsCM4h { width:10.1233125rem;height:2.598875rem;top:82.1875rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8w0TQqIcqBTfucatylMGZLITWP8iI7O { width:10.81175rem;height:1.13769375rem;top:81.125rem;left:2.5rem;font-size:0.875rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #k2kSZ439ndFXDQdFxubSJ5hlthUMaEM8 { width:15.9985625rem;height:4.3505875rem;top:76.3125rem;left:2.6875rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nhIpflDnrUUQxQGbLBJpTEGCcltKblkE { width:15.49925rem;height:2.2753875rem;top:109.9375rem;left:2.125rem;font-size:0.875rem;color:#2a0f04;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H3TV2nA1h2mvbTMhBzzlH8tM5fgFkina { width:17.1228125rem;height:3.5620125rem;top:105.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCd1zcqrlp3DRzt7HTUOls1xbVwZyh9P { display:block; }
 }@media only screen and (max-width: 763px) { #zJmo1migxWTi68Xvf90BE5BXrQXgU4p0 { width:12.312rem;height:2.2753875rem;top:112.9375rem;left:3.375rem;font-size:0.875rem;color:#2a0f04;display:block; }
 }@media only screen and (max-width: 763px) { #sWz5ibBPXltx6zTuXvELPyyldzcrypoD { width:20rem;height:1.4624rem;top:56.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTUfR6bVuSWSVpbS2UybtJTa7c7KUWQ { width:17.1228125rem;height:17.1228125rem;top:58.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDHRTw97sNJPQXKtJA7NEqaASmWqERx { display:block; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container { width:20rem;height:129.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9ImkkdrMoJzmQfrFUOMpxleQNi8Awur { width:20rem;height:4.55078125rem;top:2.1240234375rem;left:0rem;font-size:1.75rem;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MQwXpmtg3lZ1DXMmk8bIo06Hi1b5Tx5E { width:18.624875rem;height:9.0918125rem;top:117.31201171875rem;left:0.687255859375rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o { width:20rem;height:20.6860625rem;top:49.30908203125rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecd3b662-b6c3-45ba-a858-9373e59c3f6c/augusto_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.adaptive-delivery-prevent-bg, #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.lazyload, #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WWCMNJDtMsrEixqrkCB8zkIKA8PKPzVb { width:18.1865rem;height:10.390625rem;top:76.25rem;left:1rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fCSFxSeFp1BhFs8fEpGpfSezP58u0yqO { width:14.8125rem;height:2.598875rem;top:71.125rem;left:0.9375rem;font-size:2rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp { width:20rem;height:20.375rem;top:8.092041015625rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74550cf6-07fe-4917-9764-551c53066ab8/autor_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.adaptive-delivery-prevent-bg, #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.lazyload, #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fT9n5ZyfSb3GcvUJbbAbTt2S7hzwCqNI { width:18.31175rem;height:11.6894375rem;top:35.242919921875rem;left:0.843505859375rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TvfqO3OW6xtux38TEItViEQRw8xy8yEs { width:16.6875rem;height:2.598875rem;top:29.71435546875rem;left:0.687255859375rem;font-size:2rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xaPVRPKH6aApsJk27qc7lKOVcTMdfiuT { width:15.249rem;height:2.92114375rem;top:109.8125rem;left:0.625rem;font-size:2.1875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cwCmU4BLtcFylI9lc0ERT8M58tuyQT43 { width:14.6875rem;height:1.2994375rem;top:32.31201171875rem;left:0.687255859375rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LTVHR6CqQi0vvKnV9zuOLNcIeZ6h2QkU { width:14.6875rem;height:1.2994375rem;top:73.75rem;left:0.8125rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RI4av7IU1w0wkSvTKQn1oCuJoT8BiZhI { width:18.75rem;height:1.2994375rem;top:112.65502929688rem;left:0.625rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG { width:20rem;height:20.8730625rem;top:88.4375rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e9dff4e-c933-45e3-af0e-8c4984dc0078/palestrante.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.adaptive-delivery-prevent-bg, #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.lazyload, #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iCsQ0Q0hdV3KCUrvhRdkWGCAFBbgfM7g { width:13.1875rem;height:2.375rem;top:114.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5kWWmiDkw8aonWFoBNOgtfNTudsRyiZ { width:10.0625rem;height:1.13769375rem;top:115.125rem;left:1.9375rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/90184cf5-c6b2-4b8b-9bb3-85903584fa85/iPhone161HERO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL.adaptive-delivery-prevent-bg, #y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL.lazyload, #y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL.lazyloading { background-image: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { background-color: transparent; background-image: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container > .video-iframe-container { display: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container { display: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .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); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { border-width: 0; border-radius: 0; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMKcgDlAb07pwSHXq12pgvhO6iTOUfF3 { width:19.9353125rem;height:2.61230625rem;top:2.62451171875rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Lyf0vf44KfcMv6bvhVRQN65ym1WCa5Lx { width:14.3115rem;height:1.09924375rem;top:6.13525390625rem;left:2.843017578125rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #g9VpUEh3JD1rkkAxcyCpxtdcgGucC5Zq { width:20rem;height:22.0800625rem;top:36.778564453125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PfRCmvyUd4kIHmwE1Z3SNEJFwldarTtm { width:20rem;height:26.75rem;top:10.030517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd { background-color:#fff6e6;background-image:none;display:block; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { background-color: transparent; background-image: none; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container > .video-iframe-container { display: none; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row > .video-iframe-container { display: none; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .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); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { width:20rem;height:105.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHyo23gh5TL4KSwArn6H0S0kcVayuQGl { width:17.0615rem;height:6.2988125rem;top:1.498046875rem;left:1.4677734375rem;font-size:2.625rem;line-height:1.2;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kRs5Xy5C1t3HCZcWE60BoLvP5TMbGCRU { width:18.31175rem;height:16.1865rem;top:42.373046875rem;left:0.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNzecrfGPdJ0iOm9Urt8LWCw73zqFr5T { width:18.248875rem;height:23.78175rem;top:17.125rem;left:0.875rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CLhb3cRy3tnWrDLNbOlm5cFwO1x4BUL6 { width:18.374rem;height:3.90014375rem;top:9.4375rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZHVLptdTu2bC8JgDxe4bNuJnpDp1bhy { width:19.875rem;height:51.25rem;top:7.999267578125rem;left:0.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssVaCtayHk8uP1RMKRkS8q23vx54iCS8 { width:18.6236875rem;height:2.44995rem;top:13.875rem;left:0.6875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TQkcycVN1tekg7plPaJuV0HVvvMQR1iK { width:17.9980625rem;height:16.1853125rem;top:85.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNEVxwS75Jigf5pkIUvTUVJMbATXXIs3 { width:19.875rem;height:42.3125rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLR02W06rODkTncBsVDLXa1uVLyTiUgV { width:18.0603125rem;height:16.787125rem;top:66.875rem;left:0.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q4zuGplEX0xwFz1CeItzWGe6EZ9ZxbBa { width:17.5rem;height:2.79785rem;top:63.375rem;left:0.875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GyV4osuqpcUxquZMUfZUvLXrB9fhWlEJ { width:18.0625rem;height:1.950075rem;top:61.25rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg { background-color:#430500;background-image:none;display:block; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row .container { background-color: transparent; background-image: none; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row .container > .video-iframe-container { display: none; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row > .video-iframe-container { display: none; }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .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); }#lyQKcGRBHc2HhCzs2czPhebCCKnKUqTg > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6DuGA1VoJFsItZTR8XQhqEoLJnmKKqJ { width:17.0605625rem;height:4.7973625rem;top:2.0625rem;left:1.46923828125rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.875rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 { display:flex;height:auto;width:17.5rem;top:6rem;left:0rem; }
#IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #NV9KsATruT7RsSZ6gsuKXcP5D6rA275c {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #OnwuwtL8JAhXCBUqwqh3UhKqCyvaN2Dh {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #H5bUH3Iec4pAH6ETuTv1Tuy9T5g7O4RU {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #CBtHLV9N7TyI8kE55WB6AcEWgSghTE4J {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #aNKlTEiaPObqCRoWIPIDFxLly4dfQFtF {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #TIdW6lAndarTzkUeCw53hMoSsvwIzccH {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #eFarkh3UyAw8M1HznRKmgqslRBMbcdlg {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MIQWlIwTFKpD8HXQ6nrLmJ2nuqzPGvVL {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #uo36KmxGKZdKDam7DsOQiQvDSZTcKApp {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #FzEhcptPL8I8cE98aUHGgMH83b4rSKsG {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #f3kLR9P7Ame6Fv0B1CDKHrHRzXwHgqAn {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #egVN20L0LEVs60MCi5HQ4iqTqmGTN4P4 {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #SdEKgf3ht4XTR8TtlHBXo0RorNDaF1Hq {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MMkVlwICru0ui4s7sD7JTQwfoF5L1hrd {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #Jlp17BvZBQvhyTKEcZLAN8yUMcWH6SrB {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #QotyztAdN9bfuKL5uWUlTdTNvnLRsatV {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #FmgXifpSqTRazrB46yfLi5IEa6gJHX06 {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #E06Bdb6QEky5ibAooxv1Xq5pQFdwRCgA {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #rdzCxl8BM258FXcql1fTK1wQJemxUEF0 {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #smCUKDA4BWUxzFsnRVBmP1ymOVQkPTZV {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #qE8dHepcvJ6ZfybTHUaxoSiHsWXTprXX {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #pXAPwQRWBbh3oklzlkog1h7bX5AgQXe6 {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #TKollIKZNXZEE7mMosbt5CJ6zFqoGSWV {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #UxHX8c6hdqDbovwZbA3WwK4EK1c0R2UR {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #kt89oC9DV476RiJSOZaF1LTbfMQESEzu {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MdDF7i1J2dPraGW9A0iqQhxKJFihAGIk {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #dfTuzpIMhFJb9r5MR65Tx9nVGpqCIDNq {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #dgP7mX8dfZhIPGmoK2sFX7QFmdggGCy2 {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #MVPcOds6QSSd6MmhXhZyt6i6VfBRVrrm {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #E9aSoXoPxt7cOwwPq3Bl6TcMhOPykiHT {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #d3RUXxnuk4c7XhhEQ7Ct0qGi76qnChJa {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #c9anTuva8qXMQ6ZdOTdhn6ll1acA41PJ {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #nHDSwBHcHqBpKixS4mSfuo1a9vLO29cs {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #SJyCcCANn3iyiZRmGQWIyMIsDwyHN6Qc {  }
 }@media only screen and (max-width: 763px) { #IGZDmvKnHdJyUkKZKTudlLpf78NdxsG0 #ccxKbQHkX7srA5zZLx36PxtLC2rCoFgM {  }
 }@media only screen and (max-width: 763px) { #ndc961pbESQ4eWhwn22Tlq4G7kPDMubh { display:block; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9AIDnmXZTBTfmylklhDnMuvrO0qkMHc { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrwoZ5yqL5UqIMZ9R6k5AAd77T9aEeX { width:16.936625rem;height:1.3501rem;top:5.625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNxmcuXbnXdvS29CSIdhIZT5XHTWeNha { width:18.75rem;height:2.99805rem;top:9.573975rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 { display:flex;width:1.6870125rem;height:1.6870125rem;top:13.82324375rem;left:9.125rem; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 > img { max-width: 100%;max-height:100%; width:1.6870125rem; height:1.6870125rem; } }@media only screen and (max-width: 763px) { #dzXgV1nDLGLF8xScTEry8V6msqmR97l9 { display:flex;width:1.6870125rem;height:1.6870125rem;top:16.76025625rem;left:9.125rem; }
#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 > img { max-width: 100%;max-height:100%; width:1.6870125rem; height:1.6870125rem; } }@media only screen and (max-width: 763px) { #d2GwbzegDvDgAZCRATKe38dkPuvi87cp { display:flex;width:1.25rem;height:1.25rem;top:24.845581640625rem;left:9.375rem;font-size:0.875rem; }
#d2GwbzegDvDgAZCRATKe38dkPuvi87cp > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 { display:flex;width:1.25rem;height:1.25rem;top:29.794925390625rem;left:9.375rem;font-size:0.875rem; }
#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #yUGK883NuRkXLpAXciEqUObGSPTbfnHV { width:8.6236875rem;height:1.19970625rem;top:27.345581640625rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1aATasLx82mUUMDsInu0TJH0Ppwdzxh { width:16.4361875rem;height:1.19970625rem;top:32.294925390625rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZN2HvXEvIBOR6RT6tVx4UoWOxXf03w8L { width:20rem;height:0.062255875rem;top:19.69726875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxBKe6MRDeAKGpWNaIoEz7TttDEiUnLv { width:20rem;height:1.19934375rem;top:21.197512890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }