.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:221,222,224;--color-primary-1:142,147,153;--color-primary-2:29,38,51;--color-primary-3:15,19,26;--color-primary-4:4,6,8;--color-secondary-0:252,251,248;--color-secondary-1:245,241,232;--color-secondary-2:235,227,208;--color-secondary-3:118,114,104;--color-secondary-4:35,34,31;--color-tertiary-0:255,255,255;--color-tertiary-1:242,231,195;--color-tertiary-2:212,175,55;--color-tertiary-3:106,88,28;--color-tertiary-4:21,17,5;--headlines-font-family:"Raleway";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#1b1b19;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container { background-color: transparent; background-image: none; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container > .video-iframe-container { display: none; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row > .video-iframe-container { display: none; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .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); }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container { border-width: 0; border-radius: 0; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#FdwNp73s2N6WQI04q9MRWlJ6siqVGCdv { background-color:#000000;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90625rem;left:49.125rem;display:none; }
#xMGlMDrpw3S8GtKWkvoaha6hoC1VboJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tUZZcwdauTIMh5BLSP9H2TaScCOoUJG5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.90625rem;left:41.612499237061rem;display:block; }
#olf6TCEhheptIuoLy2p33wItQrKhZO5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hs7O01kfsn0RVmzQ7wGG1VAA8FZAPi9b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.90625rem;left:50.3125rem;display:block; }
#gnIcmkaFLT7aVTL42LsWxC8vH9T9ltbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#feGAubw1Ug1rQ3ySrZwPqoATnimq2c6K { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:0rem;left:1.6875rem;overflow:hidden;display:block; }
#Fh1yKcGH4ln1GNyvNVORx1BkydogBmqD { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:0.34375rem;left:7rem;overflow:hidden;display:block; }
#BnX4VqQlUiG51osDR6TOeV8lpTdTQwC3 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:0.59375rem;left:11.125rem;overflow:hidden;display:block; }
#TMoybvUAwpWkCmslwny390IVPilUpkGw { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:1.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.625rem;left:34.975002288818rem;display:block; }
#yJLFsSGw9IwoiNSDXtb5IotLDJ0UwUvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37f0035c-506b-44b1-824c-386af699ece3/Tevaedificio.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.38); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.38); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.79375rem;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; }
#ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:5rem;top:9.9375rem;left:27.5rem;display:block; }
#bDxEISEo85mZDJTHyeIQxazcCP3zuCyr { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:26.75rem;top:39.41250038147rem;left:31.6875rem;display:block; }
#TAtUZlv367cfXk3L3trPXvQJZDGRWBpy { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:40.925000190735rem;left:33.5rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-form-header { font-size:0.875rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:2.9375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;vertical-align:top; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;vertical-align:top; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:21.375rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.5);vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-container:first-of-type{padding-top:0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-container:last-of-type{padding-bottom:0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py  { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:42.825000762939rem;left:33.125rem;font-size:0.875rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.375rem;display:block;vertical-align:top; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py {display:block;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:42.825000762939rem;left:33.125rem;font-size:0.875rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #vckSIRzoekPEnXnVooBv9l8QCbyza3Bs { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qfT7nDAl46Jw3vlwpJ9Grq6l8hh5I3zI { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #oSTaQX8GQzlSLfpdQOeHUg328m2CpSXf { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #ZOqaRsseD4g5KSKKaV9ZnoVyS1SOtBPF { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #PU0TuelfSTeMcvSMxfd0UGaGPRyD0syp { position:relative;z-index:2; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #iKBZToLD3rgr2URsdEfzlSxi7TTO2Dvy { position:relative; }
#z8283Dhr3J2cpQc6P9yWW4WgXEda3Cag { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #yLUXckUxbeFmyM9T9ctBGKRbHawrKnfw { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qNxAN0qDEHSniIW8EhJRs9KzZyqkuPCq { position:relative; }
#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.91250038147rem;left:1.4875011444092rem;height:10.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:not(:first-child){ padding-top:2.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8fba8bjj/checkbox.png); }
#BDinUsxxNOQi4rlJonncbzN96nholx0X { position:absolute;display:block;z-index:15009;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:31.25rem;width:31.25rem;top:5.4250001907349rem;left:14.375rem;overflow:hidden;display:block; }
#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { 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; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { background-color: transparent; background-image: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .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); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { border-width: 0; border-radius: 0; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { font-size:0.875rem;font-family:arial;height:107.5rem;width:60rem;position:relative;display:block; }#iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { color:rgba(var(--color-secondary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375019073486rem;left:13.625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMVt0L36N4OlQzHx2owckT2eFDh2812N { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:5rem;top:6.5625019073488rem;left:27.5rem;display:block; }
#qb2PA4OUdvh7rzDR378eOctgwEMn6ie6 { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.8125rem rgba(var(--color-secondary-2),0.37) ;height:13.9375rem;width:13.9375rem;top:15.311721801757rem;left:23.1875rem;overflow:hidden;display:block; }
#TNdKAlThll3UDHFAUCttMkuZBDHbOPhu { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:20.125rem;top:33.623439073563rem;left:35.51171875rem;overflow:hidden;display:block; }
#QmTpcd8ECTD7zvfzdaz0pRwhAswXyngn { color:rgba(var(--color-primary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4117193222044rem;left:11.75rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#IgTOAbM5bqPVuOBmtOiqkHWbxqeJBW4B { color:rgba(var(--color-primary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:43.435938835144rem;left:1.4375rem;height:7.71875rem;text-align:center;text-align-last:center;display:block; }
#SepTs07Q21JLf0HZTBwka2GKiGexVKGR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.25rem;width:60rem;top:64.998439788819rem;left:0rem;display:block; }
#oaEnpiWe7ZoavQFZQtsJgpULSKKKEdHW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#phIGxAhTUaNsGK1bJgm4UscQ3oIS6vBd { box-sizing:content-box;height:33.25rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.998439788819rem;left:0rem;display:block; }
#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO { 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; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row .container { background-color: transparent; background-image: none; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row .container > .video-iframe-container { display: none; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row > .video-iframe-container { display: none; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .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); }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row .container { border-width: 0; border-radius: 0; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row .container { font-size:0.875rem;font-family:arial;height:122.25rem;width:60rem;position:relative;display:block; }#RXhrANDvl9sM2rLT9OAGOknFFxbu0MoI { color:rgba(var(--color-secondary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.049221992492rem;left:13.625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vufE5ivWDdUXsMOa4WX1y9PlpI69RtpS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:5rem;top:15.000002861023rem;left:27.5rem;display:block; }
#ND3mHQ6ldiX9TST59voVleZT148Hq8gb { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.5625rem;width:35.625rem;top:28.098437309265rem;left:12.1875rem;overflow:hidden;display:block; }
#xfnwNgMyakcnCQR1JWrcCvkG3TsXay5f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:37.817188262939rem;left:32.5rem; }
#GGUKgWllVn6B2QTJc1A1Dh0BF9C1cRfK { background-color:rgba(var(--color-tertiary-2),0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:54.049221038818rem;left:21.25rem;display:block; }
#nuBHPK4PzZloDKfEi7e8fAPwRTV7pGZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CS0Ue9T818WBtHQObPHT7fHThvkzXPGL { color:rgba(var(--color-primary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.087503433227rem;left:10.625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xivkbc7hsro0S5L7z6Lf4EdnpfEtaBME { box-sizing:content-box;height:34.375rem;width:60rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.871093273163rem;left:0rem;display:block; }
#d11pCAyhTTwbP1GMauk9Ak3CvFzZXMNQ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.25rem;width:60rem;top:76.43359565735rem;left:0rem;display:block; }
#RO96GSqDPTbl7MiTpMlVQGvaRRHz7VpP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF { 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; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row .container { background-color: transparent; background-image: none; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row .container > .video-iframe-container { display: none; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row > .video-iframe-container { display: none; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .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); }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row .container { border-width: 0; border-radius: 0; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;position:relative;display:block; }#euKL1hTTrRbsedVTfFm8wwZQzIaREWOg { color:rgba(var(--color-secondary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:13.625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oGPz9I3zSciaGJqiZoAKV3nq82XiWB1H { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:5rem;top:11rem;left:27.5rem;display:block; }
#rzA61uVTQbCUpTou2BgQ29cvO0cXgu5l { color:rgba(var(--color-secondary-2),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5625rem;left:8.4250011444094rem;height:11rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rzA61uVTQbCUpTou2BgQ29cvO0cXgu5l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rzA61uVTQbCUpTou2BgQ29cvO0cXgu5l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
#brAkqRrS5X9TqdVZTFoIkitbs7vVgTyo { color:rgba(var(--color-tertiary-1),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:27.874999642372rem;left:8.4250011444094rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#brAkqRrS5X9TqdVZTFoIkitbs7vVgTyo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#brAkqRrS5X9TqdVZTFoIkitbs7vVgTyo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
#iZJeC4FlyrEEQsSWkXaZq3EssKDywDHl { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:29.125rem;top:14.562500596046rem;left:28.487499237061rem;overflow:hidden;display:block; }
#dBdVziUMm4qAc3K7pqasILPrT4ChAPm4 { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.311718463898rem;left:4.3625011444092rem;height:1.625rem;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; }
#cGgmPfzmibLDaAibHNeTHIkkrLUtZXo7 { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.299999952316rem;left:4.3625011444092rem;height:1.625rem;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; }
#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aaf9cd21-b28b-4de2-8222-6a43f2b59482/LayoutRooftopTevasinfondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss.adaptive-delivery-prevent-bg, #RqTGHAtuKc5185WJowRxhM0Z3uAyPoss.lazyload, #RqTGHAtuKc5185WJowRxhM0Z3uAyPoss.lazyloading { background-image: none; }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .row .container { background-color: transparent; background-image: none; }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.81); }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .row .container > .video-iframe-container { display: none; }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.81); }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .row > .video-iframe-container { display: none; }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .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); }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .row .container { border-width: 0; border-radius: 0; }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss::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; }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#hEWmGlyq9okNAN5g6lE1vPuiVu76i2wy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.8125rem;width:29.75rem;top:2.2187501192093rem;left:15.125rem;overflow:hidden;display:block; }
#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF { 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; }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .row .container { background-color: transparent; background-image: none; }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .row .container > .video-iframe-container { display: none; }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .row > .video-iframe-container { display: none; }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .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); }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .row .container { border-width: 0; border-radius: 0; }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#GwXsFURfTiCwnQOs0J5HazMr8rU90LZE { color:rgba(var(--color-secondary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:13.625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f8ynlg27IaZGybSlnuRx9sRToanOE9uJ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:5rem;top:10.484375rem;left:27.5rem;display:block; }
#vQEhcWwVHKRe7WLX6oEOFXZHlyHLC0Cr { color:rgba(var(--color-primary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.9351615905763rem;left:8.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBvEcFbsyXRrOmMq5vHSRvnDTO2fTTvc { color:rgba(var(--color-primary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:24.396886825561rem;left:8.6875rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EBvEcFbsyXRrOmMq5vHSRvnDTO2fTTvc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EBvEcFbsyXRrOmMq5vHSRvnDTO2fTTvc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
#sd1eOUNlBsbT1zWATV1ot24FlAxbmuJL { color:rgba(var(--color-secondary-2),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.396874904633rem;left:35.693752288818rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sd1eOUNlBsbT1zWATV1ot24FlAxbmuJL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sd1eOUNlBsbT1zWATV1ot24FlAxbmuJL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
#tyOmiJQPu32QQnBJblGuiy3UHIOTIT7z { color:rgba(var(--color-primary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.37265586853rem;left:16.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#uKGCvPDNdDAJWbKK6nMlwid0xJVQMuTI { color:rgba(var(--color-primary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.134387016296rem;left:6.1125011444092rem;height:1.625rem;display:block; }
#fICZQyhR1qhRZXqOmF5FalHzacwJU1NO { color:rgba(var(--color-primary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.13437461853rem;left:33.5rem;height:1.625rem;display:block; }
#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv { 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; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row .container { background-color: transparent; background-image: none; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row .container > .video-iframe-container { display: none; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row > .video-iframe-container { display: none; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .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); }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row .container { border-width: 0; border-radius: 0; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#CMuzMR6TeThhlt35UT2VORwr9ecyNIlN { color:rgba(var(--color-tertiary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3187500238419rem;left:13.625rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gl02AQ5718MgVfMu8ylJ7LTTFQ0KGaZT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:5rem;top:12.47265625rem;left:27.5rem;display:block; }
#fOsZlnMisJpQXpKDTwrC8l3xEto9du7V { box-sizing:content-box;height:14.5rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(46,52,67,0.52);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#klw94SIqXQVDfbcm2O58T1fJnLDTxszV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV.adaptive-delivery-prevent-bg, #klw94SIqXQVDfbcm2O58T1fJnLDTxszV.lazyload, #klw94SIqXQVDfbcm2O58T1fJnLDTxszV.lazyloading { background-image: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { background-color: transparent; background-image: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container > .video-iframe-container { display: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row > .video-iframe-container { display: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .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); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { border-width: 0; border-radius: 0; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { font-size:0.875rem;font-family:arial;height:69.875rem;width:60rem;position:relative;display:block; }#MRNKHnU9vFstIWHBTnTOCMMaxXHgX07E { 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:13.5rem;width:18.9375rem;top:1.625rem;left:0.5625rem;overflow:hidden;display:block; }
#misN72eQyIwnyGwDzZzuchvHiu3xTNlR { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat: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:4.6875rem;width:43.25rem;top:29.918750762939rem;left:8.375rem;display:block; }
#gPz4TWZmys2k8iGTXi1Tvciudzc42Gxu { 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:13.5rem;width:19.125rem;top:1.59375rem;left:20.4375rem;overflow:hidden;display:block; }
#pSuD9iozFJiEk6vftEQP11FHx3fdIsrR { 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:13.6875rem;width:18.875rem;top:1.6125001907349rem;left:40.5625rem;overflow:hidden;display:block; }
#FBzugz2owFCX1pkAby1X4vLDb3dL4Ou6 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:47.991401672363rem;left:7.5rem;height:3.7375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L4i23zIq2DWf5dcS7lbNunva1lRRX7Md { 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:14.0625rem;width:18.8125rem;top:15.90625rem;left:0.5625rem;overflow:hidden;display:block; }
#MG7XHCWTG0F3Rca2sv4pt3vSJXE0RcUz { position:absolute;display:block;z-index:15016;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.75rem;width:19.9375rem;top:15.156250953674rem;left:40.0625rem;overflow:hidden;display:block; }
#zflZLT2VKu8SqU2dUa7PEhoiZKqniDTd { position:absolute;display:block;z-index:15016;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.75rem;width:18.9375rem;top:16.187500476837rem;left:20.53125rem;overflow:hidden;display:block; }
#F30pCSRT2iytCbcn8c7U1voIr3baLrzs { position:absolute;display:block;z-index:15022;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:37.3125rem;width:17.1875rem;top:31.204681873321rem;left:23.737499237061rem;overflow:hidden;display:block; }
#Ht1dBHmOE4oI9LHu58LKemwIOcRIuhqc { color:rgba(var(--color-primary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:53.879676818847rem;left:7.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ht1dBHmOE4oI9LHu58LKemwIOcRIuhqc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ht1dBHmOE4oI9LHu58LKemwIOcRIuhqc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP { 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; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row .container { background-color: transparent; background-image: none; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row .container > .video-iframe-container { display: none; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row > .video-iframe-container { display: none; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .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); }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row .container { border-width: 0; border-radius: 0; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#F9ydxACtJICVtM3QpOOpV1wrRi2CZzhJ { color:rgba(var(--color-tertiary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3187500238419rem;left:13.625rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A88T0wUzORnoAHGiHybwnvET0mUmvFns { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:5rem;top:12.47265625rem;left:27.5rem;display:block; }
#Qoy1dETnkQNTXchLS2Rec3aSqPTfdyqW { box-sizing:content-box;height:14.5rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(46,52,67,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HGHHCQr7rorbFirW23V8UkuTvAw09lTC { 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; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row .container { background-color: transparent; background-image: none; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row .container > .video-iframe-container { display: none; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row > .video-iframe-container { display: none; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .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); }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row .container { border-width: 0; border-radius: 0; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row .container { font-size:0.875rem;font-family:arial;height:74.8125rem;width:60rem;position:relative;display:block; }#gkLHfkdq1OIRrSZlptpciqMoXiNPFotq { 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:13.1875rem;width:18.9375rem;top:1.65625rem;left:0.53125rem;overflow:hidden;display:block; }
#GTS9Eqk29DIh72XPkf1zIKd6SyZJvdS1 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat: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:4.6875rem;width:43.25rem;top:29.917951583863rem;left:8.375rem;display:block; }
#QbZZrxwSbUqnwq8eRVPLrM6Z5kQCE3fT { 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:13.125rem;width:19.0625rem;top:1.65625rem;left:40.375rem;overflow:hidden;display:block; }
#NQiR766cbJbNlUkb2uTBA1dfzXltWO4t { color:rgba(var(--color-tertiary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:52.235157012939rem;left:30.25rem;height:3.7375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#k54s3BZSN5LNNnaxvf6rF8RvmG3OL2Um { position:absolute;display:block;z-index:14999;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:40.1875rem;width:21.125rem;top:34.010155677796rem;left:8.375rem;overflow:hidden;display:block; }
#cxtiGOQ2UHDQV3ioPktg36RIATsMJZlv { 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:13.125rem;width:18.9375rem;top:1.6562747955323rem;left:20.53125rem;overflow:hidden;display:block; }
#omqkuHMolCdfHbsO0wWST41CMXQTd1hh { 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:13.5625rem;width:18.9375rem;top:15.52890586853rem;left:0.53125rem;overflow:hidden;display:block; }
#LeMAmt8xTeXaFENVpA3IdLJlbNbuPKea { 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:13.4375rem;width:18.8125rem;top:15.59140586853rem;left:20.59375rem;overflow:hidden;display:block; }
#mSNVlrMJTETXDxyPSM9i4Vos8HMLoDXF { position:absolute;display:block;z-index:15016;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.0625rem;width:18.6875rem;top:15.77890586853rem;left:40.65625rem;overflow:hidden;display:block; }
#PdKz05Vs6RLIIGeMUZgASbZxZKW3JVst { color:rgba(var(--color-secondary-2),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:57.345285415649rem;left:29.5625rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#V8kigAOfEiZdVKFuCieyR1iUTsspy1pO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:57.343751907349rem;left:32.43359375rem; }
#IAuPh00nROW9i9RABspTGrwiWSy4B1Om { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:59.143753051757rem;left:33.883594512939rem; }
#ArraqZpxwxPcbappTd2lHJ0z9xLfiFGV { color:rgba(var(--color-secondary-2),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:57.345285415649rem;left:29.5625rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:none; }#ArraqZpxwxPcbappTd2lHJ0z9xLfiFGV li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ArraqZpxwxPcbappTd2lHJ0z9xLfiFGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
#eDr2CkcWRrW8V6fdOCqlKqCTxaFfkLUi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:60.769530296326rem;left:33.93359375rem; }
#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 { 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; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row .container { background-color: transparent; background-image: none; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row .container > .video-iframe-container { display: none; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row > .video-iframe-container { display: none; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .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); }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row .container { border-width: 0; border-radius: 0; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:60rem;position:relative;display:block; }#nyhOe7QXR7ZFsmf01WnEn0HPWHJT2hT8 { color:rgba(var(--color-secondary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8953113555908rem;left:13.625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#toULZCyvn5pTo5Z0pZxs7rKr8R1l81cm { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:5rem;top:9.532031059265rem;left:27.5rem;display:block; }
#IexfcE06DDG4WLHz8I02zcly6el5iMSQ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:44.25rem;top:11.809375286102rem;left:7.875rem;overflow:hidden;display:block; }
#pQuI2Myll3J8T3lJHt9Z4vf6KywglAFL { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:46.25rem;top:43.551575660706rem;left:6.875rem;overflow:hidden;display:block; }
#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0bf7b11e-4c3b-469c-962e-89e16923b6f8/balconteva.crop_1883x1242_0,678.png");background-position:bottom 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; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.adaptive-delivery-prevent-bg, #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.lazyload, #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.lazyloading { background-image: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { background-color: transparent; background-image: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.54); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container > .video-iframe-container { display: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.54); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container { display: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .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); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { border-width: 0; border-radius: 0; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0::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; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:5rem;top:14.875rem;left:27.5rem;display:block; }
#bJ1PZcVlQ3JGe2W8R9gfGlSr2gnolsDB { color:rgba(var(--color-tertiary-0),1);display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.186718940735rem;left:1.4375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lerGrL84h6F8WTpydKH676Xz0KTnVgpF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.249218940735rem;left:20.21875rem;display:block; }
#uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:4.79375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { background-color: transparent; background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .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); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { border-width: 0; border-radius: 0; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#MPFtwBntanemHl3ti0EarcwDRkFnvTgB { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:5rem;top:8.6679692268369rem;left:27.5rem;display:block; }
#z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { color:rgba(var(--color-primary-2),1);display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6242189407349rem;left:8.90625rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEHWXKfOvG7auu4T1tmVMpdKKhPTkUmJ { color:rgba(var(--color-secondary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.311718463897rem;left:7rem;height:4.7125rem;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; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-form-header {  }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:2.9375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;vertical-align:top; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;vertical-align:top; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:rgba(var(--color-tertiary-3),1);width:21.375rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;line-height:1.4; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-container:first-of-type{padding-top:0;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-container:last-of-type{padding-bottom:0;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.724243164062rem;left:32.5rem; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.375rem;display:block;vertical-align:top; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX {display:block;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.724243164062rem;left:32.5rem; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #ydDLbB5xZ48btVvKv4cKOuRgi5Nxlmux { position:relative; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #NtkuqcaR8x51lfcOUuOCe5Ab112mAFtf { position:relative;display:block; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #MiIyEoUko5tObrfRoMGyXCAsqVugI7xd { position:relative; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #EEHfXV8TwXwWoNiVD50gk7HxfdCVMp21 { position:relative; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #sT3WB1Zw8p7b08WhcM4zufoSG1lP7nGo { position:relative;display:block; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #T2TH0RkqgkfdCrzNSc9TqgbA04rSndze { position:relative; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #UckWce0JRObGrumnLCnyArtXgiM9qPfB { position:relative; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #cMnb5wkfp2OqDETT58t3Pu6w3FmXTm7p { position:relative;z-index:2; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #mON68wVTuL6TGBxOi7SLZVqlJ6dGNHfh { position:relative; }
#WpC8EcT0Wrr0C4VOMfaNz3wLfkzW7PWM { position:relative;display:block; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #WuFbI97eDvDDGZPxNJhxTGe9Q1fSHVaw { position:relative; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #bpUnmigzck6HxXUfTsVeCyhgS0PZA3ue { position:relative; }
#KSpTBCBzpqPT23As8o73hxd11WrwuQDe { box-sizing:content-box;height:15.6875rem;width:23.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.400000095367rem;left:32.5rem;display:block; }
#RExXxvisfu542pvAQb2aTJJVzKhu0IAu { color:rgba(var(--color-secondary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.62343788147rem;left:7rem;height:2.03125rem;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; }
#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .row .container { background-color: transparent; background-image: none; }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .row .container > .video-iframe-container { display: none; }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .row > .video-iframe-container { display: none; }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .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); }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .row .container { border-width: 0; border-radius: 0; }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#Za5LQTzPh1dH0eyJoTT4zIWPLoJzH66P { position:absolute;display:block;z-index:15012;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:19.0625rem;width:19.0625rem;top:16.874218940735rem;left:20.46875rem;overflow:hidden;display:block; }
#ZKNmyzxR1oHohfzIlsESo13eQQKul8pW { position:absolute;display:block;z-index:15013;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:16rem;width:16rem;top:3.4687504768372rem;left:33.275001525879rem;overflow:hidden;display:block; }
#T0V4DONr9ZVwqLw7qXCTuIhbTfaQdyH5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:15.9375rem;top:3.5rem;left:11.5625rem;display:block; }
#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .row .container { background-color: transparent; background-image: none; }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .row .container > .video-iframe-container { display: none; }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .row > .video-iframe-container { display: none; }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .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); }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .row .container { border-width: 0; border-radius: 0; }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#GtqNFuo49zD7LmafLAhEGT99HafHB9Wi { position:absolute;display:block;z-index:15000;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat: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:26rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#EM3LFq0fLFSkVLC21e1uLTl07uSToy8F { color:#d0c8c8;display:block;width:30.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.9375009536743rem;left:26.625rem;height:10.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2NU1PQZBTyPpEHLQHr7Iv9vPnrReurZ { color:#d0c8c8;display:block;width:30.8125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:17.452331542969rem;left:26.625rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p1bqtWQrqm4nWZz0nz4gmROeQoTUWd10 { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0.52420425415039rem;left:26.625rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#thTh1nOQo5w9nFg52TdZHhU6IGWPELtp { position:absolute;display:block;z-index:15013;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:16.75rem;width:16.75rem;top:3.5140380859375rem;left:4.15625rem;overflow:hidden;display:block; }
#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .row .container { background-color: transparent; background-image: none; }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .row .container > .video-iframe-container { display: none; }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .row > .video-iframe-container { display: none; }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .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); }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .row .container { border-width: 0; border-radius: 0; }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#u3Gi85sRIS8laBJ6JvCEdUcSIiew1ggg { position:absolute;display:block;z-index:15000;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat: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:26rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#M1XiqTgb34SqJ6UbZFTT3v8B1NLc5ESR { color:#d0c8c8;display:block;width:30.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.2804450988769rem;left:26.40625rem;height:8.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IDzmnOKbU3NeIObzMPS5F1ZhQEtPl6fo { position:absolute;display:block;z-index:15014;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:13.4375rem;width:13.4375rem;top:6.2812509536744rem;left:5.8125rem;overflow:hidden;display:block; }
#EtKboVpuy6bQaD27Zk86ZIXb0Tv0PHVL { color:#d0c8c8;display:block;width:30.8125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:16.357849121094rem;left:26.40625rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BJfNwA6Z1rhpCRcgcio9GLB261yHO4tR { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4749851226807rem;left:26.625rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .row .container { background-color: transparent; background-image: none; }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .row .container > .video-iframe-container { display: none; }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .row > .video-iframe-container { display: none; }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .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); }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .row .container { border-width: 0; border-radius: 0; }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#G6vKdvzlgRD4FhkyKoAXvgxQAHyGrQRW { position:absolute;display:block;z-index:15000;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat: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:22.0625rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#gEgD7UE8m2mFREh54iFVLr6VdyK2eJpM { color:#d0c8c8;display:block;width:30.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.96718788147rem;left:26.40625rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNE9rgg9esnuFH26LphNTTgydXIFJEs3 { position:absolute;display:block;z-index:15014;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:13.4375rem;width:13.4375rem;top:3.1726570129394rem;left:5.8125rem;overflow:hidden;display:block; }
#Mr0GNpTQB0gRNmFqOd1cT6edJxNTwGaL { color:#d0c8c8;display:block;width:30.8125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:26.40625rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAGawE6Jf5C43ztppeTLk2rDQ6vi3KBC { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4749851226807rem;left:26.625rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-image: -moz-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-image: -ms-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-image: -o-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000019' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000019' );";background-image: linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container { border-width: 0; border-radius: 0; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FdwNp73s2N6WQI04q9MRWlJ6siqVGCdv { width:10.875rem;height:2.4375rem;top:0.875rem;left:36.875rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xMGlMDrpw3S8GtKWkvoaha6hoC1VboJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #tUZZcwdauTIMh5BLSP9H2TaScCOoUJG5 { width:8.75rem;height:2.4375rem;top:0.875rem;left:35.487499237061rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #olf6TCEhheptIuoLy2p33wItQrKhZO5t { display:block; }
 }@media only screen and (max-width: 763px) { #Hs7O01kfsn0RVmzQ7wGG1VAA8FZAPi9b { width:8.75rem;height:2.4375rem;top:0.875rem;left:39rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gnIcmkaFLT7aVTL42LsWxC8vH9T9ltbW { display:block; }
 }@media only screen and (max-width: 763px) { #feGAubw1Ug1rQ3ySrZwPqoATnimq2c6K { top:0rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1yKcGH4ln1GNyvNVORx1BkydogBmqD { top:0.3125rem;left:0.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnX4VqQlUiG51osDR6TOeV8lpTdTQwC3 { top:0.5625rem;left:5rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMoybvUAwpWkCmslwny390IVPilUpkGw { width:5.875rem;height:1.5625rem;top:1.625rem;left:28.850002288818rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJLFsSGw9IwoiNSDXtb5IotLDJ0UwUvU { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:47.75rem;height:4.75rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { width:5rem;height:0.125rem;top:9.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDxEISEo85mZDJTHyeIQxazcCP3zuCyr { width:26.75rem;height:20.5rem;top:39.375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtUZlv367cfXk3L3trPXvQJZDGRWBpy { width:23.125rem;height:1.9375rem;top:40.875rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-textarea { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-button { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py  { width:21.375rem;height:auto;top:42.8125rem;left:23.875rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .radio-container { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py {display:block;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py { width:21.375rem;height:auto;top:42.8125rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #vckSIRzoekPEnXnVooBv9l8QCbyza3Bs {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qfT7nDAl46Jw3vlwpJ9Grq6l8hh5I3zI { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #oSTaQX8GQzlSLfpdQOeHUg328m2CpSXf {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #ZOqaRsseD4g5KSKKaV9ZnoVyS1SOtBPF {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #PU0TuelfSTeMcvSMxfd0UGaGPRyD0syp {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #iKBZToLD3rgr2URsdEfzlSxi7TTO2Dvy {  }
 }@media only screen and (max-width: 763px) { #z8283Dhr3J2cpQc6P9yWW4WgXEda3Cag { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #yLUXckUxbeFmyM9T9ctBGKRbHawrKnfw {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qNxAN0qDEHSniIW8EhJRs9KzZyqkuPCq {  }
 }@media only screen and (max-width: 763px) { #UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { width:26.0625rem;height:;top:42.875rem;left:0rem;font-size:1rem;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8fba8bjj/checkbox.png); }
 }@media only screen and (max-width: 763px) { #BDinUsxxNOQi4rlJonncbzN96nholx0X { top:5.375rem;left:8.25rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { width:32.75rem;height:3.875rem;top:1.9375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMVt0L36N4OlQzHx2owckT2eFDh2812N { width:5rem;height:0.125rem;top:6.5625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb2PA4OUdvh7rzDR378eOctgwEMn6ie6 { top:15.25rem;left:17.0625rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNdKAlThll3UDHFAUCttMkuZBDHbOPhu { top:33.5625rem;left:27.625rem;width:20.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmTpcd8ECTD7zvfzdaz0pRwhAswXyngn { top:8.375rem;left:5.625rem;width:36.5rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTOAbM5bqPVuOBmtOiqkHWbxqeJBW4B { top:43.375rem;left:0rem;width:32.5625rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SepTs07Q21JLf0HZTBwka2GKiGexVKGR { top:64.9375rem;left:0rem;width:47.75rem;height:26.461458333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaEnpiWe7ZoavQFZQtsJgpULSKKKEdHW { display:none; }
 }@media only screen and (max-width: 763px) { #phIGxAhTUaNsGK1bJgm4UscQ3oIS6vBd { top:64.9375rem;left:0rem;width:47.75rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #teXr9zNsQETBTATDuE0Peq6tiXtWXOvO { display:block; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXhrANDvl9sM2rLT9OAGOknFFxbu0MoI { width:32.75rem;height:3.875rem;top:10rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vufE5ivWDdUXsMOa4WX1y9PlpI69RtpS { width:5rem;height:0.125rem;top:15rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND3mHQ6ldiX9TST59voVleZT148Hq8gb { top:28.0625rem;left:6.0625rem;width:35.625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnwNgMyakcnCQR1JWrcCvkG3TsXay5f { top:37.8125rem;left:26.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGUKgWllVn6B2QTJc1A1Dh0BF9C1cRfK { width:17.5rem;height:3.4375rem;top:54rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuBHPK4PzZloDKfEi7e8fAPwRTV7pGZE { display:block; }
 }@media only screen and (max-width: 763px) { #CS0Ue9T818WBtHQObPHT7fHThvkzXPGL { top:19.0625rem;left:4.5rem;width:38.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xivkbc7hsro0S5L7z6Lf4EdnpfEtaBME { top:75.8125rem;left:0rem;width:47.75rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d11pCAyhTTwbP1GMauk9Ak3CvFzZXMNQ { top:76.375rem;left:0rem;width:47.75rem;height:26.461458333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #RO96GSqDPTbl7MiTpMlVQGvaRRHz7VpP { display:none; }
 }@media only screen and (max-width: 763px) { #C46kHlbntDvNQKoEQMQNDMuz6KmF2avF { display:block; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euKL1hTTrRbsedVTfFm8wwZQzIaREWOg { width:32.75rem;height:3.875rem;top:6.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGPz9I3zSciaGJqiZoAKV3nq82XiWB1H { width:5rem;height:0.125rem;top:11rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzA61uVTQbCUpTou2BgQ29cvO0cXgu5l { width:20.0625rem;height:11rem;top:14.5625rem;left:2.3000011444092rem;font-size:1.25rem;display:block; }#rzA61uVTQbCUpTou2BgQ29cvO0cXgu5l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #brAkqRrS5X9TqdVZTFoIkitbs7vVgTyo { width:24.125rem;height:;top:27.875rem;left:2.3000011444092rem;font-size:1.25rem;display:block; }#brAkqRrS5X9TqdVZTFoIkitbs7vVgTyo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #iZJeC4FlyrEEQsSWkXaZq3EssKDywDHl { top:14.5625rem;left:18.625rem;width:29.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBdVziUMm4qAc3K7pqasILPrT4ChAPm4 { top:13.25rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGgmPfzmibLDaAibHNeTHIkkrLUtZXo7 { top:26.25rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqTGHAtuKc5185WJowRxhM0Z3uAyPoss { display:none; }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hEWmGlyq9okNAN5g6lE1vPuiVu76i2wy { top:2.1875rem;left:9rem;width:29.75rem;height:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF { display:block; }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwXsFURfTiCwnQOs0J5HazMr8rU90LZE { width:32.75rem;height:3.875rem;top:5.6875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ynlg27IaZGybSlnuRx9sRToanOE9uJ { width:5rem;height:0.125rem;top:10.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQEhcWwVHKRe7WLX6oEOFXZHlyHLC0Cr { width:42.625rem;height:1.625rem;top:8.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBvEcFbsyXRrOmMq5vHSRvnDTO2fTTvc { width:22.875rem;height:3.5625rem;top:24.375rem;left:2.5625rem;font-size:1rem;display:block; }#EBvEcFbsyXRrOmMq5vHSRvnDTO2fTTvc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #sd1eOUNlBsbT1zWATV1ot24FlAxbmuJL { width:23.4375rem;height:;top:24.375rem;left:24.3125rem;font-size:1rem;display:block; }#sd1eOUNlBsbT1zWATV1ot24FlAxbmuJL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #tyOmiJQPu32QQnBJblGuiy3UHIOTIT7z { top:13.3125rem;left:10.125rem;width:27.5rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKGCvPDNdDAJWbKK6nMlwid0xJVQMuTI { top:22.125rem;left:0rem;width:20.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fICZQyhR1qhRZXqOmF5FalHzacwJU1NO { top:22.125rem;left:26.0625rem;width:21.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv { display:none; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CMuzMR6TeThhlt35UT2VORwr9ecyNIlN { width:32.75rem;height:7.75rem;top:3.3125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl02AQ5718MgVfMu8ylJ7LTTFQ0KGaZT { width:5rem;height:0.125rem;top:12.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOsZlnMisJpQXpKDTwrC8l3xEto9du7V { top:0rem;left:0rem;width:47.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klw94SIqXQVDfbcm2O58T1fJnLDTxszV { display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRNKHnU9vFstIWHBTnTOCMMaxXHgX07E { width:18.9375rem;height:13.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #misN72eQyIwnyGwDzZzuchvHiu3xTNlR { width:43.25rem;height:4.6875rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPz4TWZmys2k8iGTXi1Tvciudzc42Gxu { width:19.125rem;height:13.5rem;top:1.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSuD9iozFJiEk6vftEQP11FHx3fdIsrR { width:18.875rem;height:13.6875rem;top:1.5625rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBzugz2owFCX1pkAby1X4vLDb3dL4Ou6 { width:23.125rem;height:3.6875rem;top:47.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4i23zIq2DWf5dcS7lbNunva1lRRX7Md { width:18.8125rem;height:14.0625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG7XHCWTG0F3Rca2sv4pt3vSJXE0RcUz { width:19.9375rem;height:14.75rem;top:15.125rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zflZLT2VKu8SqU2dUa7PEhoiZKqniDTd { width:18.9375rem;height:13.75rem;top:16.1875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F30pCSRT2iytCbcn8c7U1voIr3baLrzs { top:31.1875rem;left:3.8125rem;width:17.1875rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht1dBHmOE4oI9LHu58LKemwIOcRIuhqc { width:22.875rem;height:;top:53.875rem;left:0rem;font-size:1rem;display:block; }#Ht1dBHmOE4oI9LHu58LKemwIOcRIuhqc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP { display:none; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F9ydxACtJICVtM3QpOOpV1wrRi2CZzhJ { width:32.75rem;height:7.75rem;top:3.3125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A88T0wUzORnoAHGiHybwnvET0mUmvFns { width:5rem;height:0.125rem;top:12.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoy1dETnkQNTXchLS2Rec3aSqPTfdyqW { top:0rem;left:0rem;width:47.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGHHCQr7rorbFirW23V8UkuTvAw09lTC { display:block; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkLHfkdq1OIRrSZlptpciqMoXiNPFotq { width:18.9375rem;height:13.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTS9Eqk29DIh72XPkf1zIKd6SyZJvdS1 { width:43.25rem;height:4.6875rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbZZrxwSbUqnwq8eRVPLrM6Z5kQCE3fT { width:19.0625rem;height:13.125rem;top:1.625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiR766cbJbNlUkb2uTBA1dfzXltWO4t { width:22.0625rem;height:3.6875rem;top:52.1875rem;left:9.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k54s3BZSN5LNNnaxvf6rF8RvmG3OL2Um { top:34rem;left:0rem;width:21.125rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxtiGOQ2UHDQV3ioPktg36RIATsMJZlv { width:18.9375rem;height:13.125rem;top:1.625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omqkuHMolCdfHbsO0wWST41CMXQTd1hh { width:18.9375rem;height:13.5625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeMAmt8xTeXaFENVpA3IdLJlbNbuPKea { width:18.8125rem;height:13.4375rem;top:15.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSNVlrMJTETXDxyPSM9i4Vos8HMLoDXF { width:18.6875rem;height:13.0625rem;top:15.75rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdKz05Vs6RLIIGeMUZgASbZxZKW3JVst { width:23.4375rem;height:4.875rem;top:57.3125rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8kigAOfEiZdVKFuCieyR1iUTsspy1pO { top:57.3125rem;left:26.24609375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAuPh00nROW9i9RABspTGrwiWSy4B1Om { top:59.125rem;left:27.696094512939rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArraqZpxwxPcbappTd2lHJ0z9xLfiFGV { width:8.9375rem;height:;top:94.6875rem;left:0rem;font-size:0.875rem;display:none; }#ArraqZpxwxPcbappTd2lHJ0z9xLfiFGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #eDr2CkcWRrW8V6fdOCqlKqCTxaFfkLUi { top:60.75rem;left:27.74609375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 { display:block; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyhOe7QXR7ZFsmf01WnEn0HPWHJT2hT8 { width:32.75rem;height:3.875rem;top:4.875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toULZCyvn5pTo5Z0pZxs7rKr8R1l81cm { width:5rem;height:0.125rem;top:9.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IexfcE06DDG4WLHz8I02zcly6el5iMSQ { top:11.75rem;left:1.75rem;width:44.25rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQuI2Myll3J8T3lJHt9Z4vf6KywglAFL { top:43.5rem;left:0.75rem;width:46.25rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { width:5rem;height:0.125rem;top:14.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ1PZcVlQ3JGe2W8R9gfGlSr2gnolsDB { width:47.75rem;height:3.875rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lerGrL84h6F8WTpydKH676Xz0KTnVgpF { width:19.5625rem;height:3.1875rem;top:21.1875rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block; }
 }@media only screen and (max-width: 763px) { #hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { width:47.75rem;height:4.75rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPFtwBntanemHl3ti0EarcwDRkFnvTgB { width:5rem;height:0.125rem;top:8.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { width:42.1875rem;height:4.25rem;top:3.5625rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEHWXKfOvG7auu4T1tmVMpdKKhPTkUmJ { width:21.8125rem;height:4.6875rem;top:17.25rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-text { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-textarea { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-select { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-button { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX  { width:21.375rem;height:auto;top:12.6875rem;left:23.875rem; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .radio-container { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX {display:block;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX { width:21.375rem;height:auto;top:12.6875rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #ydDLbB5xZ48btVvKv4cKOuRgi5Nxlmux {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #NtkuqcaR8x51lfcOUuOCe5Ab112mAFtf { display:block; }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #MiIyEoUko5tObrfRoMGyXCAsqVugI7xd {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #EEHfXV8TwXwWoNiVD50gk7HxfdCVMp21 {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #sT3WB1Zw8p7b08WhcM4zufoSG1lP7nGo { display:block; }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #T2TH0RkqgkfdCrzNSc9TqgbA04rSndze {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #UckWce0JRObGrumnLCnyArtXgiM9qPfB {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #cMnb5wkfp2OqDETT58t3Pu6w3FmXTm7p {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #mON68wVTuL6TGBxOi7SLZVqlJ6dGNHfh {  }
 }@media only screen and (max-width: 763px) { #WpC8EcT0Wrr0C4VOMfaNz3wLfkzW7PWM { display:block; }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #WuFbI97eDvDDGZPxNJhxTGe9Q1fSHVaw {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #bpUnmigzck6HxXUfTsVeCyhgS0PZA3ue {  }
 }@media only screen and (max-width: 763px) { #KSpTBCBzpqPT23As8o73hxd11WrwuQDe { top:13.375rem;left:24.125rem;width:23.625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RExXxvisfu542pvAQb2aTJJVzKhu0IAu { width:21.8125rem;height:2rem;top:23.5625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus { display:block; }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Za5LQTzPh1dH0eyJoTT4zIWPLoJzH66P { top:16.8125rem;left:14.34375rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKNmyzxR1oHohfzIlsESo13eQQKul8pW { top:3.4375rem;left:27.150001525879rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0V4DONr9ZVwqLw7qXCTuIhbTfaQdyH5 { width:15.9375rem;height:15.9375rem;top:3.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E { display:block; }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtqNFuo49zD7LmafLAhEGT99HafHB9Wi { width:25.0625rem;height:26rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM3LFq0fLFSkVLC21e1uLTl07uSToy8F { width:30.8125rem;height:10.1875rem;top:4.9375rem;left:16.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2NU1PQZBTyPpEHLQHr7Iv9vPnrReurZ { width:30.8125rem;height:4.125rem;top:17.4375rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1bqtWQrqm4nWZz0nz4gmROeQoTUWd10 { width:32.375rem;height:;top:0.5rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thTh1nOQo5w9nFg52TdZHhU6IGWPELtp { top:3.5rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH { display:block; }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3Gi85sRIS8laBJ6JvCEdUcSIiew1ggg { width:25.0625rem;height:26rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1XiqTgb34SqJ6UbZFTT3v8B1NLc5ESR { width:30.8125rem;height:8.75rem;top:6.25rem;left:16.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDzmnOKbU3NeIObzMPS5F1ZhQEtPl6fo { top:6.25rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtKboVpuy6bQaD27Zk86ZIXb0Tv0PHVL { width:30.8125rem;height:4.125rem;top:16.3125rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJfNwA6Z1rhpCRcgcio9GLB261yHO4tR { width:32.375rem;height:3.875rem;top:1.4375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 { display:block; }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6vKdvzlgRD4FhkyKoAXvgxQAHyGrQRW { width:25.0625rem;height:22.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgD7UE8m2mFREh54iFVLr6VdyK2eJpM { width:30.8125rem;height:5.8125rem;top:6.9375rem;left:16.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNE9rgg9esnuFH26LphNTTgydXIFJEs3 { top:3.125rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0GNpTQB0gRNmFqOd1cT6edJxNTwGaL { width:30.8125rem;height:4.125rem;top:14.4375rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAGawE6Jf5C43ztppeTLk2rDQ6vi3KBC { width:32.375rem;height:3.875rem;top:1.4375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-primary-2),1);background-image:none;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); } }@media only screen and (max-width: 763px) { #bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container { background-color: transparent; background-image: none; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container > .video-iframe-container { display: none; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row > .video-iframe-container { display: none; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .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); }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container { border-width: 0; border-radius: 0; }#bFK11B2xdgCV5MAqoy1sR2vTG4N3TKZw > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdwNp73s2N6WQI04q9MRWlJ6siqVGCdv { width:8.6875rem;height:2.4375rem;top:1.25rem;left:11.3125rem;font-size:0.875rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xMGlMDrpw3S8GtKWkvoaha6hoC1VboJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #tUZZcwdauTIMh5BLSP9H2TaScCOoUJG5 { width:8.75rem;height:2.5rem;top:5.9375rem;left:5.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olf6TCEhheptIuoLy2p33wItQrKhZO5t { display:block; }
 }@media only screen and (max-width: 763px) { #Hs7O01kfsn0RVmzQ7wGG1VAA8FZAPi9b { width:8.75rem;height:2.4375rem;top:8.4375rem;left:5.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnIcmkaFLT7aVTL42LsWxC8vH9T9ltbW { display:block; }
 }@media only screen and (max-width: 763px) { #feGAubw1Ug1rQ3ySrZwPqoATnimq2c6K { width:6.0625rem;height:6.0625rem;top:0.98750001192094rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1yKcGH4ln1GNyvNVORx1BkydogBmqD { width:3.9375rem;height:3.9375rem;top:2.0499999523163rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnX4VqQlUiG51osDR6TOeV8lpTdTQwC3 { width:3.625rem;height:3.625rem;top:2.2062499523163rem;left:13.712500572204rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMoybvUAwpWkCmslwny390IVPilUpkGw { top:10.875rem;left:7.03125rem;width:5.9375rem;height:2.125rem;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJLFsSGw9IwoiNSDXtb5IotLDJ0UwUvU { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37f0035c-506b-44b1-824c-386af699ece3/Tevaedificio.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.12); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.12); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:14.75rem;height:8.04375rem;top:1.125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { width:3.75rem;height:0.125rem;top:10.0625rem;left:8.125rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bDxEISEo85mZDJTHyeIQxazcCP3zuCyr { width:20rem;height:17.9375rem;top:41.000000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtUZlv367cfXk3L3trPXvQJZDGRWBpy { width:18.75rem;height:1.625rem;top:41.700000762939rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left: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; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left: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; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left: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; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py  { width:17.5rem;height:auto;top:43.274993896484rem;left:0rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py {display:block;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py { width:17.5rem;height:auto;top:43.274993896484rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #vckSIRzoekPEnXnVooBv9l8QCbyza3Bs {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qfT7nDAl46Jw3vlwpJ9Grq6l8hh5I3zI { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #oSTaQX8GQzlSLfpdQOeHUg328m2CpSXf {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #ZOqaRsseD4g5KSKKaV9ZnoVyS1SOtBPF {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #PU0TuelfSTeMcvSMxfd0UGaGPRyD0syp {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #iKBZToLD3rgr2URsdEfzlSxi7TTO2Dvy {  }
 }@media only screen and (max-width: 763px) { #z8283Dhr3J2cpQc6P9yWW4WgXEda3Cag { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #yLUXckUxbeFmyM9T9ctBGKRbHawrKnfw {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qNxAN0qDEHSniIW8EhJRs9KzZyqkuPCq {  }
 }@media only screen and (max-width: 763px) { #UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { width:15.375rem;height:9.675rem;top:29.875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8fba8bjj/checkbox.png); }
 }@media only screen and (max-width: 763px) { #BDinUsxxNOQi4rlJonncbzN96nholx0X { width:20rem;height:20rem;top:9.1687507629394rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { background-color: transparent; background-image: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .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); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { width:20rem;height:2.19375rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMVt0L36N4OlQzHx2owckT2eFDh2812N { width:3.75rem;height:0.125rem;top:6.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb2PA4OUdvh7rzDR378eOctgwEMn6ie6 { width:10.5rem;height:10.5rem;top:16.937500953674rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNdKAlThll3UDHFAUCttMkuZBDHbOPhu { width:17.0625rem;height:21.375rem;top:39.362497806549rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmTpcd8ECTD7zvfzdaz0pRwhAswXyngn { width:20rem;height:6.09375rem;top:8.7242188453675rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTOAbM5bqPVuOBmtOiqkHWbxqeJBW4B { width:18.0625rem;height:8.53125rem;top:29.812500953674rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SepTs07Q21JLf0HZTBwka2GKiGexVKGR { height:11.25rem;width:20rem;top:69.68750190735rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #oaEnpiWe7ZoavQFZQtsJgpULSKKKEdHW { top:69.0625rem;left:0rem;width:20rem;height:12.5rem;z-index:15008;background-color:rgba(var(--color-secondary-2),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #phIGxAhTUaNsGK1bJgm4UscQ3oIS6vBd { width:20rem;height:1.5625rem;top:33.093750953674rem;left:0rem;background-color:rgba(var(--color-primary-2),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #teXr9zNsQETBTATDuE0Peq6tiXtWXOvO { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row .container { background-color: transparent; background-image: none; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row .container > .video-iframe-container { display: none; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row > .video-iframe-container { display: none; }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .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); }#teXr9zNsQETBTATDuE0Peq6tiXtWXOvO > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXhrANDvl9sM2rLT9OAGOknFFxbu0MoI { width:20rem;height:2.19375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #vufE5ivWDdUXsMOa4WX1y9PlpI69RtpS { width:3.75rem;height:0.125rem;top:2.8187503814698rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND3mHQ6ldiX9TST59voVleZT148Hq8gb { width:19.25rem;height:12.6875rem;top:15.779686927796rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnwNgMyakcnCQR1JWrcCvkG3TsXay5f { display:flex;width:3.5rem;height:3.5rem;top:20.373437166214rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #GGUKgWllVn6B2QTJc1A1Dh0BF9C1cRfK { width:12.4375rem;height:2.6875rem;top:29.749220848084rem;left:3.78125rem;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; }
 }@media only screen and (max-width: 763px) { #nuBHPK4PzZloDKfEi7e8fAPwRTV7pGZE { display:block; }
 }@media only screen and (max-width: 763px) { #CS0Ue9T818WBtHQObPHT7fHThvkzXPGL { width:19.4375rem;height:6.09375rem;top:5.9710941314697rem;left:0.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xivkbc7hsro0S5L7z6Lf4EdnpfEtaBME { width:20rem;height:0.3125rem;top:49.327344894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d11pCAyhTTwbP1GMauk9Ak3CvFzZXMNQ { height:11.083333333333rem;width:20rem;top:37.798439025879rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RO96GSqDPTbl7MiTpMlVQGvaRRHz7VpP { top:37.089844703674rem;left:0rem;width:20rem;height:12.5rem;z-index:15008;background-color:rgba(var(--color-secondary-2),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C46kHlbntDvNQKoEQMQNDMuz6KmF2avF { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row .container { background-color: transparent; background-image: none; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row .container > .video-iframe-container { display: none; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row > .video-iframe-container { display: none; }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .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); }#C46kHlbntDvNQKoEQMQNDMuz6KmF2avF > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euKL1hTTrRbsedVTfFm8wwZQzIaREWOg { width:20rem;height:2.19375rem;top:7.6875002980231rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGPz9I3zSciaGJqiZoAKV3nq82XiWB1H { width:3.75rem;height:0.125rem;top:10.974219143391rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzA61uVTQbCUpTou2BgQ29cvO0cXgu5l { width:12.5rem;height:8.5625rem;top:13.424228668213rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#rzA61uVTQbCUpTou2BgQ29cvO0cXgu5l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #brAkqRrS5X9TqdVZTFoIkitbs7vVgTyo { width:12.5625rem;height:7.34375rem;top:24.14218711853rem;left:5.28125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#brAkqRrS5X9TqdVZTFoIkitbs7vVgTyo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #iZJeC4FlyrEEQsSWkXaZq3EssKDywDHl { width:19rem;height:14.375rem;top:34.625000953674rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBdVziUMm4qAc3K7pqasILPrT4ChAPm4 { width:12.5rem;height:1.3rem;top:12.174218952656rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGgmPfzmibLDaAibHNeTHIkkrLUtZXo7 { width:12.5rem;height:1.3rem;top:22.891407012939rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqTGHAtuKc5185WJowRxhM0Z3uAyPoss { display:block; }#RqTGHAtuKc5185WJowRxhM0Z3uAyPoss > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEWmGlyq9okNAN5g6lE1vPuiVu76i2wy { width:13.25rem;height:17.9375rem;top:0.40625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF { display:block; }#HMcg8AA8TlbXh6mzawdx6RuqlQUdcwBF > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwXsFURfTiCwnQOs0J5HazMr8rU90LZE { width:20rem;height:2.19375rem;top:3.9242038726807rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ynlg27IaZGybSlnuRx9sRToanOE9uJ { width:5rem;height:0.125rem;top:7.2867193222044rem;left:7.5rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vQEhcWwVHKRe7WLX6oEOFXZHlyHLC0Cr { width:20rem;height:1.21875rem;top:6.06875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBvEcFbsyXRrOmMq5vHSRvnDTO2fTTvc { width:16.3125rem;height:2.75rem;top:19.617188453674rem;left:2.09375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#EBvEcFbsyXRrOmMq5vHSRvnDTO2fTTvc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #sd1eOUNlBsbT1zWATV1ot24FlAxbmuJL { width:15.8125rem;height:2.75rem;top:28.211718559265rem;left:2.09375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#sd1eOUNlBsbT1zWATV1ot24FlAxbmuJL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #tyOmiJQPu32QQnBJblGuiy3UHIOTIT7z { width:20rem;height:3.65625rem;top:10.381251335144rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKGCvPDNdDAJWbKK6nMlwid0xJVQMuTI { width:15.9375rem;height:1.3rem;top:17.317189216614rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fICZQyhR1qhRZXqOmF5FalHzacwJU1NO { width:16.1875rem;height:1.3rem;top:25.537526130676rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row .container { background-color: transparent; background-image: none; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row .container > .video-iframe-container { display: none; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row > .video-iframe-container { display: none; }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .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); }#EkiHqgfOK3KTmL0KkFiqTVuZEftrOxxv > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMuzMR6TeThhlt35UT2VORwr9ecyNIlN { width:20rem;height:4.3875rem;top:2.0867185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl02AQ5718MgVfMu8ylJ7LTTFQ0KGaZT { width:5rem;height:0.125rem;top:7.074999809265rem;left:7.5rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fOsZlnMisJpQXpKDTwrC8l3xEto9du7V { width:20rem;height:8.5rem;top:1.8507242202759E-5rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #klw94SIqXQVDfbcm2O58T1fJnLDTxszV { display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { width:20rem;height:125.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRNKHnU9vFstIWHBTnTOCMMaxXHgX07E { width:20rem;height:12.3125rem;top:1.8117218017578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #misN72eQyIwnyGwDzZzuchvHiu3xTNlR { width:17.9375rem;height:4.3125rem;top:81.836693763731rem;left:1.03125rem;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gPz4TWZmys2k8iGTXi1Tvciudzc42Gxu { width:19.9375rem;height:12.1875rem;top:15.236718177796rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pSuD9iozFJiEk6vftEQP11FHx3fdIsrR { width:20rem;height:13.6875rem;top:44.029682159424rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBzugz2owFCX1pkAby1X4vLDb3dL4Ou6 { width:17.25rem;height:3.25rem;top:93.360935211181rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4i23zIq2DWf5dcS7lbNunva1lRRX7Md { width:20rem;height:14.0625rem;top:28.686707496643rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MG7XHCWTG0F3Rca2sv4pt3vSJXE0RcUz { width:20rem;height:14.75rem;top:74.678911209106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zflZLT2VKu8SqU2dUa7PEhoiZKqniDTd { width:20rem;height:13.75rem;top:59.178907394409rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F30pCSRT2iytCbcn8c7U1voIr3baLrzs { width:11.6875rem;height:25.5625rem;top:98.884379863737rem;left:8.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ht1dBHmOE4oI9LHu58LKemwIOcRIuhqc { width:11rem;height:7.9375rem;top:110.25938034058rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#Ht1dBHmOE4oI9LHu58LKemwIOcRIuhqc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row .container { background-color: transparent; background-image: none; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row .container > .video-iframe-container { display: none; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row > .video-iframe-container { display: none; }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .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); }#q03CZSuUHfPevZz5ZH4L1TezQKs0TgXP > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ydxACtJICVtM3QpOOpV1wrRi2CZzhJ { width:20rem;height:4.3875rem;top:2.0867185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A88T0wUzORnoAHGiHybwnvET0mUmvFns { width:5rem;height:0.125rem;top:7.074999809265rem;left:7.5rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qoy1dETnkQNTXchLS2Rec3aSqPTfdyqW { width:20rem;height:8.5rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGHHCQr7rorbFirW23V8UkuTvAw09lTC { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row .container { background-color: transparent; background-image: none; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row .container > .video-iframe-container { display: none; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row > .video-iframe-container { display: none; }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .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); }#HGHHCQr7rorbFirW23V8UkuTvAw09lTC > .row .container { width:20rem;height:110.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkLHfkdq1OIRrSZlptpciqMoXiNPFotq { width:20rem;height:13.875rem;top:1.8117189407349rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GTS9Eqk29DIh72XPkf1zIKd6SyZJvdS1 { width:18.875rem;height:4.6875rem;top:77.00000190735rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QbZZrxwSbUqnwq8eRVPLrM6Z5kQCE3fT { width:20rem;height:13.8125rem;top:16.922657012939rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NQiR766cbJbNlUkb2uTBA1dfzXltWO4t { width:17.25rem;height:3.575rem;top:79.742979049681rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k54s3BZSN5LNNnaxvf6rF8RvmG3OL2Um { width:11.8125rem;height:22.5rem;top:86.623435974119rem;left:8.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cxtiGOQ2UHDQV3ioPktg36RIATsMJZlv { width:19.9375rem;height:13.75rem;top:47.561719894409rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #omqkuHMolCdfHbsO0wWST41CMXQTd1hh { width:20rem;height:14.25rem;top:31.811719179154rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LeMAmt8xTeXaFENVpA3IdLJlbNbuPKea { width:18.8125rem;height:13.4375rem;top:62.250024795532rem;left:0.59375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mSNVlrMJTETXDxyPSM9i4Vos8HMLoDXF { width:20rem;height:12.375rem;top:64.675001621244rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PdKz05Vs6RLIIGeMUZgASbZxZKW3JVst { width:8.9375rem;height:0;top:95.598436355594rem;left:1.8624999523163rem;text-align:left;text-align-last:left;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #V8kigAOfEiZdVKFuCieyR1iUTsspy1pO { display:flex;width:1.5rem;height:1.5rem;top:95.598436355594rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAuPh00nROW9i9RABspTGrwiWSy4B1Om { display:flex;width:1.5rem;height:1.5rem;top:116.18594217301rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArraqZpxwxPcbappTd2lHJ0z9xLfiFGV { width:8.9375rem;height:;top:94.723435878756rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;display:block; }#ArraqZpxwxPcbappTd2lHJ0z9xLfiFGV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ArraqZpxwxPcbappTd2lHJ0z9xLfiFGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_532baf2b931427e7ee8837942534a8f40a749034.svg); }
 }@media only screen and (max-width: 763px) { #eDr2CkcWRrW8V6fdOCqlKqCTxaFfkLUi { display:flex;width:1.5rem;height:1.5rem;top:60.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row .container { background-color: transparent; background-image: none; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row .container > .video-iframe-container { display: none; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row > .video-iframe-container { display: none; }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .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); }#Nb7UG2rbO5Civnr52raBwoZatKAZZ1d8 > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyhOe7QXR7ZFsmf01WnEn0HPWHJT2hT8 { width:20rem;height:2.19375rem;top:3.659375667572rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #toULZCyvn5pTo5Z0pZxs7rKr8R1l81cm { width:5rem;height:0.125rem;top:6.4437499046325rem;left:7.5rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IexfcE06DDG4WLHz8I02zcly6el5iMSQ { width:20rem;height:12.875rem;top:8.2562499046325rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pQuI2Myll3J8T3lJHt9Z4vf6KywglAFL { width:20rem;height:9.375rem;top:22.247657775879rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0bf7b11e-4c3b-469c-962e-89e16923b6f8/balconteva.crop_1883x1242_0,678.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.adaptive-delivery-prevent-bg, #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.lazyload, #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.lazyloading { background-image: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { background-color: transparent; background-image: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.54); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container > .video-iframe-container { display: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.54); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container { display: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .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); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { width:3.75rem;height:0.125rem;top:9.1250009536744rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ1PZcVlQ3JGe2W8R9gfGlSr2gnolsDB { width:15.5625rem;height:5.6875rem;top:9.1249885559081rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lerGrL84h6F8WTpydKH676Xz0KTnVgpF { width:17.5rem;height:2.9375rem;top:16.375000953674rem;left:1.25rem;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; }
 }@media only screen and (max-width: 763px) { #uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block; }
 }@media only screen and (max-width: 763px) { #hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { width:20rem;height:5.3625rem;top:2.5624879598618rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { background-color: transparent; background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .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); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPFtwBntanemHl3ti0EarcwDRkFnvTgB { width:3.75rem;height:0.125rem;top:7.5625rem;left:8.125rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { width:20rem;height:5.3625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEHWXKfOvG7auu4T1tmVMpdKKhPTkUmJ { width:15.5rem;height:1.54375rem;top:9.8750247955325rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left: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; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left: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; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:rgba(var(--color-tertiary-2),1);border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX  { width:17.5rem;height:auto;top:12.5625rem;left:0rem; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX {display:block;}#ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX { width:17.5rem;height:auto;top:12.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #ydDLbB5xZ48btVvKv4cKOuRgi5Nxlmux {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #NtkuqcaR8x51lfcOUuOCe5Ab112mAFtf { display:block; }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #MiIyEoUko5tObrfRoMGyXCAsqVugI7xd {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #EEHfXV8TwXwWoNiVD50gk7HxfdCVMp21 {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #sT3WB1Zw8p7b08WhcM4zufoSG1lP7nGo { display:block; }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #T2TH0RkqgkfdCrzNSc9TqgbA04rSndze {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #UckWce0JRObGrumnLCnyArtXgiM9qPfB {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #cMnb5wkfp2OqDETT58t3Pu6w3FmXTm7p {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #mON68wVTuL6TGBxOi7SLZVqlJ6dGNHfh {  }
 }@media only screen and (max-width: 763px) { #WpC8EcT0Wrr0C4VOMfaNz3wLfkzW7PWM { display:block; }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #WuFbI97eDvDDGZPxNJhxTGe9Q1fSHVaw {  }
 }@media only screen and (max-width: 763px) { #ftXaVaJMPpmkxlszLH17d5rBRSUfLyzX #bpUnmigzck6HxXUfTsVeCyhgS0PZA3ue {  }
 }@media only screen and (max-width: 763px) { #KSpTBCBzpqPT23As8o73hxd11WrwuQDe { width:20rem;height:16.0625rem;top:13.762488365173rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RExXxvisfu542pvAQb2aTJJVzKhu0IAu { width:20rem;height:1.21875rem;top:11.418762683868rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus { display:block; }#FaSQ9ZkiTnEKTO1GdBkmw5T85yI1VLus > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Za5LQTzPh1dH0eyJoTT4zIWPLoJzH66P { width:7.5rem;height:7.5rem;top:6.5937504768369rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKNmyzxR1oHohfzIlsESo13eQQKul8pW { width:6.875rem;height:6.875rem;top:1.15625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0V4DONr9ZVwqLw7qXCTuIhbTfaQdyH5 { top:1.78125rem;left:3.34375rem;width:5.625rem;height:5.625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E { display:block; }#cAZRkESlsPfvAVERBVdCkrOHJ2vVTT0E > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtqNFuo49zD7LmafLAhEGT99HafHB9Wi { width:20rem;height:9.875rem;top:25.185926437378rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM3LFq0fLFSkVLC21e1uLTl07uSToy8F { width:20rem;height:15.19375rem;top:4.0367188453674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2NU1PQZBTyPpEHLQHr7Iv9vPnrReurZ { width:20rem;height:3.9rem;top:19.853907346726rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1bqtWQrqm4nWZz0nz4gmROeQoTUWd10 { width:20rem;height:2.925rem;top:0.56093740463257rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thTh1nOQo5w9nFg52TdZHhU6IGWPELtp { width:9.8125rem;height:9.8125rem;top:25.216406583786rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH { display:block; }#xGJMwyWlUS7mRRtytZkO4ocnW0iMKGxH > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3Gi85sRIS8laBJ6JvCEdUcSIiew1ggg { width:20rem;height:10.0625rem;top:23.548448562622rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1XiqTgb34SqJ6UbZFTT3v8B1NLc5ESR { width:20rem;height:11.05rem;top:5.8484376072884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDzmnOKbU3NeIObzMPS5F1ZhQEtPl6fo { width:8.3125rem;height:8.3125rem;top:24.423437476158rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtKboVpuy6bQaD27Zk86ZIXb0Tv0PHVL { width:20rem;height:5.2rem;top:17.66640663147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BJfNwA6Z1rhpCRcgcio9GLB261yHO4tR { width:20rem;height:2.6rem;top:2.1109495162964rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 { display:block; }#xDcnipTO5UKcVt8aSmuX49rxSPwELJE1 > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6vKdvzlgRD4FhkyKoAXvgxQAHyGrQRW { width:20rem;height:10.0625rem;top:22.860151290894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgD7UE8m2mFREh54iFVLr6VdyK2eJpM { width:20rem;height:8.2875rem;top:5.8484376072884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNE9rgg9esnuFH26LphNTTgydXIFJEs3 { width:8.3125rem;height:8.3125rem;top:23.734375715256rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0GNpTQB0gRNmFqOd1cT6edJxNTwGaL { width:20rem;height:5.2rem;top:14.91640663147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DAGawE6Jf5C43ztppeTLk2rDQ6vi3KBC { width:20rem;height:2.6rem;top:2.1109495162964rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }