.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:217,227,234;--color-primary-1:128,163,185;--color-primary-2:0,70,115;--color-primary-3:0,35,58;--color-primary-4:0,11,17;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:58,58,58;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { position:relative;display:block; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { background-color: transparent; background-image: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container > .video-iframe-container { display: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row > .video-iframe-container { display: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .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); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { border-width: 0; border-radius: 0; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .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; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:185rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yqbIBrPrtMu4TXBAOoBVL7kzXNc4Qi8H { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:104.20573234558rem;left:18rem;height:7.14584375rem;display:block; }
#yKbouqATdOLqiQ3cLmDEQe8nVT0PpSoN { position:absolute;display:block;z-index:15002;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.14) ;height:10.875rem;width:60rem;top:102.3437538147rem;left:0rem;display:block; }
#kCCZwctERfCr6VFTQ9VKX5moT5eTz4aZ { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-secondary-4),0.31);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:7.9375rem;width:0.1875rem;top:103.8125038147rem;left:15.03125rem;display:block; }
#AyEyiuQaGluTG0TUfXKK7mqfNzyTTGxq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:103.75rem;left:3.1875rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GyTP7tgmqE2atAckllRs4uiHfOcbuhsL { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/1e3a406c-c468-4c8c-9cf4-0d0c266445e7/cuotizzati.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.875rem;width:60rem;top:1.125rem;left:0rem;display:block; }#GyTP7tgmqE2atAckllRs4uiHfOcbuhsL.adaptive-delivery-prevent-bg, #GyTP7tgmqE2atAckllRs4uiHfOcbuhsL.lazyload, #GyTP7tgmqE2atAckllRs4uiHfOcbuhsL.lazyloading { background-image: none; }
#EVS53DOsnGfTi2PH5zbePRXP5h1BdWQG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.14) ;height:77.625rem;width:60rem;top:1.125rem;left:0rem;display:block; }
#cBbeZkS3f3vUzvuM4pT3HBBi4ztP7pp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:22.1875rem;left:10.625rem;height:3.8984375rem;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;font-style:normal;display:block; }
#X3V9x1cdq1HTm32vWW5uMrFZ8X7DG1mO { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/274c9041-b680-4b16-b553-36c62c55fb83/3pasos.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:18.5625rem;width:38.8125rem;top:28.5625rem;left:11.21875rem;display:block; }#X3V9x1cdq1HTm32vWW5uMrFZ8X7DG1mO.adaptive-delivery-prevent-bg, #X3V9x1cdq1HTm32vWW5uMrFZ8X7DG1mO.lazyload, #X3V9x1cdq1HTm32vWW5uMrFZ8X7DG1mO.lazyloading { background-image: none; }
#uUHnCoUsB3PyG4ky9fJRIkEtouCNflrM { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/c7404355-a170-4cfa-887a-674499b8a699/ejemplo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.4375rem;width:60rem;top:52.208332061767rem;left:0rem;display:block; }#uUHnCoUsB3PyG4ky9fJRIkEtouCNflrM.adaptive-delivery-prevent-bg, #uUHnCoUsB3PyG4ky9fJRIkEtouCNflrM.lazyload, #uUHnCoUsB3PyG4ky9fJRIkEtouCNflrM.lazyloading { background-image: none; }
#y3VHJBthsOhpdOvo3t6pNiTLmtM97nEm { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/f01a4e40-6ceb-4854-ac5b-b0f5d2ec4784/ARGCUOTAS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.14) ;height:14.9375rem;width:60rem;top:85.31249809265rem;left:0rem;display:block; }#y3VHJBthsOhpdOvo3t6pNiTLmtM97nEm.adaptive-delivery-prevent-bg, #y3VHJBthsOhpdOvo3t6pNiTLmtM97nEm.lazyload, #y3VHJBthsOhpdOvo3t6pNiTLmtM97nEm.lazyloading { background-image: none; }
#TA2i1zvxCb5HTr4fdTbZwzCH4U2A2o7V { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:48.875rem;left:6.28125rem;height:1.3rem;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;font-style:normal;display:block; }
#MO2d9UneoKuDvKuCTIiPP0JBNVztLlNM { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:81.4375038147rem;left:0.09375rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#WlkrrMoO4Ti0AiwvX0oCU3pKozqHHsTW { position:absolute;display:block;z-index:15056;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.375rem;width:6.375rem;top:151.5625rem;left:4.65625rem;overflow:hidden;display:block; }
#RIhWt1JE9zgTndUNiXqT6AAfy0rEhOk2 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.25rem;top:109.6875rem;left:5.6875rem;overflow:hidden;display:block; }
#LLu5FTPWnIOeDcO98uKJKtTsVS0HkaxM { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.75rem;top:106rem;left:3.75rem;overflow:hidden;display:block; }
#RP8Bo0dQH5xpV4CS1iFI7sDkR9r3h8lM { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.25rem;top:105.625rem;left:7.5rem;overflow:hidden;display:block; }
#JlZMguruql0GIiDHTnJ24RGi0HUTtpvH { background-color:#25d366;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:2.9375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:73.875rem;left:3.875rem;display:block; }
#o7PNddV4nUIaHapFcKIIe1Rm43P3tplw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbrnzd5EvuVRkSUDW15C037q7Io0T0PE { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.55078125rem;left:13.125rem;height:7.796875rem;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;font-style:normal;display:block; }
#x5u5qS6Lr7FCkUDgJ1Ah25iKR6lrU0Ag { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:41.9375rem;left:19.1875rem;height:3.89583125rem;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;font-style:normal;display:block; }
#WFmKffNMBJRJy9EpLGklkRCLKfT1dXV9 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:57.500001907349rem;left:8.802085876465rem;height:5.84765625rem;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;font-style:normal;display:block; }
#L49JGmxAqmVne3DAV3IkVGT41ZIw6Z2V { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:152.07032012939rem;left:18rem;height:5.3593875rem;display:block; }
#VyevAJoNu7F3fgOy6Ks1FDa3p597SWDL { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:163.18620872497rem;left:18rem;height:6.25261875rem;display:block; }
#WiewNseKIUICOTLlOeHw3pTH508oO5Td { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:151.5625rem;left:3.1875rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HPpbQPLEESr5o8pM4loVgHB9Xay9eIMT { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:174.80989646912rem;left:18rem;height:6.25261875rem;display:block; }
#OS4f8cXaB7z2dre2NO9yVlXkNCW1udcS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #d41121, #782da8);background-image: -moz-linear-gradient(90deg, #d41121, #782da8);background-image: -ms-linear-gradient(90deg, #d41121, #782da8);background-image: -o-linear-gradient(90deg, #d41121, #782da8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41121', endColorstr='#782da8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41121', endColorstr='#782da8' );";background-image: linear-gradient(90deg, #d41121, #782da8);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:2.9375rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:73.875rem;left:30.75rem;display:block; }
#kiKRcwPbap9plMTM3a2TxCiJO8hr2M1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUxwlLSFFLowsUPBRro4bKrdr0GXVo4e { position:absolute;display:block;z-index:15009;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.14) ;height:10.875rem;width:60rem;top:114.0625rem;left:0rem;display:block; }
#v1kJHohRryUOPZyF7IVARu80KRz4llEn { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.25rem;top:121.375rem;left:5.6875rem;overflow:hidden;display:block; }
#c05Jl4DXi1FluAD9AR6JeMFRVx0TNsIG { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:115.92448425293rem;left:18rem;height:7.14584375rem;display:block; }
#Tb6AFrVGr0dWIqPRbQz255XvRJbr5epV { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.75rem;top:117.6875rem;left:3.75rem;overflow:hidden;display:block; }
#lBXAB4O793SSUvMO4iIktOsHqvA452tg { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.25rem;top:117.3125rem;left:7.5rem;overflow:hidden;display:block; }
#r9XTOWZ4MXonBTWuT5bxqzPZXKeBNTbz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:115.4375rem;left:3.1875rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n2WJP54zkeF2nB1cNAqTsm9VVlsVa6cO { position:absolute;display:block;z-index:15023;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.14) ;height:10.875rem;width:60rem;top:137.4375rem;left:0rem;display:block; }
#QwnVgWtuX9RqyG8iJ1CszMEAm2EGwloB { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:139.3125rem;left:18rem;height:7.14584375rem;display:block; }
#ZtHpSgmh5UU17T9afnpM7QBDDwApgCIi { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.75rem;top:142.39583969116rem;left:3.75rem;overflow:hidden;display:block; }
#fA9JRf6xL5afImsNIdXUUTTVhXDDUUrw { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.25rem;top:141.58333969116rem;left:7.5rem;overflow:hidden;display:block; }
#UavLtmtzkHBbZ9AAl1PtiQV6NJbCEHPc { position:absolute;display:block;z-index:15016;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.14) ;height:10.875rem;width:60rem;top:125.75rem;left:0rem;display:block; }
#JTytrpzwMFBFEIM5tCcc5SyQTyic08dX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:139.31250762939rem;left:3.1875rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PbGGBKlBzN6OIZEewBUXQnJwRFuKnFDV { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:127.5625rem;left:18rem;height:7.14584375rem;display:block; }
#PK02yJV9urI7zw1oI77e50idA4fIDWTE { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.25rem;top:130.47787094116rem;left:7.5rem;overflow:hidden;display:block; }
#uyTs6qFInnZ9mbuuv2drXCaQBldILDnL { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.75rem;top:131.29037094116rem;left:3.1875rem;overflow:hidden;display:block; }
#vg9X0Z6U2dTb0aKLSQsP86vTHP9FSByR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:128.12500762939rem;left:3.1875rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODbsQqhXu0hiF7sXNvSdv1LBVKkQkXQM { position:absolute;display:block;z-index:15028;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.14) ;height:10.875rem;width:60rem;top:149.3125rem;left:0rem;display:block; }
#Ei197RqRiRM1kGoQ1G5I15hiOT1SENtM { position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-secondary-4),0.31);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:7.9375rem;width:0.1875rem;top:115.53125rem;left:15.114585876465rem;display:block; }
#c3P32nHVt9Gmx9MDWWci8G5HcNPPQ6n6 { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-secondary-4),0.31);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:7.9375rem;width:0.1875rem;top:127.21875rem;left:15.21875rem;display:block; }
#xdDSOuwaHdy9E6DxFpdgix68asiizyw1 { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-4),0.31);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:7.9375rem;width:0.1875rem;top:138.90624809265rem;left:15.114585876465rem;display:block; }
#y6rwlhHdKRRtD1r1obo2Qh6GfoBkTHms { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-4),0.31);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:7.9375rem;width:0.1875rem;top:150.78125762939rem;left:15.03125rem;display:block; }
#kNWRTuJ11eycPebHkNSIb8E2fLfoN8zl { position:absolute;display:block;z-index:15061;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.375rem;width:6.375rem;top:163.125rem;left:4.6875rem;overflow:hidden;display:block; }
#l0uiMEJIAMPhFBQAy2wTDz5J1SsBf79U { position:absolute;display:block;z-index:15033;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.14) ;height:10.875rem;width:60rem;top:160.875rem;left:0rem;display:block; }
#TldcAofBnGrON0SRHi8zwQ4ZuctnQQrc { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-4),0.31);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:7.9375rem;width:0.1875rem;top:162.375rem;left:15.0625rem;display:block; }
#y61Brns1OQMEZEIwcwQdLp4ZhWhuS1z1 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:163.125rem;left:3.1875rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I4cqc6kpmpRJiQWd8w8dMZGGi9GtUOOX { position:absolute;display:block;z-index:15066;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.375rem;width:6.375rem;top:174.75rem;left:4.6875rem;overflow:hidden;display:block; }
#TwJhLNy5ZHcehOQZz2umhTd7VbCanZEW { position:absolute;display:block;z-index:15038;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.14) ;height:10.875rem;width:60rem;top:172.5rem;left:0rem;display:block; }
#PDwSDT57wVdcZUcl6Tsi1NJUfRbl7ts4 { position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-4),0.31);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:7.9375rem;width:0.1875rem;top:174rem;left:15.0625rem;display:block; }
#rvNbxZU7WsH7e8xS7D3ReVESyL5qcGpX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:174.75rem;left:3.1875rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/cjuNjIwB/line2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw.adaptive-delivery-prevent-bg, #XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw.lazyload, #XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw.lazyloading { background-image: none; }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw > .row .container { background-color: transparent; background-image: none; }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw > .row .container > .video-iframe-container { display: none; }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw > .row > .video-iframe-container { display: none; }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw > .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); }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw > .row .container { border-width: 0; border-radius: 0; }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvmHvTBz4Alh8VWwQdgCmE1CTyMLzMuw > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/ThVbm3AX/aaa.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL.adaptive-delivery-prevent-bg, #DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL.lazyload, #DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL.lazyloading { background-image: none; }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL > .row .container { background-color: transparent; background-image: none; }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL > .row .container > .video-iframe-container { display: none; }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL > .row > .video-iframe-container { display: none; }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL > .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); }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL > .row .container { border-width: 0; border-radius: 0; }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzL4TZDITQK1OqgpL7CLOXnEeLO2yPuL > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV > .row .container { background-color: transparent; background-image: none; }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV > .row .container > .video-iframe-container { display: none; }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV > .row > .video-iframe-container { display: none; }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV > .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); }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV > .row .container { border-width: 0; border-radius: 0; }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HX76lu7PN7h5gL9PsiFIt1rA4dsMN7fV > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#RpQqCNZolrUfIXrdMo9iK8B9vHZrDnf6 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8515625rem;left:15.15625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWSSCAi6b8apymxuBNse3kXU5EOB5wAm { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5625rem;left:16.875rem;height:1.95rem;font-style:normal;display:block; }
#V5htzIRNHDPQzlV8wQO5GMQPsG5MdMEK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.375rem;left:21.25rem;display:block; }
#T8irSxNFbRqxODQnGU83TmcP4AVgl1A1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhPCrbzOr4kb5onwNiQco4m47z16JQZD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00e640;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.9375rem;left:27.625rem;display:block; }
#uAkPJnAxfn6mR2v77mDOAKO6cgLUxCTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
