.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:85,150,220;--color-primary-1:27,103,232;--color-primary-2:0,24,49;--color-primary-3:1,22,34;--color-primary-4:5,13,26;--color-secondary-0:95,255,93;--color-secondary-1:75,197,61;--color-secondary-2:0,255,134;--color-secondary-3:43,151,32;--color-secondary-4:15,121,83;--color-tertiary-0:255,255,255;--color-tertiary-1:239,246,253;--color-tertiary-2:81,80,81;--color-tertiary-3:42,42,42;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"montserrat up"; }@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-3),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); }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/453f156f-b7d5-4fe5-b4a9-9eaa92fdd14b/lp_inscri_es_encerradas_desktop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx.adaptive-delivery-prevent-bg, #lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx.lazyload, #lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx.lazyloading { background-image: none; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row .container { background-color: transparent; background-image: none; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.29); }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row .container > .video-iframe-container { display: none; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.29); }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row > .video-iframe-container { display: none; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .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); }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row .container { border-width: 0; border-radius: 0; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;overflow:visible;position:relative;display:block; }#zwM5kfreqykPgcLkNn70UDTOLNKa8Ex7 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LSf0riMIETuZ2cR2aIXLkCrFKXA2rtCH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:11.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#WDytR7kT0kri8SSJ38beM5yZgT2f7PhX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:21rem;top:1.5rem;left:45.9375rem;overflow:hidden;display:block; }
#TqU1bS6txRNDswubPmzOTGekbh78qTJa { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:0rem;height:4.38671875rem;display:block; }
#osHvvQJJVehVpZb8EkIDuLAUEHVhciuw { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#08192f;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:20.75rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.625rem;left:0rem;display:block; }
#LbonOqZcR9aXZ64ul8ozDaM6TxnJG89L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/453f156f-b7d5-4fe5-b4a9-9eaa92fdd14b/lp_inscri_es_encerradas_desktop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW.adaptive-delivery-prevent-bg, #cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW.lazyload, #cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW.lazyloading { background-image: none; }#cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW > .row .container { border-width: 0; border-radius: 0; }#cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;overflow:visible;position:relative;display:none; }#xEf0qcqEIgzhJ38sPME3xXpUsaPmvLP6 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ReBwZyFvTXlRHiTgh3dUNbzx1xTwpR68 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:11.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#n0uUD7xFclJMDEVGtmAX55AC2ZEqMU6T { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:21rem;top:1.5rem;left:45.9375rem;overflow:hidden;display:block; }
#IvP8QWXhpe5wso5p9ooHaMviH52bet8z { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:0rem;height:4.38671875rem;display:block; }
#IpDTyDK3U9p7sCq2acVPGEKkivb9CA3Q { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#08192f;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:20.75rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.625rem;left:0rem;display:block; }
#icvNEsyb9WIHnow3snGkTc0cEJsHe4dM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fd5f11;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; }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .row .container { background-color: transparent; background-image: none; }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .row .container > .video-iframe-container { display: none; }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .row > .video-iframe-container { display: none; }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .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); }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .row .container { border-width: 0; border-radius: 0; }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .row .container { background-color: transparent; background-image: none; }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .row .container > .video-iframe-container { display: none; }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .row > .video-iframe-container { display: none; }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .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); }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .row .container { border-width: 0; border-radius: 0; }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#IJwCu97TwfuDgEXHWBs0VQ12H5v6XL3P { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.81);top:6.6875rem;left:16.125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tH4iixlDFqeUVcOiigtBgiABpNM5Rhgm { color:rgba(var(--color-tertiary-0),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.81);top:1.375rem;left:11.53125rem;height:4.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUgQZhTNIWqxkTUAUn3KrBEVPM3uJtsB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.3125rem;left:35.9375rem; }
#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M { position:relative;display:block; }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M { background-color: transparent; background-image: none; }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M > .row .container > .video-iframe-container { display: none; }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M > .row > .video-iframe-container { display: none; }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M > .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); }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M { border-width: 0; border-radius: 0; }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M > .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; }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TGeuzPsotN9dFrp3CTFyCeyxQlWo1CFg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:17.1875rem;top:1.6875rem;left:4.875rem;overflow:hidden;display:block; }
#E7JQfmRs9OaypEx89fgO3HlTaTUWHEah { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:13.5625rem;top:1.1875rem;left:22.75rem;overflow:hidden;display:block; }
#zqnTrFiLOrWCATkXVewrFeMo7WkNc3r9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:13.4375rem;top:1.125rem;left:37.0625rem;overflow:hidden;display:block; }
#SonkPcVvI2TQUfrIInRP2K79phtmh6wR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:15.375rem;top:1.6875rem;left:51.0625rem;overflow:hidden;display:block; }
#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl { position:relative;display:block; }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl { background-color: transparent; background-image: none; }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl > .row .container > .video-iframe-container { display: none; }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl > .row > .video-iframe-container { display: none; }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl > .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); }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl { border-width: 0; border-radius: 0; }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl > .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; }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZVPgKKHH4lHTm5QOT5b4dBIFN8uLXJKP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:12.375rem;top:1.25rem;left:9.4375rem;overflow:hidden;display:block; }
#y95RFJpCqVsA8F1CLeoSsmlW5hGiKiDU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:14.0625rem;top:0.9375rem;left:22.6875rem;overflow:hidden;display:block; }
#HFTNoLq4qg2fKpsrEMSeFky3bbLFx2zl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:11.875rem;top:0.8125rem;left:37.5rem;overflow:hidden;display:block; }
#UtJESAV6be5xkBHRWpuUckFCULll7h7w { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:11.4375rem;top:1rem;left:50.0625rem;overflow:hidden;display:block; }
#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .row .container { background-color: transparent; background-image: none; }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .row .container > .video-iframe-container { display: none; }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .row > .video-iframe-container { display: none; }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .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); }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .row .container { border-width: 0; border-radius: 0; }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#kPMhACXb9gHSokQcqz1nbcI39zHPQ7Mp { position:absolute;display:block;z-index:15003;background-color:#cbfbcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #16b61f;border-left:0.0625rem solid #16b61f;border-right:0.0625rem solid #16b61f;border-bottom:0.0625rem solid #16b61f;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.0625rem;width:48.6875rem;top:1.125rem;left:13.1875rem;display:block; }
#Wfpegbf0yDFAoi8IoeraOElh8nnrHoDn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.9375rem;left:13.9375rem; }
#SQQm6aiXWCO90btt69kXU6oPuseBIagU { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:16.375rem;height:6.499rem;display:block; }
#U37fZTLgtG9PVQKx9Vdko0wDoAfykcv2 { z-index:15004;top:11.8125rem;left:19.875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 2.5rem rgba(0,255,208,0.6) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.25rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RLH1EDxx7z8QbOGF5bZTv8nkTBJ1ZgZt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff8148;background-image:url("https://images.assets-landingi.com/uc/5c35d64c-6c69-4fe4-b9cf-35463032433d/fundoescurocimabaixo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;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; }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp.adaptive-delivery-prevent-bg, #qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp.lazyload, #qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp.lazyloading { background-image: none; }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .row .container { background-color: transparent; background-image: none; }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .row .container > .video-iframe-container { display: none; }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .row > .video-iframe-container { display: none; }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .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); }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .row .container { border-width: 0; border-radius: 0; }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#rHDxACD8WVF950vHE4iCfXg6MMJUTsif { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:9.375rem;left:1.875rem;height:32rem;text-align:center;text-align-last:center;display:block; }
#nqxETpQaaNxcJWIePRCGzxgMQkpMREA0 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.75rem;left:14rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhERC5WvIymdNyn4Cg3vZ1zEBpQwHhV6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:14.8125rem;top:9.375rem;left:38.25rem;overflow:hidden;display:block; }
#wcGeAc23zC76uTC33lQ4wUcnyELP0TpB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:19.5rem;top:5.1875rem;left:45.6875rem;overflow:hidden;display:block; }
#Q1fcaRzUHiN5bgcZUX8eTseod4rxJ1St { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:14.875rem;top:9.375rem;left:58.3125rem;overflow:hidden;display:block; }
#gG7OR9qKfaukMOv1UKZEBkIzQVxGpLKG { z-index:15005;top:38.5625rem;left:42.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mo4sZJ71QXUnO5LN6S9S88LE7tOF38rp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .row .container { background-color: transparent; background-image: none; }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .row .container > .video-iframe-container { display: none; }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .row > .video-iframe-container { display: none; }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .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); }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .row .container { border-width: 0; border-radius: 0; }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#XcH6QgL5wSAnm8xnU66rFvmfZ0pqqIFF { color:rgba(var(--color-tertiary-0),1);display:block;width:59.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.81);top:2.0693359375rem;left:6.84375rem;height:6.2998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZAPneoFuklwcPvGX90LOKuO6P9nPVJs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WZAPneoFuklwcPvGX90LOKuO6P9nPVJs > .row .container { border-width: 0; border-radius: 0; }#WZAPneoFuklwcPvGX90LOKuO6P9nPVJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZAPneoFuklwcPvGX90LOKuO6P9nPVJs > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:none; }#Z1UTTi0B2KuhquhZ7XBS9MQOMEIxQJ1H { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ff8148;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #ff8148 ;height:26.875rem;width:16.8125rem;top:1.875rem;left:19.75rem;display:block; }
#zFqn8qI7Dm8dINHI0TgTiJ2BT6LD1Az9 { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.2;letter-spacing:0;top:8.4375rem;left:19.5rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#izffpEtnbEUnvzaOnh6wQF9D6PUsQUBy { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:10.8125rem;left:20.75rem;height:14.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#shEnUS4M8OXph0HbUQ3pTODo7lKnkl74 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:3.375rem;left:26.125rem; }
#eThSTpSlVcgqncexP4reKMkfdka0TKkz { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ff8148;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #ff8148 ;height:26.875rem;width:16.8125rem;top:1.875rem;left:38.5rem;display:block; }
#vI2UQeSVIVPpCADE5tiqCQ1viiWDUOJS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:3.125rem;left:44.75rem; }
#G9tb4O5S3ySc63Vv3lFQCtPsQ3cDvK1I { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:8.1875rem;left:38.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ok8mxT9ggr5yLQ20QDn2HKG0T8cAkpDl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:12.0625rem;left:39.3125rem;height:15.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sCkNTGTT2WrSDOFTKRzE3HibT7HNFv7l { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ff8148;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #ff8148 ;height:26.875rem;width:16.8125rem;top:1.875rem;left:57.25rem;display:block; }
#pAwxcgrima9FCqZXuqJ5bO9GG2XDHgvC { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:8.4375rem;left:57rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uuEs0bct7s0ME5EaTpSQWrbshVu2LTTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.4375rem;left:63.5rem; }
#rHtZCUZcf3u1S8M9P2MmcZJQCTGo8Bc1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.0625rem;left:58.1875rem;height:15.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R98gHUfsiEkXRn8TG4sgxSaEDX2avUdu { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ff8148;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #ff8148 ;height:26.875rem;width:16.8125rem;top:1.875rem;left:57.25rem;display:none; }
#twZ9ZHUkQ6bdqsFybuZ1iUH0LwypVdIZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:2.9375rem;left:7.375rem;display:none; }
#wQqXEkUiMOTlE6X45tpUgzDWXWxDtEmx { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:7.9375rem;left:0.75rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lGq3LiK5M8TRHwuM8BRmZVTVPT7s42T9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:12.4375rem;left:2rem;height:11.7rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .row .container { background-color: transparent; background-image: none; }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .row .container > .video-iframe-container { display: none; }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .row > .video-iframe-container { display: none; }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .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); }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .row .container { border-width: 0; border-radius: 0; }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#mhVzXnU6eNTJ8ICMrnDPk6kDo5WND6Om { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ff8148;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #ff8148 ;height:26.875rem;width:16.8125rem;top:1.875rem;left:1rem;display:block; }
#O1gqXbTfhFkoIGKLUiOAwRHGeJZbi38f { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:7.9375rem;left:0.75rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rzNxZ6bT68604fwbTE9GZOVGN4AGFyxI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:2.9375rem;left:7.375rem; }
#glXxJ6Td7y3CFq6Th61itFcSalwokyrA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:12.4375rem;left:2rem;height:11.69825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E7uq0L3ezBcO4WzbiRrl8WWMF3M121AB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ff8148;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #ff8148 ;height:26.875rem;width:16.8125rem;top:1.875rem;left:19.75rem;display:block; }
#TzGTGCZ2JLex0vq0rrPh4oBnvht4dd6c { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.2;letter-spacing:0;top:8.4375rem;left:19.5rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWDxCs5ZwbPltqdQinzVTKRsTlEp1JvJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:10.8125rem;left:20.75rem;height:14.297875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lGgK1ZQWUCKxzHT97MhmcgkU4DTD1u3E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:3.375rem;left:26.125rem; }
#gka6J2CxQsum5Kt0HcIZ9PGuTWFrMZay { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ff8148;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #ff8148 ;height:26.875rem;width:16.8125rem;top:1.875rem;left:38.5rem;display:block; }
#DBzrICX8BwIhTI8sSDONXh3vcC4c6QLf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:3.125rem;left:44.75rem; }
#Z1Tit4eLfzHxp9TztmATw3TDL4Oa4iPc { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:8.1875rem;left:38.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rd91d9fHSqlmg9M4T0S0OIeFFKk3hq9b { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:12.0625rem;left:39.3125rem;height:15.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WKfVRWV6ZN8F8xouOpLlLgkPsFRVD03C { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ff8148;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #ff8148 ;height:26.875rem;width:16.8125rem;top:1.875rem;left:57.25rem;display:block; }
#h2wFMZlPZKBx4UZThgqdTdbCswm1MLE3 { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:8.4375rem;left:57rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xflXuTr7LAy6kZ9GEccixpBSmvzoVCRf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.4375rem;left:63.5rem; }
#PSKhgLoguubxNcB1V06C4hGRfsBgSn6C { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.0625rem;left:58.1875rem;height:15.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46457b2a-8822-4042-be75-e8b718e409cf/IMG_0381.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; }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C.adaptive-delivery-prevent-bg, #gzgxDHJbaRtRPtfpOtTkKu1SimIf747C.lazyload, #gzgxDHJbaRtRPtfpOtTkKu1SimIf747C.lazyloading { background-image: none; }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .row .container { background-color: transparent; background-image: none; }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.74); }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .row .container > .video-iframe-container { display: none; }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.74); }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .row > .video-iframe-container { display: none; }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .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); }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .row .container { border-width: 0; border-radius: 0; }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#uw6GZ3aLaEGkAmqPIXIgZMPEUhLBFei8 { color:rgba(var(--color-tertiary-0),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.81);top:3rem;left:8.875rem;height:10.2365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJRpgg4CEc7QRzUBwQL9ko0lJl9bZl4T { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.81);top:16.1875rem;left:20.3125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvJLW86Qb9hOFhOVvWQA0xHCI24yTGkQ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:39.625rem;top:21.5rem;left:0rem;overflow:hidden;display:block; }
#xMIfgcgN2sVrik3KOfUMfCps5XAhvROG { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.3125rem;left:41.875rem;height:19.6582375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRkaxtlDHrrfyy1LyazqkNhZd0EgUBNF { z-index:15006;top:46.875rem;left:45.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#k2hGxg8oSOkTffUfo7vF2BE1uuMEvEzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/638659bf-3b5f-4dec-a000-bc370f6098e9/monte.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; }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL.adaptive-delivery-prevent-bg, #yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL.lazyload, #yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL.lazyloading { background-image: none; }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .row .container { background-color: transparent; background-image: none; }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.48); }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .row .container > .video-iframe-container { display: none; }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.48); }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .row > .video-iframe-container { display: none; }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .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); }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .row .container { border-width: 0; border-radius: 0; }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .row .container { font-size:0.875rem;font-family:arial;height:66.625rem;width:75rem;position:relative;display:block; }#PUod86mV9RTU2FfhlISs4dLrFagPwyCE { color:rgba(var(--color-tertiary-0),1);display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.861328125rem;left:9.09375rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JsUEcBZHXxvbGl6vnOeWPW4pSP08CChV { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:6.8125rem;left:32.75rem;overflow:hidden;display:block; }
#kkNufmCHfV11UhOa8cb9TkSe34LSca0H { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:32.6875rem;left:3.375rem;overflow:hidden;display:block; }
#A9um7itooFDAs4kvG456IKBDNTWMDBUp { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:32.6875rem;left:22.75rem;overflow:hidden;display:block; }
#oqoTTsygXwelGSdJanokCkelAPo0TE3O { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:32.6875rem;left:42.5625rem;overflow:hidden;display:block; }
#XcJiRi5m6qn0BK2hkid7qsnHvPluPSDT { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:32.6875rem;left:62.1875rem;overflow:hidden;display:block; }
#U35Of8CqtSBMI7nvhXL1Gr7aR0XXrcdH { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.125rem solid #ffca74;border-left:0.125rem solid #ffca74;border-right:0.125rem solid #ffca74;border-bottom:0.125rem solid #ffca74;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.9375rem;width:15.9375rem;top:11.625rem;left:29.4375rem;display:block; }
#mhhmmRx8BTZMOD9WZdvTknb9tTvI0itH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.6;letter-spacing:0;top:17rem;left:30.53125rem;height:7.99805rem;text-align:center;text-align-last:center;display:block; }
#JBnri4EsLkQ0eZ55H1EDs6490eANhKD2 { position:absolute;display:block;z-index:15043;background-color:#ffca74;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.375rem;width:13.6875rem;top:27.4375rem;left:30.65625rem;display:block; }
#iO8epTUENayk05N2lBrJi6bd56y6fcWZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:27.8125rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbNBuc42dlD1RT3sZU3kBM31FU5TGEpk { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.125rem solid #ffca74;border-left:0.125rem solid #ffca74;border-right:0.125rem solid #ffca74;border-bottom:0.125rem solid #ffca74;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19rem;width:15.9375rem;top:37.5rem;left:0rem;display:block; }
#k2hW5Lpq0sNbecAPpLSz4iAMbpZJbGvz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.6;letter-spacing:0;top:42.875rem;left:1.125rem;height:7.99805rem;text-align:center;text-align-last:center;display:block; }
#VTQ6r28u97zaLkTtpJoQTJTVzKTJz47Z { position:absolute;display:block;z-index:15047;background-color:#ffca74;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.375rem;width:13.6875rem;top:55.625rem;left:1.3125rem;display:block; }
#ZrDZnwurHaTTP7nBeKTe3TMuRis2Hv7g { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:56.08203125rem;left:1.875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GpysTpo1qOXlGPBg4A1Te2L6DgN8X8cy { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid #ffca74;border-left:0.125rem solid #ffca74;border-right:0.125rem solid #ffca74;border-bottom:0.125rem solid #ffca74;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19rem;width:15.9375rem;top:37.5rem;left:19.375rem;display:block; }
#gam7PBLhTc2zqPF61Uyl4PUpSLzUIDyI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.6;letter-spacing:0;top:42.875rem;left:20.5rem;height:7.99805rem;text-align:center;text-align-last:center;display:block; }
#tWd0wb8rBVCeqdVKwh5wcAZzFaIRJTPU { position:absolute;display:block;z-index:15051;background-color:#ffca74;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.375rem;width:13.6875rem;top:55.625rem;left:20.6875rem;display:block; }
#DBZiv2dOMMTv5PNJe1zaF2eGMbrGkiRs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:56.08203125rem;left:21.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMQpPUqtRWTbskBI4LgrFHMS4ESQH7wI { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.125rem solid #ffca74;border-left:0.125rem solid #ffca74;border-right:0.125rem solid #ffca74;border-bottom:0.125rem solid #ffca74;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19rem;width:15.9375rem;top:37.5rem;left:39.375rem;display:block; }
#q6ldtkDTV4zb4ehXXk1Vkooa4S7TGa8N { position:absolute;display:block;z-index:15055;background-color:#ffca74;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.375rem;width:13.6875rem;top:55.625rem;left:40.625rem;display:block; }
#o0KuBLnldtCEfTxuycddAmzSLczo8C9F { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:56.08203125rem;left:41.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K2aGz4RXUWbgOiGwGHmT9LST5Phy5dGp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.6;letter-spacing:0;top:42.875rem;left:39.90625rem;height:9.5976625rem;text-align:center;text-align-last:center;display:block; }
#UcVIrl8ZcFy5LQ4zBsGlyh8wuCT5QABC { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;border-top:0.125rem solid #ffca74;border-left:0.125rem solid #ffca74;border-right:0.125rem solid #ffca74;border-bottom:0.125rem solid #ffca74;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19rem;width:15.9375rem;top:37.5rem;left:58.8125rem;display:block; }
#hJOzMBvAKzKxI6mhLt7U09Tu2GohyR45 { position:absolute;display:block;z-index:15059;background-color:#ffca74;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.375rem;width:13.6875rem;top:55.625rem;left:60.125rem;display:block; }
#z6yl7GTSDrC0ww8mbRErb3pTx5ZWNfVd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:56.08203125rem;left:60.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vTbn1dITBLnVcC2Arhb9Jx9lzIut6tLs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.6;letter-spacing:0;top:42.875rem;left:59.90625rem;height:11.19725rem;text-align:center;text-align-last:center;display:block; }
#w542mKSd9frFCsKT0EEEZcoyfpPIeipI { position:absolute;display:block;z-index:15007;background-color:#ff8148;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:30.125rem;top:1.037109375rem;left:35.25rem;display:block; }
#DPqBJlll9AtK7BDOeUmnX9Pd33WiNOok { z-index:15007;top:60.0625rem;left:21.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tdvLJZ4Fha03QsnghZuPXySdao7iWTHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EC0znIgR2bDenrQR9usZo051DqvdA9Ew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .row .container { background-color: transparent; background-image: none; }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .row .container > .video-iframe-container { display: none; }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .row > .video-iframe-container { display: none; }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .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); }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .row .container { border-width: 0; border-radius: 0; }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#WaJuC96p1PCpxL1ZlFixEwDrONflxi9X { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.81);top:0.8818359375rem;left:16.96875rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .row .container { background-color: transparent; background-image: none; }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .row .container > .video-iframe-container { display: none; }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .row > .video-iframe-container { display: none; }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .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); }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .row .container { border-width: 0; border-radius: 0; }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#qZHNwP5sH9Ee1NGhoIq2AbgM5EkGs7y7 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:23.3125rem;top:3.375rem;left:14.1875rem;overflow:hidden;display:block; }
#rvtsaz7ym2HyXckbcbvvlKXTlUkVucxh { color:#1b1c1c;display:block;width:22.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:15.5rem;left:40rem;height:15.84375rem;text-align:left;text-align-last:left;display:block; }
#WXWbsbtaeILbHznZZL4phxJzhMGZJ913 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:17.1875rem;top:2.1875rem;left:40rem;overflow:hidden;display:block; }
#BhU4k5GNSvTQktPFpvq9lMwooAiQS0n6 { color:#2a2927;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:11rem;left:40rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#aWQyvGAlgAlRmJaOkaiWEO3u6QsEm5sZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem solid #ff8148;border-bottom:0.1875rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:30.9375rem;width:53.5625rem;top:0.6875rem;left:10.75rem;display:block; }
#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .row .container { background-color: transparent; background-image: none; }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .row .container > .video-iframe-container { display: none; }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .row > .video-iframe-container { display: none; }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .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); }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .row .container { border-width: 0; border-radius: 0; }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#by0IF7MqHVBXXKmugMTxzMnRBuWKWF2J { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:25.125rem;top:7.125rem;left:10.1875rem;overflow:hidden;display:block; }
#CDDMgB3CHzdTBEEeEdd3uLf9RPea7Vif { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:19.9375rem;top:1.9375rem;left:36.28125rem;overflow:hidden;display:block; }
#yH7xKmuDGmlBNmkpnH84Qphm4Sci7rFl { color:#1b1c1c;display:block;width:26.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:11.3125rem;left:36.28125rem;height:19.5rem;text-align:left;text-align-last:left;display:block; }
#zMMXMsroD4rV79MnNJJSE1WqVpu9ngoO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem solid #ff8148;border-bottom:0.1875rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:31.1875rem;width:53.5625rem;top:1.78125rem;left:10.625rem;display:block; }
#qTVsk06aeiZqOPD7mySfXdWAJmhLg1Mb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:43.375rem;left:45.78125rem; }
#rlJHBL4s2Roxns99lIq001qaTRaMzLde { z-index:15008;top:36rem;left:21.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NVVsuSDg4b5A8fKlde7yBEogQhTdT8GW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WUHrF46wt55B1fUEKOo8z906w4mMP6ef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2cd4055-ba9e-4576-bef3-d72ed0879c34/Prancheta5.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; }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef.adaptive-delivery-prevent-bg, #WUHrF46wt55B1fUEKOo8z906w4mMP6ef.lazyload, #WUHrF46wt55B1fUEKOo8z906w4mMP6ef.lazyloading { background-image: none; }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .row .container { background-color: transparent; background-image: none; }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.57); }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .row .container > .video-iframe-container { display: none; }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.57); }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .row > .video-iframe-container { display: none; }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .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); }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .row .container { border-width: 0; border-radius: 0; }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#mqBcnOGTHCU157dNmmihUwkb04oWIw61 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:33.5rem;top:4.71875rem;left:2.3125rem;overflow:hidden;display:block; }
#FVPsvXutzRWmKVKOvPh4HRQkrEmJvWy0 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:12.25rem;left:39.625rem;height:24.7715rem;overflow:hidden;display:block; }#FVPsvXutzRWmKVKOvPh4HRQkrEmJvWy0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FVPsvXutzRWmKVKOvPh4HRQkrEmJvWy0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/34a42220-901e-4e90-93a9-d2bd5b922120/verificado1.png); }
#vHMT9dIeCm1vK6rd4sRVH82hnqvynCTv { color:rgba(var(--color-primary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3125rem;left:39.625rem;height:7.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVgBJcv2rPkPVqJQ3pr1xPRSZk8DFCPC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:40.9375rem;left:12.84375rem; }
#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .row .container { background-color: transparent; background-image: none; }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .row .container > .video-iframe-container { display: none; }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .row > .video-iframe-container { display: none; }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .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); }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .row .container { border-width: 0; border-radius: 0; }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:block; }#TOI9mRxihPCm4WFusB4t57O9Amwgnrp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:21.625rem;left:2.75rem;height:10.7226625rem;text-align:left;text-align-last:left;display:block; }
#y6zSIx5SgVOiAsfTBun0UBcw9CmeN9I7 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:38.9375rem;top:22.3125rem;left:35.5rem;overflow:hidden;display:block; }
#wbS0l9dhWLUM0BgiUNa8kJPK8vkGaGbT { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:28.4375rem;left:2.75rem;height:22.0966875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a84a93T5wLff9BSRf44uoOIZ7IFfePgR { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.81);top:4.8125rem;left:2.75rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gliI2GD4IBgGFD6Dv7syOFloahNy90fH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:27.25rem;top:4.8125rem;left:42rem;overflow:hidden;display:block; }
#FWOlWQhuZTfCg3VPRPPNWDm8z4Fn2SVG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:58.90625rem;left:46.28125rem; }
#D6Udc6sC8sbS5No8XRUA7V4sv1JPyoGS { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:27.3125rem;top:9rem;left:2.75rem;overflow:hidden;display:block; }
#CgHnaZzn5bRItKQtrkP76qpAWPsx0yoE { z-index:15009;top:52.375rem;left:2.75rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L86zCyLBD9zhxaezoc5lTOxxSLBIQ2oc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/378aba41-a293-47f9-b6a0-b8caacc13473/f21x_11.png");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; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK.adaptive-delivery-prevent-bg, #yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK.lazyload, #yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK.lazyloading { background-image: none; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row .container { background-color: transparent; background-image: none; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row .container > .video-iframe-container { display: none; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row > .video-iframe-container { display: none; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .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); }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row .container { border-width: 0; border-radius: 0; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#PTJSQm8XIH72BFzMXvC8IODzqoe66Pc8 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:37.5rem;top:4.3125rem;left:37.5rem;overflow:hidden;display:block; }
#AZXSN1K7X8d0hIe6L7WUx2FbTldzcFX7 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:36.5625rem;top:4.9375rem;left:0rem;overflow:hidden;display:block; }
#zLMDTHOTKaLTF94rd8MoKW3cNWJ6lRX1 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:16.1875rem;left:6.4375rem;height:6.662125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWbGZqw1iXRoPSmxVHSr72PwCPEN2IPV { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:21.6875rem;top:25.1875rem;left:7.4375rem;overflow:hidden;display:block; }
#QLcfVWQTUrZX7hCOtLf4IeZe9VfArReD { z-index:15035;top:40.8125rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vuc32aw6E3sTOQChOSMn2tocSUMR2uFt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b3e8e38-04a3-43f3-a902-7f96ba1c1aa9/AdobeStock_428847182.jpeg");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; }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq.adaptive-delivery-prevent-bg, #x6uD0NoqCm5RpQGammgVkGgTdoxBSltq.lazyload, #x6uD0NoqCm5RpQGammgVkGgTdoxBSltq.lazyloading { background-image: none; }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .row .container { background-color: transparent; background-image: none; }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.86); }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .row .container > .video-iframe-container { display: none; }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.86); }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .row > .video-iframe-container { display: none; }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .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); }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .row .container { border-width: 0; border-radius: 0; }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#fA0KlASiTvXdPdOvK3TV5STOreBpDy8T { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.5625rem;height:5.60595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fCHRmpzVnhzHobvSMnW7JzPow9hsqErK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:24.9375rem;left:15.5625rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#odLT4adQKa3EV2gsRzsnWPm2R4DHFOaZ { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:11.8125rem;top:10.25rem;left:3.1875rem;overflow:hidden;display:block; }
#EcHckB9At9IPVBvWuVlen48AvqTAXyD4 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:0.98046875rem;left:15.5625rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDcTH2OH0HyLpvMbLJqZrfrK6m0SKao0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.3125rem rgba(255,129,72,0.46);top:17.75rem;left:15.5625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T87DsSMpHbpEFxsT952T4t12bDOTbctk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.3125rem rgba(255,129,72,0.46);top:22.625rem;left:15.5625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gN3boqVhSUOZJI19rzTit1Oz03ANh0vc { z-index:15013;top:36.25rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MhXT8PwhqaVyszLxnxoadFoXWOZtRtxR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ychweVmVFBbewMbcChZ8XXfAgVaHUImM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid #ff8148;border-bottom:0.3125rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:24.5625rem;width:34.375rem;top:9.4375rem;left:2.5625rem;display:block; }
#OTmNuv27mFOrWfOggpWUiMgdgUFKGTGX { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid #ff8148;border-bottom:0.3125rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:24.375rem;width:34.375rem;top:9.4375rem;left:38.9375rem;display:block; }
#zq2Ed3AtvP63zEqfVTHdNQRhT1Uyo4CJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.125rem;left:52.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uVO4l1heCR4TU1og6Blu3JSMcFbfnfZ3 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:12.8125rem;top:9.9375rem;left:39.75rem;overflow:hidden;display:block; }
#f8EAbMTRXkpAFL861zqNdqlBcLyaOHyn { color:#ff8148;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:16.75rem;left:52.5625rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#T9u0SUJoIfJ4rlKBTexZb9s7lcT0zyPN { color:#373737;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:19.875rem;left:52.5625rem;height:12.50925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#thT7kZHss5UadyROpPpvQVTAlg1Jplzc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:11.1875rem;left:52.5625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .row .container { background-color: transparent; background-image: none; }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .row .container > .video-iframe-container { display: none; }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .row > .video-iframe-container { display: none; }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .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); }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .row .container { border-width: 0; border-radius: 0; }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#BiN6e69dTE5buW0z8Zo6Rx4aFkLKwNrZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.8125rem;left:15rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhvmcv5kW3JdsnEeGSurBH4qGeH2KZ1a { color:#373737;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:11.875rem;left:13.6875rem;height:6.82325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gk03lTLUIvH9fVmxFL2Ll9eCRdBlXBLu { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid #ff8148;border-bottom:0.3125rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:18.6875rem;width:34.375rem;top:1.1875rem;left:3.0625rem;display:block; }
#cSV818ZTT6mHxcfHuzxZFdkToPPub7xw { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:11.25rem;top:3.0625rem;left:3.0625rem;overflow:hidden;display:block; }
#VugvoQ5M5Kg6VGFQaADysk5LyyO0zwcA { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:6.125rem;top:1.875rem;left:20.5rem;overflow:hidden;display:block; }
#UnH6bTyV8oJeoFQXRBN3OSHacz78ESuh { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19b81cef-8a91-487c-b384-fff43323e130/fundo_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid #ff8148;border-bottom:0.3125rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:18.75rem;width:34.375rem;top:1.3125rem;left:39.0625rem;display:block; }#UnH6bTyV8oJeoFQXRBN3OSHacz78ESuh.adaptive-delivery-prevent-bg, #UnH6bTyV8oJeoFQXRBN3OSHacz78ESuh.lazyload, #UnH6bTyV8oJeoFQXRBN3OSHacz78ESuh.lazyloading { background-image: none; }
#UnH6bTyV8oJeoFQXRBN3OSHacz78ESuh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#UnH6bTyV8oJeoFQXRBN3OSHacz78ESuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.5); }#OXxRShXoOWPzH388nJaQphCoybZm4IK6 { position:absolute;display:block;z-index:15067;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.6875rem;width:11.3125rem;top:2.5625rem;left:40.1875rem;overflow:hidden;display:block; }
#w4L70lA4CczKLTRmE9oeyO7HAaNbRbw7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:2.5625rem;left:53.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okK4DKcRFfGonqts3maARnTGAhi7o6HI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:5rem;left:53.375rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HToB7V1xyGTZTetQJcM4upWd9g6cIz8P { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:8.625rem;left:53.375rem;height:10.234875rem;text-align:left;text-align-last:left;display:block; }
#AEEVwnx67J0FLxZ9R9BDyTfRTlKVJpUV { z-index:15033;top:22.3125rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JPOnZXLeXkVmuVwMIthZfZhehEyrTl8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epHZV2sXh5bTRJICK67BSttQq1NQxprU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .row .container { background-color: transparent; background-image: none; }#epHZV2sXh5bTRJICK67BSttQq1NQxprU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .row .container > .video-iframe-container { display: none; }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .row > .video-iframe-container { display: none; }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .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); }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .row .container { border-width: 0; border-radius: 0; }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#TTAaXyl9Zxa4y6s1uU4LqJwNSa3RdcUq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid #ff8148;border-bottom:0.3125rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:18.625rem;width:34.375rem;top:0rem;left:2.75rem;display:block; }
#taOazz1HlV7zuXEQFMswQIdDyaeCV3mP { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15067;line-height:1.1;letter-spacing:0;top:2.8125rem;left:16.25rem;height:5.36230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qmcAnHgHg5BNH2Wz6AFi1TVBfZkT7tgz { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:12.375rem;top:1.75rem;left:2.6875rem;overflow:hidden;display:block; }
#zsQQR7zPfJhitaWJimFzakRbvMSTfKBp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:8.1875rem;left:16.3125rem;height:7.9604375rem;text-align:left;text-align-last:left;display:block; }
#dudrGLIaqzLkTzcCSfSehIUgF3wDS4KP { position:absolute;display:block;z-index:15002;background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid #ff8148;border-bottom:0.3125rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:18.75rem;width:34.375rem;top:0rem;left:39.375rem;display:block; }
#wmRgQ5ZTJhCFJL4tTZG2Caf91H78cLqq { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.875rem;top:2.146484375rem;left:40.75rem;overflow:hidden;display:block; }
#WBtikLqtN6xtDq4oqqXhhCTxklA1TfSZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:2.8125rem;left:54.3125rem;height:4.54980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ak4Un8Bk7m13og1QagWhezQozSder57p { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:8.4375rem;left:54.3125rem;height:6.3369375rem;text-align:left;text-align-last:left;display:block; }
#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .row .container { background-color: transparent; background-image: none; }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .row .container > .video-iframe-container { display: none; }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .row > .video-iframe-container { display: none; }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .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); }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .row .container { border-width: 0; border-radius: 0; }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:75rem;position:relative;display:block; }#sUTcsDhBko9NJ9qpzkPbbfLQfwRqFcQi { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid #ff8148;border-bottom:0.3125rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:28.3125rem;width:35rem;top:6.6875rem;left:1.5625rem;display:block; }
#mtpbTVzi7xh2gQ9RRh5OV7obMNcNI4pc { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;top:14.5625rem;left:16.75rem;height:13.19676875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CPzWalQABw15zJgE0M9O6cd4vDMZvcMM { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:14.25rem;top:8.75rem;left:1.5625rem;overflow:hidden;display:block; }
#fdQllU6UyLGymh9WiG3VvkF0A39ONlyx { color:#161e3a;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:9.875rem;left:16.75rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#T8LzlOW12mdbkDWqWy4QC4nfizvTIREi { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:14.375rem;top:24.75rem;left:1.5625rem;overflow:hidden;display:block; }
#BAD1VqJzOAbU7ZN4GQl2Tvp41lZMBFoc { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.75rem;top:27.125rem;left:2.375rem;overflow:hidden;display:block; }
#ySomP9iTb8UPt6JIIThBX2sDnJUc5tTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:30.25rem;left:16.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MuQHyea13Rk6MniKDxByS7PQtDRE1CSQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid #ff8148;border-bottom:0.3125rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:28.625rem;width:35rem;top:6.5rem;left:38.1875rem;display:block; }
#mli1QJhcbZWcLhHbR6H5bTqWy2umzla2 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:14.4375rem;top:8.3125rem;left:39.5rem;overflow:hidden;display:block; }
#TrTLbtEtQWJd2M0JbcSBNKaTKoicgMml { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:13.5625rem;top:23.9375rem;left:39.0625rem;overflow:hidden;display:block; }
#RnTJSCPWlq1KMLJsakJ0Jsn8ivfCW9Zv { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:11.1875rem;top:26.4375rem;left:42.8125rem;overflow:hidden;display:block; }
#Tiy1w9OxuyuOnlbItO0Cl0JvLTTT9hNl { color:rgba(var(--color-tertiary-3),1);display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:8.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:9.6875rem;left:50.875rem;height:10.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6FoTnOmIxnxdJ0bnTshrzTsztRa1Mpw { color:rgba(var(--color-tertiary-3),1);display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:18.3125rem;left:50.875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZWx4GaB427aROsB56DX6wcgPaZrA21sa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:22.9375rem;left:54.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WqBkgnci3dHN0OTMGEOTTo3ZLVfznrf6 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:30.5625rem;top:1.3125rem;left:22.21875rem;overflow:hidden;display:block; }
#JLuBrIvxTdnJvyMU0nNQEsH1rP6FHktZ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid #ff8148;border-bottom:0.3125rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:26.5625rem;width:35rem;top:36.8125rem;left:1.75rem;display:block; }
#wJpFct9WtJhee5y5HTeZ6XVVx8Hq7wcl { color:rgba(var(--color-tertiary-3),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:39.25rem;left:15.25rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#SLEII7zwPwrZ6ekQVc5hupkzUCbQ551c { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:47rem;left:15.25rem;height:14.19825rem;text-align:left;text-align-last:left;display:block; }#SLEII7zwPwrZ6ekQVc5hupkzUCbQ551c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SLEII7zwPwrZ6ekQVc5hupkzUCbQ551c li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
#e9crnSADZsaSxnCqrE1dmAOa5lNtyMVX { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:11rem;top:49.6875rem;left:2.875rem;overflow:hidden;display:block; }
#V4ylK6vmaSt52z4e95i7aMvckX4mfZbV { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:10.0625rem;top:38rem;left:3.375rem;overflow:hidden;display:block; }
#NT2ewIF8nWd30JL6mXC2okA64oz3qUmq { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10rem;top:51.375rem;left:3.5rem;overflow:hidden;display:block; }
#BUvA0ptRJLhm9WQHHWdWQxpymTeLEKCN { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7.4375rem;top:37.8125rem;left:58.75rem;overflow:hidden;display:block; }
#EVzxQZh6htlI9KHhRQFmgt0Fhb3wzSqC { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:13.375rem;top:52.2861328125rem;left:41.71875rem;overflow:hidden;display:block; }
#MbkuCuSi7WnScpqtTTtyqORX4OAkNJVP { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:9.0625rem;top:39.0625rem;left:52.6875rem;overflow:hidden;display:block; }
#Lh9nm78rAloksVQyk2QQc6NLNezvs6wo { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:8.3125rem;top:37.8125rem;left:46.4375rem;overflow:hidden;display:block; }
#LSE6TuUPOiG7wKSS22dEyxINwzUW70Vf { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:16.25rem;top:52.4111328125rem;left:55.9375rem;overflow:hidden;display:block; }
#VGTMdAsMJCq2oCOsuevTcGdzLK1646v4 { box-sizing:content-box;height:26.8125rem;width:35.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/399df68d-4f1b-4907-ae35-36d9755f8ea2/FUNDON2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:36.8125rem;left:38.1875rem;border-top:0.25rem solid #fffd09;border-left:0.25rem solid #fffd09;border-right:0.25rem solid #fffd09;border-bottom:0.25rem solid #fffd09;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; }#VGTMdAsMJCq2oCOsuevTcGdzLK1646v4.adaptive-delivery-prevent-bg, #VGTMdAsMJCq2oCOsuevTcGdzLK1646v4.lazyload, #VGTMdAsMJCq2oCOsuevTcGdzLK1646v4.lazyloading { background-image: none; }
#VGTMdAsMJCq2oCOsuevTcGdzLK1646v4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }#VGTMdAsMJCq2oCOsuevTcGdzLK1646v4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,9,19,0.82); }#a72dgrc9CgefdWQ7TyIrionZdX4iuaRZ { z-index:15030;top:57.4375rem;left:43.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f99LZPIyllT7s692lkUFsTKefckGO2Rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IphTOcqvheoz85c1AyaGqcKLWnhJAFad { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:22.9375rem;left:54.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .row .container { background-color: transparent; background-image: none; }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .row .container > .video-iframe-container { display: none; }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .row > .video-iframe-container { display: none; }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .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); }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .row .container { border-width: 0; border-radius: 0; }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#AglMvuNHv62wTM7ZOLW4bHIELtndnBA6 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid #ff8148;border-bottom:0.3125rem solid #ff8148;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.26) ;height:25.9375rem;width:52.625rem;top:0.8125rem;left:11.1875rem;display:block; }
#KbIid6g6mbnJRG2EgOHAVlLhzIh3ut0F { z-index:15018;top:19.875rem;left:36.75rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yP541LgcxDd86XmMtEc13OFE11edh0w7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIU6edusdcGmou6Fo0M5llAU5PMqyVxT { color:rgba(var(--color-tertiary-3),1);display:block;width:22.9365rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.8;letter-spacing:0;top:11.125rem;left:36.75rem;height:7.036625rem;text-align:left;text-align-last:left;display:block; }#xIU6edusdcGmou6Fo0M5llAU5PMqyVxT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xIU6edusdcGmou6Fo0M5llAU5PMqyVxT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
#bwTfdzr4WWbOU8cJEqv73pKtqfybaeBE { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:21.1875rem;top:4.4375rem;left:13.375rem;overflow:hidden;display:block; }
#DRoLKUq2OdE9pd6myTBONC1sH57eepMD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.4375rem;left:36.75rem;height:5.5244125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .row .container { background-color: transparent; background-image: none; }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .row .container > .video-iframe-container { display: none; }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .row > .video-iframe-container { display: none; }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .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); }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .row .container { border-width: 0; border-radius: 0; }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .row .container { font-size:0.875rem;font-family:arial;height:87.1875rem;width:75rem;position:relative;display:block; }#cEbGUAyUeh7GOHu7BCDyAT6tOfkdR1Lq { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:1.125rem;left:19.9375rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#cMNXSsz5Tf973kzS6oBQ4Xxv5xmUn9rc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:8.625rem;top:8.875rem;left:29rem;overflow:hidden;display:block; }
#iTCbwXqd39AkBFd7ZEPSs96cuadzpceS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.5rem;top:8.875rem;left:37.625rem;overflow:hidden;display:block; }
#i76JMGlTUPDHHH5kffpBlseSvQtgJb8S { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:19.5rem;top:10.6875rem;left:27.5rem;overflow:hidden;display:block; }
#DPfimx8yAOe4gBbaApcEopDnxxsnnMHm { color:rgba(var(--color-tertiary-0),1);display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:43.875rem;left:9.9375rem;height:34.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTrJ7oqmpHWp4kqd0pv8d44cJ7G4Rq59 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:14.8125rem;top:15.4375rem;left:18.625rem;overflow:hidden;display:block; }
#pTS8LoAN7kNOP0KNET31HqmQOWKlJt3A { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:14.875rem;top:15.125rem;left:41.5rem;overflow:hidden;display:block; }
#rBcUsEhTKsxtmBf1oLETqOsX97d40Err { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.3125rem;left:21.25rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#XeEfTePimqxVWhzi0zKGJQTkrAdW3Mnm { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:26.375rem;top:3.9375rem;left:24.3125rem;display:block; }
#IqbxZPbFASr18RutMyA37GTr4LUwDBMB { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.3125rem;left:46.125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#spUWtrl5GxANuZIauFAO8RLO42FczRhS { z-index:15019;top:80rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pCAURSKQZF2KQGyxWqrWqeh3b6AfU47J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19b81cef-8a91-487c-b384-fff43323e130/fundo_.png");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; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN.adaptive-delivery-prevent-bg, #gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN.lazyload, #gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN.lazyloading { background-image: none; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row .container { background-color: transparent; background-image: none; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.31); }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row .container > .video-iframe-container { display: none; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.31); }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row > .video-iframe-container { display: none; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .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); }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row .container { border-width: 0; border-radius: 0; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row .container { font-size:0.875rem;font-family:arial;height:160.75rem;width:75rem;position:relative;display:block; }#ugcN6ydr4lsrynJglW1yxaGxagNJ5aQH { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31.625rem;left:14.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Or7v5s9afo1MSx01lctigKVf1wtLI2Ws { color:#ff8148;display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:37.5625rem;left:12.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pnq3UyfTcz6ua7be5R8nP7cahlfaBozJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:37.1875rem;left:19.3125rem; }
#uZkOLNUcKEVzgy4k9pMlTbo3M7Oz4hDA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:37.125rem;left:52rem; }
#vz50fdpE4AzSA9B0XLqOFeB9OlAGgPv4 { position:absolute;display:block;z-index:15005;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff8148;border-left:0.1875rem solid #ff8148;border-right:0.1875rem solid #ff8148;border-bottom:0.1875rem solid #ff8148;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.5rem;width:32.75rem;top:48.25rem;left:3.5rem;display:block; }
#aiWnxHF8790PudemXzy1Se3mNLAlZGsV { color:#ff8148;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:53.25rem;left:12.125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9FJEukqZI6gCd7T9UUhVnuFG7IZwsZ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:56.125rem;left:6.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#tToTUl3Xle0czKMklqEGH10fgmaDxC9i { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:60.875rem;left:7.375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#U31TP8PEPbdu6dVGTw8ok0sclaXbuwst { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:57.9375rem;left:40.8125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#RbdFnRxoMxUyxQ902089i19NseNIQmkS { color:#ff8148;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:54.875rem;left:43.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cQB25k18HPdXCyTTR7nW8Cmx75Nfexly { position:absolute;display:block;z-index:15014;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff8148;border-left:0.1875rem solid #ff8148;border-right:0.1875rem solid #ff8148;border-bottom:0.1875rem solid #ff8148;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.4375rem;width:30.1875rem;top:76.25rem;left:5rem;display:block; }
#IDDZ5KJnNaOqiEb2ZSCDTX0lW3bV8960 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:88.75rem;left:8.25rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#dG8NCbmovZVS4Qrlm09TG7puHGQPMcCx { color:#ff8148;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:83.6875rem;left:11.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HyDr2v0vBxbh29DJGlEuFLM8dIQaIXkh { position:absolute;display:block;z-index:15018;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.5625rem;width:33.5625rem;top:76.1875rem;left:37.75rem;display:block; }
#GwuXCEyuLhpGmkHWzTvkbUTuuONIa42n { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:86.1875rem;left:42.5rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#LtbTz7eRVyckSQySSUV7yuDiQql51Ta6 { color:#ff8148;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:82.6875rem;left:41.75rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPUxgQAVBdlryMUuK6imfdK339XpseX1 { position:absolute;display:block;z-index:15023;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff682a;border-left:0.1875rem solid #ff682a;border-right:0.1875rem solid #ff682a;border-bottom:0.1875rem solid #ff682a;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.9375rem;width:31.125rem;top:106.1875rem;left:4.5rem;display:block; }
#rnyCtndEKgIi2TTb1kpZaMnTeJr2foJk { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:116.375rem;left:5.625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#pfQ71qoDVANt4mqQUaIRTAT8lPC9F88V { color:#ff8148;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:113.3125rem;left:8.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BebfyPhoWzhOzXofLHcZVeAGBSPexhdM { position:absolute;display:block;z-index:15027;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.9375rem;width:33.1875rem;top:106.8125rem;left:38.375rem;display:block; }
#f6r2gVhEmKkraO3VIgPKfGfaEGyZX3aS { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:116.375rem;left:39.9375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#COFRLLImzK5ZDtdlantyNAMIZTEXo2Pk { color:#ff8148;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:113.3125rem;left:40.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVOHX1VDIH8lxB0X3IffbfRRaCUkM7Mn { position:absolute;display:block;z-index:15031;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.3125rem;width:53.5625rem;top:129.4375rem;left:9.0625rem;display:block; }
#Uqsy4C5RmZpRGzRIMFPxzKse6s4tQsZt { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:137rem;left:31.25rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#kMzsvuu1a8ipbZZiXt6bmMrNLSTOPnau { color:#ff8148;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:132.1875rem;left:31.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bu7gq63P4MtevpWuI3wVvuxgx5ULbC2p { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:147.4375rem;left:17.375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChI2z1LVbQq38mDAzl9qOL9SxKSI6LT5 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:21.0625rem;top:71.75rem;left:9.625rem;overflow:hidden;display:block; }
#BfCDqoqfffmxEVeKTIPauzChqw42FPQH { position:absolute;display:block;z-index:15006;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.8125rem;width:32.75rem;top:48.25rem;left:37.75rem;display:block; }
#mxV9si6Tpwi6ZmsfT5qb5BXwhSdngl0b { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:9.75rem;top:69.5625rem;left:50.5rem;overflow:hidden;display:block; }
#ZGzchTZSaGTquWSfLpc1EE3LpLHDqxsV { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:9.75rem;top:99.5625rem;left:50.25rem;overflow:hidden;display:block; }
#GIr55Q72FshqcvXSTiT9BpFQDCVt7rwJ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:9.75rem;top:99.5625rem;left:15.0625rem;overflow:hidden;display:block; }
#bLSN3xKBdeSTbDs7zh4wFeJoBCdXcKlC { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:33.75rem;top:123.4375rem;left:3.5rem;overflow:hidden;display:block; }
#lMASumefEhUDo49lfNacsmKzTFebX6ab { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.25rem;width:52.375rem;top:1.5234375rem;left:10.46875rem;overflow:hidden;display:block; }
#JmgolIeat3DJEA87c6nSv96KysnK2dHk { position:absolute;display:block;z-index:15041;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.25rem;width:6.8125rem;top:42.875rem;left:16.4375rem;overflow:hidden;display:block; }
#B3b6BRSK3tFcbEwUONPcZV4WftCVWBfV { position:absolute;display:block;z-index:15042;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.25rem;width:6.75rem;top:43.6875rem;left:50.6875rem;overflow:hidden;display:block; }
#ynuPdnUP1S1ETEME3o15JTPGOd9PkFgH { z-index:15027;top:153.9375rem;left:22.25rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uiNoVL60ZhHel6TDpS7kaA6yyVWzcpGq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19b81cef-8a91-487c-b384-fff43323e130/fundo_.png");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; }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4.adaptive-delivery-prevent-bg, #pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4.lazyload, #pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4.lazyloading { background-image: none; }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .row .container { background-color: transparent; background-image: none; }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.92); }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .row .container > .video-iframe-container { display: none; }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.92); }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .row > .video-iframe-container { display: none; }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .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); }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .row .container { border-width: 0; border-radius: 0; }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .row .container { font-size:0.875rem;font-family:arial;height:85.6875rem;width:75rem;position:relative;display:block; }#SydEN97ztl6u0FfsQuZunnQ3WiTU3DCG { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:19.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#lCI021PM8qWTMAokFTTOpBaDbJQeqS1z { color:#ff8148;display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.375rem;left:12.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZXCm683ZRmXZOe8wHidgSrmTkNokb2qe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.0625rem;left:19.75rem; }
#kPxS37m2GV2MRLxBTtXzslfaxR1CrGZD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.0625rem;left:51.75rem; }
#mmAXk7UMA9iNSUlAV3MacMwvlevQW7Ku { position:absolute;display:block;z-index:15005;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff8148;border-left:0.1875rem solid #ff8148;border-right:0.1875rem solid #ff8148;border-bottom:0.1875rem solid #ff8148;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.5rem;width:32.75rem;top:18.75rem;left:3.9375rem;display:block; }
#CDW42ly8kkiHAiNfIsbQZUW0d8lxQ1Ox { color:#ff8148;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.75rem;left:12.5625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDR4VgiNZzr09TUEuUExnMv9hMRykPaQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.875rem;left:8.1875rem;height:10.8041875rem;text-align:center;text-align-last:center;display:block; }
#fmZ1ZdrSlrZwB63RoUTkyZME7cv29yqI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.1875rem;left:42.3125rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#Gf6r8AhSKzRpFhA5AtBGqFuNwGk2NQc5 { color:#ff8148;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5625rem;left:41.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpHtBmm2k8JTIIQErKSwsclmVvgMF8sI { position:absolute;display:block;z-index:15014;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff8148;border-left:0.1875rem solid #ff8148;border-right:0.1875rem solid #ff8148;border-bottom:0.1875rem solid #ff8148;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.4375rem;width:30.625rem;top:51.375rem;left:5rem;display:block; }
#gHUOHbpma5FQzhdl3tPs9p50ivRdew7u { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:59.125rem;left:6rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#mWkkWhCnW933lRhpp1MqNTL9HLIbXIzg { color:#ff8148;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:56.4375rem;left:10.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HU6g6TwoJgvqNl28LG89SaruT0LaBt79 { position:absolute;display:block;z-index:15031;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.5rem;width:34.0625rem;top:51.375rem;left:37.0625rem;display:block; }
#htGinlBAucJEtmA8Jn0ILsgNanmvtT6n { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:60.125rem;left:39.75rem;height:9.44825rem;text-align:center;text-align-last:center;display:block; }
#kzFqc9Oxk37cmGhnBwCozJK7sxFLUqln { color:#ff8148;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:57.1875rem;left:41.125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4hlpktXOZIquCSLaBzIzzETXd7EiseP { color:#ff8148;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:74rem;left:11.25rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QpOInekf9JsF5ekzDnTv4Ab0Jz3WnGJB { position:absolute;display:block;z-index:15006;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.8125rem;width:32.75rem;top:18.75rem;left:38.1875rem;display:block; }
#RJgqkTh1G3Zt8temPPQT8IGuxiN7sLUC { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:12.125rem;top:11.6875rem;left:15.25rem;overflow:hidden;display:block; }
#Zl1shchUrOBIQHyLXnSTCHbNR5FmoxPT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:12.125rem;top:12.5rem;left:49.0625rem;overflow:hidden;display:block; }
#JblmsaCgGhQ6OOrA0aJWkCIleLFe5rqn { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:43.875rem;left:46.625rem;overflow:hidden;display:block; }
#cKHnFWX0ZNfhBHKxmvEGJCRubkopKqu2 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:42.5rem;left:13.8125rem;overflow:hidden;display:block; }
#iRZRrxx05cMd9panl6qR5BEsDEXOMAL5 { z-index:15028;top:78.625rem;left:23.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KN9rfkEJhUx0qGMoZJ4vUdq5kQ5XtI25 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMU5to311DRg40ZPTF5krRUqghwsEsRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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; }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .row .container { background-color: transparent; background-image: none; }#KMU5to311DRg40ZPTF5krRUqghwsEsRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .row .container > .video-iframe-container { display: none; }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .row > .video-iframe-container { display: none; }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .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); }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .row .container { border-width: 0; border-radius: 0; }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#HseS7WuXXCFDWf1zT1uV301X3gakaTot { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:4.125rem;left:29.75rem;height:9.505375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zeG6Qdno3hInWc2nMg450AaTxir0oCys { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:10.5654296875rem;left:61.75rem; }
#tuHoeNVTPGT4CSDCIpUhueRZBVJcokdz { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:19.375rem;top:3.25rem;left:8.875rem;overflow:hidden;display:block; }
#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19b81cef-8a91-487c-b384-fff43323e130/fundo_.png");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; }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV.adaptive-delivery-prevent-bg, #O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV.lazyload, #O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV.lazyloading { background-image: none; }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .row .container { background-color: transparent; background-image: none; }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,11,16,0.85); }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .row .container > .video-iframe-container { display: none; }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,11,16,0.85); }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .row > .video-iframe-container { display: none; }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .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); }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .row .container { border-width: 0; border-radius: 0; }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .row .container { font-size:0.875rem;font-family:arial;height:258.6875rem;width:75rem;position:relative;display:block; }#C9RDwPwiqIauq619XsWSDFTWgJMQNL8Q { color:rgba(var(--color-tertiary-1),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.0625rem 0.875rem #e205ff;top:5.875rem;left:36.5625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PakofQWKJTB2av8rL1wK2uwH4IDvqNzg { color:rgba(var(--color-tertiary-1),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.9375rem;left:36.5625rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CpfTGzsGMblZsWszeJfmoJ5cyknPp1TQ { color:rgba(var(--color-tertiary-1),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.6875rem;left:36.5625rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K5t0gvad7V4P3ildVro4ziAznT0hlkEH { color:rgba(var(--color-tertiary-1),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.5rem;left:36.5625rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pw7uH1QiLcW1ILfRmW7ppVoHTPmLW9EH { color:rgba(var(--color-tertiary-1),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.8125rem;left:23.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tp0JrkmGQO5ST9nJ1A5oAsOd4TpJtnQ1 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,129,72,0.52), rgba(223,79,12,0.06));background-image: -moz-linear-gradient(180deg, rgba(255,129,72,0.52), rgba(223,79,12,0.06));background-image: -ms-linear-gradient(180deg, rgba(255,129,72,0.52), rgba(223,79,12,0.06));background-image: -o-linear-gradient(180deg, rgba(255,129,72,0.52), rgba(223,79,12,0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff814884', endColorstr='#df4f0c0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff814884', endColorstr='#df4f0c0f' );";background-image: linear-gradient(180deg, rgba(255,129,72,0.52), rgba(223,79,12,0.06));background-size:auto !important;border-top:0.0625rem solid #ff8148;border-left:0.0625rem solid #ff8148;border-right:0.0625rem solid #ff8148;border-bottom:0.0625rem solid #ff8148;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.9375rem;width:50.4375rem;top:41.5625rem;left:13rem;display:block; }
#SGdds5xouck4bZ2CiUnUpptdW6hCdOki { color:rgba(var(--color-tertiary-1),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:51.0625rem;left:22.25rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNqhT4f5LJDn6v6sq0fF9nN8uwOUrghM { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:21.4375rem;top:5.875rem;left:8.6875rem;overflow:hidden;display:block; }
#TP5GJ54R6NGlyfqiPNHgRonFgp9ktq8E { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.09375rem;left:44.9375rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SiryNszxsXn030TLR8UfVgf432TEHKrp { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:59.25rem;left:0rem;overflow:hidden;display:block; }
#yHNTnapSq7TG81SZrvEeG9qRdFPTDHTS { position:absolute;display:block;z-index:15010;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:59.25rem;left:25.53125rem;overflow:hidden;display:block; }
#UW7a9mJzIuXVMDyvNUZl1sHmf5xWPWho { position:absolute;display:block;z-index:15011;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:59.25rem;left:51.0625rem;overflow:hidden;display:block; }
#Q8kv4WqniphwVZg4unuFa4Wxm24SiO6P { position:absolute;display:block;z-index:15012;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:92.75rem;left:0rem;overflow:hidden;display:block; }
#N9TwRp3oQt6FCee30KcASlgfTQkkZVJr { position:absolute;display:block;z-index:15013;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:92.75rem;left:25.5625rem;overflow:hidden;display:block; }
#OqxTmfsilFLdWBmNWRwLKfAd7MXvZaEl { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:92.75rem;left:51.0625rem;overflow:hidden;display:block; }
#cMAZsT7Arhz0m5Eqh4hPJCr5TZFWXT8p { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:126.6875rem;left:0rem;overflow:hidden;display:block; }
#FuxraTVldgB3aVrBWpnVoRdBstfHPGR1 { position:absolute;display:block;z-index:15016;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:126.6875rem;left:25.5625rem;overflow:hidden;display:block; }
#Ev27PA7TFnKitlmhEOTthzT8h22sEtIE { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:126.6875rem;left:51.0625rem;overflow:hidden;display:block; }
#Onprep22pfyH0DhQA3a3hUXXslpWGEPb { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:160.375rem;left:0rem;overflow:hidden;display:block; }
#xLZ0VmREssVc1A76WHddfsVDUwNyXpdt { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:160.375rem;left:25.5625rem;overflow:hidden;display:block; }
#r4T4yGxoHDqJXOC64hI0yD8uALl6lCMI { position:absolute;display:block;z-index:15020;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:160.375rem;left:51.0625rem;overflow:hidden;display:block; }
#TTv227POLpVB6N0lKUHZWGCpCtwTT0e6 { position:absolute;display:block;z-index:15021;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.1875rem;width:16.25rem;top:193.6875rem;left:2.875rem;overflow:hidden;display:block; }
#cvq1T5DPFMvGIlQDMa49crfARsaABOO4 { position:absolute;display:block;z-index:15022;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.0625rem;width:16.25rem;top:193.6875rem;left:20.75rem;overflow:hidden;display:block; }
#qFvVk1GPWtsr5IT4O6BcelIqJ9ZQVITd { position:absolute;display:block;z-index:15023;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.625rem;width:23.3125rem;top:217.5rem;left:0rem;overflow:hidden;display:block; }
#q9GZwTUUNDWZThQBrZqwv4PWNEtevrWN { position:absolute;display:block;z-index:15024;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:217.4375rem;left:25.5625rem;overflow:hidden;display:block; }
#XrluQSGR0PNiU3eqhhBzITZTkGSEm7oy { position:absolute;display:block;z-index:15025;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.0625rem;width:16.25rem;top:193.75rem;left:38.875rem;overflow:hidden;display:block; }
#gRMX7DANZKwLc46KGKIlc9ucRXCSipD8 { position:absolute;display:block;z-index:15026;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:23.3125rem;top:217.4375rem;left:51.0625rem;overflow:hidden;display:block; }
#mFxwD4ULboFnLy57HQu4IiJHHKpQGTR8 { position:absolute;display:block;z-index:15028;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.0625rem;width:16.25rem;top:193.75rem;left:57.4375rem;overflow:hidden;display:block; }
#bPWcnm4qcQPBSxEqsgiylIpcfOhl1wJm { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84c27eea-e311-4ab2-941e-14dbff45d381/FDD2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #8609ff;border-left:0.125rem solid #8609ff;border-right:0.125rem solid #8609ff;border-bottom:0.125rem solid #8609ff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:39.25rem;width:70rem;top:0.96875rem;left:2.375rem;display:block; }#bPWcnm4qcQPBSxEqsgiylIpcfOhl1wJm.adaptive-delivery-prevent-bg, #bPWcnm4qcQPBSxEqsgiylIpcfOhl1wJm.lazyload, #bPWcnm4qcQPBSxEqsgiylIpcfOhl1wJm.lazyloading { background-image: none; }
#bPWcnm4qcQPBSxEqsgiylIpcfOhl1wJm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#bPWcnm4qcQPBSxEqsgiylIpcfOhl1wJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,14,95,0.37); }#b6WqXv5J4kaBTWMh9Tn10xcV34hsocSB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:37.5rem;top:0.96875rem;left:2.375rem;overflow:hidden;display:block; }
#ZkVqgd2D3tAOJO5r6F0ni6GNQ8oWuUup { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:14.125rem;top:2.03125rem;left:12.34375rem;overflow:hidden;display:block; }
#o0naSd8ZodJAxP9Wkla9krKmATx73ooD { z-index:15025;top:251.875rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z3IR36I2AOKTFFo83Ut8JElGFJ9MJn7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lD8k2oAXOWMWdDLsUJG3N543wSS8pZLc { z-index:15025;top:298.875rem;left:24.5rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ASKTQh76eUV88vQX8oLVHe9sgIvJ6k7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0LUtX7xQ6xuWLusI9IURgMf3DnZTTD7 { z-index:15025;top:298.875rem;left:24.5rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#KNLcHzU7ekERrLF5LzpK3fGmZcJGTHzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5dnhhmLKLgHGQAMR0M0cQAl3PeEgMOb { z-index:15025;top:298.875rem;left:24.5rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#JB40ATsDhzVeqdRlTlJx2hsudNJDcuRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCBiW2Z3OE6P2KvSA2pt2BetUUTcv6DT { z-index:15026;top:34.75rem;left:36.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WCyfATpS6icKWTgTm8x7TltfhodMAU6k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiT7CEKMnMfzCfsTbMVskXKqATyXN6ll { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:34.75rem;left:7.90625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #eff8f8);background-image: -moz-linear-gradient(180deg, #f8f8f8, #eff8f8);background-image: -ms-linear-gradient(180deg, #f8f8f8, #eff8f8);background-image: -o-linear-gradient(180deg, #f8f8f8, #eff8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eff8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eff8f8' );";background-image: linear-gradient(180deg, #f8f8f8, #eff8f8);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; }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .row .container { background-color: transparent; background-image: none; }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .row .container > .video-iframe-container { display: none; }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .row > .video-iframe-container { display: none; }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .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); }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .row .container { border-width: 0; border-radius: 0; }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#e24ZEqtLrkDiqqFqowXWWgLvKRECfF5G { color:rgba(var(--color-primary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:4.125rem;left:29.75rem;height:9.505375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dcNPI93MHF02D1nkC03aSWMiFKooIU2h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:10.5654296875rem;left:61.75rem; }
#bzL8Cw4A7kqq41i9i60w882VBFcUwaWQ { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:19.375rem;top:3.25rem;left:8.875rem;overflow:hidden;display:block; }
#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jqaIfc2T/Modelo_136.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ.adaptive-delivery-prevent-bg, #oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ.lazyload, #oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ.lazyloading { background-image: none; }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .row .container { background-color: transparent; background-image: none; }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.84); }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .row .container > .video-iframe-container { display: none; }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.84); }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .row > .video-iframe-container { display: none; }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .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); }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .row .container { border-width: 0; border-radius: 0; }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#JzPJ9CpiqT3v6GcKn4CTAJIrgGBJRtJ0 { color:#eece3d;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.875rem;left:29.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vocioTpSVneTBQFwVObkqdeEBDdTabB4 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:13.9375rem;top:0.5625rem;left:4.8125rem;overflow:hidden;display:none; }
#ieH1TNIACogLEIqcfMMCsprOkFOaTKTl { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:16.760653495789rem;left:6.125rem;height:;text-align:left;text-align-last:left;display:none; }#ieH1TNIACogLEIqcfMMCsprOkFOaTKTl li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ieH1TNIACogLEIqcfMMCsprOkFOaTKTl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
#R36cWWNE8t0ntqmEsym5oi5WeJmNtrxm { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:14.6875rem;top:1.5731534063816rem;left:28.687501907349rem;overflow:hidden;display:none; }
#V4m5UVB6d4eKpQOEUx707nFQQfM3NufM { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:21.125rem;left:28.687501907349rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#wiWKIadMDsVwKxx8nVDfZtROoCWuQZCX { position:absolute;display:block;z-index:15077;border-top:0.625rem solid #ff6a00;border-left:0.625rem solid #ff6a00;border-right:0.625rem solid #ff6a00;border-bottom:0.625rem solid #ff6a00;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:33.5625rem;top:2.6875rem;left:40.1875rem;overflow:hidden;display:block; }
#XSZRwH2Cc31v9EwxqlIDyOyIweW9wpfn { position:absolute;display:block;z-index:15078;background-color:#ff6a00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.875rem;width:23.125rem;top:21.3125rem;left:46.3125rem;display:block; }
#AHBUf8FLUqMPT8Jhi3lJn6TMdQ0nMd7C { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15079;line-height:1.5;letter-spacing:0;top:23.375rem;left:50.5625rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MJ1G4hzeouRqzf6iM69edtXKqdW5InZq { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:21.9375rem;left:54.125rem;height:1.54375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vXpOS67LgatIWqFUnCyudtklu9s4JD67 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:9.5rem;top:12.5rem;left:61.9375rem;overflow:hidden;display:block; }
#bB7bbm14xgHB9XZAAGQ805qAyNJisffh { position:absolute;display:block;z-index:15078;border-top:0.625rem solid #ff6a00;border-left:0.625rem solid #ff6a00;border-right:0.625rem solid #ff6a00;border-bottom:0.625rem solid #ff6a00;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:34.5rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#S7dWw16RlWA9s0e2cBAzr92bcdxbqcpH { position:absolute;display:block;z-index:15079;background-color:#ff6a00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.875rem;width:23.125rem;top:21.6875rem;left:5.75rem;display:block; }
#UsgJyGoPc4R8TnhKxdN7WqgzDbxOOUBe { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:22.25rem;left:13.8125rem;height:1.54375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#so75JKcggxzZnaqtMAyhxdZhVsdTWT5v { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15080;line-height:1.5;letter-spacing:0;top:23.75rem;left:9.25rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sClyhPti0SyVxTa3ZXQ17X1m4M5UyhTT { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:19.4453125rem;left:3.9375rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jqaIfc2T/Modelo_136.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw.adaptive-delivery-prevent-bg, #OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw.lazyload, #OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw.lazyloading { background-image: none; }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .row .container { background-color: transparent; background-image: none; }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.84); }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .row .container > .video-iframe-container { display: none; }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.84); }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .row > .video-iframe-container { display: none; }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .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); }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .row .container { border-width: 0; border-radius: 0; }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#eRMFq3pV5UUOc4SCF5lmRG43MKCZkgoH { color:#eece3d;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.875rem;left:29.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BSHrlpZrchRnvaFUfJ3hXTIqkJxfBIMl { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:13.9375rem;top:0.5625rem;left:4.8125rem;overflow:hidden;display:none; }
#v1Uolq054tu96JG3aPmpIUI1J1AUHwk4 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:16.760653495789rem;left:6.125rem;height:;text-align:left;text-align-last:left;display:none; }#v1Uolq054tu96JG3aPmpIUI1J1AUHwk4 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#v1Uolq054tu96JG3aPmpIUI1J1AUHwk4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
#uMXvyeD9hS4OP3s05TFcrFoxqTFXATcR { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:14.6875rem;top:1.5731534063816rem;left:28.687501907349rem;overflow:hidden;display:none; }
#xuAmCZX3GThqGvKUbFc4aoVITHU0dl3H { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:21.125rem;left:28.687501907349rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#XvoaU2FtgSBZNNbtXhl48HdvDadx56Pb { position:absolute;display:block;z-index:15078;border-top:0.625rem solid #ff6a00;border-left:0.625rem solid #ff6a00;border-right:0.625rem solid #ff6a00;border-bottom:0.625rem solid #ff6a00;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:34.5rem;top:0rem;left:19.625rem;overflow:hidden;display:block; }
#KfWq62y7TltqIiZVUw7RytrsWrNOoCQe { position:absolute;display:block;z-index:15079;background-color:#ff6a00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.875rem;width:23.125rem;top:19.625rem;left:25.375rem;display:block; }
#PZuBVzXqW01wvnvnhFMyMXCJfOx65xCL { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:20.1875rem;left:33.4375rem;height:1.54375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MspKqZ7aXeLeJ8V1Lc1VlRRaVHat2o3K { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15080;line-height:1.5;letter-spacing:0;top:21.6875rem;left:28.875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GmGW6mtAoeNen7JfLphMO8NRbdf84Vx4 { z-index:15025;top:251.875rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fneiJUX5hHMT45BqDcu4d4dBVfwSmSXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IdLD0E1nJQ7avABD1zvtVX82vg6U961a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jqaIfc2T/Modelo_136.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a.adaptive-delivery-prevent-bg, #IdLD0E1nJQ7avABD1zvtVX82vg6U961a.lazyload, #IdLD0E1nJQ7avABD1zvtVX82vg6U961a.lazyloading { background-image: none; }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .row .container { background-color: transparent; background-image: none; }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.84); }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .row .container > .video-iframe-container { display: none; }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.84); }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .row > .video-iframe-container { display: none; }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .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); }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .row .container { border-width: 0; border-radius: 0; }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#qAM2eBrJBsVXI0eTddc1zAr0eur2MAqU { color:#eece3d;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.875rem;left:29.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t1ZhmrRVqkgt3QkXrwUlMOmt6qOVcK63 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:13.9375rem;top:0.5625rem;left:4.8125rem;overflow:hidden;display:none; }
#O9zwGhCFQl6xSI7z195iMEpw98Dz37c8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:16.760653495789rem;left:6.125rem;height:;text-align:left;text-align-last:left;display:none; }#O9zwGhCFQl6xSI7z195iMEpw98Dz37c8 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#O9zwGhCFQl6xSI7z195iMEpw98Dz37c8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
#PUVTZfU3QECUChBTH9TUFABvnGzvAfkb { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:14.6875rem;top:1.5731534063816rem;left:28.687501907349rem;overflow:hidden;display:none; }
#USEP2L62iorJf8DsLdcnMzeyU2sAwxCr { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:21.125rem;left:28.687501907349rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#imux7RCNryTpAXuWcXcAquThD4swWSQD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:20.0625rem;top:4.6875rem;left:14.5rem;overflow:hidden;display:block; }
#sCkuaEywVPcSKIPahA7HBTpAnz7HTMJc { color:#091024;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:18.375rem;left:14.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wkrvqdTugG4rTc5MkAMRSvxRRwQnyAFh { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:11.0625rem;top:1.5rem;left:18.375rem;overflow:hidden;display:block; }
#gVbKZPAvtCkxmON1XdVUcCKngUqiLTKL { color:#343635;display:block;width:15.75rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:20.8125rem;left:16.25rem;height:5.8422875rem;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; }
#ilGQDlWaaAMT5zBqTUEhRJiBbpkdIvbJ { color:#ff3939;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:27.4375rem;left:24.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oHCygiRy2FVDvNkFcTTHzM2LtfwlTy1l { color:#033f5f;display:block;width:7rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.25rem;left:10.75rem;height:1.54375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GdJKyNCXWIg8WXOVRBHxdURAK9zEzrfK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:20.0625rem;top:4.6875rem;left:39.4375rem;overflow:hidden;display:block; }
#tcLbtTqNFUcgWavvlUCNHR6MTCmeGlUQ { color:#091024;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:18.375rem;left:39.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onh7bWgVS20SDbeqaLeGUJJWHhTqnBgn { color:#343635;display:block;width:15.75rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:20.8125rem;left:41.1875rem;height:3.50536875rem;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; }
#PqNXvtntTM3WMrtsoFfhDeSTEEGQFMAs { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:10.625rem;top:1.5rem;left:43.3125rem;overflow:hidden;display:block; }
#GmrEdCHTkgNhucPgqtPGBpJ3dIrcnhZS { color:#ff3939;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:27.4375rem;left:49.0625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xp9IDVPzpmK9vIBUoVQiqWd3P5Lm2ROk { color:#033f5f;display:block;width:7rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.25rem;left:35.6875rem;height:1.54375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Oz5tEU9M9lhCgKXVKyqGUI5ClkSsu8tc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:17.625rem;top:28.0625rem;left:3.875rem;overflow:hidden;display:none; }
#N5nr0tOMBddx1hNi2K8Ql3mdugeh1irz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:17.625rem;top:28.0625rem;left:3.875rem;overflow:hidden;display:none; }
#qZJFoad3umw0mIlacCVPw5BUTmbRpgZm { z-index:15024;top:32.3125rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aLMG4Gd5nllbvXTqNBW6wmUT1DPLDT6d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/04532b88-03a5-4c25-b874-80439c63fcf7/fundoescuro.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; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb.adaptive-delivery-prevent-bg, #xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb.lazyload, #xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb.lazyloading { background-image: none; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row .container { background-color: transparent; background-image: none; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row .container > .video-iframe-container { display: none; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row > .video-iframe-container { display: none; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .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); }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row .container { border-width: 0; border-radius: 0; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#EEDEPMrQaTFBaGEJV6NMVFobptoWdaLN { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #22199b, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #22199b, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #22199b, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #22199b, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22199b', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22199b', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #22199b, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.375rem;width:19.875rem;top:322.7500038147rem;left:5.3125rem;display:none; }
#fzWPWmw8QwVkLKvmNxg1Nabd72Jhhn92 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:15.625rem;top:313.22397232056rem;left:7.4354190826419rem;overflow:hidden;display:none; }
#x8n1tz2tQp30LxWhQ2XalsobCBy4Td5R { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:336.33508300781rem;left:26.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ASlPpXP8LKckGyStzfTUkc6FORhZ4Voh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.8;letter-spacing:0;top:336.33649063111rem;left:6.436460494995rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bw6q6RPyPEvAR908qG6b39ca1Oo1Kdqw { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:4.25rem;left:37.0625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMhDK2ImOeea35lXZwoGMle38gezOrfy { color:#ff0b00;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:3.9375rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:8.75rem;left:43.0625rem;height:5.90625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JqnM07X5KXxPCbDgJKoVrcvPulw3AdbA { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:14.6875rem;left:39.25rem;height:3.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AKeEnoMSt5ZlmOdl4KbG1PkuqCCuGr9r { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hkM1W7cUIo2CXHZQ5CJTUA2LDIaUMFCU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#cVzOhTMpTVEV9ZegE50Lsp9wSfiObWuO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#iuu8v7k5gxe7LTOxIlgQTakKa573tewH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#pEl0uDR0RJnmeV6ZFegO92JIPfowaziw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#pOZo1fKvfCSH0IWZyS2G4a8yoJ9zo5F0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ZhQOtP8yoNy4kCEGTwqSSUDRSNJmuyJ2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#PbwJInPJgnrJrTM58S7QUQAtk6fUCV9G { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ScwPbqriusMINUdTtiBkl2tdzPaNiDSE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#GbSxgTplglu9BkCDnJO7HvUfR5bVrHaw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#CinKwuITf3xoN4RJbgx2zz9X2V9ot6Wy { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:17.625rem;top:0.859375rem;left:10.25rem;overflow:hidden;display:block; }
#d9nrndbPXwUQ3o70TpCdcPwmVZIIBX1N { position:absolute;display:block;z-index:15005;background-color:#fff300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.5rem;width:33.75rem;top:18.875rem;left:39.1875rem;display:block; }
#SBOQssLXZQh2abs3MWKy0NkAG6T1gLIW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.9375rem;left:40.9375rem;height:5.60595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.573125rem;padding-right:0.51rem;padding-bottom:0.573125rem;padding-left:0.51rem;display:block;align-items:center;width:3.06rem;min-width:3.06rem;height:3.08rem;position:relative;font-family:"open sans";font-size:2.2925rem;font-weight:700;line-height:49.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.358125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.079375rem;height:1.2175rem;position:relative;font-family:"open sans";font-size:0.859375rem;font-weight:400;line-height:19.48px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.3125rem;height:5.801875rem;padding-top:0.71625rem;padding-right:0.728125rem;padding-bottom:0.71625rem;padding-left:0.728125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:27.3125rem;left:45.1875rem;z-index:15008; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #NaFRF4Ac82MZhg1zT8zg1oo0NAoszAh1 { display:flex;position:relative;top:0rem;left:0rem; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #crKiKTf6IuPPJWSmTSPLeGxqKosl9g2V { width:auto; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #eNAreJwyXVlX1xdNZAJO4rQuRn8I6pi6 {  }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #p790Nn8kkquMzO08NB0JcJQnHULf6TCZ { display:flex;position:relative;top:0rem;left:0rem; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #lSAQWfemuB4OMu60g0cwxGZ07BZfaLTR {  }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #PVo368S8cDS93KKvpJ12ECLttwouILxe {  }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #elLosk0dcExHQyVypMt6kZDOGCUa6vTw { display:flex;position:relative;top:0rem;left:0rem; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #u0uviMEHeHa6eAm4buIaHLlOk7SCefNZ {  }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #EsTEQS596XTvmr7NQq53UGqHqu736FpW {  }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #BuCTFwWRAELPKSCI9pNTv7woQpl6GVeF { display:flex;position:relative;top:0rem;left:0rem; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #x1HIHNl6fFSy1KStTuJbmJHT8ux12c01 {  }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #NuWy952aQE4PdPtqtMCw0JorHt56k0DG {  }
#BTM0o8cyXQcW2pTLAy17WRb0FMKVlT9T { z-index:15023;top:37.875rem;left:17.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.9375rem;height:5.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HA9hIdUSOvQ7onDmx1oDiKPRpcSrTVBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmSCw6K5NCvVd5xMVI2Sitb994dRU3Vk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:36.5rem;top:13.125rem;left:1.875rem;overflow:hidden;display:block; }
#QVEDdOXMG8a2UkiSx1mT70nJOnUExsmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QVEDdOXMG8a2UkiSx1mT70nJOnUExsmh > .row .container { border-width: 0; border-radius: 0; }#QVEDdOXMG8a2UkiSx1mT70nJOnUExsmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVEDdOXMG8a2UkiSx1mT70nJOnUExsmh > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:none; }#rswMWwU4XLuzFRpmqLQpNyEWb6lwNCMu { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:43rem;left:47.6875rem;height:2.6621125rem;font-style:italic;display:block; }
#Hmht18Z2BGAru1RsTHfAo2gJMZHIiPMH { box-sizing:content-box;color:#ff913f;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:42.9375rem;left:45.375rem;display:block; }
#VPf8ozaTE5flku6SIhldTQcVyqS5GeZo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:43.125rem;left:34rem;height:2.6621125rem;font-style:italic;display:block; }
#s7EbNRPVVaMNRA0mQRConJeEJTDi4mkK { box-sizing:content-box;color:#ff913f;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:42.9375rem;left:31.3125rem;display:block; }
#z500TqHEaZea1i6plZ1BXT8HWBU0sgmH { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:42.9375rem;left:24.5rem;height:2.6621125rem;font-style:italic;display:block; }
#IpSI1lN5Er8gXGUXhcSzxEEnT09p01Rd { box-sizing:content-box;color:#ff913f;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:42.8125rem;left:21.8125rem;display:block; }
#c050zOAdIfJSxecGrReHTT1aoTUTpBEr { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:19.9375rem;left:22.9375rem;height:2.886725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ff2zE9PcnOGccxp0AaMaf88InwEPBFNt { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #ff0043, #a70534);background-image: -moz-linear-gradient(164deg, #ff0043, #a70534);background-image: -ms-linear-gradient(164deg, #ff0043, #a70534);background-image: -o-linear-gradient(164deg, #ff0043, #a70534);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0043', endColorstr='#a70534' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0043', endColorstr='#a70534' );";background-image: linear-gradient(164deg, #ff0043, #a70534);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.1875rem;width:30.6875rem;top:12.625rem;left:22.3125rem;display:block; }
#G6ZkDygg21uCzdp9i45rDnx64H48hZqb { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:13.3125rem;left:25.9375rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p17qQETlEibLgBNl7RfnpfMbLSySSlJA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.625rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:22rem;left:30.375rem;height:;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; }
#xKgKf6HPGRlEIPux8FEsnNLLsw0GxFJ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:27rem;left:27.75rem;height:1.94921875rem;font-style:normal;display:block; }
#PhK4Zd3ZFFuI6RZUH6S6qmvfk2IJUPey { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:25.6875rem;left:27.625rem;height:1.94921875rem;font-style:normal;display:block; }
#wahSuZa8GhT2XuRk4ETuDZ3wayLdLth8 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:26.375rem;left:46rem;height:2.51875rem;font-style:normal;display:block; }
#bh6NJgALeJ3LVeaTSqPM0uF8RCzfedk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:32.6875rem;left:26.875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BCgZcfDa4qZ9MXhyKtPk9bPeQFEvUOCe { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #d9b261;border-left:0.0625rem solid #d9b261;border-right:0.0625rem solid #d9b261;border-bottom:0.0625rem solid #d9b261;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.5rem;width:21.5rem;top:32.125rem;left:26.875rem;display:block; }
#eTaUv5Jb2T5tWH3EyVIP4Qp1xVTA6mG3 { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(252deg, #d53333, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(252deg, #d53333, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(252deg, #d53333, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(252deg, #d53333, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(252deg, #d53333, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.1875rem;width:30.6875rem;top:13rem;left:22rem;display:block; }
#lioPC0mMNEEXoeL1S3ST33VCAIvbMbSC { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #ff913f;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff913f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:38.375rem;width:40rem;top:9.875rem;left:17.5rem;display:block; }
#vfZCKk50J8MRuVOq1e4QX5RQXIa9sEQd { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.400000572204rem;left:49.02499961853rem;display:none; }
#Pa4lmVCLpE3pReUerJhd4ZdrWTF2Z1sQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vHb8ABmafV4pWJpFRcOlTTznv7MZZAU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:12rem;left:20.875rem;height:2.88671875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FMhiJAqAvg9TTcn7NehU2QzdxoRHIeUV { color:rgba(var(--color-tertiary-4),1);display:block;width:51.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5rem;left:11.625rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvLG07LJHJXUCgHrOcWL339hSCH2I3ZF { z-index:15013;top:36.6875rem;left:19.5rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-secondary-1),1), #76fb9b);background-image: -moz-linear-gradient(163deg, rgba(var(--color-secondary-1),1), #76fb9b);background-image: -ms-linear-gradient(163deg, rgba(var(--color-secondary-1),1), #76fb9b);background-image: -o-linear-gradient(163deg, rgba(var(--color-secondary-1),1), #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, rgba(var(--color-secondary-1),1), #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(94,236,5,0.84) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36rem;height:5.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#X41INwTs72LTquiBd1JK35BU6xm6HmFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK.adaptive-delivery-prevent-bg, #SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK.lazyload, #SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK.lazyloading { background-image: none; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row .container { background-color: transparent; background-image: none; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row .container > .video-iframe-container { display: none; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row > .video-iframe-container { display: none; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .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); }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row .container { border-width: 0; border-radius: 0; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#h1WSOBO0fwMtu6fW7UKoUv75TZQkPNef { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.1875rem;left:27.4375rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#pG39l7ko5gc5vI6anxZzpM3ddmlSvZhF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:15.875rem;top:1.9375rem;left:10.6875rem;overflow:hidden;display:block; }
#unz5uAXWQrylK7tKcIv7KyOK0mdpntZN { color:#282828;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:27.4375rem;height:5.19921875rem;font-style:normal;display:block; }
#TtZi7CRfpf4R58qIxvgsPKzhs2rRRTvk { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:17.25rem;left:17.0625rem;display:block; }
#RpyLu4dbtDraMHxnHRsZchNV1DcZTRLZ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.0625rem;width:10.4375rem;top:18.4375rem;left:13.375rem;display:block; }
#SxfOcWFrtkmUUiFJ0xTWyTT6p9qd2g6L { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:4.25rem;width:4.25rem;top:16.6875rem;left:16.5rem;display:block; }
#HOkz15czFi3zIQawf5KTThTAaw8um7PH { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.0625rem;width:10.4375rem;top:18.4375rem;left:26.125rem;display:block; }
#FFSXUxI47fqn8E3uK7T0rVGkS79O30Xz { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:4.25rem;width:4.25rem;top:16.6875rem;left:29.3125rem;display:block; }
#KTh7OoBPdyrA9fnIPL56JWWWrUO1Kh1C { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:17.1875rem;left:29.875rem;display:block; }
#R4qFIOrMMyaxmvut3zkXHLTIhQGDIaAO { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.0625rem;width:10.4375rem;top:18.4375rem;left:38.9375rem;display:block; }
#TvBuAf3mdt2e6mcTV9SdsAuOr9ab4VRX { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:21.9375rem;left:15.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#MakwsAShpAEW6pBSJNzHBqVU81dDOyx6 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:21.9375rem;left:27.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#WOH2aFrGktsxIIsmhKDg26NR8f3NcgM8 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:17.3125rem;left:42.5625rem;display:block; }
#w4b3wro70DUDDgFM6thFzV7mDsqF933P { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:21.9375rem;left:40rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#A9Jp2Go58XJJ4IMybDJEqu15Wr9MBbuB { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(2,2,2,0.5) ;height:4.25rem;width:4.25rem;top:16.6875rem;left:42rem;display:block; }
#xsyFsOcoaOadH5Txf5OfLnD0XD03x6Cx { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.1875rem;width:12.8125rem;top:18.375rem;left:51.1875rem;display:block; }
#poTgKWnxD0d1LQFqzswH0hE6U0SA52Vf { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:21.51171875rem;left:52.53125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#geWse0d2ckTTBXngmt5EvOiSNyV2Ktts { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(14,14,14,0.5) ;height:4.25rem;width:4.25rem;top:16.6875rem;left:55.5625rem;display:block; }
#IsA080vR243Opxod4zOdtbUb4yFbDA66 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:17.25rem;left:56.125rem;display:block; }
#AuuB9lEnMo8zCzKC0T7nIZTXsXBsnuoL { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.3125rem;width:13rem;top:30.3125rem;left:51.09375rem;display:block; }
#msgIdOAkolpd5cTQhcDStLnpMRSwmbXD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:33.255859375rem;left:51.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#CLpq4TphsbLEgqZo7XxAri9yvTOTfaUE { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:4.25rem;width:4.25rem;top:28.125rem;left:55.5625rem;display:block; }
#H8xZqZJfguPXm9HnpCtbB5McGM9WIpio { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:28.6875rem;left:56.0625rem; }
#GpVobbkahtduIBZOoMAoXHlwO84raT9R { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.3125rem;width:10.125rem;top:30.375rem;left:39.3125rem;display:block; }
#tBtkUCqzfC95OuTwgc3ZI1D2G4SsAbcz { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:33.375rem;left:41.46875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#avv5u74OvKVexq9TQx2TdJx8qgkokBkA { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:4.25rem;width:4.25rem;top:28.1875rem;left:42.25rem;display:block; }
#bJgUcLoO7ek5bzrxEvcC6qCTooJuw4GK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:28.75rem;left:42.75rem; }
#rMf53ZwdWTQaHFAtfzW0yREW9bOQQ6dm { position:absolute;display:block;z-index:15037;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.3125rem;width:10.125rem;top:30.375rem;left:26.125rem;display:block; }
#ixz0ULBnF2IIe40Aq7CL98HCHh8LbLhS { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:33.375rem;left:28.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#JHNqTVsu1oKs3pgvod3ONDfZaEFkSwoZ { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:4.25rem;width:4.25rem;top:28.1875rem;left:29.0625rem;display:block; }
#GyzxyA0uNtBSNQgZ1ed27Xq3qMLUHhOk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:28.75rem;left:29.5625rem; }
#yxzN7G93bn5Kk4ZSTppSMkUPBNvBsSTM { position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.3125rem;width:10.125rem;top:30.3125rem;left:13.375rem;display:block; }
#cub0dizgdlxlFG2drduAD0dCXFR6SFff { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:33.255859375rem;left:14.59375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#CDE2ldDrySV2KlS8ACyEUO03TBB2hhK5 { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8148', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ff8148, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:4.25rem;width:4.25rem;top:28.125rem;left:16.3125rem;display:block; }
#dUVUFJLyEelcZppHoLbl3z6Xrp00UUzb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:28.6875rem;left:16.8125rem; }
#gxZpbBRV220SM8dNIAcKy1HSKPtl59sg { z-index:15022;top:40.25rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0.0625rem solid #264929;border-left:0.0625rem solid #264929;border-right:0.0625rem solid #264929;border-bottom:0.0625rem solid #264929;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OtnmDAbFyOS0o2RNfGoU8S3ETTdOfvuW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .row .container { background-color: transparent; background-image: none; }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .row .container > .video-iframe-container { display: none; }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .row > .video-iframe-container { display: none; }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .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); }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .row .container { border-width: 0; border-radius: 0; }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#FUOv8qxCFuD3i89Xz1AzDAFQuZoqaT0b { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.6875rem;left:14.0625rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTkoKaBcLzd91TJ4JwmRUxdptXAkzQx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.81);top:13.5625rem;left:21.875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EV38oLF841tStBGlhwTynXaIIGeSzBe9 { position:absolute;display:block;z-index:15008;background-color:#ff8148;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:29.875rem;top:4.6875rem;left:23.125rem;display:block; }
#Ev2bLJEaoC5Lc5DmgfnzawsCsQKzr7Ny { position:absolute;display:block;z-index:15007;background-color:#ff8148;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:28.625rem;top:7.375rem;left:17.4375rem;display:block; }
#kVszAMHSIBJdufzDooilOTvnz8SCbtEe { position:absolute;display:block;z-index:15008;background-color:#ff8148;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:29.875rem;top:2.3125rem;left:23.125rem;display:none; }
#gvu4CQFdTIy563nNMHs4S15qUwdTXGiN { position:absolute;display:block;z-index:15008;background-color:#ff8148;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:29.875rem;top:2.3125rem;left:23.125rem;display:none; }
#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .row .container { background-color: transparent; background-image: none; }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .row .container > .video-iframe-container { display: none; }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .row > .video-iframe-container { display: none; }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .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); }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .row .container { border-width: 0; border-radius: 0; }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#EymTUQCcTWRQEgw20GTrHDzkdfPpJ2Du { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.8125rem;width:23.875rem;top:0.875rem;left:0.5625rem;display:block; }
#tolq4EmJI8Cns6uQuRlwIqZWiBwTCTk9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.8125rem;width:23.75rem;top:0.875rem;left:25.6875rem;display:block; }
#snp9nLWqBlusXgNEVbW6pIl4h1o1WqEB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.8125rem;width:23.75rem;top:0.8125rem;left:50.6875rem;display:block; }
#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c35d64c-6c69-4fe4-b9cf-35463032433d/fundoescurocimabaixo.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO.adaptive-delivery-prevent-bg, #glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO.lazyload, #glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO.lazyloading { background-image: none; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row .container { background-color: transparent; background-image: none; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.53); }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row .container > .video-iframe-container { display: none; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.53); }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row > .video-iframe-container { display: none; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .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); }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row .container { border-width: 0; border-radius: 0; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row .container { font-size:0.875rem;font-family:"montserrat 900";height:63.625rem;width:75rem;position:relative;display:block; }#IwUsWhGXFhRq9MUAO6vpaBp1O782AQVX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:"montserrat jr";font-size:2.375rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:2rem;left:0.1875rem;height:2.85rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#clqm3zJX92pSG00Zhgg2GsKJtb4HSfw7 { color:#fd4c4a;display:block;width:43.125rem;position:absolute;font-family:"montserrat 900";font-size:3.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#PkgLFyXTLnkZOaThNxZpzExNiGaT4JfU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48rem;width:31.875rem;top:10.6875rem;left:41.8125rem;overflow:hidden;display:block; }
#i3ybBe48XkiDeamgcnBPuHDkgxzvdz7k { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:12.25rem;left:0rem;height:38.496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P { position:relative;display:block; }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P { background-color: transparent; background-image: none; }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P > .row .container > .video-iframe-container { display: none; }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P > .row > .video-iframe-container { display: none; }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P > .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); }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P { border-width: 0; border-radius: 0; }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P > .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; }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.125rem;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; }#DboLvfdAFiose3CaJAXra41ksTcgwcDr { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.875rem;left:14.0625rem;height:10.398425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqdCfZDh3qIkWqKi7McQCK70IUeQ78Pw { position:absolute;display:block;z-index:15011;background-color:#ff8148;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:30rem;top:8.25rem;left:14.9375rem;display:block; }
#K1yrO0yVlMkbWITvxfp9ck0EWJythWgo { position:absolute;display:block;z-index:15010;background-color:#ff8148;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:28.625rem;top:2.875rem;left:23.1875rem;display:block; }
#ZP3XFIQZqHO0V6xBNUq32Lo1FTxp9f10 { z-index:15003;top:14.75rem;left:19.5625rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0.0625rem solid #5eec05;border-left:0.0625rem solid #5eec05;border-right:0.0625rem solid #5eec05;border-bottom:0.0625rem solid #5eec05;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vIbvQcU8cDhuC5rP11QLtQ8sObtL5m2k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4TDUZNLpke0dSGZOwMlVv7opLJkLoMs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.9375rem;left:52.3125rem; }
#v4TDUZNLpke0dSGZOwMlVv7opLJkLoMs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row .container { background-color: transparent; background-image: none; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row .container > .video-iframe-container { display: none; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row > .video-iframe-container { display: none; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .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); }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row .container { border-width: 0; border-radius: 0; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#c8ETfu8u9zKdAX9kXPiHRROPTBcxT5Ce { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.96875rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#MeqH4in7goyGIzHNOshsOUfmox9ar16P { box-sizing:content-box;color:#ff913f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:3.125rem;left:10.5rem;display:block; }
#E6SFTECrUDWCoRSCgE14pScHu3HC53Wx { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:3.375rem;left:9.28125rem;display:block; }
#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row .container { background-color: transparent; background-image: none; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row .container > .video-iframe-container { display: none; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row > .video-iframe-container { display: none; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .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); }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row .container { border-width: 0; border-radius: 0; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#UnsyE4iyPRDTFo40r9NHytMwMbSI675S { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:28.79299375rem;display:block; }
#mPsPGSTOO60viSOM1NkUWPGZ8h1Det1a { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.625rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row .container { background-color: transparent; background-image: none; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row .container > .video-iframe-container { display: none; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row > .video-iframe-container { display: none; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .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); }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row .container { border-width: 0; border-radius: 0; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#TNzHgDkhd045NJL08zk9idlTk5OMJPig { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#xwC8rrx2eUzweSDE9DairOzFaTcSgXu1 { box-sizing:content-box;color:#ff913f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.625rem;left:10.5rem;display:block; }
#ipXlkmLTLCZvzU2VDruTd2EATfII4gnO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.875rem;left:9.28125rem;display:block; }
#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row .container { background-color: transparent; background-image: none; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row .container > .video-iframe-container { display: none; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row > .video-iframe-container { display: none; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .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); }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row .container { border-width: 0; border-radius: 0; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#tDMRmxxoRGXQrpF9qet0vZ94oVg7T06l { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.25rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#s2Nlv6gUfN21uiWsnJs99wD9WEoGVR6W { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:2.0888671875rem;left:10.625rem;height:19.1952875rem;display:block; }
#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row .container { background-color: transparent; background-image: none; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row .container > .video-iframe-container { display: none; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row > .video-iframe-container { display: none; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .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); }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row .container { border-width: 0; border-radius: 0; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#TRCmycT0VcAosbxFHxsny5WyAibGQ386 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#F5Mx5W0AEoQq0kizTr4iNG4AFcEZZtWz { box-sizing:content-box;color:#ff913f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.625rem;left:10.5rem;display:block; }
#MupiwyMUvpF1B5LQybB2nWoq05bbZxcF { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.875rem;left:9.28125rem;display:block; }
#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row .container { background-color: transparent; background-image: none; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row .container > .video-iframe-container { display: none; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row > .video-iframe-container { display: none; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .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); }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row .container { border-width: 0; border-radius: 0; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#ToMhglfEOHiQwkNoTBPAkvn3hDTNLbxN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.5rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#ypRTvhAz6RXcOVoNtmlF15GPJSLiHalK { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:1.79296875rem;left:11.15625rem;height:27.19331875rem;display:block; }
#DM718esnNx2phXSq0QEJOe8q6DrxGsui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row .container { background-color: transparent; background-image: none; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row .container > .video-iframe-container { display: none; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row > .video-iframe-container { display: none; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .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); }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row .container { border-width: 0; border-radius: 0; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#VxsAP8zkwmC9kr1Gfb5x9DupABd6KbQf { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#laVIhzQtl1FMgi8HmQ3wrodIZA0HwPuh { box-sizing:content-box;color:#ff913f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.625rem;left:10.5rem;display:block; }
#ZcMFZaRg6l38MO27zSx5Gts7oaJ1ZQy5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.875rem;left:9.28125rem;display:block; }
#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row .container { background-color: transparent; background-image: none; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row .container > .video-iframe-container { display: none; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row > .video-iframe-container { display: none; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .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); }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row .container { border-width: 0; border-radius: 0; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#spqe3R6KPBzMqrCQ57weOxB8MEmFOsQr { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.6875rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#hTHGyGx9at3fvXf96eaAaSRwGDC1LmUK { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:1.0625rem;left:10.625rem;height:6.39844375rem;display:block; }
#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row .container { background-color: transparent; background-image: none; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row .container > .video-iframe-container { display: none; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row > .video-iframe-container { display: none; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .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); }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row .container { border-width: 0; border-radius: 0; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#NER98Rp9Tl8h6v4wQTN70V3OVprDDwTr { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#NgCOgaFxzrIzEVk3nuqoXwuoZJlG63Ui { box-sizing:content-box;color:#ff913f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.625rem;left:10.5rem;display:block; }
#emgaZvwh5nhmGe5T8auycCE9pl2oILiU { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.875rem;left:9.28125rem;display:block; }
#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row .container { background-color: transparent; background-image: none; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row .container > .video-iframe-container { display: none; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row > .video-iframe-container { display: none; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .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); }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row .container { border-width: 0; border-radius: 0; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#TJZCeRG3JUAmxbwt6yHM83R0s8cKKS9N { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5rem;width:56.4375rem;top:0rem;left:9.34375rem;display:block; }
#gOvQ8WZIbNeTpgXd2Nv1XBDVohH0CbUT { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:1.0625rem;left:10.625rem;height:11.197275rem;display:block; }
#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row .container { background-color: transparent; background-image: none; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row .container > .video-iframe-container { display: none; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row > .video-iframe-container { display: none; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .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); }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row .container { border-width: 0; border-radius: 0; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#GqpvKaBcbBy0Ht3gTOkG45ql3msZ48f5 { z-index:15022;top:6.9375rem;left:23.75rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -moz-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -ms-linear-gradient(163deg, #00ffd0, #76fb9b);background-image: -o-linear-gradient(163deg, #00ffd0, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd0', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, #00ffd0, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #00ffd0 ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DGtr1siWN3luRyAKw05KziRbH7ycuV0d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b33TvKOt55Lb0PZRKDsLpnARiB9COym4 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.625rem;left:20.625rem;height:2.7625875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MAC790UkZFKRPeZxCmhZuX76XhxNNfuy { position:relative;display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #MAC790UkZFKRPeZxCmhZuX76XhxNNfuy > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx { display:block; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwM5kfreqykPgcLkNn70UDTOLNKa8Ex7 { top:8.75rem;left:0rem;width:46.375rem;height:9.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSf0riMIETuZ2cR2aIXLkCrFKXA2rtCH { width:11.3125rem;height:6.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDytR7kT0kri8SSJ38beM5yZgT2f7PhX { top:1.5rem;left:26.75rem;width:21rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqU1bS6txRNDswubPmzOTGekbh78qTJa { top:20.0625rem;left:0rem;width:30.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osHvvQJJVehVpZb8EkIDuLAUEHVhciuw { width:20.75rem;height:3.4375rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbonOqZcR9aXZ64ul8ozDaM6TxnJG89L { display:block; }
 }@media only screen and (max-width: 763px) { #cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW { display:block; }#cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEf0qcqEIgzhJ38sPME3xXpUsaPmvLP6 { top:8.75rem;left:0rem;width:44.375rem;height:9.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReBwZyFvTXlRHiTgh3dUNbzx1xTwpR68 { width:11.3125rem;height:6.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0uUD7xFclJMDEVGtmAX55AC2ZEqMU6T { top:1.5rem;left:26.75rem;width:21rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvP8QWXhpe5wso5p9ooHaMviH52bet8z { top:20.0625rem;left:0rem;width:30.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpDTyDK3U9p7sCq2acVPGEKkivb9CA3Q { width:20.75rem;height:3.4375rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icvNEsyb9WIHnow3snGkTc0cEJsHe4dM { display:block; }
 }@media only screen and (max-width: 763px) { #kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW { display:block; }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP { display:block; }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJwCu97TwfuDgEXHWBs0VQ12H5v6XL3P { top:6.6875rem;left:2.5rem;width:42.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH4iixlDFqeUVcOiigtBgiABpNM5Rhgm { top:1.375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUgQZhTNIWqxkTUAUn3KrBEVPM3uJtsB { top:11.3125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M { display:block; }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGeuzPsotN9dFrp3CTFyCeyxQlWo1CFg { top:1.6875rem;left:0rem;width:17.1875rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7JQfmRs9OaypEx89fgO3HlTaTUWHEah { top:1.1875rem;left:9.125rem;width:13.5625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqnTrFiLOrWCATkXVewrFeMo7WkNc3r9 { top:1.125rem;left:23.4375rem;width:13.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SonkPcVvI2TQUfrIInRP2K79phtmh6wR { top:1.6875rem;left:32.375rem;width:15.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl { display:block; }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVPgKKHH4lHTm5QOT5b4dBIFN8uLXJKP { top:1.25rem;left:0rem;width:12.375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y95RFJpCqVsA8F1CLeoSsmlW5hGiKiDU { top:0.9375rem;left:9.0625rem;width:14.0625rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFTNoLq4qg2fKpsrEMSeFky3bbLFx2zl { top:0.8125rem;left:23.875rem;width:11.875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtJESAV6be5xkBHRWpuUckFCULll7h7w { top:1rem;left:36.3125rem;width:11.4375rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs { display:block; }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPMhACXb9gHSokQcqz1nbcI39zHPQ7Mp { top:1.125rem;left:0rem;width:47.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfpegbf0yDFAoi8IoeraOElh8nnrHoDn { top:1.9375rem;left:0.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQQm6aiXWCO90btt69kXU6oPuseBIagU { top:2.3125rem;left:2.75rem;width:44.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U37fZTLgtG9PVQKx9Vdko0wDoAfykcv2 { top:11.8125rem;left:6.25rem;width:35.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLH1EDxx7z8QbOGF5bZTv8nkTBJ1ZgZt { display:block; }
 }@media only screen and (max-width: 763px) { #qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp { display:block; }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHDxACD8WVF950vHE4iCfXg6MMJUTsif { top:9.375rem;left:0rem;width:33.625rem;height:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxETpQaaNxcJWIePRCGzxgMQkpMREA0 { top:0.75rem;left:0.375rem;width:45.8125rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhERC5WvIymdNyn4Cg3vZ1zEBpQwHhV6 { width:14.8125rem;height:26.375rem;top:9.375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcGeAc23zC76uTC33lQ4wUcnyELP0TpB { width:19.5rem;height:34.75rem;top:5.1875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1fcaRzUHiN5bgcZUX8eTseod4rxJ1St { width:14.875rem;height:26.4375rem;top:9.375rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG7OR9qKfaukMOv1UKZEBkIzQVxGpLKG { top:38.5625rem;left:22.5rem;width:25.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo4sZJ71QXUnO5LN6S9S88LE7tOF38rp { display:block; }
 }@media only screen and (max-width: 763px) { #siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 { display:block; }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcH6QgL5wSAnm8xnU66rFvmfZ0pqqIFF { top:2.0625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZAPneoFuklwcPvGX90LOKuO6P9nPVJs { display:block; }#WZAPneoFuklwcPvGX90LOKuO6P9nPVJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1UTTi0B2KuhquhZ7XBS9MQOMEIxQJ1H { top:1.875rem;left:7.0625rem;width:16.8125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFqn8qI7Dm8dINHI0TgTiJ2BT6LD1Az9 { width:17.3125rem;height:1.75rem;top:8.4375rem;left:6.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #izffpEtnbEUnvzaOnh6wQF9D6PUsQUBy { width:14.8125rem;height:14.25rem;top:10.8125rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shEnUS4M8OXph0HbUQ3pTODo7lKnkl74 { top:3.375rem;left:15.90625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #eThSTpSlVcgqncexP4reKMkfdka0TKkz { top:1.875rem;left:19rem;width:16.8125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI2UQeSVIVPpCADE5tiqCQ1viiWDUOJS { top:3.125rem;left:27.71875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9tb4O5S3ySc63Vv3lFQCtPsQ3cDvK1I { width:17.3125rem;height:3rem;top:8.1875rem;left:18.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok8mxT9ggr5yLQ20QDn2HKG0T8cAkpDl { width:15.125rem;height:15.5625rem;top:12.0625rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCkNTGTT2WrSDOFTKRzE3HibT7HNFv7l { top:1.875rem;left:30.9375rem;width:16.8125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAwxcgrima9FCqZXuqJ5bO9GG2XDHgvC { width:17.3125rem;height:3rem;top:8.4375rem;left:30.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuEs0bct7s0ME5EaTpSQWrbshVu2LTTx { top:3.4375rem;left:39.65625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHtZCUZcf3u1S8M9P2MmcZJQCTGo8Bc1 { width:14.875rem;height:15.5625rem;top:12.0625rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R98gHUfsiEkXRn8TG4sgxSaEDX2avUdu { top:1.875rem;left:30.9375rem;width:16.8125rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #twZ9ZHUkQ6bdqsFybuZ1iUH0LwypVdIZ { top:2.9375rem;left:3.96875rem;width:4rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQqXEkUiMOTlE6X45tpUgzDWXWxDtEmx { width:17.3125rem;height:3.5625rem;top:7.9375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGq3LiK5M8TRHwuM8BRmZVTVPT7s42T9 { width:14.8125rem;height:11.6875rem;top:12.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa { display:none; }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mhVzXnU6eNTJ8ICMrnDPk6kDo5WND6Om { top:1.875rem;left:0rem;width:16.8125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1gqXbTfhFkoIGKLUiOAwRHGeJZbi38f { width:17.3125rem;height:3.5625rem;top:7.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzNxZ6bT68604fwbTE9GZOVGN4AGFyxI { top:2.9375rem;left:3.96875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #glXxJ6Td7y3CFq6Th61itFcSalwokyrA { width:14.8125rem;height:11.6875rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7uq0L3ezBcO4WzbiRrl8WWMF3M121AB { top:1.875rem;left:7.0625rem;width:16.8125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGTGCZ2JLex0vq0rrPh4oBnvht4dd6c { width:17.3125rem;height:1.75rem;top:8.4375rem;left:6.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWDxCs5ZwbPltqdQinzVTKRsTlEp1JvJ { width:14.8125rem;height:14.25rem;top:10.8125rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGgK1ZQWUCKxzHT97MhmcgkU4DTD1u3E { top:3.375rem;left:15.90625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gka6J2CxQsum5Kt0HcIZ9PGuTWFrMZay { top:1.875rem;left:19rem;width:16.8125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBzrICX8BwIhTI8sSDONXh3vcC4c6QLf { top:3.125rem;left:27.71875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Tit4eLfzHxp9TztmATw3TDL4Oa4iPc { width:17.3125rem;height:3rem;top:8.1875rem;left:18.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd91d9fHSqlmg9M4T0S0OIeFFKk3hq9b { width:15.125rem;height:15.5625rem;top:12.0625rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKfVRWV6ZN8F8xouOpLlLgkPsFRVD03C { top:1.875rem;left:30.9375rem;width:16.8125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2wFMZlPZKBx4UZThgqdTdbCswm1MLE3 { width:17.3125rem;height:3rem;top:8.4375rem;left:30.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xflXuTr7LAy6kZ9GEccixpBSmvzoVCRf { top:3.4375rem;left:39.65625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSKhgLoguubxNcB1V06C4hGRfsBgSn6C { width:14.875rem;height:15.5625rem;top:12.0625rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzgxDHJbaRtRPtfpOtTkKu1SimIf747C { display:block; }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uw6GZ3aLaEGkAmqPIXIgZMPEUhLBFei8 { top:3rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJRpgg4CEc7QRzUBwQL9ko0lJl9bZl4T { top:16.1875rem;left:6.6875rem;width:34.375rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvJLW86Qb9hOFhOVvWQA0xHCI24yTGkQ { width:39.625rem;height:30.25rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMIfgcgN2sVrik3KOfUMfCps5XAhvROG { top:25.3125rem;left:14.625rem;width:33.125rem;height:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRkaxtlDHrrfyy1LyazqkNhZd0EgUBNF { top:46.875rem;left:22.5rem;width:25.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2hGxg8oSOkTffUfo7vF2BE1uuMEvEzP { display:block; }
 }@media only screen and (max-width: 763px) { #yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL { display:block; }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUod86mV9RTU2FfhlISs4dLrFagPwyCE { top:0.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsUEcBZHXxvbGl6vnOeWPW4pSP08CChV { width:9.5rem;height:9.5rem;top:6.8125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNufmCHfV11UhOa8cb9TkSe34LSca0H { width:9.5rem;height:9.5rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9um7itooFDAs4kvG456IKBDNTWMDBUp { width:9.5rem;height:9.5rem;top:32.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqoTTsygXwelGSdJanokCkelAPo0TE3O { width:9.5rem;height:9.5rem;top:32.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcJiRi5m6qn0BK2hkid7qsnHvPluPSDT { width:9.5rem;height:9.5rem;top:32.6875rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U35Of8CqtSBMI7nvhXL1Gr7aR0XXrcdH { top:11.625rem;left:15.8125rem;width:15.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhhmmRx8BTZMOD9WZdvTknb9tTvI0itH { top:17rem;left:16.90625rem;width:13.9375rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBnri4EsLkQ0eZ55H1EDs6490eANhKD2 { top:27.4375rem;left:17.03125rem;width:13.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO8epTUENayk05N2lBrJi6bd56y6fcWZ { top:27.8125rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbNBuc42dlD1RT3sZU3kBM31FU5TGEpk { top:37.5rem;left:0rem;width:15.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2hW5Lpq0sNbecAPpLSz4iAMbpZJbGvz { top:42.875rem;left:0rem;width:13.9375rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTQ6r28u97zaLkTtpJoQTJTVzKTJz47Z { top:55.625rem;left:0rem;width:13.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDZnwurHaTTP7nBeKTe3TMuRis2Hv7g { top:56.0625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpysTpo1qOXlGPBg4A1Te2L6DgN8X8cy { top:37.5rem;left:5.75rem;width:15.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #gam7PBLhTc2zqPF61Uyl4PUpSLzUIDyI { top:42.875rem;left:6.875rem;width:13.9375rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWd0wb8rBVCeqdVKwh5wcAZzFaIRJTPU { top:55.625rem;left:7.0625rem;width:13.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBZiv2dOMMTv5PNJe1zaF2eGMbrGkiRs { top:56.0625rem;left:7.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQpPUqtRWTbskBI4LgrFHMS4ESQH7wI { top:37.5rem;left:25.75rem;width:15.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ldtkDTV4zb4ehXXk1Vkooa4S7TGa8N { top:55.625rem;left:27rem;width:13.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0KuBLnldtCEfTxuycddAmzSLczo8C9F { top:56.0625rem;left:27.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2aGz4RXUWbgOiGwGHmT9LST5Phy5dGp { top:42.875rem;left:26.28125rem;width:15.125rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcVIrl8ZcFy5LQ4zBsGlyh8wuCT5QABC { top:37.5rem;left:31.5625rem;width:15.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJOzMBvAKzKxI6mhLt7U09Tu2GohyR45 { top:55.625rem;left:34.0625rem;width:13.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6yl7GTSDrC0ww8mbRErb3pTx5ZWNfVd { top:56.0625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTbn1dITBLnVcC2Arhb9Jx9lzIut6tLs { top:42.875rem;left:33.6875rem;width:14.0625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w542mKSd9frFCsKT0EEEZcoyfpPIeipI { top:1rem;left:17.625rem;width:30.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPqBJlll9AtK7BDOeUmnX9Pd33WiNOok { top:60.0625rem;left:7.90625rem;width:31.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdvLJZ4Fha03QsnghZuPXySdao7iWTHI { display:block; }
 }@media only screen and (max-width: 763px) { #EC0znIgR2bDenrQR9usZo051DqvdA9Ew { display:block; }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaJuC96p1PCpxL1ZlFixEwDrONflxi9X { top:0.875rem;left:3.34375rem;width:41.0625rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 { display:block; }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZHNwP5sH9Ee1NGhoIq2AbgM5EkGs7y7 { width:23.3125rem;height:28rem;top:3.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvtsaz7ym2HyXckbcbvvlKXTlUkVucxh { width:22.75rem;height:15.8125rem;top:15.5rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXWbsbtaeILbHznZZL4phxJzhMGZJ913 { width:17.1875rem;height:8.875rem;top:2.1875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhU4k5GNSvTQktPFpvq9lMwooAiQS0n6 { width:17.125rem;height:3.125rem;top:11rem;left:26.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQyvGAlgAlRmJaOkaiWEO3u6QsEm5sZ { width:47.5625rem;height:30.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL { display:block; }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by0IF7MqHVBXXKmugMTxzMnRBuWKWF2J { width:25.125rem;height:23.6875rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDDMgB3CHzdTBEEeEdd3uLf9RPea7Vif { width:19.9375rem;height:9.4375rem;top:1.9375rem;left:22.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH7xKmuDGmlBNmkpnH84Qphm4Sci7rFl { width:26.1875rem;height:19.5rem;top:11.3125rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMMXMsroD4rV79MnNJJSE1WqVpu9ngoO { width:47.5625rem;height:31.1875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTVsk06aeiZqOPD7mySfXdWAJmhLg1Mb { top:43.375rem;left:32.15625rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlJHBL4s2Roxns99lIq001qaTRaMzLde { top:36rem;left:7.90625rem;width:31.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVVsuSDg4b5A8fKlde7yBEogQhTdT8GW { display:block; }
 }@media only screen and (max-width: 763px) { #WUHrF46wt55B1fUEKOo8z906w4mMP6ef { display:block; }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqBcnOGTHCU157dNmmihUwkb04oWIw61 { top:4.6875rem;left:0rem;width:33.5rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVPsvXutzRWmKVKOvPh4HRQkrEmJvWy0 { top:12.25rem;left:16.5625rem;width:31.1875rem;height:24.75rem;font-size:1.125rem;display:block; }#FVPsvXutzRWmKVKOvPh4HRQkrEmJvWy0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/34a42220-901e-4e90-93a9-d2bd5b922120/verificado1.png); }
 }@media only screen and (max-width: 763px) { #vHMT9dIeCm1vK6rd4sRVH82hnqvynCTv { top:3.3125rem;left:20.5rem;width:27.25rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVgBJcv2rPkPVqJQ3pr1xPRSZk8DFCPC { top:40.9375rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV { display:block; }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOI9mRxihPCm4WFusB4t57O9Amwgnrp5 { width:34.9375rem;height:10.75rem;top:21.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6zSIx5SgVOiAsfTBun0UBcw9CmeN9I7 { width:38.9375rem;height:29.3125rem;top:22.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbS0l9dhWLUM0BgiUNa8kJPK8vkGaGbT { width:34.75rem;height:22.0625rem;top:28.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a84a93T5wLff9BSRf44uoOIZ7IFfePgR { top:4.8125rem;left:0rem;width:34.0625rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gliI2GD4IBgGFD6Dv7syOFloahNy90fH { top:4.8125rem;left:20.5rem;width:27.25rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWOlWQhuZTfCg3VPRPPNWDm8z4Fn2SVG { top:58.875rem;left:32.65625rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6Udc6sC8sbS5No8XRUA7V4sv1JPyoGS { width:27.3125rem;height:11.375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgHnaZzn5bRItKQtrkP76qpAWPsx0yoE { top:52.375rem;left:0rem;width:31.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L86zCyLBD9zhxaezoc5lTOxxSLBIQ2oc { display:block; }
 }@media only screen and (max-width: 763px) { #yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK { display:block; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTJSQm8XIH72BFzMXvC8IODzqoe66Pc8 { top:4.3125rem;left:10.25rem;width:37.5rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZXSN1K7X8d0hIe6L7WUx2FbTldzcFX7 { top:4.9375rem;left:0rem;width:36.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLMDTHOTKaLTF94rd8MoKW3cNWJ6lRX1 { top:16.1875rem;left:0rem;width:23.75rem;height:0;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWbGZqw1iXRoPSmxVHSr72PwCPEN2IPV { top:25.1875rem;left:0rem;width:21.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLcfVWQTUrZX7hCOtLf4IeZe9VfArReD { top:40.8125rem;left:10.09375rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuc32aw6E3sTOQChOSMn2tocSUMR2uFt { display:block; }
 }@media only screen and (max-width: 763px) { #x6uD0NoqCm5RpQGammgVkGgTdoxBSltq { display:block; }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fA0KlASiTvXdPdOvK3TV5STOreBpDy8T { top:12.1875rem;left:1.9375rem;width:19.375rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCHRmpzVnhzHobvSMnW7JzPow9hsqErK { width:20.1875rem;height:2.25rem;top:24.9375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odLT4adQKa3EV2gsRzsnWPm2R4DHFOaZ { top:10.25rem;left:0rem;width:11.8125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcHckB9At9IPVBvWuVlen48AvqTAXyD4 { top:0.9375rem;left:1.9375rem;width:43.875rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDcTH2OH0HyLpvMbLJqZrfrK6m0SKao0 { top:17.75rem;left:1.9375rem;width:27.6875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T87DsSMpHbpEFxsT952T4t12bDOTbctk { top:22.625rem;left:1.9375rem;width:18.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN3boqVhSUOZJI19rzTit1Oz03ANh0vc { top:36.25rem;left:10.09375rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhXT8PwhqaVyszLxnxoadFoXWOZtRtxR { display:block; }
 }@media only screen and (max-width: 763px) { #ychweVmVFBbewMbcChZ8XXfAgVaHUImM { width:34.375rem;height:24.5625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTmNuv27mFOrWfOggpWUiMgdgUFKGTGX { width:34.375rem;height:24.375rem;top:9.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq2Ed3AtvP63zEqfVTHdNQRhT1Uyo4CJ { top:15.125rem;left:31.6875rem;width:16.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVO4l1heCR4TU1og6Blu3JSMcFbfnfZ3 { top:9.9375rem;left:26.125rem;width:12.8125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8EAbMTRXkpAFL861zqNdqlBcLyaOHyn { width:16.625rem;height:2.25rem;top:16.75rem;left:31.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9u0SUJoIfJ4rlKBTexZb9s7lcT0zyPN { width:19.5rem;height:12.5rem;top:19.875rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thT7kZHss5UadyROpPpvQVTAlg1Jplzc { width:18.75rem;height:3.25rem;top:11.1875rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa { display:block; }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiN6e69dTE5buW0z8Zo6Rx4aFkLKwNrZ { top:6.8125rem;left:1.375rem;width:17.0625rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhvmcv5kW3JdsnEeGSurBH4qGeH2KZ1a { width:19.6875rem;height:6.8125rem;top:11.875rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk03lTLUIvH9fVmxFL2Ll9eCRdBlXBLu { width:34.375rem;height:18.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSV818ZTT6mHxcfHuzxZFdkToPPub7xw { top:3.0625rem;left:0rem;width:11.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VugvoQ5M5Kg6VGFQaADysk5LyyO0zwcA { top:1.875rem;left:6.875rem;width:6.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnH6bTyV8oJeoFQXRBN3OSHacz78ESuh { width:34.375rem;height:18.75rem;top:1.3125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXxRShXoOWPzH388nJaQphCoybZm4IK6 { top:2.5625rem;left:26.5625rem;width:11.3125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4L70lA4CczKLTRmE9oeyO7HAaNbRbw7 { width:18.5rem;height:2.4375rem;top:2.5625rem;left:29.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okK4DKcRFfGonqts3maARnTGAhi7o6HI { width:17.0625rem;height:2.875rem;top:5rem;left:30.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HToB7V1xyGTZTetQJcM4upWd9g6cIz8P { top:8.625rem;left:28.375rem;width:19.375rem;height:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEEVwnx67J0FLxZ9R9BDyTfRTlKVJpUV { top:22.3125rem;left:10.09375rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPOnZXLeXkVmuVwMIthZfZhehEyrTl8k { display:block; }
 }@media only screen and (max-width: 763px) { #epHZV2sXh5bTRJICK67BSttQq1NQxprU { display:block; }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTAaXyl9Zxa4y6s1uU4LqJwNSa3RdcUq { width:34.375rem;height:18.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taOazz1HlV7zuXEQFMswQIdDyaeCV3mP { width:17.3125rem;height:5.3125rem;top:2.8125rem;left:2.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmcAnHgHg5BNH2Wz6AFi1TVBfZkT7tgz { top:1.75rem;left:0rem;width:12.375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQQR7zPfJhitaWJimFzakRbvMSTfKBp { top:8.1875rem;left:2.6875rem;width:18.8125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dudrGLIaqzLkTzcCSfSehIUgF3wDS4KP { width:34.375rem;height:18.75rem;top:0rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmRgQ5ZTJhCFJL4tTZG2Caf91H78cLqq { top:2.125rem;left:27.125rem;width:12.875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBtikLqtN6xtDq4oqqXhhCTxklA1TfSZ { width:17.5rem;height:4.5rem;top:2.8125rem;left:30.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak4Un8Bk7m13og1QagWhezQozSder57p { top:8.4375rem;left:28.0625rem;width:19.6875rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf { display:block; }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUTcsDhBko9NJ9qpzkPbbfLQfwRqFcQi { width:35rem;height:28.3125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtpbTVzi7xh2gQ9RRh5OV7obMNcNI4pc { width:17.625rem;height:13.1875rem;top:14.5625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPzWalQABw15zJgE0M9O6cd4vDMZvcMM { top:8.75rem;left:0rem;width:14.25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdQllU6UyLGymh9WiG3VvkF0A39ONlyx { top:9.875rem;left:3.125rem;width:17rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LzlOW12mdbkDWqWy4QC4nfizvTIREi { top:24.75rem;left:0rem;width:14.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAD1VqJzOAbU7ZN4GQl2Tvp41lZMBFoc { top:27.125rem;left:0rem;width:12.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySomP9iTb8UPt6JIIThBX2sDnJUc5tTZ { top:30.25rem;left:3.125rem;width:15.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuQHyea13Rk6MniKDxByS7PQtDRE1CSQ { width:35rem;height:28.625rem;top:6.5rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mli1QJhcbZWcLhHbR6H5bTqWy2umzla2 { top:8.3125rem;left:25.875rem;width:14.4375rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTLbtEtQWJd2M0JbcSBNKaTKoicgMml { top:23.9375rem;left:25.4375rem;width:13.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTJSCPWlq1KMLJsakJ0Jsn8ivfCW9Zv { top:26.4375rem;left:29.1875rem;width:11.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiy1w9OxuyuOnlbItO0Cl0JvLTTT9hNl { width:22.625rem;height:10.5625rem;top:9.6875rem;left:25.125rem;font-size:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6FoTnOmIxnxdJ0bnTshrzTsztRa1Mpw { width:22.625rem;height:3.375rem;top:18.3125rem;left:25.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWx4GaB427aROsB56DX6wcgPaZrA21sa { top:22.9375rem;left:31.875rem;width:15.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqBkgnci3dHN0OTMGEOTTo3ZLVfznrf6 { top:1.3125rem;left:8.59375rem;width:30.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLuBrIvxTdnJvyMU0nNQEsH1rP6FHktZ { width:35rem;height:26.5625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJpFct9WtJhee5y5HTeZ6XVVx8Hq7wcl { top:39.25rem;left:1.625rem;width:19.8125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLEII7zwPwrZ6ekQVc5hupkzUCbQ551c { width:15.8125rem;height:14.1875rem;top:47rem;left:1.625rem;font-size:0.875rem;display:block; }#SLEII7zwPwrZ6ekQVc5hupkzUCbQ551c li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
 }@media only screen and (max-width: 763px) { #e9crnSADZsaSxnCqrE1dmAOa5lNtyMVX { top:49.6875rem;left:0rem;width:11rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ylK6vmaSt52z4e95i7aMvckX4mfZbV { top:38rem;left:0rem;width:10.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2ewIF8nWd30JL6mXC2okA64oz3qUmq { top:51.375rem;left:0rem;width:10rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUvA0ptRJLhm9WQHHWdWQxpymTeLEKCN { top:37.8125rem;left:40.3125rem;width:7.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVzxQZh6htlI9KHhRQFmgt0Fhb3wzSqC { top:52.25rem;left:28.09375rem;width:13.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbkuCuSi7WnScpqtTTtyqORX4OAkNJVP { top:39.0625rem;left:38.6875rem;width:9.0625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh9nm78rAloksVQyk2QQc6NLNezvs6wo { top:37.8125rem;left:32.8125rem;width:8.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSE6TuUPOiG7wKSS22dEyxINwzUW70Vf { top:52.375rem;left:31.5rem;width:16.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGTMdAsMJCq2oCOsuevTcGdzLK1646v4 { top:36.8125rem;left:12.0625rem;width:35.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a72dgrc9CgefdWQ7TyIrionZdX4iuaRZ { top:57.4375rem;left:20.1875rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f99LZPIyllT7s692lkUFsTKefckGO2Rm { display:block; }
 }@media only screen and (max-width: 763px) { #IphTOcqvheoz85c1AyaGqcKLWnhJAFad { top:22.9375rem;left:31.875rem;width:15.875rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVUexOfsukdD2EWvGeLMFcgz06cEiMHa { display:block; }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AglMvuNHv62wTM7ZOLW4bHIELtndnBA6 { width:47.4375rem;height:25.9375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbIid6g6mbnJRG2EgOHAVlLhzIh3ut0F { top:19.875rem;left:22.5rem;width:25.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP541LgcxDd86XmMtEc13OFE11edh0w7 { display:block; }
 }@media only screen and (max-width: 763px) { #xIU6edusdcGmou6Fo0M5llAU5PMqyVxT { width:22.875rem;height:7rem;top:11.125rem;left:23.125rem;font-size:1.1875rem;display:block; }#xIU6edusdcGmou6Fo0M5llAU5PMqyVxT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
 }@media only screen and (max-width: 763px) { #bwTfdzr4WWbOU8cJEqv73pKtqfybaeBE { top:4.4375rem;left:0rem;width:21.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRoLKUq2OdE9pd6myTBONC1sH57eepMD { top:4.4375rem;left:23.125rem;width:22.125rem;height:5.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD6O6engUSGvuUSfn2MIanPsIxTnsbeU { display:block; }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEbGUAyUeh7GOHu7BCDyAT6tOfkdR1Lq { width:35.125rem;height:5.5rem;top:1.125rem;left:6.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMNXSsz5Tf973kzS6oBQ4Xxv5xmUn9rc { width:8.625rem;height:3.1875rem;top:8.875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTCbwXqd39AkBFd7ZEPSs96cuadzpceS { width:8.5rem;height:3.125rem;top:8.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #i76JMGlTUPDHHH5kffpBlseSvQtgJb8S { width:19.5rem;height:34.75rem;top:10.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPfimx8yAOe4gBbaApcEopDnxxsnnMHm { width:47.75rem;height:34.125rem;top:43.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrJ7oqmpHWp4kqd0pv8d44cJ7G4Rq59 { width:14.8125rem;height:26.375rem;top:15.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTS8LoAN7kNOP0KNET31HqmQOWKlJt3A { width:14.875rem;height:26.4375rem;top:15.125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBcUsEhTKsxtmBf1oLETqOsX97d40Err { width:7.6875rem;height:2.25rem;top:9.3125rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeEfTePimqxVWhzi0zKGJQTkrAdW3Mnm { top:3.9375rem;left:10.6875rem;width:26.375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqbxZPbFASr18RutMyA37GTr4LUwDBMB { width:7.6875rem;height:2.25rem;top:9.3125rem;left:32.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spUWtrl5GxANuZIauFAO8RLO42FczRhS { top:80rem;left:10.09375rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCAURSKQZF2KQGyxWqrWqeh3b6AfU47J { display:block; }
 }@media only screen and (max-width: 763px) { #gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN { display:block; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugcN6ydr4lsrynJglW1yxaGxagNJ5aQH { top:31.625rem;left:1.0625rem;width:45.625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or7v5s9afo1MSx01lctigKVf1wtLI2Ws { top:37.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnq3UyfTcz6ua7be5R8nP7cahlfaBozJ { top:37.1875rem;left:5.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZkOLNUcKEVzgy4k9pMlTbo3M7Oz4hDA { top:37.125rem;left:38.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz50fdpE4AzSA9B0XLqOFeB9OlAGgPv4 { top:48.25rem;left:0rem;width:32.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWnxHF8790PudemXzy1Se3mNLAlZGsV { top:53.25rem;left:0rem;width:16.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FJEukqZI6gCd7T9UUhVnuFG7IZwsZ6 { top:56.125rem;left:0rem;width:27rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tToTUl3Xle0czKMklqEGH10fgmaDxC9i { top:60.875rem;left:0rem;width:25.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31TP8PEPbdu6dVGTw8ok0sclaXbuwst { top:57.9375rem;left:19.9375rem;width:27.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbdFnRxoMxUyxQ902089i19NseNIQmkS { top:54.875rem;left:25.125rem;width:22.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQB25k18HPdXCyTTR7nW8Cmx75Nfexly { top:76.25rem;left:0rem;width:30.1875rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDDZ5KJnNaOqiEb2ZSCDTX0lW3bV8960 { top:88.75rem;left:0rem;width:23.6875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG8NCbmovZVS4Qrlm09TG7puHGQPMcCx { top:83.6875rem;left:0rem;width:17.4375rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDr2v0vBxbh29DJGlEuFLM8dIQaIXkh { top:76.1875rem;left:13.8125rem;width:33.5625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwuXCEyuLhpGmkHWzTvkbUTuuONIa42n { top:86.1875rem;left:22rem;width:25.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtbTz7eRVyckSQySSUV7yuDiQql51Ta6 { top:82.6875rem;left:20.5625rem;width:27.1875rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPUxgQAVBdlryMUuK6imfdK339XpseX1 { top:106.1875rem;left:0rem;width:31.125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnyCtndEKgIi2TTb1kpZaMnTeJr2foJk { top:116.375rem;left:0rem;width:28.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfQ71qoDVANt4mqQUaIRTAT8lPC9F88V { top:113.3125rem;left:0rem;width:22.5rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BebfyPhoWzhOzXofLHcZVeAGBSPexhdM { top:106.8125rem;left:14.1875rem;width:33.1875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6r2gVhEmKkraO3VIgPKfGfaEGyZX3aS { top:116.375rem;left:17.875rem;width:29.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COFRLLImzK5ZDtdlantyNAMIZTEXo2Pk { top:113.3125rem;left:19.625rem;width:28.125rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOHX1VDIH8lxB0X3IffbfRRaCUkM7Mn { top:129.4375rem;left:0rem;width:47.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqsy4C5RmZpRGzRIMFPxzKse6s4tQsZt { top:137rem;left:17.625rem;width:29.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMzsvuu1a8ipbZZiXt6bmMrNLSTOPnau { top:132.1875rem;left:17.625rem;width:24.375rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu7gq63P4MtevpWuI3wVvuxgx5ULbC2p { top:147.4375rem;left:3.75rem;width:37.3125rem;height:5.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChI2z1LVbQq38mDAzl9qOL9SxKSI6LT5 { top:71.75rem;left:0rem;width:21.0625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfCDqoqfffmxEVeKTIPauzChqw42FPQH { top:48.25rem;left:14.625rem;width:32.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxV9si6Tpwi6ZmsfT5qb5BXwhSdngl0b { top:69.5625rem;left:36.875rem;width:9.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGzchTZSaGTquWSfLpc1EE3LpLHDqxsV { top:99.5625rem;left:36.625rem;width:9.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIr55Q72FshqcvXSTiT9BpFQDCVt7rwJ { top:99.5625rem;left:1.4375rem;width:9.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLSN3xKBdeSTbDs7zh4wFeJoBCdXcKlC { top:123.4375rem;left:0rem;width:33.75rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMASumefEhUDo49lfNacsmKzTFebX6ab { top:1.5rem;left:0rem;width:47.75rem;height:26.667064439141rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmgolIeat3DJEA87c6nSv96KysnK2dHk { top:42.875rem;left:2.8125rem;width:6.8125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3b6BRSK3tFcbEwUONPcZV4WftCVWBfV { top:43.6875rem;left:37.0625rem;width:6.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynuPdnUP1S1ETEME3o15JTPGOd9PkFgH { top:153.9375rem;left:8.625rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiNoVL60ZhHel6TDpS7kaA6yyVWzcpGq { display:block; }
 }@media only screen and (max-width: 763px) { #pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 { display:block; }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SydEN97ztl6u0FfsQuZunnQ3WiTU3DCG { top:2.1875rem;left:5.5625rem;width:36.9375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCI021PM8qWTMAokFTTOpBaDbJQeqS1z { top:7.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXCm683ZRmXZOe8wHidgSrmTkNokb2qe { top:7.0625rem;left:6.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPxS37m2GV2MRLxBTtXzslfaxR1CrGZD { top:7.0625rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmAXk7UMA9iNSUlAV3MacMwvlevQW7Ku { top:18.75rem;left:0rem;width:32.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDW42ly8kkiHAiNfIsbQZUW0d8lxQ1Ox { top:23.75rem;left:0rem;width:16.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDR4VgiNZzr09TUEuUExnMv9hMRykPaQ { top:25.875rem;left:0rem;width:24.5625rem;height:10.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmZ1ZdrSlrZwB63RoUTkyZME7cv29yqI { top:28.1875rem;left:22.125rem;width:25.625rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf6r8AhSKzRpFhA5AtBGqFuNwGk2NQc5 { top:24.5625rem;left:20.25rem;width:27.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpHtBmm2k8JTIIQErKSwsclmVvgMF8sI { top:51.375rem;left:0rem;width:30.625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHUOHbpma5FQzhdl3tPs9p50ivRdew7u { top:59.125rem;left:0rem;width:28.9375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWkkWhCnW933lRhpp1MqNTL9HLIbXIzg { top:56.4375rem;left:0rem;width:22.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6g6TwoJgvqNl28LG89SaruT0LaBt79 { top:51.375rem;left:13.3125rem;width:34.0625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htGinlBAucJEtmA8Jn0ILsgNanmvtT6n { top:60.125rem;left:20.6875rem;width:27.0625rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzFqc9Oxk37cmGhnBwCozJK7sxFLUqln { top:57.1875rem;left:23.375rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4hlpktXOZIquCSLaBzIzzETXd7EiseP { top:74rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpOInekf9JsF5ekzDnTv4Ab0Jz3WnGJB { top:18.75rem;left:14.625rem;width:32.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJgqkTh1G3Zt8temPPQT8IGuxiN7sLUC { top:11.6875rem;left:1.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1shchUrOBIQHyLXnSTCHbNR5FmoxPT { top:12.5rem;left:35.4375rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JblmsaCgGhQ6OOrA0aJWkCIleLFe5rqn { top:43.875rem;left:33rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKHnFWX0ZNfhBHKxmvEGJCRubkopKqu2 { top:42.5rem;left:0.1875rem;width:13.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRZRrxx05cMd9panl6qR5BEsDEXOMAL5 { top:78.625rem;left:10.1875rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN9rfkEJhUx0qGMoZJ4vUdq5kQ5XtI25 { display:block; }
 }@media only screen and (max-width: 763px) { #KMU5to311DRg40ZPTF5krRUqghwsEsRT { display:block; }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HseS7WuXXCFDWf1zT1uV301X3gakaTot { top:4.125rem;left:11.375rem;width:36.375rem;height:9.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeG6Qdno3hInWc2nMg450AaTxir0oCys { top:10.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuHoeNVTPGT4CSDCIpUhueRZBVJcokdz { top:3.25rem;left:0rem;width:19.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV { display:block; }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9RDwPwiqIauq619XsWSDFTWgJMQNL8Q { top:5.875rem;left:16.8125rem;width:30.9375rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PakofQWKJTB2av8rL1wK2uwH4IDvqNzg { top:10.9375rem;left:22.9375rem;width:23rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpfTGzsGMblZsWszeJfmoJ5cyknPp1TQ { top:15.6875rem;left:14.25rem;width:33.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5t0gvad7V4P3ildVro4ziAznT0hlkEH { top:23.5rem;left:19.5625rem;width:28.1875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw7uH1QiLcW1ILfRmW7ppVoHTPmLW9EH { top:42.8125rem;left:9.625rem;width:34.625rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp0JrkmGQO5ST9nJ1A5oAsOd4TpJtnQ1 { top:41.5625rem;left:0rem;width:47.625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGdds5xouck4bZ2CiUnUpptdW6hCdOki { top:51.0625rem;left:8.625rem;width:30.5625rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNqhT4f5LJDn6v6sq0fF9nN8uwOUrghM { top:5.875rem;left:0rem;width:21.4375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP5GJ54R6NGlyfqiPNHgRonFgp9ktq8E { top:3.0625rem;left:31.3125rem;width:11.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiryNszxsXn030TLR8UfVgf432TEHKrp { top:59.25rem;left:0rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHNTnapSq7TG81SZrvEeG9qRdFPTDHTS { top:59.25rem;left:11.90625rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW7a9mJzIuXVMDyvNUZl1sHmf5xWPWho { top:59.25rem;left:23.8125rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8kv4WqniphwVZg4unuFa4Wxm24SiO6P { top:92.75rem;left:0rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9TwRp3oQt6FCee30KcASlgfTQkkZVJr { top:92.75rem;left:11.9375rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqxTmfsilFLdWBmNWRwLKfAd7MXvZaEl { top:92.75rem;left:23.8125rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMAZsT7Arhz0m5Eqh4hPJCr5TZFWXT8p { top:126.6875rem;left:0rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuxraTVldgB3aVrBWpnVoRdBstfHPGR1 { top:126.6875rem;left:11.9375rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev27PA7TFnKitlmhEOTthzT8h22sEtIE { top:126.6875rem;left:23.8125rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onprep22pfyH0DhQA3a3hUXXslpWGEPb { top:160.375rem;left:0rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLZ0VmREssVc1A76WHddfsVDUwNyXpdt { top:160.375rem;left:11.9375rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4T4yGxoHDqJXOC64hI0yD8uALl6lCMI { top:160.375rem;left:23.8125rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTv227POLpVB6N0lKUHZWGCpCtwTT0e6 { top:193.6875rem;left:0rem;width:16.25rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvq1T5DPFMvGIlQDMa49crfARsaABOO4 { top:193.6875rem;left:7.125rem;width:16.25rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFvVk1GPWtsr5IT4O6BcelIqJ9ZQVITd { top:217.5rem;left:0rem;width:23.3125rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9GZwTUUNDWZThQBrZqwv4PWNEtevrWN { top:217.4375rem;left:11.9375rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrluQSGR0PNiU3eqhhBzITZTkGSEm7oy { top:193.75rem;left:25.25rem;width:16.25rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRMX7DANZKwLc46KGKIlc9ucRXCSipD8 { top:217.4375rem;left:23.8125rem;width:23.3125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFxwD4ULboFnLy57HQu4IiJHHKpQGTR8 { top:193.75rem;left:30.875rem;width:16.25rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPWcnm4qcQPBSxEqsgiylIpcfOhl1wJm { top:0.9375rem;left:0rem;width:47.5rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6WqXv5J4kaBTWMh9Tn10xcV34hsocSB { top:0.9375rem;left:0rem;width:37.5rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkVqgd2D3tAOJO5r6F0ni6GNQ8oWuUup { top:2rem;left:0rem;width:14.125rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0naSd8ZodJAxP9Wkla9krKmATx73ooD { top:251.875rem;left:10.09375rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3IR36I2AOKTFFo83Ut8JElGFJ9MJn7z { display:block; }
 }@media only screen and (max-width: 763px) { #lD8k2oAXOWMWdDLsUJG3N543wSS8pZLc { top:298.875rem;left:10.875rem;width:27.5625rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASKTQh76eUV88vQX8oLVHe9sgIvJ6k7y { display:block; }
 }@media only screen and (max-width: 763px) { #c0LUtX7xQ6xuWLusI9IURgMf3DnZTTD7 { top:298.875rem;left:10.875rem;width:27.5625rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNLcHzU7ekERrLF5LzpK3fGmZcJGTHzT { display:block; }
 }@media only screen and (max-width: 763px) { #c5dnhhmLKLgHGQAMR0M0cQAl3PeEgMOb { top:298.875rem;left:10.875rem;width:27.5625rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JB40ATsDhzVeqdRlTlJx2hsudNJDcuRv { display:block; }
 }@media only screen and (max-width: 763px) { #zCBiW2Z3OE6P2KvSA2pt2BetUUTcv6DT { top:34.75rem;left:20.1875rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCyfATpS6icKWTgTm8x7TltfhodMAU6k { display:block; }
 }@media only screen and (max-width: 763px) { #IiT7CEKMnMfzCfsTbMVskXKqATyXN6ll { top:34.75rem;left:0rem;width:23rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW { display:block; }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e24ZEqtLrkDiqqFqowXWWgLvKRECfF5G { top:4.125rem;left:11.375rem;width:36.375rem;height:9.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcNPI93MHF02D1nkC03aSWMiFKooIU2h { top:10.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzL8Cw4A7kqq41i9i60w882VBFcUwaWQ { top:3.25rem;left:0rem;width:19.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ { display:block; }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzPJ9CpiqT3v6GcKn4CTAJIrgGBJRtJ0 { width:6.8125rem;height:1.4375rem;top:14.875rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vocioTpSVneTBQFwVObkqdeEBDdTabB4 { width:13.9375rem;height:14.4375rem;top:0.5625rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieH1TNIACogLEIqcfMMCsprOkFOaTKTl { width:15.625rem;height:;top:16.75rem;left:0.25rem;font-size:0.75rem;display:none; }#ieH1TNIACogLEIqcfMMCsprOkFOaTKTl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
 }@media only screen and (max-width: 763px) { #R36cWWNE8t0ntqmEsym5oi5WeJmNtrxm { width:14.6875rem;height:15.25rem;top:1.5625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4m5UVB6d4eKpQOEUx707nFQQfM3NufM { width:17.625rem;height:4.75rem;top:21.125rem;left:14.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiWKIadMDsVwKxx8nVDfZtROoCWuQZCX { top:2.6875rem;left:0rem;width:33.5625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSZRwH2Cc31v9EwxqlIDyOyIweW9wpfn { top:21.3125rem;left:8.625rem;width:23.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHBUf8FLUqMPT8Jhi3lJn6TMdQ0nMd7C { width:15.8125rem;height:2.0625rem;top:23.375rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1G4hzeouRqzf6iM69edtXKqdW5InZq { width:7rem;height:1.5rem;top:21.9375rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXpOS67LgatIWqFUnCyudtklu9s4JD67 { top:12.5rem;left:38.125rem;width:9.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB7bbm14xgHB9XZAAGQ805qAyNJisffh { top:2.0625rem;left:0rem;width:34.5rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7dWw16RlWA9s0e2cBAzr92bcdxbqcpH { top:21.6875rem;left:0rem;width:23.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsgJyGoPc4R8TnhKxdN7WqgzDbxOOUBe { width:7rem;height:1.5rem;top:22.25rem;left:8.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #so75JKcggxzZnaqtMAyhxdZhVsdTWT5v { width:15.8125rem;height:2.0625rem;top:23.75rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sClyhPti0SyVxTa3ZXQ17X1m4M5UyhTT { width:26.4375rem;height:1.8125rem;top:19.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw { display:block; }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRMFq3pV5UUOc4SCF5lmRG43MKCZkgoH { width:6.8125rem;height:1.4375rem;top:14.875rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSHrlpZrchRnvaFUfJ3hXTIqkJxfBIMl { width:13.9375rem;height:14.4375rem;top:0.5625rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1Uolq054tu96JG3aPmpIUI1J1AUHwk4 { width:15.625rem;height:;top:16.75rem;left:0.25rem;font-size:0.75rem;display:none; }#v1Uolq054tu96JG3aPmpIUI1J1AUHwk4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
 }@media only screen and (max-width: 763px) { #uMXvyeD9hS4OP3s05TFcrFoxqTFXATcR { width:14.6875rem;height:15.25rem;top:1.5625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuAmCZX3GThqGvKUbFc4aoVITHU0dl3H { width:17.625rem;height:4.75rem;top:21.125rem;left:14.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvoaU2FtgSBZNNbtXhl48HdvDadx56Pb { top:0rem;left:0rem;width:34.5rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfWq62y7TltqIiZVUw7RytrsWrNOoCQe { top:19.625rem;left:8.625rem;width:23.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuBVzXqW01wvnvnhFMyMXCJfOx65xCL { width:7rem;height:1.5rem;top:20.1875rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MspKqZ7aXeLeJ8V1Lc1VlRRaVHat2o3K { width:15.8125rem;height:2.0625rem;top:21.6875rem;left:15.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmGW6mtAoeNen7JfLphMO8NRbdf84Vx4 { top:251.875rem;left:10.09375rem;width:27.5625rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fneiJUX5hHMT45BqDcu4d4dBVfwSmSXQ { display:block; }
 }@media only screen and (max-width: 763px) { #IdLD0E1nJQ7avABD1zvtVX82vg6U961a { display:block; }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAM2eBrJBsVXI0eTddc1zAr0eur2MAqU { width:6.8125rem;height:1.4375rem;top:14.875rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ZhmrRVqkgt3QkXrwUlMOmt6qOVcK63 { width:13.9375rem;height:14.4375rem;top:0.5625rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9zwGhCFQl6xSI7z195iMEpw98Dz37c8 { width:15.625rem;height:;top:16.75rem;left:0.25rem;font-size:0.75rem;display:none; }#O9zwGhCFQl6xSI7z195iMEpw98Dz37c8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
 }@media only screen and (max-width: 763px) { #PUVTZfU3QECUChBTH9TUFABvnGzvAfkb { width:14.6875rem;height:15.25rem;top:1.5625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #USEP2L62iorJf8DsLdcnMzeyU2sAwxCr { width:17.625rem;height:4.75rem;top:21.125rem;left:14.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #imux7RCNryTpAXuWcXcAquThD4swWSQD { width:20.0625rem;height:25.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCkuaEywVPcSKIPahA7HBTpAnz7HTMJc { width:21.25rem;height:1.25rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkrvqdTugG4rTc5MkAMRSvxRRwQnyAFh { width:11.0625rem;height:14.875rem;top:1.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVbKZPAvtCkxmON1XdVUcCKngUqiLTKL { width:15.75rem;height:5.8125rem;top:20.8125rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGQDlWaaAMT5zBqTUEhRJiBbpkdIvbJ { width:12.125rem;height:1.875rem;top:27.4375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHCygiRy2FVDvNkFcTTHzM2LtfwlTy1l { width:7rem;height:1.5rem;top:6.25rem;left:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdJKyNCXWIg8WXOVRBHxdURAK9zEzrfK { width:20.0625rem;height:25.4375rem;top:4.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcLbtTqNFUcgWavvlUCNHR6MTCmeGlUQ { width:21.25rem;height:1.25rem;top:18.375rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onh7bWgVS20SDbeqaLeGUJJWHhTqnBgn { width:15.75rem;height:3.5rem;top:20.8125rem;left:16rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqNXvtntTM3WMrtsoFfhDeSTEEGQFMAs { width:10.625rem;height:14.875rem;top:1.5rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrEdCHTkgNhucPgqtPGBpJ3dIrcnhZS { width:12.125rem;height:1.875rem;top:27.4375rem;left:19.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp9IDVPzpmK9vIBUoVQiqWd3P5Lm2ROk { width:7rem;height:1.5rem;top:6.25rem;left:22rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz5tEU9M9lhCgKXVKyqGUI5ClkSsu8tc { width:17.625rem;height:22.25rem;top:28.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5nr0tOMBddx1hNi2K8Ql3mdugeh1irz { width:17.625rem;height:22.25rem;top:28.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZJFoad3umw0mIlacCVPw5BUTmbRpgZm { top:32.3125rem;left:0rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLMG4Gd5nllbvXTqNBW6wmUT1DPLDT6d { display:block; }
 }@media only screen and (max-width: 763px) { #xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb { display:block; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEDEPMrQaTFBaGEJV6NMVFobptoWdaLN { width:19.875rem;height:33.375rem;top:322.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzWPWmw8QwVkLKvmNxg1Nabd72Jhhn92 { width:15.625rem;height:17.8125rem;top:313.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8n1tz2tQp30LxWhQ2XalsobCBy4Td5R { width:17.625rem;height:2.875rem;top:336.3125rem;left:12.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASlPpXP8LKckGyStzfTUkc6FORhZ4Voh { width:17.625rem;height:15.75rem;top:336.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bw6q6RPyPEvAR908qG6b39ca1Oo1Kdqw { width:37.9375rem;height:4.5rem;top:4.25rem;left:9.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMhDK2ImOeea35lXZwoGMle38gezOrfy { width:25.9375rem;height:5.875rem;top:8.75rem;left:21.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqnM07X5KXxPCbDgJKoVrcvPulw3AdbA { width:33.625rem;height:3.25rem;top:14.6875rem;left:14.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKeEnoMSt5ZlmOdl4KbG1PkuqCCuGr9r { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkM1W7cUIo2CXHZQ5CJTUA2LDIaUMFCU { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVzOhTMpTVEV9ZegE50Lsp9wSfiObWuO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuu8v7k5gxe7LTOxIlgQTakKa573tewH { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEl0uDR0RJnmeV6ZFegO92JIPfowaziw { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOZo1fKvfCSH0IWZyS2G4a8yoJ9zo5F0 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhQOtP8yoNy4kCEGTwqSSUDRSNJmuyJ2 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbwJInPJgnrJrTM58S7QUQAtk6fUCV9G { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScwPbqriusMINUdTtiBkl2tdzPaNiDSE { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbSxgTplglu9BkCDnJO7HvUfR5bVrHaw { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CinKwuITf3xoN4RJbgx2zz9X2V9ot6Wy { width:17.625rem;height:21.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9nrndbPXwUQ3o70TpCdcPwmVZIIBX1N { top:18.875rem;left:14rem;width:33.75rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBOQssLXZQh2abs3MWKy0NkAG6T1gLIW { top:19.9375rem;left:17.4375rem;width:30.3125rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs { display:flex;width:18rem;height:5.0625rem;top:45.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #NaFRF4Ac82MZhg1zT8zg1oo0NAoszAh1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #crKiKTf6IuPPJWSmTSPLeGxqKosl9g2V {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #eNAreJwyXVlX1xdNZAJO4rQuRn8I6pi6 {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #p790Nn8kkquMzO08NB0JcJQnHULf6TCZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #lSAQWfemuB4OMu60g0cwxGZ07BZfaLTR {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #PVo368S8cDS93KKvpJ12ECLttwouILxe {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #elLosk0dcExHQyVypMt6kZDOGCUa6vTw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #u0uviMEHeHa6eAm4buIaHLlOk7SCefNZ {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #EsTEQS596XTvmr7NQq53UGqHqu736FpW {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #BuCTFwWRAELPKSCI9pNTv7woQpl6GVeF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #x1HIHNl6fFSy1KStTuJbmJHT8ux12c01 {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #NuWy952aQE4PdPtqtMCw0JorHt56k0DG {  }
 }@media only screen and (max-width: 763px) { #BTM0o8cyXQcW2pTLAy17WRb0FMKVlT9T { top:37.875rem;left:3.90625rem;width:39.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA9hIdUSOvQ7onDmx1oDiKPRpcSrTVBc { display:block; }
 }@media only screen and (max-width: 763px) { #wmSCw6K5NCvVd5xMVI2Sitb994dRU3Vk { width:36.5rem;height:22.1875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVEDdOXMG8a2UkiSx1mT70nJOnUExsmh { display:none; }#QVEDdOXMG8a2UkiSx1mT70nJOnUExsmh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rswMWwU4XLuzFRpmqLQpNyEWb6lwNCMu { width:5.5625rem;height:2.5625rem;top:43rem;left:34.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmht18Z2BGAru1RsTHfAo2gJMZHIiPMH { width:2.75rem;height:2.75rem;top:42.9375rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPf8ozaTE5flku6SIhldTQcVyqS5GeZo { width:10.6875rem;height:2.5625rem;top:43.125rem;left:20.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7EbNRPVVaMNRA0mQRConJeEJTDi4mkK { width:2.75rem;height:2.75rem;top:42.9375rem;left:17.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z500TqHEaZea1i6plZ1BXT8HWBU0sgmH { width:4.75rem;height:2.5625rem;top:42.9375rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSI1lN5Er8gXGUXhcSzxEEnT09p01Rd { width:2.75rem;height:2.75rem;top:42.8125rem;left:8.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c050zOAdIfJSxecGrReHTT1aoTUTpBEr { width:29.5rem;height:2.875rem;top:19.9375rem;left:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff2zE9PcnOGccxp0AaMaf88InwEPBFNt { width:30.6875rem;height:5.1875rem;top:12.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ZkDygg21uCzdp9i45rDnx64H48hZqb { width:23.1875rem;height:3.8125rem;top:13.3125rem;left:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p17qQETlEibLgBNl7RfnpfMbLSySSlJA { width:15.8125rem;height:;top:22rem;left:16.75rem;font-size:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKgKf6HPGRlEIPux8FEsnNLLsw0GxFJ4 { width:2.0625rem;height:1.9375rem;top:27rem;left:14.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhK4Zd3ZFFuI6RZUH6S6qmvfk2IJUPey { width:3.375rem;height:1.9375rem;top:25.6875rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wahSuZa8GhT2XuRk4ETuDZ3wayLdLth8 { width:3.1875rem;height:2.5rem;top:26.375rem;left:32.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh6NJgALeJ3LVeaTSqPM0uF8RCzfedk5 { width:21.5625rem;height:1.5rem;top:32.6875rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCgZcfDa4qZ9MXhyKtPk9bPeQFEvUOCe { width:21.5rem;height:2.5rem;top:32.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTaUv5Jb2T5tWH3EyVIP4Qp1xVTA6mG3 { width:30.6875rem;height:5.1875rem;top:13rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lioPC0mMNEEXoeL1S3ST33VCAIvbMbSC { width:40rem;height:38.375rem;top:9.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfZCKk50J8MRuVOq1e4QX5RQXIa9sEQd { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pa4lmVCLpE3pReUerJhd4ZdrWTF2Z1sQ { display:block; }
 }@media only screen and (max-width: 763px) { #vHb8ABmafV4pWJpFRcOlTTznv7MZZAU3 { width:32.0625rem;height:2.875rem;top:12rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMhiJAqAvg9TTcn7NehU2QzdxoRHIeUV { width:47.75rem;height:5.1875rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvLG07LJHJXUCgHrOcWL339hSCH2I3ZF { top:36.6875rem;left:5.875rem;width:36rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X41INwTs72LTquiBd1JK35BU6xm6HmFQ { display:block; }
 }@media only screen and (max-width: 763px) { #SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK { display:block; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1WSOBO0fwMtu6fW7UKoUv75TZQkPNef { width:38.75rem;height:6.4375rem;top:9.1875rem;left:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG39l7ko5gc5vI6anxZzpM3ddmlSvZhF { width:15.875rem;height:15.375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unz5uAXWQrylK7tKcIv7KyOK0mdpntZN { width:33.3125rem;height:5.1875rem;top:3.5625rem;left:13.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZi7CRfpf4R58qIxvgsPKzhs2rRRTvk { width:3.125rem;height:3.125rem;top:17.25rem;left:3.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpyLu4dbtDraMHxnHRsZchNV1DcZTRLZ { width:10.4375rem;height:8.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxfOcWFrtkmUUiFJ0xTWyTT6p9qd2g6L { width:4.25rem;height:4.25rem;top:16.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOkz15czFi3zIQawf5KTThTAaw8um7PH { width:10.4375rem;height:8.0625rem;top:18.4375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFSXUxI47fqn8E3uK7T0rVGkS79O30Xz { width:4.25rem;height:4.25rem;top:16.6875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTh7OoBPdyrA9fnIPL56JWWWrUO1Kh1C { width:3.125rem;height:3.125rem;top:17.1875rem;left:16.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4qFIOrMMyaxmvut3zkXHLTIhQGDIaAO { width:10.4375rem;height:8.0625rem;top:18.4375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBuAf3mdt2e6mcTV9SdsAuOr9ab4VRX { width:6.75rem;height:2.875rem;top:21.9375rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MakwsAShpAEW6pBSJNzHBqVU81dDOyx6 { width:7.75rem;height:2.875rem;top:21.9375rem;left:13.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOH2aFrGktsxIIsmhKDg26NR8f3NcgM8 { width:3.125rem;height:3.125rem;top:17.3125rem;left:28.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4b3wro70DUDDgFM6thFzV7mDsqF933P { width:8.4375rem;height:2.875rem;top:21.9375rem;left:26.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9Jp2Go58XJJ4IMybDJEqu15Wr9MBbuB { width:4.25rem;height:4.25rem;top:16.6875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsyFsOcoaOadH5Txf5OfLnD0XD03x6Cx { width:12.8125rem;height:8.1875rem;top:18.375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poTgKWnxD0d1LQFqzswH0hE6U0SA52Vf { width:10.375rem;height:3.875rem;top:21.5rem;left:37.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geWse0d2ckTTBXngmt5EvOiSNyV2Ktts { width:4.25rem;height:4.25rem;top:16.6875rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsA080vR243Opxod4zOdtbUb4yFbDA66 { width:3.125rem;height:3.125rem;top:17.25rem;left:42.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuuB9lEnMo8zCzKC0T7nIZTXsXBsnuoL { width:13rem;height:7.3125rem;top:30.3125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msgIdOAkolpd5cTQhcDStLnpMRSwmbXD { width:12.5625rem;height:2.5625rem;top:33.25rem;left:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLpq4TphsbLEgqZo7XxAri9yvTOTfaUE { width:4.25rem;height:4.25rem;top:28.125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8xZqZJfguPXm9HnpCtbB5McGM9WIpio { top:28.6875rem;left:42.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpVobbkahtduIBZOoMAoXHlwO84raT9R { width:10.125rem;height:7.3125rem;top:30.375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBtkUCqzfC95OuTwgc3ZI1D2G4SsAbcz { width:5.5rem;height:2.5625rem;top:33.375rem;left:27.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avv5u74OvKVexq9TQx2TdJx8qgkokBkA { width:4.25rem;height:4.25rem;top:28.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJgUcLoO7ek5bzrxEvcC6qCTooJuw4GK { top:28.75rem;left:29.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMf53ZwdWTQaHFAtfzW0yREW9bOQQ6dm { width:10.125rem;height:7.3125rem;top:30.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixz0ULBnF2IIe40Aq7CL98HCHh8LbLhS { width:5.5rem;height:2.5625rem;top:33.375rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHNqTVsu1oKs3pgvod3ONDfZaEFkSwoZ { width:4.25rem;height:4.25rem;top:28.1875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyzxyA0uNtBSNQgZ1ed27Xq3qMLUHhOk { top:28.75rem;left:15.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxzN7G93bn5Kk4ZSTppSMkUPBNvBsSTM { width:10.125rem;height:7.3125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cub0dizgdlxlFG2drduAD0dCXFR6SFff { width:8.0625rem;height:2.5625rem;top:33.25rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDE2ldDrySV2KlS8ACyEUO03TBB2hhK5 { width:4.25rem;height:4.25rem;top:28.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUVUFJLyEelcZppHoLbl3z6Xrp00UUzb { top:28.6875rem;left:3.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxZpbBRV220SM8dNIAcKy1HSKPtl59sg { top:40.25rem;left:10.09375rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtnmDAbFyOS0o2RNfGoU8S3ETTdOfvuW { display:block; }
 }@media only screen and (max-width: 763px) { #l5BKgP3horgPb9bfpdXIFVZKO2NPaAag { display:block; }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUOv8qxCFuD3i89Xz1AzDAFQuZoqaT0b { top:4.6875rem;left:0.4375rem;width:46.875rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTkoKaBcLzd91TJ4JwmRUxdptXAkzQx3 { top:13.5625rem;left:8.25rem;width:31.25rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV38oLF841tStBGlhwTynXaIIGeSzBe9 { top:4.6875rem;left:9.5rem;width:29.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev2bLJEaoC5Lc5DmgfnzawsCsQKzr7Ny { top:7.375rem;left:3.8125rem;width:28.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVszAMHSIBJdufzDooilOTvnz8SCbtEe { top:2.3125rem;left:9.5rem;width:29.875rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvu4CQFdTIy563nNMHs4S15qUwdTXGiN { top:2.3125rem;left:9.5rem;width:29.875rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh { display:block; }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EymTUQCcTWRQEgw20GTrHDzkdfPpJ2Du { width:23.875rem;height:12.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tolq4EmJI8Cns6uQuRlwIqZWiBwTCTk9 { width:23.75rem;height:12.8125rem;top:0.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #snp9nLWqBlusXgNEVbW6pIl4h1o1WqEB { width:23.75rem;height:12.8125rem;top:0.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO { display:block; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwUsWhGXFhRq9MUAO6vpaBp1O782AQVX { width:11.625rem;height:2.8125rem;top:2rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clqm3zJX92pSG00Zhgg2GsKJtb4HSfw7 { width:43.125rem;height:4.0625rem;top:4.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkgLFyXTLnkZOaThNxZpzExNiGaT4JfU { width:31.875rem;height:48rem;top:10.6875rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3ybBe48XkiDeamgcnBPuHDkgxzvdz7k { top:12.25rem;left:0rem;width:33rem;height:40.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF18qDTDmkceTlhNdk5KUm4THoEM9K2P { display:block; }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DboLvfdAFiose3CaJAXra41ksTcgwcDr { top:2.875rem;left:0.4375rem;width:46.875rem;height:10.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqdCfZDh3qIkWqKi7McQCK70IUeQ78Pw { top:8.25rem;left:1.3125rem;width:30rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1yrO0yVlMkbWITvxfp9ck0EWJythWgo { top:2.875rem;left:9.5625rem;width:28.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP3XFIQZqHO0V6xBNUq32Lo1FTxp9f10 { top:14.75rem;left:5.9375rem;width:32rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIbvQcU8cDhuC5rP11QLtQ8sObtL5m2k { display:block; }
 }@media only screen and (max-width: 763px) { #v4TDUZNLpke0dSGZOwMlVv7opLJkLoMs { top:14.9375rem;left:38.6875rem;width:3.125rem;height:3.125rem;display:block; }
#v4TDUZNLpke0dSGZOwMlVv7opLJkLoMs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z { display:block; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8ETfu8u9zKdAX9kXPiHRROPTBcxT5Ce { width:25.8125rem;height:1.4375rem;top:3.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeqH4in7goyGIzHNOshsOUfmox9ar16P { width:3.125rem;height:3.125rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6SFTECrUDWCoRSCgE14pScHu3HC53Wx { width:47.625rem;height:2.625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFShJJ8s4RpwblnrfnBryezKnZdku7M7 { display:block; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnsyE4iyPRDTFo40r9NHytMwMbSI675S { width:47.75rem;height:26.5625rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPsPGSTOO60viSOM1NkUWPGZ8h1Det1a { width:47.75rem;height:30.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLtUct4srDamlTf9vwvaBuS1QzOqqQGX { display:block; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNzHgDkhd045NJL08zk9idlTk5OMJPig { width:27.875rem;height:1.4375rem;top:1.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwC8rrx2eUzweSDE9DairOzFaTcSgXu1 { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipXlkmLTLCZvzU2VDruTd2EATfII4gnO { width:47.75rem;height:2.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv { display:block; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDMRmxxoRGXQrpF9qet0vZ94oVg7T06l { width:47.75rem;height:23.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2Nlv6gUfN21uiWsnJs99wD9WEoGVR6W { width:47.75rem;height:19.1875rem;top:2.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl { display:block; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRCmycT0VcAosbxFHxsny5WyAibGQ386 { width:27.875rem;height:1.4375rem;top:1.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Mx5W0AEoQq0kizTr4iNG4AFcEZZtWz { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MupiwyMUvpF1B5LQybB2nWoq05bbZxcF { width:47.75rem;height:2.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc { display:block; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToMhglfEOHiQwkNoTBPAkvn3hDTNLbxN { width:47.75rem;height:29.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypRTvhAz6RXcOVoNtmlF15GPJSLiHalK { width:47.75rem;height:22.375rem;top:1.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM718esnNx2phXSq0QEJOe8q6DrxGsui { display:block; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxsAP8zkwmC9kr1Gfb5x9DupABd6KbQf { width:27.875rem;height:1.4375rem;top:1.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laVIhzQtl1FMgi8HmQ3wrodIZA0HwPuh { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcMFZaRg6l38MO27zSx5Gts7oaJ1ZQy5 { width:47.75rem;height:2.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU { display:block; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spqe3R6KPBzMqrCQ57weOxB8MEmFOsQr { width:47.75rem;height:8.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTHGyGx9at3fvXf96eaAaSRwGDC1LmUK { width:47.75rem;height:6.375rem;top:1.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 { display:block; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NER98Rp9Tl8h6v4wQTN70V3OVprDDwTr { width:27.875rem;height:1.4375rem;top:1.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCOgaFxzrIzEVk3nuqoXwuoZJlG63Ui { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emgaZvwh5nhmGe5T8auycCE9pl2oILiU { width:47.75rem;height:2.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq { display:block; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJZCeRG3JUAmxbwt6yHM83R0s8cKKS9N { width:47.75rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOvQ8WZIbNeTpgXd2Nv1XBDVohH0CbUT { width:47.75rem;height:11.1875rem;top:1.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io { display:block; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqpvKaBcbBy0Ht3gTOkG45ql3msZ48f5 { top:6.9375rem;left:10.125rem;width:27.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGtr1siWN3luRyAKw05KziRbH7ycuV0d { display:block; }
 }@media only screen and (max-width: 763px) { #b33TvKOt55Lb0PZRKDsLpnARiB9COym4 { top:3.625rem;left:7rem;width:33.8125rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAC790UkZFKRPeZxCmhZuX76XhxNNfuy { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #MAC790UkZFKRPeZxCmhZuX76XhxNNfuy > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21cdbb4b-337f-49d5-b137-eb0357886c6a/fundomobile2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx.adaptive-delivery-prevent-bg, #lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx.lazyload, #lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx.lazyloading { background-image: none; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row .container { background-color: transparent; background-image: none; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,22,34,0.49); }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row .container > .video-iframe-container { display: none; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,22,34,0.49); }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row > .video-iframe-container { display: none; }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .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); }#lUoTbXaQ3fE834aOmE0VMdq6gKutwLnx > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwM5kfreqykPgcLkNn70UDTOLNKa8Ex7 { width:19.0625rem;height:7.1484375rem;top:5.9375rem;left:0.46875rem;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 1.25rem #000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSf0riMIETuZ2cR2aIXLkCrFKXA2rtCH { width:7.25rem;height:4.3125rem;top:1.0625rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDytR7kT0kri8SSJ38beM5yZgT2f7PhX { width:11rem;height:18.8125rem;top:23.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqU1bS6txRNDswubPmzOTGekbh78qTJa { width:18.8125rem;height:2.923825rem;top:13.6875rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osHvvQJJVehVpZb8EkIDuLAUEHVhciuw { width:19rem;height:3.4375rem;top:17.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbonOqZcR9aXZ64ul8ozDaM6TxnJG89L { display:block; }
 }@media only screen and (max-width: 763px) { #cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21cdbb4b-337f-49d5-b137-eb0357886c6a/fundomobile2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW.adaptive-delivery-prevent-bg, #cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW.lazyload, #cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW.lazyloading { background-image: none; }#cT2zFcFzhINXOF5gOn8Vgu7y7NlkwIuW > .row .container { width:20rem;height:42.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xEf0qcqEIgzhJ38sPME3xXpUsaPmvLP6 { width:19.0625rem;height:7.1484375rem;top:5.9375rem;left:0.46875rem;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 1.25rem #000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReBwZyFvTXlRHiTgh3dUNbzx1xTwpR68 { width:7.25rem;height:4.3125rem;top:1.0625rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0uUD7xFclJMDEVGtmAX55AC2ZEqMU6T { width:11rem;height:18.8125rem;top:23.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvP8QWXhpe5wso5p9ooHaMviH52bet8z { width:18.8125rem;height:2.923825rem;top:13.6875rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IpDTyDK3U9p7sCq2acVPGEKkivb9CA3Q { width:19rem;height:3.4375rem;top:17.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icvNEsyb9WIHnow3snGkTc0cEJsHe4dM { display:block; }
 }@media only screen and (max-width: 763px) { #kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW { display:block; }#kZcfeszeZTuE5SJT1M39Sfo3WqpOgTaW > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP { display:block; }#vz67HqkO8kltAAf4W2rgXs1OhiKuIOJP > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJwCu97TwfuDgEXHWBs0VQ12H5v6XL3P { width:18.3125rem;height:4.796875rem;top:9.5rem;left:0.84375rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tH4iixlDFqeUVcOiigtBgiABpNM5Rhgm { width:19.8125rem;height:6.8984375rem;top:1.0625rem;left:0rem;font-size:1.4375rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zUgQZhTNIWqxkTUAUn3KrBEVPM3uJtsB { display:flex;width:2.25rem;height:2.25rem;top:15.1875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M { display:block; }#NRJCrI4Nr8zTHk7n7h8EHSy39g6FX27M > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGeuzPsotN9dFrp3CTFyCeyxQlWo1CFg { width:13.5625rem;height:18.8125rem;top:30.0966796875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7JQfmRs9OaypEx89fgO3HlTaTUWHEah { width:15.1875rem;height:28rem;top:0.7216796875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqnTrFiLOrWCATkXVewrFeMo7WkNc3r9 { width:11.5625rem;height:21.25rem;top:73.7216796875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SonkPcVvI2TQUfrIInRP2K79phtmh6wR { width:15.5rem;height:22.875rem;top:50.0341796875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl { display:none; }#QHz6h4twiq5UZR4pOzJs2q6P9IXQcFzl > .row .container { width:20rem;height:95.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZVPgKKHH4lHTm5QOT5b4dBIFN8uLXJKP { width:8.125rem;height:15.1875rem;top:0.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y95RFJpCqVsA8F1CLeoSsmlW5hGiKiDU { width:13.75rem;height:23.1875rem;top:35.5966796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFTNoLq4qg2fKpsrEMSeFky3bbLFx2zl { width:11.3125rem;height:22.8125rem;top:1.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtJESAV6be5xkBHRWpuUckFCULll7h7w { width:10.1875rem;height:20.625rem;top:70.0341796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs { display:block; }#toFNXltJ9kHDoUX9sRxh5qwmk8LOgIHs > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPMhACXb9gHSokQcqz1nbcI39zHPQ7Mp { width:19.875rem;height:19.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfpegbf0yDFAoi8IoeraOElh8nnrHoDn { display:flex;width:2rem;height:2rem;top:0.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #SQQm6aiXWCO90btt69kXU6oPuseBIagU { width:18.375rem;height:15.597625rem;top:2.8125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U37fZTLgtG9PVQKx9Vdko0wDoAfykcv2 { top:20.0966796875rem;left:0.5rem;width:19rem;height:5.25rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLH1EDxx7z8QbOGF5bZTv8nkTBJ1ZgZt { display:block; }
 }@media only screen and (max-width: 763px) { #qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp { display:block; }#qV80WRZW2AfB4fuWh6w7xWtgmTV7ryNp > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHDxACD8WVF950vHE4iCfXg6MMJUTsif { width:20rem;height:31.992225rem;top:6.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqxETpQaaNxcJWIePRCGzxgMQkpMREA0 { width:20rem;height:4.225rem;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhERC5WvIymdNyn4Cg3vZ1zEBpQwHhV6 { width:9.75rem;height:17.4375rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcGeAc23zC76uTC33lQ4wUcnyELP0TpB { width:14.25rem;height:25.5rem;top:37.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1fcaRzUHiN5bgcZUX8eTseod4rxJ1St { width:10rem;height:17.8125rem;top:42rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG7OR9qKfaukMOv1UKZEBkIzQVxGpLKG { top:61.25rem;left:0.5rem;width:19rem;height:3.6875rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo4sZJ71QXUnO5LN6S9S88LE7tOF38rp { display:block; }
 }@media only screen and (max-width: 763px) { #siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 { display:block; }#siqzTcexDCrQB2JuuTeTLVlQyCphsaA7 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcH6QgL5wSAnm8xnU66rFvmfZ0pqqIFF { width:20rem;height:4.72265625rem;top:2.0888671875rem;left:0rem;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WZAPneoFuklwcPvGX90LOKuO6P9nPVJs { display:block; }#WZAPneoFuklwcPvGX90LOKuO6P9nPVJs > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1UTTi0B2KuhquhZ7XBS9MQOMEIxQJ1H { width:18.5rem;height:16.1875rem;top:19.312499046326rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFqn8qI7Dm8dINHI0TgTiJ2BT6LD1Az9 { width:13.25rem;height:1.8rem;top:20.512500286103rem;left:1.3437501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izffpEtnbEUnvzaOnh6wQF9D6PUsQUBy { width:17.5625rem;height:10.793rem;top:23.624999761581rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #shEnUS4M8OXph0HbUQ3pTODo7lKnkl74 { display:flex;width:2.875rem;height:2.875rem;top:19.97500038147rem;left:14.281250357628rem; }
 }@media only screen and (max-width: 763px) { #eThSTpSlVcgqncexP4reKMkfdka0TKkz { width:18.5rem;height:20.0625rem;top:37.300000190735rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI2UQeSVIVPpCADE5tiqCQ1viiWDUOJS { display:flex;width:3.3125rem;height:3.3125rem;top:38.187500953674rem;left:1.3437501192093rem; }
 }@media only screen and (max-width: 763px) { #G9tb4O5S3ySc63Vv3lFQCtPsQ3cDvK1I { width:14.4375rem;height:3.0004875rem;top:38.343750953674rem;left:4.8625000715256rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ok8mxT9ggr5yLQ20QDn2HKG0T8cAkpDl { width:17.3125rem;height:13.191375rem;top:42.937500953674rem;left:1.4375001192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sCkNTGTT2WrSDOFTKRzE3HibT7HNFv7l { width:18.5rem;height:19rem;top:58.937501907349rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAwxcgrima9FCqZXuqJ5bO9GG2XDHgvC { width:14.3125rem;height:3.0004875rem;top:60.218751907349rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uuEs0bct7s0ME5EaTpSQWrbshVu2LTTx { display:flex;width:3.8125rem;height:3.8125rem;top:59.687501907349rem;left:15.424999594688rem; }
 }@media only screen and (max-width: 763px) { #rHtZCUZcf3u1S8M9P2MmcZJQCTGo8Bc1 { width:17.625rem;height:11.9921875rem;top:64.53125190735rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R98gHUfsiEkXRn8TG4sgxSaEDX2avUdu { width:18.5rem;height:16.5rem;top:0.8125rem;left:0.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #twZ9ZHUkQ6bdqsFybuZ1iUH0LwypVdIZ { display:flex;width:4.125rem;height:4.125rem;top:1.2992186546326rem;left:1.6250001192093rem;z-index:15069; }
 }@media only screen and (max-width: 763px) { #wQqXEkUiMOTlE6X45tpUgzDWXWxDtEmx { width:11.625rem;height:3.6rem;top:1.5625rem;left:6.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #lGq3LiK5M8TRHwuM8BRmZVTVPT7s42T9 { width:16.875rem;height:9.59375rem;top:5.9500002861023rem;left:1.5625001192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa { display:none; }#OpmHMIVb7I5WunecLKnMDWJ8cGWfsDxa > .row .container { width:20rem;height:110.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mhVzXnU6eNTJ8ICMrnDPk6kDo5WND6Om { width:16.8125rem;height:22.0625rem;top:1.8125001192093rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1gqXbTfhFkoIGKLUiOAwRHGeJZbi38f { width:17.3125rem;height:3.6rem;top:6.3124998807906rem;left:1.3437501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzNxZ6bT68604fwbTE9GZOVGN4AGFyxI { display:flex;width:4rem;height:4rem;top:2.125rem;left:7.9375003576281rem; }
 }@media only screen and (max-width: 763px) { #glXxJ6Td7y3CFq6Th61itFcSalwokyrA { width:14.8125rem;height:10.8rem;top:11.375000357628rem;left:2.5937501192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E7uq0L3ezBcO4WzbiRrl8WWMF3M121AB { width:16.8125rem;height:24.125rem;top:26.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGTGCZ2JLex0vq0rrPh4oBnvht4dd6c { width:17.3125rem;height:1.8rem;top:33.5625rem;left:1.34375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWDxCs5ZwbPltqdQinzVTKRsTlEp1JvJ { width:14.8125rem;height:13.2rem;top:36.0625rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lGgK1ZQWUCKxzHT97MhmcgkU4DTD1u3E { display:flex;width:3.9375rem;height:3.9375rem;top:28.4375rem;left:8.0312503576281rem; }
 }@media only screen and (max-width: 763px) { #gka6J2CxQsum5Kt0HcIZ9PGuTWFrMZay { width:16.8125rem;height:26.875rem;top:53.8125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBzrICX8BwIhTI8sSDONXh3vcC4c6QLf { display:flex;width:4.3125rem;height:4.3125rem;top:55.5625rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #Z1Tit4eLfzHxp9TztmATw3TDL4Oa4iPc { width:14.4375rem;height:3rem;top:60.875rem;left:3.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rd91d9fHSqlmg9M4T0S0OIeFFKk3hq9b { width:15.6875rem;height:14.4rem;top:64.625rem;left:2.15625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WKfVRWV6ZN8F8xouOpLlLgkPsFRVD03C { width:16.8125rem;height:24.9375rem;top:82.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2wFMZlPZKBx4UZThgqdTdbCswm1MLE3 { width:15.25rem;height:3rem;top:89.3125rem;left:2.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xflXuTr7LAy6kZ9GEccixpBSmvzoVCRf { display:flex;width:4.3125rem;height:4.3125rem;top:84.1875rem;left:7.84375rem; }
 }@media only screen and (max-width: 763px) { #PSKhgLoguubxNcB1V06C4hGRfsBgSn6C { width:15.6875rem;height:13.2rem;top:93.1875rem;left:2.15625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gzgxDHJbaRtRPtfpOtTkKu1SimIf747C { display:block; }#gzgxDHJbaRtRPtfpOtTkKu1SimIf747C > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uw6GZ3aLaEGkAmqPIXIgZMPEUhLBFei8 { width:20rem;height:9.746125rem;top:0.875rem;left:0rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IJRpgg4CEc7QRzUBwQL9ko0lJl9bZl4T { width:15.125rem;height:5.84765rem;top:11.359375rem;left:2.4375rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BvJLW86Qb9hOFhOVvWQA0xHCI24yTGkQ { width:20rem;height:15.25rem;top:17.9697265625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xMIfgcgN2sVrik3KOfUMfCps5XAhvROG { width:20rem;height:20.4667875rem;top:34.9248046875rem;left:0rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PRkaxtlDHrrfyy1LyazqkNhZd0EgUBNF { top:56.5771484375rem;left:0rem;width:20rem;height:4rem;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2hGxg8oSOkTffUfo7vF2BE1uuMEvEzP { display:block; }
 }@media only screen and (max-width: 763px) { #yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL { display:block; }#yUQksWqVzoHVm2A4qTg9Te3zKEGiTsbL > .row .container { width:20rem;height:141.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUod86mV9RTU2FfhlISs4dLrFagPwyCE { width:18.4375rem;height:4.225rem;top:1.1875rem;left:0.78125rem;font-size:1.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JsUEcBZHXxvbGl6vnOeWPW4pSP08CChV { width:9.5rem;height:9.5rem;top:7.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNufmCHfV11UhOa8cb9TkSe34LSca0H { width:9.5rem;height:9.5rem;top:32.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9um7itooFDAs4kvG456IKBDNTWMDBUp { width:9.5rem;height:9.5rem;top:57.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqoTTsygXwelGSdJanokCkelAPo0TE3O { width:9.5rem;height:9.5rem;top:82.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcJiRi5m6qn0BK2hkid7qsnHvPluPSDT { width:9.5rem;height:9.5rem;top:110.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U35Of8CqtSBMI7nvhXL1Gr7aR0XXrcdH { width:15.9375rem;height:16.9375rem;top:12.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhhmmRx8BTZMOD9WZdvTknb9tTvI0itH { width:13.9375rem;height:7.99805rem;top:17.5rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBnri4EsLkQ0eZ55H1EDs6490eANhKD2 { width:13.6875rem;height:2.375rem;top:27.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO8epTUENayk05N2lBrJi6bd56y6fcWZ { width:12.5rem;height:1.625rem;top:28.3125rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbNBuc42dlD1RT3sZU3kBM31FU5TGEpk { width:15.9375rem;height:16.1875rem;top:37.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2hW5Lpq0sNbecAPpLSz4iAMbpZJbGvz { width:13.9375rem;height:7.99805rem;top:42.4375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTQ6r28u97zaLkTtpJoQTJTVzKTJz47Z { width:13.6875rem;height:2.375rem;top:52.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDZnwurHaTTP7nBeKTe3TMuRis2Hv7g { width:12.5rem;height:1.4625rem;top:52.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpysTpo1qOXlGPBg4A1Te2L6DgN8X8cy { width:15.9375rem;height:15.625rem;top:62.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gam7PBLhTc2zqPF61Uyl4PUpSLzUIDyI { width:13.9375rem;height:7.99805rem;top:68.6875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWd0wb8rBVCeqdVKwh5wcAZzFaIRJTPU { width:13.6875rem;height:2.375rem;top:76.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBZiv2dOMMTv5PNJe1zaF2eGMbrGkiRs { width:12.5rem;height:1.4625rem;top:77.375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQpPUqtRWTbskBI4LgrFHMS4ESQH7wI { width:15.9375rem;height:19rem;top:86.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ldtkDTV4zb4ehXXk1Vkooa4S7TGa8N { width:13.6875rem;height:2.375rem;top:104.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0KuBLnldtCEfTxuycddAmzSLczo8C9F { width:12.5rem;height:1.4625rem;top:105.375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2aGz4RXUWbgOiGwGHmT9LST5Phy5dGp { width:15.125rem;height:9.5976625rem;top:92.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcVIrl8ZcFy5LQ4zBsGlyh8wuCT5QABC { width:15.9375rem;height:19rem;top:115.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJOzMBvAKzKxI6mhLt7U09Tu2GohyR45 { width:13.6875rem;height:2.375rem;top:133.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6yl7GTSDrC0ww8mbRErb3pTx5ZWNfVd { width:12.5rem;height:1.4625rem;top:133.625rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTbn1dITBLnVcC2Arhb9Jx9lzIut6tLs { width:14.0625rem;height:11.19725rem;top:120.4375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w542mKSd9frFCsKT0EEEZcoyfpPIeipI { width:20rem;height:2.375rem;top:3.2978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPqBJlll9AtK7BDOeUmnX9Pd33WiNOok { top:136.8125rem;left:0.5rem;width:19rem;height:4rem;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdvLJZ4Fha03QsnghZuPXySdao7iWTHI { display:block; }
 }@media only screen and (max-width: 763px) { #EC0znIgR2bDenrQR9usZo051DqvdA9Ew { display:block; }#EC0znIgR2bDenrQR9usZo051DqvdA9Ew > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaJuC96p1PCpxL1ZlFixEwDrONflxi9X { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 { display:block; }#pT4qZJOzltNr0yi1MZAnI0UdMVihxDJ4 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZHNwP5sH9Ee1NGhoIq2AbgM5EkGs7y7 { width:10.625rem;height:12.8125rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvtsaz7ym2HyXckbcbvvlKXTlUkVucxh { width:17.8125rem;height:14.6972625rem;top:23.4375rem;left:1.09375rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXWbsbtaeILbHznZZL4phxJzhMGZJ913 { width:11.8125rem;height:6.0625rem;top:12.8125rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhU4k5GNSvTQktPFpvq9lMwooAiQS0n6 { width:17.125rem;height:3rem;top:19.625rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWQyvGAlgAlRmJaOkaiWEO3u6QsEm5sZ { width:19.8125rem;height:36.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL { display:block; }#CdoEvGXknXqx9UFEFTNvEX3wBHpqMGuL > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by0IF7MqHVBXXKmugMTxzMnRBuWKWF2J { width:9.6875rem;height:9.125rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDDMgB3CHzdTBEEeEdd3uLf9RPea7Vif { width:13.25rem;height:6.1875rem;top:8rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH7xKmuDGmlBNmkpnH84Qphm4Sci7rFl { width:18.1875rem;height:23.0957rem;top:15.0625rem;left:0.90625rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMMXMsroD4rV79MnNJJSE1WqVpu9ngoO { width:19.8125rem;height:39.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTVsk06aeiZqOPD7mySfXdWAJmhLg1Mb { display:flex;width:5.0625rem;height:5.0625rem;top:43.375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlJHBL4s2Roxns99lIq001qaTRaMzLde { top:40.875rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVVsuSDg4b5A8fKlde7yBEogQhTdT8GW { display:block; }
 }@media only screen and (max-width: 763px) { #WUHrF46wt55B1fUEKOo8z906w4mMP6ef { display:block; }#WUHrF46wt55B1fUEKOo8z906w4mMP6ef > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqBcnOGTHCU157dNmmihUwkb04oWIw61 { width:20rem;height:19.4399375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVPsvXutzRWmKVKOvPh4HRQkrEmJvWy0 { width:17.5rem;height:20.71975rem;top:29.712890625rem;left:1.25rem;font-size:1.125rem;display:block; }#FVPsvXutzRWmKVKOvPh4HRQkrEmJvWy0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/34a42220-901e-4e90-93a9-d2bd5b922120/verificado1.png); }
 }@media only screen and (max-width: 763px) { #vHMT9dIeCm1vK6rd4sRVH82hnqvynCTv { width:20rem;height:5.84765625rem;top:1.814453125rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVgBJcv2rPkPVqJQ3pr1xPRSZk8DFCPC { display:flex;width:5.0625rem;height:5.0625rem;top:40.9375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV { display:block; }#Dgwzo3WHvdU0Qftir26gu6RqxlAqUTxV > .row .container { width:20rem;height:90.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOI9mRxihPCm4WFusB4t57O9Amwgnrp5 { width:20rem;height:14.2969rem;top:15.3408203125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6zSIx5SgVOiAsfTBun0UBcw9CmeN9I7 { width:20rem;height:15.0556875rem;top:68.55517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbS0l9dhWLUM0BgiUNa8kJPK8vkGaGbT { width:20rem;height:29.9804375rem;top:25.3876953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a84a93T5wLff9BSRf44uoOIZ7IFfePgR { width:15rem;height:3.575rem;top:1.875rem;left:2.5rem;font-size:1.625rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gliI2GD4IBgGFD6Dv7syOFloahNy90fH { width:20rem;height:23.1650625rem;top:55.673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWOlWQhuZTfCg3VPRPPNWDm8z4Fn2SVG { display:flex;width:5.0625rem;height:5.0625rem;top:58.875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6Udc6sC8sbS5No8XRUA7V4sv1JPyoGS { width:20rem;height:8.329125rem;top:6.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgHnaZzn5bRItKQtrkP76qpAWPsx0yoE { top:84.860375rem;left:0.5rem;width:19rem;height:4.375rem;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L86zCyLBD9zhxaezoc5lTOxxSLBIQ2oc { display:block; }
 }@media only screen and (max-width: 763px) { #yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK { background-color:#011622;background-image:url("https://images.assets-landingi.com/uc/2e874289-5af6-46f3-8f5f-f5e600fe8425/FUNDO2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK.adaptive-delivery-prevent-bg, #yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK.lazyload, #yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK.lazyloading { background-image: none; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row .container { background-color: transparent; background-image: none; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row .container > .video-iframe-container { display: none; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row > .video-iframe-container { display: none; }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .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); }#yr058CmCN4gwiqeQTWfrTZ29iwyBuuvK > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTJSQm8XIH72BFzMXvC8IODzqoe66Pc8 { width:19.125rem;height:17.75rem;top:15.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZXSN1K7X8d0hIe6L7WUx2FbTldzcFX7 { width:20rem;height:4.4786324786325rem;top:1.9072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLMDTHOTKaLTF94rd8MoKW3cNWJ6lRX1 { width:20rem;height:5.2rem;top:8.1533203125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWbGZqw1iXRoPSmxVHSr72PwCPEN2IPV { width:10.5625rem;height:6.1875rem;top:34.4033203125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLcfVWQTUrZX7hCOtLf4IeZe9VfArReD { top:41.5283203125rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuc32aw6E3sTOQChOSMn2tocSUMR2uFt { display:block; }
 }@media only screen and (max-width: 763px) { #x6uD0NoqCm5RpQGammgVkGgTdoxBSltq { display:block; }#x6uD0NoqCm5RpQGammgVkGgTdoxBSltq > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fA0KlASiTvXdPdOvK3TV5STOreBpDy8T { width:17.6875rem;height:7.1484375rem;top:20.3125rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCHRmpzVnhzHobvSMnW7JzPow9hsqErK { width:18.5rem;height:3.59765625rem;top:34rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #odLT4adQKa3EV2gsRzsnWPm2R4DHFOaZ { width:10rem;height:13.5625rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcHckB9At9IPVBvWuVlen48AvqTAXyD4 { width:20rem;height:5.361325rem;top:0.8115234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDcTH2OH0HyLpvMbLJqZrfrK6m0SKao0 { width:20rem;height:3.65625rem;top:27.4375rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T87DsSMpHbpEFxsT952T4t12bDOTbctk { width:17.625rem;height:2.2734375rem;top:31.125rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gN3boqVhSUOZJI19rzTit1Oz03ANh0vc { top:79.4375rem;left:0.5rem;width:19rem;height:4rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhXT8PwhqaVyszLxnxoadFoXWOZtRtxR { display:block; }
 }@media only screen and (max-width: 763px) { #ychweVmVFBbewMbcChZ8XXfAgVaHUImM { width:19.6875rem;height:28.25rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTmNuv27mFOrWfOggpWUiMgdgUFKGTGX { width:19.6875rem;height:32.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq2Ed3AtvP63zEqfVTHdNQRhT1Uyo4CJ { width:20rem;height:1.625rem;top:56.8125rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVO4l1heCR4TU1og6Blu3JSMcFbfnfZ3 { width:9.3125rem;height:13.1875rem;top:39.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8EAbMTRXkpAFL861zqNdqlBcLyaOHyn { width:18.5625rem;height:4.875rem;top:58.4375rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9u0SUJoIfJ4rlKBTexZb9s7lcT0zyPN { width:18.5rem;height:12.503875rem;top:64rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thT7kZHss5UadyROpPpvQVTAlg1Jplzc { width:18.1875rem;height:3.25rem;top:52.875rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa { display:block; }#KiqKZcW6qLaWpr3dKVFzkwHloUoFWTVa > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiN6e69dTE5buW0z8Zo6Rx4aFkLKwNrZ { width:20rem;height:3.8984375rem;top:63.4375rem;left:0rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vhvmcv5kW3JdsnEeGSurBH4qGeH2KZ1a { width:18.0625rem;height:13rem;top:67.3359375rem;left:0.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gk03lTLUIvH9fVmxFL2Ll9eCRdBlXBLu { width:19.6875rem;height:44.6875rem;top:37.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSV818ZTT6mHxcfHuzxZFdkToPPub7xw { width:15.3125rem;height:20.75rem;top:42.6875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VugvoQ5M5Kg6VGFQaADysk5LyyO0zwcA { width:6.0625rem;height:3.9375rem;top:38.75rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnH6bTyV8oJeoFQXRBN3OSHacz78ESuh { width:19.6875rem;height:34.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXxRShXoOWPzH388nJaQphCoybZm4IK6 { width:11.75rem;height:16.3125rem;top:7.724609375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4L70lA4CczKLTRmE9oeyO7HAaNbRbw7 { width:18.75rem;height:2.025rem;top:1.875rem;left:0.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;font-family:"montserrat up";display:block; }
 }@media only screen and (max-width: 763px) { #okK4DKcRFfGonqts3maARnTGAhi7o6HI { width:14.375rem;height:2.1rem;top:4.6484375rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;font-family:"montserrat up";display:block; }
 }@media only screen and (max-width: 763px) { #HToB7V1xyGTZTetQJcM4upWd9g6cIz8P { width:18.8125rem;height:9.501rem;top:25.375rem;left:0.59375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEEVwnx67J0FLxZ9R9BDyTfRTlKVJpUV { top:83.46875rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPOnZXLeXkVmuVwMIthZfZhehEyrTl8k { display:block; }
 }@media only screen and (max-width: 763px) { #epHZV2sXh5bTRJICK67BSttQq1NQxprU { display:block; }#epHZV2sXh5bTRJICK67BSttQq1NQxprU > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTAaXyl9Zxa4y6s1uU4LqJwNSa3RdcUq { width:19.6875rem;height:32rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taOazz1HlV7zuXEQFMswQIdDyaeCV3mP { width:18.75rem;height:5.25rem;top:45rem;left:0.625rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.2;color:#333333;font-family:"montserrat up";display:block; }
 }@media only screen and (max-width: 763px) { #qmcAnHgHg5BNH2Wz6AFi1TVBfZkT7tgz { width:11.3125rem;height:13.75rem;top:30.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQQR7zPfJhitaWJimFzakRbvMSTfKBp { width:18.8125rem;height:11.69825rem;top:50.8125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dudrGLIaqzLkTzcCSfSehIUgF3wDS4KP { width:19.6875rem;height:28.875rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmRgQ5ZTJhCFJL4tTZG2Caf91H78cLqq { width:14.5rem;height:14.25rem;top:1.568359375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBtikLqtN6xtDq4oqqXhhCTxklA1TfSZ { width:18.75rem;height:4.048825rem;top:17.255859375rem;left:0.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;font-family:"montserrat up";display:block; }
 }@media only screen and (max-width: 763px) { #Ak4Un8Bk7m13og1QagWhezQozSder57p { width:18.8125rem;height:6.334rem;top:21.8125rem;left:0.59375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf { display:block; }#n6bEt9ch91reIImhVdJ4WSeCuwmHtFIf > .row .container { width:20rem;height:155.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUTcsDhBko9NJ9qpzkPbbfLQfwRqFcQi { width:19.6875rem;height:31.1875rem;top:92.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtpbTVzi7xh2gQ9RRh5OV7obMNcNI4pc { width:18.75rem;height:10.49805rem;top:28.8125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#333333;font-family:"montserrat up";display:block; }
 }@media only screen and (max-width: 763px) { #CPzWalQABw15zJgE0M9O6cd4vDMZvcMM { width:10.4375rem;height:14.25rem;top:5.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdQllU6UyLGymh9WiG3VvkF0A39ONlyx { width:20rem;height:4.3875rem;top:23.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8LzlOW12mdbkDWqWy4QC4nfizvTIREi { width:16.125rem;height:4.5625rem;top:16.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAD1VqJzOAbU7ZN4GQl2Tvp41lZMBFoc { width:13.3125rem;height:3.6875rem;top:18.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySomP9iTb8UPt6JIIThBX2sDnJUc5tTZ { width:15.875rem;height:2.4375rem;top:120.5rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuQHyea13Rk6MniKDxByS7PQtDRE1CSQ { width:19.6875rem;height:37.5rem;top:4.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mli1QJhcbZWcLhHbR6H5bTqWy2umzla2 { width:9.125rem;height:12.6875rem;top:94.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTLbtEtQWJd2M0JbcSBNKaTKoicgMml { width:11.75rem;height:4.5625rem;top:105rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTJSCPWlq1KMLJsakJ0Jsn8ivfCW9Zv { width:9.5625rem;height:3.6875rem;top:107rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiy1w9OxuyuOnlbItO0Cl0JvLTTT9hNl { width:18.75rem;height:7.65rem;top:109.5625rem;left:0.625rem;font-size:6.375rem;text-align:center;text-align-last:center;line-height:1.2;color:#333333;font-family:"montserrat up";display:block; }
 }@media only screen and (max-width: 763px) { #K6FoTnOmIxnxdJ0bnTshrzTsztRa1Mpw { width:20rem;height:3.45rem;top:116.375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;color:#333333;font-family:"montserrat up";display:block; }
 }@media only screen and (max-width: 763px) { #ZWx4GaB427aROsB56DX6wcgPaZrA21sa { width:15.875rem;height:2.4375rem;top:39.3125rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqBkgnci3dHN0OTMGEOTTo3ZLVfznrf6 { width:20rem;height:2.9375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLuBrIvxTdnJvyMU0nNQEsH1rP6FHktZ { width:19.6875rem;height:44.9375rem;top:46.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJpFct9WtJhee5y5HTeZ6XVVx8Hq7wcl { width:18.4375rem;height:8.125rem;top:64.875rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLEII7zwPwrZ6ekQVc5hupkzUCbQ551c { width:18.4375rem;height:12.7305rem;top:74.0625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#SLEII7zwPwrZ6ekQVc5hupkzUCbQ551c li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
 }@media only screen and (max-width: 763px) { #e9crnSADZsaSxnCqrE1dmAOa5lNtyMVX { width:14.3125rem;height:4.0625rem;top:57.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ylK6vmaSt52z4e95i7aMvckX4mfZbV { width:14.1875rem;height:19rem;top:43.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2ewIF8nWd30JL6mXC2okA64oz3qUmq { width:12.75rem;height:4.1875rem;top:60.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUvA0ptRJLhm9WQHHWdWQxpymTeLEKCN { width:7.6875rem;height:10.5rem;top:127.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVzxQZh6htlI9KHhRQFmgt0Fhb3wzSqC { width:16.25rem;height:4.5625rem;top:137.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbkuCuSi7WnScpqtTTtyqORX4OAkNJVP { width:8.125rem;height:11.3125rem;top:126.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh9nm78rAloksVQyk2QQc6NLNezvs6wo { width:6.9375rem;height:9.75rem;top:127.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSE6TuUPOiG7wKSS22dEyxINwzUW70Vf { width:15.875rem;height:3.1875rem;top:142.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGTMdAsMJCq2oCOsuevTcGdzLK1646v4 { width:19.5rem;height:27.5rem;top:125.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a72dgrc9CgefdWQ7TyIrionZdX4iuaRZ { top:146.5rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f99LZPIyllT7s692lkUFsTKefckGO2Rm { display:block; }
 }@media only screen and (max-width: 763px) { #IphTOcqvheoz85c1AyaGqcKLWnhJAFad { width:15.875rem;height:2.4375rem;top:88rem;left:2.25rem;font-size:1.875rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #aVUexOfsukdD2EWvGeLMFcgz06cEiMHa { display:block; }#aVUexOfsukdD2EWvGeLMFcgz06cEiMHa > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AglMvuNHv62wTM7ZOLW4bHIELtndnBA6 { width:19.6875rem;height:23.75rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbIid6g6mbnJRG2EgOHAVlLhzIh3ut0F { top:25.4375rem;left:0.5rem;width:19rem;height:4rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP541LgcxDd86XmMtEc13OFE11edh0w7 { display:block; }
 }@media only screen and (max-width: 763px) { #xIU6edusdcGmou6Fo0M5llAU5PMqyVxT { width:16.625rem;height:4.03515625rem;top:19.4375rem;left:1.6875rem;font-size:0.875rem;line-height:1.3;display:block; }#xIU6edusdcGmou6Fo0M5llAU5PMqyVxT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
 }@media only screen and (max-width: 763px) { #bwTfdzr4WWbOU8cJEqv73pKtqfybaeBE { width:12.6875rem;height:11.8125rem;top:6.625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRoLKUq2OdE9pd6myTBONC1sH57eepMD { width:20rem;height:4.3875rem;top:1.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HD6O6engUSGvuUSfn2MIanPsIxTnsbeU { display:block; }#HD6O6engUSGvuUSfn2MIanPsIxTnsbeU > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEbGUAyUeh7GOHu7BCDyAT6tOfkdR1Lq { width:20rem;height:6.3925625rem;top:1.375rem;left:0rem;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cMNXSsz5Tf973kzS6oBQ4Xxv5xmUn9rc { width:8.3125rem;height:3rem;top:29.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTCbwXqd39AkBFd7ZEPSs96cuadzpceS { width:8.3125rem;height:3.125rem;top:29.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i76JMGlTUPDHHH5kffpBlseSvQtgJb8S { width:11.5625rem;height:20.625rem;top:8.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPfimx8yAOe4gBbaApcEopDnxxsnnMHm { width:18.25rem;height:39.89259375rem;top:35.375rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MTrJ7oqmpHWp4kqd0pv8d44cJ7G4Rq59 { width:8.625rem;height:15.375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTS8LoAN7kNOP0KNET31HqmQOWKlJt3A { width:8.9375rem;height:15.875rem;top:10.875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBcUsEhTKsxtmBf1oLETqOsX97d40Err { width:14.9375rem;height:1.13769375rem;top:28rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeEfTePimqxVWhzi0zKGJQTkrAdW3Mnm { width:20rem;height:2.375rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqbxZPbFASr18RutMyA37GTr4LUwDBMB { width:14.75rem;height:1.13769375rem;top:33rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spUWtrl5GxANuZIauFAO8RLO42FczRhS { top:76.375rem;left:0.5rem;width:19rem;height:4rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCAURSKQZF2KQGyxWqrWqeh3b6AfU47J { display:block; }
 }@media only screen and (max-width: 763px) { #gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19b81cef-8a91-487c-b384-fff43323e130/fundo_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN.adaptive-delivery-prevent-bg, #gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN.lazyload, #gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN.lazyloading { background-image: none; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row .container { background-color: transparent; background-image: none; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #011622; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row .container > .video-iframe-container { display: none; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #011622; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row > .video-iframe-container { display: none; }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .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); }#gtUFLh7w8HrMJEKKcPW4lE4SP4Zl1mEN > .row .container { width:20rem;height:235.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugcN6ydr4lsrynJglW1yxaGxagNJ5aQH { width:20rem;height:3.9rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or7v5s9afo1MSx01lctigKVf1wtLI2Ws { width:17.375rem;height:4.0625rem;top:19.0625rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnq3UyfTcz6ua7be5R8nP7cahlfaBozJ { display:flex;width:3.125rem;height:3.125rem;top:19.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uZkOLNUcKEVzgy4k9pMlTbo3M7Oz4hDA { display:flex;width:3.125rem;height:3.125rem;top:19.5625rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #vz50fdpE4AzSA9B0XLqOFeB9OlAGgPv4 { width:20rem;height:26.125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWnxHF8790PudemXzy1Se3mNLAlZGsV { width:12.5rem;height:1.625rem;top:33.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FJEukqZI6gCd7T9UUhVnuFG7IZwsZ6 { width:17.1875rem;height:6.499rem;top:36.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tToTUl3Xle0czKMklqEGH10fgmaDxC9i { width:18.0625rem;height:7.7988125rem;top:44.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31TP8PEPbdu6dVGTw8ok0sclaXbuwst { width:17.1875rem;height:7.7988125rem;top:68.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbdFnRxoMxUyxQ902089i19NseNIQmkS { width:14.0625rem;height:1.625rem;top:65.625rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQB25k18HPdXCyTTR7nW8Cmx75Nfexly { width:20rem;height:24.75rem;top:81rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDDZ5KJnNaOqiEb2ZSCDTX0lW3bV8960 { width:17.9375rem;height:6.499rem;top:96rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG8NCbmovZVS4Qrlm09TG7puHGQPMcCx { width:16rem;height:3.8984375rem;top:90.625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDr2v0vBxbh29DJGlEuFLM8dIQaIXkh { width:20rem;height:25.0625rem;top:109.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwuXCEyuLhpGmkHWzTvkbUTuuONIa42n { width:17.9375rem;height:6.499rem;top:126.625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtbTz7eRVyckSQySSUV7yuDiQql51Ta6 { width:14.5rem;height:4.875rem;top:120.4375rem;left:2.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPUxgQAVBdlryMUuK6imfdK339XpseX1 { width:20rem;height:26.75rem;top:140rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnyCtndEKgIi2TTb1kpZaMnTeJr2foJk { width:17.9375rem;height:9.098625rem;top:155.3125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfQ71qoDVANt4mqQUaIRTAT8lPC9F88V { width:16rem;height:4.548825rem;top:150.75rem;left:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BebfyPhoWzhOzXofLHcZVeAGBSPexhdM { width:20rem;height:25.875rem;top:170.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6r2gVhEmKkraO3VIgPKfGfaEGyZX3aS { width:17.9375rem;height:7.7988125rem;top:186.8125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COFRLLImzK5ZDtdlantyNAMIZTEXo2Pk { width:19.3125rem;height:4.548825rem;top:181.125rem;left:0.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOHX1VDIH8lxB0X3IffbfRRaCUkM7Mn { width:20rem;height:20.375rem;top:200.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqsy4C5RmZpRGzRIMFPxzKse6s4tQsZt { width:17.9375rem;height:9.098625rem;top:210.8125rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMzsvuu1a8ipbZZiXt6bmMrNLSTOPnau { width:20rem;height:3.575rem;top:206.4375rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bu7gq63P4MtevpWuI3wVvuxgx5ULbC2p { width:20rem;height:5.60449375rem;top:222.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChI2z1LVbQq38mDAzl9qOL9SxKSI6LT5 { width:20rem;height:11.9286875rem;top:78.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfCDqoqfffmxEVeKTIPauzChqw42FPQH { width:19.625rem;height:19.1875rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxV9si6Tpwi6ZmsfT5qb5BXwhSdngl0b { width:9.875rem;height:13.25rem;top:107.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGzchTZSaGTquWSfLpc1EE3LpLHDqxsV { width:9.75rem;height:13.125rem;top:168rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIr55Q72FshqcvXSTiT9BpFQDCVt7rwJ { width:9.75rem;height:13.125rem;top:136.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLSN3xKBdeSTbDs7zh4wFeJoBCdXcKlC { width:20rem;height:13.259259259259rem;top:193.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMASumefEhUDo49lfNacsmKzTFebX6ab { width:19.875rem;height:11.0625rem;top:2.1669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmgolIeat3DJEA87c6nSv96KysnK2dHk { width:6.8125rem;height:9.25rem;top:23.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3b6BRSK3tFcbEwUONPcZV4WftCVWBfV { width:6.75rem;height:9.25rem;top:55rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynuPdnUP1S1ETEME3o15JTPGOd9PkFgH { top:229.375rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiNoVL60ZhHel6TDpS7kaA6yyVWzcpGq { display:block; }
 }@media only screen and (max-width: 763px) { #pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 { display:block; }#pIUXMVH0ewobD8m4smHyD2VzGRzgwIT4 > .row .container { width:20rem;height:146.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SydEN97ztl6u0FfsQuZunnQ3WiTU3DCG { width:20rem;height:3.8994125rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCI021PM8qWTMAokFTTOpBaDbJQeqS1z { width:20rem;height:4.0625rem;top:6.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXCm683ZRmXZOe8wHidgSrmTkNokb2qe { display:flex;width:3.125rem;height:3.125rem;top:7.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kPxS37m2GV2MRLxBTtXzslfaxR1CrGZD { display:flex;width:3.125rem;height:3.125rem;top:7.1875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #mmAXk7UMA9iNSUlAV3MacMwvlevQW7Ku { width:20rem;height:22.8125rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDW42ly8kkiHAiNfIsbQZUW0d8lxQ1Ox { width:12.5rem;height:2.4375rem;top:22.875rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDR4VgiNZzr09TUEuUExnMv9hMRykPaQ { width:17.1875rem;height:12.9980625rem;top:26.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmZ1ZdrSlrZwB63RoUTkyZME7cv29yqI { width:17.1875rem;height:6.499rem;top:56.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf6r8AhSKzRpFhA5AtBGqFuNwGk2NQc5 { width:14.0625rem;height:3.25rem;top:53.125rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpHtBmm2k8JTIIQErKSwsclmVvgMF8sI { width:20rem;height:25.6875rem;top:71.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHUOHbpma5FQzhdl3tPs9p50ivRdew7u { width:17.9375rem;height:14.297875rem;top:82.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWkkWhCnW933lRhpp1MqNTL9HLIbXIzg { width:16rem;height:3.8984375rem;top:77.875rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6g6TwoJgvqNl28LG89SaruT0LaBt79 { width:20rem;height:26.375rem;top:108.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htGinlBAucJEtmA8Jn0ILsgNanmvtT6n { width:17.9375rem;height:16.7890625rem;top:116.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kzFqc9Oxk37cmGhnBwCozJK7sxFLUqln { width:20rem;height:1.7871125rem;top:113.75rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4hlpktXOZIquCSLaBzIzzETXd7EiseP { width:18rem;height:3.736325rem;top:135.375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpOInekf9JsF5ekzDnTv4Ab0Jz3WnGJB { width:19.625rem;height:17.6875rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJgqkTh1G3Zt8temPPQT8IGuxiN7sLUC { width:12.125rem;height:12.125rem;top:10.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1shchUrOBIQHyLXnSTCHbNR5FmoxPT { width:12.125rem;height:12.125rem;top:40.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JblmsaCgGhQ6OOrA0aJWkCIleLFe5rqn { width:15.9375rem;height:15.9375rem;top:97.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKHnFWX0ZNfhBHKxmvEGJCRubkopKqu2 { width:13.3125rem;height:13.3125rem;top:65.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRZRrxx05cMd9panl6qR5BEsDEXOMAL5 { top:140.375rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN9rfkEJhUx0qGMoZJ4vUdq5kQ5XtI25 { display:block; }
 }@media only screen and (max-width: 763px) { #KMU5to311DRg40ZPTF5krRUqghwsEsRT { display:block; }#KMU5to311DRg40ZPTF5krRUqghwsEsRT > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HseS7WuXXCFDWf1zT1uV301X3gakaTot { width:20rem;height:5.361325rem;top:8.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeG6Qdno3hInWc2nMg450AaTxir0oCys { display:flex;width:3.125rem;height:3.125rem;top:14.7109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tuHoeNVTPGT4CSDCIpUhueRZBVJcokdz { width:8.375rem;height:4.875rem;top:1.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV { display:block; }#O6r0O7MJBhkWmuwErhycMDhcpCkPbQxV > .row .container { width:20rem;height:228.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9RDwPwiqIauq619XsWSDFTWgJMQNL8Q { width:20rem;height:2.275rem;top:4.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #PakofQWKJTB2av8rL1wK2uwH4IDvqNzg { width:16.9375rem;height:2.7625rem;top:21.2109375rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #CpfTGzsGMblZsWszeJfmoJ5cyknPp1TQ { width:17.9375rem;height:7.7988125rem;top:24.6875rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5t0gvad7V4P3ildVro4ziAznT0hlkEH { width:18.0625rem;height:9.098625rem;top:33.0625rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pw7uH1QiLcW1ILfRmW7ppVoHTPmLW9EH { width:18.0625rem;height:6.499rem;top:53.8125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp0JrkmGQO5ST9nJ1A5oAsOd4TpJtnQ1 { width:20rem;height:7.9375rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGdds5xouck4bZ2CiUnUpptdW6hCdOki { width:20rem;height:4.0625rem;top:62.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNqhT4f5LJDn6v6sq0fF9nN8uwOUrghM { width:9.875rem;height:13.3125rem;top:7.9609375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP5GJ54R6NGlyfqiPNHgRonFgp9ktq8E { width:11.4375rem;height:2.6rem;top:1.8369140625rem;left:4.28125rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #SiryNszxsXn030TLR8UfVgf432TEHKrp { width:9rem;height:12.25rem;top:68.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHNTnapSq7TG81SZrvEeG9qRdFPTDHTS { width:9rem;height:12.25rem;top:68.3125rem;left:10.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW7a9mJzIuXVMDyvNUZl1sHmf5xWPWho { width:9rem;height:12.1875rem;top:81.8125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8kv4WqniphwVZg4unuFa4Wxm24SiO6P { width:9rem;height:12.1875rem;top:81.8125rem;left:10.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9TwRp3oQt6FCee30KcASlgfTQkkZVJr { width:9rem;height:12.1875rem;top:95.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqxTmfsilFLdWBmNWRwLKfAd7MXvZaEl { width:9rem;height:12.1875rem;top:95.5rem;left:10.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMAZsT7Arhz0m5Eqh4hPJCr5TZFWXT8p { width:9rem;height:12.1875rem;top:116.75rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuxraTVldgB3aVrBWpnVoRdBstfHPGR1 { width:9rem;height:12.1875rem;top:116.75rem;left:10.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev27PA7TFnKitlmhEOTthzT8h22sEtIE { width:9rem;height:12.1875rem;top:131.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onprep22pfyH0DhQA3a3hUXXslpWGEPb { width:9rem;height:12.1875rem;top:131.5rem;left:10.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLZ0VmREssVc1A76WHddfsVDUwNyXpdt { width:9rem;height:12.1875rem;top:145.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4T4yGxoHDqJXOC64hI0yD8uALl6lCMI { width:9rem;height:12.1875rem;top:145.5rem;left:10.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTv227POLpVB6N0lKUHZWGCpCtwTT0e6 { width:9rem;height:12.1875rem;top:159.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvq1T5DPFMvGIlQDMa49crfARsaABOO4 { width:9rem;height:12.1875rem;top:159.25rem;left:10.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFvVk1GPWtsr5IT4O6BcelIqJ9ZQVITd { width:9rem;height:12.1875rem;top:180.9375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9GZwTUUNDWZThQBrZqwv4PWNEtevrWN { width:9rem;height:12.125rem;top:195.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrluQSGR0PNiU3eqhhBzITZTkGSEm7oy { width:9rem;height:12.1875rem;top:180.9375rem;left:10.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRMX7DANZKwLc46KGKIlc9ucRXCSipD8 { width:9rem;height:12.1875rem;top:195.25rem;left:10.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFxwD4ULboFnLy57HQu4IiJHHKpQGTR8 { width:9rem;height:12.1875rem;top:208.8125rem;left:5.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPWcnm4qcQPBSxEqsgiylIpcfOhl1wJm { width:19.75rem;height:45.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6WqXv5J4kaBTWMh9Tn10xcV34hsocSB { width:17.8125rem;height:17.625rem;top:5.0234375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkVqgd2D3tAOJO5r6F0ni6GNQ8oWuUup { width:6.5625rem;height:3.375rem;top:11.6171875rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0naSd8ZodJAxP9Wkla9krKmATx73ooD { top:223.0625rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3IR36I2AOKTFFo83Ut8JElGFJ9MJn7z { display:block; }
 }@media only screen and (max-width: 763px) { #lD8k2oAXOWMWdDLsUJG3N543wSS8pZLc { top:173.25rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ASKTQh76eUV88vQX8oLVHe9sgIvJ6k7y { display:block; }
 }@media only screen and (max-width: 763px) { #c0LUtX7xQ6xuWLusI9IURgMf3DnZTTD7 { top:109.1875rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #KNLcHzU7ekERrLF5LzpK3fGmZcJGTHzT { display:block; }
 }@media only screen and (max-width: 763px) { #c5dnhhmLKLgHGQAMR0M0cQAl3PeEgMOb { top:47.4375rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #JB40ATsDhzVeqdRlTlJx2hsudNJDcuRv { display:block; }
 }@media only screen and (max-width: 763px) { #zCBiW2Z3OE6P2KvSA2pt2BetUUTcv6DT { top:34.75rem;left:0rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCyfATpS6icKWTgTm8x7TltfhodMAU6k { display:block; }
 }@media only screen and (max-width: 763px) { #IiT7CEKMnMfzCfsTbMVskXKqATyXN6ll { width:20rem;height:2.6rem;top:43.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW { display:block; }#ouJFygUuK6H9osuPzQOnRzTFhmJfPcSW > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e24ZEqtLrkDiqqFqowXWWgLvKRECfF5G { width:20rem;height:5.361325rem;top:8.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcNPI93MHF02D1nkC03aSWMiFKooIU2h { display:flex;width:3.125rem;height:3.125rem;top:14.7109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bzL8Cw4A7kqq41i9i60w882VBFcUwaWQ { width:8.375rem;height:4.875rem;top:1.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ { display:block; }#oWyLFTP7vidikvu3DZBptqV9JhRt1gRJ > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzPJ9CpiqT3v6GcKn4CTAJIrgGBJRtJ0 { width:4.75rem;height:0;top:33.25rem;left:2.4375rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #vocioTpSVneTBQFwVObkqdeEBDdTabB4 { width:11rem;height:11.375rem;top:2.2374999523163rem;left:2.8125001192093rem;z-index:15076;display:none; }
 }@media only screen and (max-width: 763px) { #ieH1TNIACogLEIqcfMMCsprOkFOaTKTl { width:14.5rem;height:0;top:40.5rem;left:3.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15029;display:none; }#ieH1TNIACogLEIqcfMMCsprOkFOaTKTl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
 }@media only screen and (max-width: 763px) { #R36cWWNE8t0ntqmEsym5oi5WeJmNtrxm { width:11.625rem;height:12.125rem;top:24rem;left:4.1875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #V4m5UVB6d4eKpQOEUx707nFQQfM3NufM { width:14.5rem;height:0;top:40.75rem;left:3.25rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #wiWKIadMDsVwKxx8nVDfZtROoCWuQZCX { width:19.375rem;height:10.75rem;top:15.625rem;left:0rem;border-top:0.3125rem solid #ff6a00;border-left:0.3125rem solid #ff6a00;border-right:0.3125rem solid #ff6a00;border-bottom:0.3125rem solid #ff6a00;display:block; }
 }@media only screen and (max-width: 763px) { #XSZRwH2Cc31v9EwxqlIDyOyIweW9wpfn { width:17.25rem;height:3.375rem;top:25.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHBUf8FLUqMPT8Jhi3lJn6TMdQ0nMd7C { width:15.8125rem;height:2.0625rem;top:26.75rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1G4hzeouRqzf6iM69edtXKqdW5InZq { width:7rem;height:1.05625rem;top:26rem;left:6.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXpOS67LgatIWqFUnCyudtklu9s4JD67 { width:4.3125rem;height:5rem;top:20.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB7bbm14xgHB9XZAAGQ805qAyNJisffh { width:19.375rem;height:10.875rem;top:1.375rem;left:0rem;border-top:0.3125rem solid #ff6a00;border-left:0.3125rem solid #ff6a00;border-right:0.3125rem solid #ff6a00;border-bottom:0.3125rem solid #ff6a00;display:block; }
 }@media only screen and (max-width: 763px) { #S7dWw16RlWA9s0e2cBAzr92bcdxbqcpH { width:17.25rem;height:3.375rem;top:11.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsgJyGoPc4R8TnhKxdN7WqgzDbxOOUBe { width:7rem;height:1.05625rem;top:11.7578125rem;left:7.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #so75JKcggxzZnaqtMAyhxdZhVsdTWT5v { width:15.8125rem;height:2.0625rem;top:12.5rem;left:2.09375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sClyhPti0SyVxTa3ZXQ17X1m4M5UyhTT { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw { display:block; }#OvnAmXdpm4AC0QDddqvhlpDl30Q4dLXw > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRMFq3pV5UUOc4SCF5lmRG43MKCZkgoH { width:4.75rem;height:0;top:33.25rem;left:2.4375rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #BSHrlpZrchRnvaFUfJ3hXTIqkJxfBIMl { width:11rem;height:11.375rem;top:2.2374999523163rem;left:2.8125001192093rem;z-index:15076;display:none; }
 }@media only screen and (max-width: 763px) { #v1Uolq054tu96JG3aPmpIUI1J1AUHwk4 { width:14.5rem;height:0;top:40.5rem;left:3.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15029;display:none; }#v1Uolq054tu96JG3aPmpIUI1J1AUHwk4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
 }@media only screen and (max-width: 763px) { #uMXvyeD9hS4OP3s05TFcrFoxqTFXATcR { width:11.625rem;height:12.125rem;top:24rem;left:4.1875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #xuAmCZX3GThqGvKUbFc4aoVITHU0dl3H { width:14.5rem;height:0;top:40.75rem;left:3.25rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #XvoaU2FtgSBZNNbtXhl48HdvDadx56Pb { width:19.375rem;height:10.875rem;top:0rem;left:0rem;border-top:0.3125rem solid #ff6a00;border-left:0.3125rem solid #ff6a00;border-right:0.3125rem solid #ff6a00;border-bottom:0.3125rem solid #ff6a00;display:block; }
 }@media only screen and (max-width: 763px) { #KfWq62y7TltqIiZVUw7RytrsWrNOoCQe { width:17.25rem;height:3.375rem;top:10.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuBVzXqW01wvnvnhFMyMXCJfOx65xCL { width:7rem;height:1.05625rem;top:10.375rem;left:7.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MspKqZ7aXeLeJ8V1Lc1VlRRaVHat2o3K { width:15.8125rem;height:2.0625rem;top:11.125rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GmGW6mtAoeNen7JfLphMO8NRbdf84Vx4 { top:14.875rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fneiJUX5hHMT45BqDcu4d4dBVfwSmSXQ { display:block; }
 }@media only screen and (max-width: 763px) { #IdLD0E1nJQ7avABD1zvtVX82vg6U961a { display:block; }#IdLD0E1nJQ7avABD1zvtVX82vg6U961a > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAM2eBrJBsVXI0eTddc1zAr0eur2MAqU { width:4.75rem;height:0;top:33.25rem;left:2.4375rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #t1ZhmrRVqkgt3QkXrwUlMOmt6qOVcK63 { width:11rem;height:11.375rem;top:2.2374999523163rem;left:2.8125001192093rem;z-index:15076;display:none; }
 }@media only screen and (max-width: 763px) { #O9zwGhCFQl6xSI7z195iMEpw98Dz37c8 { width:14.5rem;height:0;top:40.5rem;left:3.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15029;display:none; }#O9zwGhCFQl6xSI7z195iMEpw98Dz37c8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/nsY6mS1N/check_gold.svg); }
 }@media only screen and (max-width: 763px) { #PUVTZfU3QECUChBTH9TUFABvnGzvAfkb { width:11.625rem;height:12.125rem;top:24rem;left:4.1875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #USEP2L62iorJf8DsLdcnMzeyU2sAwxCr { width:14.5rem;height:0;top:40.75rem;left:3.25rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #imux7RCNryTpAXuWcXcAquThD4swWSQD { width:20rem;height:25.358255451713rem;top:4.6875rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #sCkuaEywVPcSKIPahA7HBTpAnz7HTMJc { width:20rem;height:1.2rem;top:16.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wkrvqdTugG4rTc5MkAMRSvxRRwQnyAFh { width:11.0625rem;height:14.875rem;top:1.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVbKZPAvtCkxmON1XdVUcCKngUqiLTKL { width:15.75rem;height:5.83984375rem;top:18rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilGQDlWaaAMT5zBqTUEhRJiBbpkdIvbJ { width:12.125rem;height:1.875rem;top:23.8125rem;left:3.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHCygiRy2FVDvNkFcTTHzM2LtfwlTy1l { width:7rem;height:1.05625rem;top:2.5625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GdJKyNCXWIg8WXOVRBHxdURAK9zEzrfK { width:20rem;height:25.358255451713rem;top:4.6875rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #tcLbtTqNFUcgWavvlUCNHR6MTCmeGlUQ { width:12.125rem;height:2.3984375rem;top:42.375rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #onh7bWgVS20SDbeqaLeGUJJWHhTqnBgn { width:15.75rem;height:3.50390625rem;top:45.4375rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqNXvtntTM3WMrtsoFfhDeSTEEGQFMAs { width:10.625rem;height:14.875rem;top:27.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrEdCHTkgNhucPgqtPGBpJ3dIrcnhZS { width:12.125rem;height:1.875rem;top:50.1875rem;left:3.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xp9IDVPzpmK9vIBUoVQiqWd3P5Lm2ROk { width:7rem;height:1.05625rem;top:28.6875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oz5tEU9M9lhCgKXVKyqGUI5ClkSsu8tc { width:20rem;height:25.375rem;top:0.875rem;left:0rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #N5nr0tOMBddx1hNi2K8Ql3mdugeh1irz { width:20rem;height:25.375rem;top:27.1875rem;left:0rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #qZJFoad3umw0mIlacCVPw5BUTmbRpgZm { top:54.375rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLMG4Gd5nllbvXTqNBW6wmUT1DPLDT6d { display:block; }
 }@media only screen and (max-width: 763px) { #xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb { background-color:transparent;background-image:url("https://images.assets-landingi.com/QIUFvBgA/Modelo_50.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb.adaptive-delivery-prevent-bg, #xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb.lazyload, #xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb.lazyloading { background-image: none; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row .container { background-color: transparent; background-image: none; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.94); }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row .container > .video-iframe-container { display: none; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.94); }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row > .video-iframe-container { display: none; }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .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); }#xMMWEo5bJLmVtNtVa3NHZDpRh8bcepJb > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEDEPMrQaTFBaGEJV6NMVFobptoWdaLN { width:19.875rem;height:26.5rem;top:491.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzWPWmw8QwVkLKvmNxg1Nabd72Jhhn92 { width:10.9375rem;height:12.5rem;top:484.6875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8n1tz2tQp30LxWhQ2XalsobCBy4Td5R { width:16.125rem;height:2.75rem;top:499.625rem;left:1.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASlPpXP8LKckGyStzfTUkc6FORhZ4Voh { width:17.625rem;height:11.875rem;top:503.5625rem;left:1.1875rem;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #bw6q6RPyPEvAR908qG6b39ca1Oo1Kdqw { width:20rem;height:4.275rem;top:1.8125rem;left:0rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMhDK2ImOeea35lXZwoGMle38gezOrfy { width:20rem;height:4.125rem;top:6.8125rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqnM07X5KXxPCbDgJKoVrcvPulw3AdbA { width:18.3125rem;height:8.999rem;top:11.625rem;left:0.875rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKeEnoMSt5ZlmOdl4KbG1PkuqCCuGr9r { top:210.625rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15056;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hkM1W7cUIo2CXHZQ5CJTUA2LDIaUMFCU { top:207.5rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15057;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #cVzOhTMpTVEV9ZegE50Lsp9wSfiObWuO { top:204.375rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15058;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #iuu8v7k5gxe7LTOxIlgQTakKa573tewH { top:201.25rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15059;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #pEl0uDR0RJnmeV6ZFegO92JIPfowaziw { top:198.125rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15060;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #pOZo1fKvfCSH0IWZyS2G4a8yoJ9zo5F0 { top:195rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15061;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ZhQOtP8yoNy4kCEGTwqSSUDRSNJmuyJ2 { top:191.875rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15062;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PbwJInPJgnrJrTM58S7QUQAtk6fUCV9G { top:188.75rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15063;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ScwPbqriusMINUdTtiBkl2tdzPaNiDSE { top:185.625rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15064;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #GbSxgTplglu9BkCDnJO7HvUfR5bVrHaw { top:182.5rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15065;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CinKwuITf3xoN4RJbgx2zz9X2V9ot6Wy { width:9.75rem;height:12rem;top:27.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9nrndbPXwUQ3o70TpCdcPwmVZIIBX1N { width:19.375rem;height:14.6875rem;top:48.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBOQssLXZQh2abs3MWKy0NkAG6T1gLIW { width:17.375rem;height:5.84765625rem;top:49.75rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs .widget-text.counter-number { padding-top:0.403125rem;padding-right:0.354375rem;padding-bottom:0.403125rem;padding-left:0.354375rem;width:2.12625rem;min-width:2.12625rem;height:2.165625rem;font-size:1.611875rem;line-height:34.65px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.251875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.835rem;height:0.85625rem;font-size:0.604375rem;line-height:13.7px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs { display:flex;width:15.3125rem;height:4.08rem;top:56.5rem;left:2.125rem;padding-top:0.576875rem;padding-right:0.59rem;padding-bottom:0.576875rem;padding-left:0.59rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #NaFRF4Ac82MZhg1zT8zg1oo0NAoszAh1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #crKiKTf6IuPPJWSmTSPLeGxqKosl9g2V {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #eNAreJwyXVlX1xdNZAJO4rQuRn8I6pi6 {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #p790Nn8kkquMzO08NB0JcJQnHULf6TCZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #lSAQWfemuB4OMu60g0cwxGZ07BZfaLTR {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #PVo368S8cDS93KKvpJ12ECLttwouILxe {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #elLosk0dcExHQyVypMt6kZDOGCUa6vTw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #u0uviMEHeHa6eAm4buIaHLlOk7SCefNZ {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #EsTEQS596XTvmr7NQq53UGqHqu736FpW {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #BuCTFwWRAELPKSCI9pNTv7woQpl6GVeF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #x1HIHNl6fFSy1KStTuJbmJHT8ux12c01 {  }
 }@media only screen and (max-width: 763px) { #AMhLApH5flGQxIPqeoeGxwBUtp9cTtQs #NuWy952aQE4PdPtqtMCw0JorHt56k0DG {  }
 }@media only screen and (max-width: 763px) { #BTM0o8cyXQcW2pTLAy17WRb0FMKVlT9T { top:21.9375rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA9hIdUSOvQ7onDmx1oDiKPRpcSrTVBc { display:block; }
 }@media only screen and (max-width: 763px) { #wmSCw6K5NCvVd5xMVI2Sitb994dRU3Vk { width:20rem;height:12.157534246576rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVEDdOXMG8a2UkiSx1mT70nJOnUExsmh { background-color:#000000;background-image:none;display:none; }#QVEDdOXMG8a2UkiSx1mT70nJOnUExsmh > .row .container { width:20rem;height:41.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rswMWwU4XLuzFRpmqLQpNyEWb6lwNCMu { width:5.5625rem;height:2.1125rem;top:35rem;left:13.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Hmht18Z2BGAru1RsTHfAo2gJMZHIiPMH { width:2.75rem;height:2.75rem;top:32rem;left:14.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPf8ozaTE5flku6SIhldTQcVyqS5GeZo { width:4.875rem;height:4.225rem;top:34.5rem;left:7.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #s7EbNRPVVaMNRA0mQRConJeEJTDi4mkK { width:2.75rem;height:2.75rem;top:32rem;left:8.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z500TqHEaZea1i6plZ1BXT8HWBU0sgmH { width:4.75rem;height:2.1125rem;top:35.3125rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IpSI1lN5Er8gXGUXhcSzxEEnT09p01Rd { width:2.75rem;height:2.75rem;top:32rem;left:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c050zOAdIfJSxecGrReHTT1aoTUTpBEr { width:17.5rem;height:3.09375rem;top:13.875rem;left:1.0625rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ff2zE9PcnOGccxp0AaMaf88InwEPBFNt { width:18rem;height:4.625rem;top:7.8125rem;left:0.75rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #G6ZkDygg21uCzdp9i45rDnx64H48hZqb { width:14.9375rem;height:2.475rem;top:8.6875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p17qQETlEibLgBNl7RfnpfMbLSySSlJA { width:20rem;height:6.5rem;top:16.75rem;left:0rem;font-size:5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xKgKf6HPGRlEIPux8FEsnNLLsw0GxFJ4 { width:2.0625rem;height:1.625rem;top:20.0625rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhK4Zd3ZFFuI6RZUH6S6qmvfk2IJUPey { width:3.375rem;height:1.4625rem;top:19rem;left:3.3125rem;font-size:1.125rem;font-family:montserrat;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wahSuZa8GhT2XuRk4ETuDZ3wayLdLth8 { width:3.1875rem;height:2.1125rem;top:18.798828125rem;left:14.5625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bh6NJgALeJ3LVeaTSqPM0uF8RCzfedk5 { width:17rem;height:1.13769375rem;top:23.0625rem;left:1.5rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BCgZcfDa4qZ9MXhyKtPk9bPeQFEvUOCe { width:17.25rem;height:2.125rem;top:22.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTaUv5Jb2T5tWH3EyVIP4Qp1xVTA6mG3 { width:18.125rem;height:4.625rem;top:7.5rem;left:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(252deg, #ff2d65, #de003c);background-image: -moz-linear-gradient(252deg, #ff2d65, #de003c);background-image: -ms-linear-gradient(252deg, #ff2d65, #de003c);background-image: -o-linear-gradient(252deg, #ff2d65, #de003c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d65', endColorstr='#de003c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d65', endColorstr='#de003c' );";background-image: linear-gradient(252deg, #ff2d65, #de003c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lioPC0mMNEEXoeL1S3ST33VCAIvbMbSC { width:19.875rem;height:37.875rem;top:1.6875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #vfZCKk50J8MRuVOq1e4QX5RQXIa9sEQd { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Pa4lmVCLpE3pReUerJhd4ZdrWTF2Z1sQ { display:block; }
 }@media only screen and (max-width: 763px) { #vHb8ABmafV4pWJpFRcOlTTznv7MZZAU3 { width:18rem;height:0;top:6.9375rem;left:1rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #FMhiJAqAvg9TTcn7NehU2QzdxoRHIeUV { width:17.8125rem;height:3.6rem;top:3.1875rem;left:1.125rem;font-size:1rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OvLG07LJHJXUCgHrOcWL339hSCH2I3ZF { top:25.8125rem;left:0.5rem;width:19rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X41INwTs72LTquiBd1JK35BU6xm6HmFQ { display:block; }
 }@media only screen and (max-width: 763px) { #SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK { background-color:#ffffff;background-image:none;display:block; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row .container { background-color: transparent; background-image: none; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row .container > .video-iframe-container { display: none; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row > .video-iframe-container { display: none; }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .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); }#SUO2q43XNKUBLNcAUSTZIchlEm1VOkuK > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1WSOBO0fwMtu6fW7UKoUv75TZQkPNef { width:20rem;height:11.9921875rem;top:16.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pG39l7ko5gc5vI6anxZzpM3ddmlSvZhF { width:11.625rem;height:11.375rem;top:1.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unz5uAXWQrylK7tKcIv7KyOK0mdpntZN { width:20rem;height:3.25rem;top:11.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtZi7CRfpf4R58qIxvgsPKzhs2rRRTvk { width:2.1875rem;height:2.1875rem;top:29.625rem;left:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpyLu4dbtDraMHxnHRsZchNV1DcZTRLZ { width:9rem;height:6.875rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxfOcWFrtkmUUiFJ0xTWyTT6p9qd2g6L { width:2.5rem;height:2.5rem;top:29.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOkz15czFi3zIQawf5KTThTAaw8um7PH { width:9rem;height:7.0625rem;top:30.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFSXUxI47fqn8E3uK7T0rVGkS79O30Xz { width:2.5rem;height:2.5rem;top:29.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTh7OoBPdyrA9fnIPL56JWWWrUO1Kh1C { width:2.1875rem;height:2.1875rem;top:29.75rem;left:14.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4qFIOrMMyaxmvut3zkXHLTIhQGDIaAO { width:9rem;height:8.0625rem;top:40rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBuAf3mdt2e6mcTV9SdsAuOr9ab4VRX { width:7.8125rem;height:3.25rem;top:32.5rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MakwsAShpAEW6pBSJNzHBqVU81dDOyx6 { width:7.9375rem;height:3.25rem;top:32.8125rem;left:11.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOH2aFrGktsxIIsmhKDg26NR8f3NcgM8 { width:2.1875rem;height:2.1875rem;top:39.0625rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4b3wro70DUDDgFM6thFzV7mDsqF933P { width:7.1875rem;height:3.25rem;top:42.5625rem;left:11.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9Jp2Go58XJJ4IMybDJEqu15Wr9MBbuB { width:2.5rem;height:2.5rem;top:38.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsyFsOcoaOadH5Txf5OfLnD0XD03x6Cx { width:9rem;height:7.6875rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poTgKWnxD0d1LQFqzswH0hE6U0SA52Vf { width:7.4375rem;height:2.68125rem;top:42.5625rem;left:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geWse0d2ckTTBXngmt5EvOiSNyV2Ktts { width:2.5rem;height:2.5rem;top:38.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsA080vR243Opxod4zOdtbUb4yFbDA66 { width:2.1875rem;height:2.1875rem;top:39rem;left:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuuB9lEnMo8zCzKC0T7nIZTXsXBsnuoL { width:8.8125rem;height:8.5rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msgIdOAkolpd5cTQhcDStLnpMRSwmbXD { width:8.25rem;height:3.9rem;top:52.875rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLpq4TphsbLEgqZo7XxAri9yvTOTfaUE { width:2.75rem;height:2.75rem;top:49.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8xZqZJfguPXm9HnpCtbB5McGM9WIpio { display:flex;width:2.1875rem;height:2.1875rem;top:49.375rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #GpVobbkahtduIBZOoMAoXHlwO84raT9R { width:9rem;height:8.1875rem;top:50.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBtkUCqzfC95OuTwgc3ZI1D2G4SsAbcz { width:6.875rem;height:2.923825rem;top:53.099609375rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avv5u74OvKVexq9TQx2TdJx8qgkokBkA { width:2.75rem;height:2.75rem;top:49.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJgUcLoO7ek5bzrxEvcC6qCTooJuw4GK { display:flex;width:1.9375rem;height:1.9375rem;top:49.5rem;left:14.5rem; }
 }@media only screen and (max-width: 763px) { #rMf53ZwdWTQaHFAtfzW0yREW9bOQQ6dm { width:9rem;height:7.3125rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixz0ULBnF2IIe40Aq7CL98HCHh8LbLhS { width:5.5rem;height:2.923825rem;top:63.568359375rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHNqTVsu1oKs3pgvod3ONDfZaEFkSwoZ { width:2.75rem;height:2.75rem;top:60.3125rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyzxyA0uNtBSNQgZ1ed27Xq3qMLUHhOk { display:flex;width:1.9375rem;height:1.9375rem;top:60.65625rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #yxzN7G93bn5Kk4ZSTppSMkUPBNvBsSTM { width:9rem;height:7.3125rem;top:61.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cub0dizgdlxlFG2drduAD0dCXFR6SFff { width:7.375rem;height:2.2734375rem;top:63.89453125rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDE2ldDrySV2KlS8ACyEUO03TBB2hhK5 { width:2.75rem;height:2.75rem;top:60.3125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUVUFJLyEelcZppHoLbl3z6Xrp00UUzb { display:flex;width:1.6875rem;height:1.6875rem;top:60.875rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #gxZpbBRV220SM8dNIAcKy1HSKPtl59sg { top:70.875rem;left:0.5625rem;width:18.875rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtnmDAbFyOS0o2RNfGoU8S3ETTdOfvuW { display:block; }
 }@media only screen and (max-width: 763px) { #l5BKgP3horgPb9bfpdXIFVZKO2NPaAag { display:block; }#l5BKgP3horgPb9bfpdXIFVZKO2NPaAag > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUOv8qxCFuD3i89Xz1AzDAFQuZoqaT0b { width:20rem;height:12.6738125rem;top:2.1875rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vTkoKaBcLzd91TJ4JwmRUxdptXAkzQx3 { width:20rem;height:4.38574375rem;top:15.771484375rem;left:0rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EV38oLF841tStBGlhwTynXaIIGeSzBe9 { width:13rem;height:2.0625rem;top:4.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev2bLJEaoC5Lc5DmgfnzawsCsQKzr7Ny { width:11.4375rem;height:2rem;top:2.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVszAMHSIBJdufzDooilOTvnz8SCbtEe { width:14.125rem;height:2.0625rem;top:6.4375rem;left:4.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gvu4CQFdTIy563nNMHs4S15qUwdTXGiN { width:10rem;height:2.0625rem;top:8.625rem;left:5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh { display:block; }#WBVX5RQMnTu8AbtA02Hee3U44DaFWFMh > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EymTUQCcTWRQEgw20GTrHDzkdfPpJ2Du { height:10.785625rem;width:20rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tolq4EmJI8Cns6uQuRlwIqZWiBwTCTk9 { height:10.82425rem;width:20rem;top:26.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snp9nLWqBlusXgNEVbW6pIl4h1o1WqEB { height:10.963875rem;width:20rem;top:13.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO { background-color:#132027;background-image:none;display:block; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row .container { background-color: transparent; background-image: none; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row .container > .video-iframe-container { display: none; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row > .video-iframe-container { display: none; }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .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); }#glg2CwSOUMwxEWaKuNOwDQnWW6SRb1HO > .row .container { width:20rem;height:101.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwUsWhGXFhRq9MUAO6vpaBp1O782AQVX { width:5.25rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;color:#ffffff;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #clqm3zJX92pSG00Zhgg2GsKJtb4HSfw7 { width:20rem;height:4.548825rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkgLFyXTLnkZOaThNxZpzExNiGaT4JfU { top:6.37109375rem;left:0rem;width:20rem;height:30.125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i3ybBe48XkiDeamgcnBPuHDkgxzvdz7k { width:20rem;height:63.51875rem;top:37.74609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CF18qDTDmkceTlhNdk5KUm4THoEM9K2P { display:block; }#CF18qDTDmkceTlhNdk5KUm4THoEM9K2P > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DboLvfdAFiose3CaJAXra41ksTcgwcDr { width:20rem;height:9.62405625rem;top:1.6875rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AqdCfZDh3qIkWqKi7McQCK70IUeQ78Pw { width:20rem;height:3.875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1yrO0yVlMkbWITvxfp9ck0EWJythWgo { width:20rem;height:2rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP3XFIQZqHO0V6xBNUq32Lo1FTxp9f10 { top:14.25rem;left:0.5625rem;width:18.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIbvQcU8cDhuC5rP11QLtQ8sObtL5m2k { display:block; }
 }@media only screen and (max-width: 763px) { #v4TDUZNLpke0dSGZOwMlVv7opLJkLoMs { display:flex;width:3.125rem;height:3.125rem;top:11.9375rem;left:8.4375rem; }
#v4TDUZNLpke0dSGZOwMlVv7opLJkLoMs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z { background-color:#000000;background-image:none;display:block; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row .container { background-color: transparent; background-image: none; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row .container > .video-iframe-container { display: none; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row > .video-iframe-container { display: none; }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .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); }#aZbFDxX6AJOvirMdis6zN8qCsgEWyZ1Z > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8ETfu8u9zKdAX9kXPiHRROPTBcxT5Ce { width:16.8125rem;height:1.13769375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeqH4in7goyGIzHNOshsOUfmox9ar16P { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6SFTECrUDWCoRSCgE14pScHu3HC53Wx { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFShJJ8s4RpwblnrfnBryezKnZdku7M7 { background-color:#000000;background-image:none;display:block; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row .container { background-color: transparent; background-image: none; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row .container > .video-iframe-container { display: none; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row > .video-iframe-container { display: none; }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .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); }#vFShJJ8s4RpwblnrfnBryezKnZdku7M7 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnsyE4iyPRDTFo40r9NHytMwMbSI675S { width:19.0625rem;height:30.2129125rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mPsPGSTOO60viSOM1NkUWPGZ8h1Det1a { width:20rem;height:31.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLtUct4srDamlTf9vwvaBuS1QzOqqQGX { background-color:#000000;background-image:none;display:block; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row .container { background-color: transparent; background-image: none; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row .container > .video-iframe-container { display: none; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row > .video-iframe-container { display: none; }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .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); }#xLtUct4srDamlTf9vwvaBuS1QzOqqQGX > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNzHgDkhd045NJL08zk9idlTk5OMJPig { width:16.8125rem;height:2.2734375rem;top:1.6875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwC8rrx2eUzweSDE9DairOzFaTcSgXu1 { width:2.8125rem;height:2.8125rem;top:0.90625rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipXlkmLTLCZvzU2VDruTd2EATfII4gnO { width:20rem;height:3.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv { background-color:#000000;background-image:none;display:block; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row .container { background-color: transparent; background-image: none; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row .container > .video-iframe-container { display: none; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row > .video-iframe-container { display: none; }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .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); }#bcGNfaZMCfGk8Sa1FQ5roBT64iiSEBWv > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDMRmxxoRGXQrpF9qet0vZ94oVg7T06l { width:20rem;height:30.375rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;display:block; }
 }@media only screen and (max-width: 763px) { #s2Nlv6gUfN21uiWsnJs99wD9WEoGVR6W { width:18.875rem;height:28.5029rem;top:1.1875rem;left:0.625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl { background-color:#000000;background-image:none;display:block; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row .container { background-color: transparent; background-image: none; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row .container > .video-iframe-container { display: none; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row > .video-iframe-container { display: none; }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .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); }#aHBPTyuVZ5B1R9bMZD5QDz0uqTKDMCVl > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRCmycT0VcAosbxFHxsny5WyAibGQ386 { width:16.8125rem;height:2.2734375rem;top:1.6875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Mx5W0AEoQq0kizTr4iNG4AFcEZZtWz { width:2.8125rem;height:2.8125rem;top:0.90625rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MupiwyMUvpF1B5LQybB2nWoq05bbZxcF { width:20rem;height:3.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc { background-color:#000000;background-image:none;display:block; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row .container { background-color: transparent; background-image: none; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row .container > .video-iframe-container { display: none; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row > .video-iframe-container { display: none; }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .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); }#FdQQNlohqcMqVXvvMTOnkqlyzvZdioLc > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToMhglfEOHiQwkNoTBPAkvn3hDTNLbxN { width:20rem;height:39.5625rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;display:block; }
 }@media only screen and (max-width: 763px) { #ypRTvhAz6RXcOVoNtmlF15GPJSLiHalK { width:18.8125rem;height:38.00394375rem;top:0.9375rem;left:0.625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DM718esnNx2phXSq0QEJOe8q6DrxGsui { background-color:#000000;background-image:none;display:block; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row .container { background-color: transparent; background-image: none; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row .container > .video-iframe-container { display: none; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row > .video-iframe-container { display: none; }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .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); }#DM718esnNx2phXSq0QEJOe8q6DrxGsui > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxsAP8zkwmC9kr1Gfb5x9DupABd6KbQf { width:16.8125rem;height:2.2734375rem;top:1.75rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laVIhzQtl1FMgi8HmQ3wrodIZA0HwPuh { width:2.8125rem;height:2.8125rem;top:0.96875rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcMFZaRg6l38MO27zSx5Gts7oaJ1ZQy5 { width:20rem;height:3.1875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU { background-color:#000000;background-image:none;display:block; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row .container { background-color: transparent; background-image: none; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row .container > .video-iframe-container { display: none; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row > .video-iframe-container { display: none; }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .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); }#q7HgdOHtTQN6VI2TJsTVW16ycFe4F9VU > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spqe3R6KPBzMqrCQ57weOxB8MEmFOsQr { width:20rem;height:9.875rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;display:block; }
 }@media only screen and (max-width: 763px) { #hTHGyGx9at3fvXf96eaAaSRwGDC1LmUK { width:18.875rem;height:8.4453125rem;top:1rem;left:0.5625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 { background-color:#000000;background-image:none;display:block; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row .container { background-color: transparent; background-image: none; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row .container > .video-iframe-container { display: none; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row > .video-iframe-container { display: none; }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .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); }#QV9iPcKSe6gUo9pR9XgclpG9LGwlvTJ9 > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NER98Rp9Tl8h6v4wQTN70V3OVprDDwTr { width:16.8125rem;height:2.2734375rem;top:1.625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCOgaFxzrIzEVk3nuqoXwuoZJlG63Ui { width:2.8125rem;height:2.8125rem;top:0.84375rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emgaZvwh5nhmGe5T8auycCE9pl2oILiU { width:20rem;height:3.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq { background-color:#000000;background-image:none;display:block; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row .container { background-color: transparent; background-image: none; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row .container > .video-iframe-container { display: none; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row > .video-iframe-container { display: none; }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .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); }#kvbvxH2lc8ShLQlZfOqvvPlZW7bfMTmq > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJZCeRG3JUAmxbwt6yHM83R0s8cKKS9N { width:20rem;height:15.125rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;display:block; }
 }@media only screen and (max-width: 763px) { #gOvQ8WZIbNeTpgXd2Nv1XBDVohH0CbUT { width:18.8125rem;height:11.61230625rem;top:1.375rem;left:0.5625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io { background-color:#000000;background-image:none;display:block; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row .container { background-color: transparent; background-image: none; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row .container > .video-iframe-container { display: none; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row > .video-iframe-container { display: none; }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .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); }#RrK8Cqa2zEL6nN3iOnc7JLNGO2HkV3io > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqpvKaBcbBy0Ht3gTOkG45ql3msZ48f5 { top:6.63671875rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGtr1siWN3luRyAKw05KziRbH7ycuV0d { display:block; }
 }@media only screen and (max-width: 763px) { #b33TvKOt55Lb0PZRKDsLpnARiB9COym4 { width:16.25rem;height:4.225rem;top:1.75rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAC790UkZFKRPeZxCmhZuX76XhxNNfuy { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #MAC790UkZFKRPeZxCmhZuX76XhxNNfuy > .row .container { position:relative;display:block; } }