.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:230,228,242;--color-primary-1:178,178,217;--color-primary-2:129,119,192;--color-primary-3:122,122,141;--color-primary-4:26,24,38;--color-secondary-0:250,251,254;--color-secondary-1:237,242,251;--color-secondary-2:219,229,246;--color-secondary-3:110,115,123;--color-secondary-4:33,34,37;--color-tertiary-0:255,255,255;--color-tertiary-1:178,178,217;--color-tertiary-2:107,107,130;--color-tertiary-3:64,64,78;--color-tertiary-4:51,51,68;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/053ec4b8-43da-4beb-96e7-abaa092a5903/BS_POST2000x2000px7.crop_930x1081_521,113.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { background-color: transparent; background-image: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container > .video-iframe-container { display: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container { display: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .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); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { border-width: 0; border-radius: 0; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#dPAJKtAprAWJ3c8WfJnTm8TKwy9B7ZI5 { 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:3.937175rem;width:12.561875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#mRWzaZCdMof92XTnDr4hEhSGrEQQrJIf { color:#3d3d3d;display:block;width:21.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.5);top:1.4680989980698rem;left:14.498698234558rem;height:1.875rem;font-style:normal;display:block; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.343125rem;padding-right:0.305625rem;padding-bottom:0.343125rem;padding-left:0.305625rem;display:block;align-items:center;width:1.834375rem;min-width:1.834375rem;height:1.845625rem;position:relative;font-family:arial;font-size:1.37375rem;font-weight:700;line-height:29.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-label { background-color:;background-image:none;color:#3d3d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.214375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.44625rem;height:0.729375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.515rem;font-weight:700;line-height:11.67px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.8125rem;height:3.475625rem;padding-top:0.043125rem;padding-right:0.04375rem;padding-bottom:0.043125rem;padding-left:0.04375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.2998046875rem;left:37.5625rem;z-index:15005; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #ViOFUKZGvoim0IpMevrPOTh9q95CH966 { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #rLTIk7sHPOB5aGRO5WzTKmMa7X6b4EGP { width:auto; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #roAo4xZcl7cwcwVDTezcwl2uO81HtgHo {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Qqd8ewPnU8E4ERKJx2gI8WG6ZcgBgp8G { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #IICGMpu0wkLPdRBXe1C9crVunpEpkcPd {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Icifm558JQL2IVHF8LT7TE7n3l1vAz9d {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #NnJuwGh8Pcb854csBTvSTLRtFJLu1zU4 { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #C3y1ynUUAuhE47TecQ0kqTt6sJtnCCSM {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #xr35gN1TsHdJKNlgfdfXp3uMHSASpKMJ {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #mAFS5SdtQ1tgyw70vsBPz3JN52xokmVH { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #GbwHKhUsX8rWaPdxOIl0Q29wsRB8P9dq {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #iPd0waCWo7N1tzkS2lw4k8d3vlmg8bNa {  }
#ocATLpoQklnMuSP7LCU3Vs66eTni3ybO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.43701171875rem;left:54.151161870061rem;display:block; }
#QBFkHhnwh4nfD3nDwWNQDKBs3xbdupLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrrqQLxHkg47OWRNiOQwBdBx6gh9KCwP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.3125rem;top:0.31141495704651rem;left:1.5353736877441rem;overflow:hidden;display:block; }
#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { position:relative;display:block; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { background-color: transparent; background-image: none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container > .video-iframe-container { display: none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row > .video-iframe-container { display: none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .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); }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { border-width: 0; border-radius: 0; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a08e6816-356a-4d32-8c6c-f112928cd0aa/9F9D13BA67FB48C6B0EB325547D3A551.crop_869x575_107,248.preview.PNG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg.adaptive-delivery-prevent-bg, #paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg.lazyload, #paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg.lazyloading { background-image: none; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container { background-color: transparent; background-image: none; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container > .video-iframe-container { display: none; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row > .video-iframe-container { display: none; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .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); }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container { border-width: 0; border-radius: 0; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg::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; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#eRg0p0UKZNkP6LkAfOkreRWGb12zG4fl { color:#3d3d3d;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-0),0.79);top:6.625rem;left:0.875rem;height:0;font-style:normal;display:none; }
#Qyb7bJxexHgRhTHQGQDs7yWrDmAJsABq { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:32.392580986023rem;left:19.559464454651rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGNmEzbRBQEwgRGHI7WSgIO0Kp3vmcZA { color:#fdfdfd;display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.91552734375rem;left:12.40625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vyg2oC4EyAFxCJKXzfl0fSIAzbnwlrgS { color:#fdfdfd;display:block;width:53.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6831597089768rem;left:10.530382156372rem;height:13.891625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9TI0lCLedv2MLIwxT6pD8A2yrPxZm25 { box-sizing:content-box;height:11.4375rem;width:38.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:31.278646051884rem;left:18.934896469116rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ca6xH5mcR51Ey9AzRNVvaH6sg2H5CXBD { box-sizing:content-box;height:10.5625rem;width:10.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#3d3d3d;background-image:none;top:36.301216125488rem;left:52.561635971069rem;display:block; }
#cxgXexdiTq7bz41PcLEXCkUOzQK7PL4z { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:38.657117843628rem;left:50.467885971069rem;height:5.84960625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GnJnCNGLXk8LOCdzVCEo0FIqCNHAfK2n { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:5.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:45.676216125488rem;left:25.781251907349rem;display:block; }
#oIuTPwRugyeki0bogwITExrvdmbpkcKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kkhZhUUB0gQtnypqUN1Ern7oMZDtgt91 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68489375rem;width:2.68489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:39.051216125488rem;left:36.156251907349rem; }
#swTitPa0TerBczcDwTxsdAvKpNAp9XDx { 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:67.5rem;width:67.5rem;display:none; }
#T3rrhrv4kpC3ga7Zwt6elniQ7gDkh4Ld { 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:39.375rem;width:75rem;display:none; }
#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;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; }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .row .container { background-color: transparent; background-image: none; }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .row .container > .video-iframe-container { display: none; }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .row > .video-iframe-container { display: none; }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .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); }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .row .container { border-width: 0; border-radius: 0; }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .row .container { font-size:0.875rem;font-family:arial;height:82.8125rem;width:75rem;position:relative;display:block; }#lVPP4nHpoJGVtyHPetuU2Mi4eJInhu0J { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:14.8746875rem;top:11.436086654663rem;left:44.596898078919rem;overflow:hidden;display:block; }
#fHsAtwo6Gft6MWQk682NUHWHTXU8S0pT { color:rgba(var(--color-tertiary-4),0.99);display:block;width:55.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.3874788284302rem;left:9.2187509536744rem;height:7.048625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWkP9Q2O3Om5vZGc2Q5T3K4bXKuAUqbh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:76.1875038147rem;left:27.968751907349rem;display:block; }
#JzIvfbReZuoCqh0E3pzSn9B98SJdnIAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qaeqana46NGv4exrJp60E8LnT5r2ANho { color:#3d3d3d;display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:7.28125rem;height:3.00564375rem;text-align:center;text-align-last:center;display:block; }
#OrQ1KZQKhOM6s5CDzqg4VP2Zw2HOKcSN { box-sizing:content-box;height:18.4375rem;width:49.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;top:56.499568939209rem;left:12.062174797058rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#vSPq0082wqTwa1ng7rRGpqqAAa4UuPQd { color:rgba(var(--color-tertiary-0),1);display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:57.75rem;left:11.8125rem;height:5.2246125rem;text-align:center;text-align-last:center;display:block; }
#t3DpPrBKbNo2FnaISmfeAkM0dVopMVMP { color:rgba(var(--color-tertiary-0),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:65.25rem;left:14.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }#t3DpPrBKbNo2FnaISmfeAkM0dVopMVMP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t3DpPrBKbNo2FnaISmfeAkM0dVopMVMP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80e1937f0d1688075f66ede07353877c67bad0d0.svg); }
#CkTsDIqmXgPEPn77cDNi39WnHITPm5oE { color:rgba(var(--color-tertiary-4),0.99);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.4375rem;left:21.40625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }#CkTsDIqmXgPEPn77cDNi39WnHITPm5oE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_990a8cc873cec842cd5675cc4434877848a725b8.svg); }
#gHgLS7rD2bMfFenqxTPEdfapEIq8ETpx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:375rem;border-top-right-radius:375rem;border-bottom-left-radius:375rem;border-bottom-right-radius:375rem;box-shadow: none;height:16.375rem;width:16.375rem;top:47.25rem;left:4.375rem;overflow:hidden;display:block; }
#sxJyqTVy5EGfnksqs9v4UnPfOSRudGG7 { color:#3d3d3d;display:block;width:19.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5830085277556rem;left:58.125544071198rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#sKvOKI2ppZDxyAMZ50T5dB74SGtJKs6b { color:#3d3d3d;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:39.249134778976rem;left:21.591797828674rem;height:4.6305375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kbATI6M56fsS2blMaZ1Ax2zklnQ6BWcv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:39.249134063721rem;left:49.686959266662rem; }
#aksAcCZ5ufmPmHoh9h908Q8S7KsExbXA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:39.238823652267rem;left:49.124894142151rem;display:none; }
#d2oHfEkqa7N53TcDoXz6FTcZEteZt2QP { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:32.6875rem;top:42.992189407349rem;left:19.778646469116rem;overflow:hidden;display:block; }
#JLn1Vp0BIlRvWORbvXnpKmcU4yvCazJK { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.7485rem;width:10.1871875rem;top:11.435544967651rem;left:59.471573829651rem;overflow:hidden;display:block; }
#DT2spbniVsJcEa28Tch7MSfGgmyaO8gT { color:rgba(var(--color-tertiary-4),0.99);display:block;width:4.93706875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:22.361110687256rem;left:37.936741828919rem;height:3.97515rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TU5oJr531kWTB4fma2O9yIaCf4bCMGat { color:rgba(var(--color-tertiary-4),0.99);display:block;width:55.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.3874788284302rem;left:9.2187509536744rem;height:7.9503125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UFVqIyQxk7gflpIqK81ppu2rSTHl36WX { 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:50rem;width:75rem;display:none; }
#uAUyZmTigmPNmg0HFCGBuT33ZvsrNGI1 { color:rgba(var(--color-tertiary-4),0.99);display:block;width:55.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.3874788284302rem;left:9.2187509536744rem;height:7.9503125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VZEc3PeFPrmlScNQb3PRU1mr8mfPP0v1 { position:absolute;display:block;z-index:15020;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:24.5621875rem;width:36.875rem;top:12.068140029908rem;left:1.0617408752441rem;overflow:hidden;display:block; }
#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .row .container { background-color: transparent; background-image: none; }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .row .container > .video-iframe-container { display: none; }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .row > .video-iframe-container { display: none; }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .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); }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .row .container { border-width: 0; border-radius: 0; }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#hWUXO2yTIfNez0chtwuGMO70B8v3pecs { color:rgba(var(--color-tertiary-4),1);display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:8.65625rem;height:4.874675rem;text-align:center;text-align-last:center;display:block; }
#xEWS6tcGLaxOOZILET4DUduX15y1xnoM { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:18.26171875rem;left:2.65625rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dUtfoDeve8R1mHEprkqDXH111eTAn8Pf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:18.261719703674rem;left:23.843317031861rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mNEIN6alguIin14eliZT5K7TXRckzqCD { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:18.26171875rem;left:50.15625rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tB87ZdbUCSzpenuTAR5I4tp4MrU7s93g { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Zz7VK7VDr88FCb2MgWvlKNtFUQJ9zQu5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GJfJTJgwnx48xgC7MMs6rPxp48oWMdsM { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oJ1ViyrKcZSyXATUTOgZNtfMhfnBZNHJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:25.327690124512rem;left:50.468209266662rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QDmxFUnoUTAaPiRKHDyd9IbOtHTO47BM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.312375rem;width:16.312375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.284396648407rem;left:6.2179899215698rem; }
#HtepVEXeX5gCxbf5VU4w9cRITZepqy85 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.311875rem;width:16.311875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.2827687263489rem;left:29.34353351593rem; }
#T7QUMTIVzaQKfxvhQpXZp0Gp3Vh8ayG4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.311875rem;width:16.311875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.2827687263489rem;left:53.124459266662rem; }
#mTOuHIoiVWTXihS57DO7DFvc1ZpNbb5b { color:rgba(var(--color-tertiary-1),1);display:block;width:3.06206875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.908094882965rem;left:12.843424797058rem;height:11.0628125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u0SXIIm8rW4ADDGKx6MpDGDHg8yiqH76 { color:rgba(var(--color-tertiary-1),1);display:block;width:5.99989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:6.908094882965rem;left:34.49978351593rem;height:11.0628125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ENuOKCzJilFNuicsnt69FHFxe1V2moKn { color:rgba(var(--color-tertiary-1),1);display:block;width:6.06228125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6.908094882965rem;left:58.248703956604rem;height:11.0628125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VDIMrn3K9nRFf53EKax1NT7If3pEIHWZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.312375rem;width:16.312375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.284396648407rem;left:6.2179899215698rem;display:none; }
#eKDpDsDMq2OFrTfhvIH6bFLnpp3zwq1q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.312375rem;width:16.312375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.284396648407rem;left:6.2179899215698rem;display:none; }
#WbAwx3TpArvW89x0rridqBI0DnkXwMks { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZKX2uWXP6OaLyZ7ESzbQykWHvnGe2KGO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KpZZTGtn8T2I8csliGx9toidv3vIxV7x { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#P1tRu5SBl4coACeiV5CwveA5JFOJrCRq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Kr4wnFLbPxCrKDbeOFVVlNoJrbwUpZRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#Kr4wnFLbPxCrKDbeOFVVlNoJrbwUpZRO > .row .container { border-width: 0; border-radius: 0; }#Kr4wnFLbPxCrKDbeOFVVlNoJrbwUpZRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kr4wnFLbPxCrKDbeOFVVlNoJrbwUpZRO > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;position:relative;display:none; }#sUm7Aa12CkB0o2NNz57HNchx3FrGSu2E { color:#3d3d3d;display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.70703125rem;left:8.65625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#vzGJR4akpHFysdW5WGnaolAbd3BrGPUN { background-color:#3d3d3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46.875rem;left:38.5rem;display:block; }
#WJfXNSLm8sf346F1aTyZ9iCcoCiVhn20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geaqvMC7ayWnhVul4mNih1EWhODUTt7N { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:6.5rem;left:19.0625rem;height:13.0488125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fxAH2MTqlGDQofpVAko43ov60KPT0p3x { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:46.875rem;left:22.8125rem;display:block; }
#NI3IcVS8TkVTTUVpVl3FRnPAUhhMGlEv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzk3QV56iBuzTGSZp00RTOxMNCoxVWhw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AKVnmh628BJ3nrbp2nJUo608gv9t7rSh { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:15.75390625rem;left:20.65625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }#AKVnmh628BJ3nrbp2nJUo608gv9t7rSh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AKVnmh628BJ3nrbp2nJUo608gv9t7rSh li:before{  }
#grUHFoLP38OCGDcAdAp99IaGlykTTEy6 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:21.109367370606rem;left:19.15625rem;height:6.5244125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LtfmiS77k0hl7foKL177W8EDilwqNH1G { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:23.781242370606rem;left:20.65625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QTpk9aUoNnpDIoLUnVyExighJbzqeW39 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DwX9baVdeSrvviskS08vdP25mloGKzlc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mu7c3IQxuUzoOgmqCnh9PQXC55UswV4L { color:rgba(var(--color-tertiary-4),1);display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:30.872397422791rem;left:16.9375rem;height:6.5244125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OtU4UDH9Z3LZddHacxzoCrZbUrSZATEV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.5000114440919rem;left:24.21875rem; }
#gGTlyiT7PKC97WcuZrKVGJfLhT4PqheF { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:37.395834922791rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MJMCncvgZJdpVyqq5Gp8xHiKyQeB0Lp0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:34.354166984558rem;left:20.65625rem; }
#EfaPVcWoCZdaz9Hs55KNBRVmpp1Ppf25 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.729166984558rem;left:36.875rem; }
#tzhdTKAudBLkVvVL8FAZg6AUBdOVJXVk { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:38.3125rem;left:20.1875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CB1xr3uJtbCBtyBzLZKLgQbh9gJ2qbDt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:34.729166984558rem;left:54.208335876465rem; }
#RdMbv1hPieZm16sByRWTlGreJnVXfDsg { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:38.312500953674rem;left:38.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CJB9xv2bL5xkfJXIPS0AtvfCA0F9RTEk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#b6ESazsGGW567z5abeCDpZ1PFCDnJUHL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SR8bOUCwLebqeMtZJUS2g8F0lXrMwTZX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Tr1HKDAMiIRv4yGeUCCBi8S5H0fTEg7t { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TOZbR45b7p7dv4HkDgeTTcvHfGIO0Tc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GOShkqgdxBbfF9ZaEKTWHVFgLBbwyt56 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:35.229166984558rem;left:12.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n4i0cK7zzeD4Nv0E7yawW14RAOxAM369 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:35.229166984558rem;left:29.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V2lCmnGpQNxllGowB657GLPb255uy3kZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/474f4a18-1b73-4198-b2ea-25e1d7fd663e/snuzaczuwa1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V2lCmnGpQNxllGowB657GLPb255uy3kZ.adaptive-delivery-prevent-bg, #V2lCmnGpQNxllGowB657GLPb255uy3kZ.lazyload, #V2lCmnGpQNxllGowB657GLPb255uy3kZ.lazyloading { background-image: none; }#V2lCmnGpQNxllGowB657GLPb255uy3kZ > .row .container { border-width: 0; border-radius: 0; }#V2lCmnGpQNxllGowB657GLPb255uy3kZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2lCmnGpQNxllGowB657GLPb255uy3kZ > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:none; }#mABocXi6InakzztJ1dlbNwvkB1Fzwiig { color:#000000;display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:21.399740219116rem;left:15.3125rem;height:9.74825rem;text-align:center;text-align-last:center;display:block; }
#fCvugo1UTvVRd8iauMwdsoDlEdFVptx8 { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.09375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#HyH35Ey5vAR7DSRZ7aIciGpvzKL8TeZZ { color:#3d3d3d;display:block;width:68.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.401037216186rem;left:4.8125rem;height:4.22471875rem;text-align:center;text-align-last:center;display:block; }
#tfbbsAK9Q34Ha7Afhe3paTi90Xvywr07 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.22) ;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.0625rem;left:30.46875rem;display:block; }
#BOP1wJ0tMSSVaQtvbJQmclkQWfa2wVMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2kTcbo1LyviVMGVybpBylNExq9OEFET { 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; }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .row .container { background-color: transparent; background-image: none; }#R2kTcbo1LyviVMGVybpBylNExq9OEFET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .row .container > .video-iframe-container { display: none; }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .row > .video-iframe-container { display: none; }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .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); }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .row .container { border-width: 0; border-radius: 0; }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#eMO6s3HWT3ZntCI8erd3NXhZcVrFBVHk { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:0.80512046813963rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-form-header { font-size:0.75rem; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:71rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:71rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-text {padding-top: 0; padding-bottom: 0;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;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;width:71rem;box-sizing:border-box;height:9.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:71rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-select {padding-top: 0; padding-bottom: 0;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-checkbox { width:1rem;height:1rem;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; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:2.125rem;font-weight:bold;color:#3a2f56;width:71rem;height:6.25rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-0),0.21) ;text-align:center;text-align-last:center; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.75rem;text-align:center;text-align-last:center; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.75rem;text-align:center;text-align-last:center; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.75rem;text-align:center;text-align-last:center; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.75rem;text-align:center;text-align-last:center; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:69.75rem;overflow:hidden;font-style:normal;float:none; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .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; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-container:first-of-type{padding-top:0;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-container:last-of-type{padding-bottom:0;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:71rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;font-size:0.75rem;left:0.74869823455813rem;top:7.2265625rem;z-index:15005;position:absolute; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:71rem;display:block;vertical-align:top; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P {display:block;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:71rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;font-size:0.75rem;left:0.74869823455813rem;top:7.2265625rem;z-index:15005;position:absolute; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #Z33NG6B08f9pNnGvBCThRGNODR2cPbe8 { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #HcqTi5uLPzFZL3XmTHU6Nr4vmgpz22Ih { position:relative;display:block; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #sUK85ZeJrCbCVXlKSZTX4zFD8aDLkmsv { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #QhHKUUPFkUrUyqTHSdhDUcBqMLxvvBkr { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #mNPmzg1SDTdaxm3ZBDcFfFIlTswv3ISt { position:relative;display:block; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #Db7QRqXaKWTq7VeVxn2dIX33DmUtz2PH { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #WWKMU3CWUuPkUT2o5WguOysBHzWTmJ3U { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #wzlGt4yTu5JTMVib9Z5wvH7sC5RpQEuJ { position:relative;display:block; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #AodOenxNWfbgDLqegNK69q94T8H4LrJI { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #ifICD96ozpOUwXuN9XG2pvlXpUmtI7dK { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #UHDSKI1u5HaZkvD5RWQ0aHToOkncupqx { position:relative;z-index:2; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #JEqgVxAZcvWmnEwX6mvuTM0OheaL8i1X { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #ZQXIaBdLanqDEVmn9n10WPqUbRic6irX { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #S67u5tC9CokkJ8RgzagpkcrISKdZnI3M { position:relative;z-index:2; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #AcMypNC9qb45WTlTDTgD5gJzf1Tl1TRe { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #eKK3akkxvEPLR3UTw5GUQBncampAw3qJ { position:relative;z-index:15000; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #WwmvPebT1kTwy1waJvUzAta6X8glg73M { position:relative;z-index:15000; }
#b2ks7zkvGJC87nWhQOZHmkCXhmgcq416 { position:relative;display:block; }
#PltwVhHBibdA12wM1Tzn6fkvL8kBfDqh { position:relative;display:block; }
#A98A09D2N03U9M3gzKsUscNWXFGDOcGT { position:relative;display:block; }
#HnRU2G4SO2DtqwUnoSXg8PccVefAOF1o { position:relative;display:block; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #bdq2Qg68KC2HEOS7QlPMKDxqB3WtQhpw { position:relative; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #bqSOBrU2C8vqeUcXfVkSVlom9KsGzlTU { position:relative; }
#te9yNrcTBvs9EK5UPq21OyqMDoDE8v5u { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:33.0625rem;width:73.3125rem;top:4.625rem;left:0rem;display:none; }
#TdwnQlBn8daMbaX47GioBW58Qeq2O95G { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:5.6477851867676rem;left:0rem;height:2.774525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb { position:relative;display:block; }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb { background-color: transparent; background-image: none; }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb > .row .container > .video-iframe-container { display: none; }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb > .row > .video-iframe-container { display: none; }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb > .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); }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb { border-width: 0; border-radius: 0; }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Up9680CCGJAvRSiPEb8WILsT414gvcAJ { position:absolute;display:block;z-index:15000;height:29.3125rem;width:52.5rem;top:12.0390625rem;left:1.03125rem;display:none; }
#dSK0J1yErqrDK9xbnMv9TvZff4zekF1s { position:absolute;display:block;z-index:15001;height:21.75rem;width:38.75rem;top:2.5625019073486rem;left:17.0625rem;display:none; }
#panXZJVJGTSDcauBXtKdbUfeZualTBqE { position:absolute;display:block;z-index:15002;height:26.375rem;width:47.125rem;top:2.375rem;left:14.74609375rem;display:block; }
#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c { position:relative;display:block; }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c { background-color: transparent; background-image: none; }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c > .row .container > .video-iframe-container { display: none; }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c > .row > .video-iframe-container { display: none; }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c > .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); }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c { border-width: 0; border-radius: 0; }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qg6q9KnzTfNEHlvwvhwlDPE07NiEPvh3 { position:absolute;display:block;z-index:15000;height:21.7496875rem;width:38.75rem;top:1.7990436553955rem;left:18.125000953674rem;display:block; }
#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { background-color: transparent; background-image: none; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container > .video-iframe-container { display: none; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row > .video-iframe-container { display: none; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .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); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { border-width: 0; border-radius: 0; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#qQfFeDQATIZiiUIZ4yMPRuEsEFLIJ4Ap { color:#eaeff6;display:block;width:71.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5);top:0.7967529296875rem;left:1.75rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333338;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; }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .row .container { background-color: transparent; background-image: none; }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .row .container > .video-iframe-container { display: none; }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .row > .video-iframe-container { display: none; }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .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); }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .row .container { border-width: 0; border-radius: 0; }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#ngO7hDXyxSOyUbi0k93iJonuqDFQvRMN { color:#eaeff6;display:block;width:71.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5);top:5.171875rem;left:1.75rem;height:13.21775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T21xurTghBWQSRwT7TLUsUPMQrpThZOA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T21xurTghBWQSRwT7TLUsUPMQrpThZOA > .row .container { border-width: 0; border-radius: 0; }#T21xurTghBWQSRwT7TLUsUPMQrpThZOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T21xurTghBWQSRwT7TLUsUPMQrpThZOA > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:none; }#QUZW56ryWeBgqZrqTfaA7TJnTSNu93Dn { color:#eaeff6;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.55859375rem;left:0rem;height:1.38020625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK { display:none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dPAJKtAprAWJ3c8WfJnTm8TKwy9B7ZI5 { top:0rem;left:0rem;width:12.5rem;height:3.9177819792029rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRWzaZCdMof92XTnDr4hEhSGrEQQrJIf { top:1.4375rem;left:0.87369823455813rem;width:21.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa { width:18rem;height:5.0625rem;display:flex;top:0rem;left:23.5rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #ViOFUKZGvoim0IpMevrPOTh9q95CH966 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #rLTIk7sHPOB5aGRO5WzTKmMa7X6b4EGP {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #roAo4xZcl7cwcwVDTezcwl2uO81HtgHo {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Qqd8ewPnU8E4ERKJx2gI8WG6ZcgBgp8G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #IICGMpu0wkLPdRBXe1C9crVunpEpkcPd {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Icifm558JQL2IVHF8LT7TE7n3l1vAz9d {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #NnJuwGh8Pcb854csBTvSTLRtFJLu1zU4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #C3y1ynUUAuhE47TecQ0kqTt6sJtnCCSM {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #xr35gN1TsHdJKNlgfdfXp3uMHSASpKMJ {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #mAFS5SdtQ1tgyw70vsBPz3JN52xokmVH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #GbwHKhUsX8rWaPdxOIl0Q29wsRB8P9dq {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #iPd0waCWo7N1tzkS2lw4k8d3vlmg8bNa {  }
 }@media only screen and (max-width: 763px) { #ocATLpoQklnMuSP7LCU3Vs66eTni3ybO { width:12.5625rem;height:2.875rem;top:0.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFkHhnwh4nfD3nDwWNQDKBs3xbdupLa { display:block; }
 }@media only screen and (max-width: 763px) { #GrrqQLxHkg47OWRNiOQwBdBx6gh9KCwP { width:7.3125rem;height:2.625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { display:none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg { display:none; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eRg0p0UKZNkP6LkAfOkreRWGb12zG4fl { top:6.625rem;left:0rem;width:27.375rem;height:2.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qyb7bJxexHgRhTHQGQDs7yWrDmAJsABq { top:32.375rem;left:5.9344644546509rem;width:37.1875rem;height:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGNmEzbRBQEwgRGHI7WSgIO0Kp3vmcZA { top:0.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyg2oC4EyAFxCJKXzfl0fSIAzbnwlrgS { top:4.625rem;left:0rem;width:47.75rem;height:13.875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9TI0lCLedv2MLIwxT6pD8A2yrPxZm25 { width:38.4375rem;height:11.4375rem;top:31.25rem;left:5.3098964691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca6xH5mcR51Ey9AzRNVvaH6sg2H5CXBD { width:10.5625rem;height:10.5625rem;top:36.25rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxgXexdiTq7bz41PcLEXCkUOzQK7PL4z { top:38.625rem;left:33.0625rem;width:14.6875rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnJnCNGLXk8LOCdzVCEo0FIqCNHAfK2n { width:23.4375rem;height:5.375rem;top:45.625rem;left:12.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIuTPwRugyeki0bogwITExrvdmbpkcKz { display:block; }
 }@media only screen and (max-width: 763px) { #kkhZhUUB0gQtnypqUN1Ern7oMZDtgt91 { width:2.625rem;height:2.625rem;top:39rem;left:22.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #swTitPa0TerBczcDwTxsdAvKpNAp9XDx { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3rrhrv4kpC3ga7Zwt6elniQ7gDkh4Ld { width:47.75rem;height:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 { display:none; }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lVPP4nHpoJGVtyHPetuU2Mi4eJInhu0J { width:14.8125rem;height:28.007416122187rem;top:11.375rem;left:30.971898078919rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHsAtwo6Gft6MWQk682NUHWHTXU8S0pT { top:21.125rem;left:0rem;width:47.75rem;height:14.1708875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWkP9Q2O3Om5vZGc2Q5T3K4bXKuAUqbh { width:19.0625rem;height:4.375rem;top:76.1875rem;left:14.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzIvfbReZuoCqh0E3pzSn9B98SJdnIAI { display:block; }
 }@media only screen and (max-width: 763px) { #Qaeqana46NGv4exrJp60E8LnT5r2ANho { top:1.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrQ1KZQKhOM6s5CDzqg4VP2Zw2HOKcSN { width:47.75rem;height:18.4375rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSPq0082wqTwa1ng7rRGpqqAAa4UuPQd { top:57.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3DpPrBKbNo2FnaISmfeAkM0dVopMVMP { top:65.1875rem;left:0.49989223480224rem;width:45.3125rem;height:;font-size:1.25rem;display:none; }#t3DpPrBKbNo2FnaISmfeAkM0dVopMVMP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80e1937f0d1688075f66ede07353877c67bad0d0.svg); }
 }@media only screen and (max-width: 763px) { #CkTsDIqmXgPEPn77cDNi39WnHITPm5oE { top:21.125rem;left:0rem;width:47.75rem;height:14.1708875rem;font-size:1.125rem;display:none; }#CkTsDIqmXgPEPn77cDNi39WnHITPm5oE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_990a8cc873cec842cd5675cc4434877848a725b8.svg); }
 }@media only screen and (max-width: 763px) { #gHgLS7rD2bMfFenqxTPEdfapEIq8ETpx { width:16.375rem;height:16.375rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxJyqTVy5EGfnksqs9v4UnPfOSRudGG7 { top:7.5625rem;left:28.5rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKvOKI2ppZDxyAMZ50T5dB74SGtJKs6b { top:39.1875rem;left:7.9661464691163rem;width:29.0625rem;height:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbATI6M56fsS2blMaZ1Ax2zklnQ6BWcv { width:1.5625rem;height:1.5625rem;top:39.1875rem;left:36.061959266662rem;display:block; }
 }@media only screen and (max-width: 763px) { #aksAcCZ5ufmPmHoh9h908Q8S7KsExbXA { width:1.5625rem;height:1.5625rem;top:39.1875rem;left:35.499894142151rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2oHfEkqa7N53TcDoXz6FTcZEteZt2QP { width:32.6875rem;height:12.3125rem;top:42.9375rem;left:6.1536464691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLn1Vp0BIlRvWORbvXnpKmcU4yvCazJK { width:10.125rem;height:12.670677014632rem;top:11.375rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2spbniVsJcEa28Tch7MSfGgmyaO8gT { top:21.125rem;left:0rem;width:47.75rem;height:14.1708875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU5oJr531kWTB4fma2O9yIaCf4bCMGat { top:21.125rem;left:0rem;width:47.75rem;height:14.1708875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFVqIyQxk7gflpIqK81ppu2rSTHl36WX { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAUyZmTigmPNmg0HFCGBuT33ZvsrNGI1 { top:21.125rem;left:0rem;width:47.75rem;height:14.1708875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZEc3PeFPrmlScNQb3PRU1mr8mfPP0v1 { width:36.875rem;height:24.5621875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA { display:none; }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hWUXO2yTIfNez0chtwuGMO70B8v3pecs { top:1.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEWS6tcGLaxOOZILET4DUduX15y1xnoM { top:18.25rem;left:0rem;width:23.4375rem;height:4.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUtfoDeve8R1mHEprkqDXH111eTAn8Pf { top:18.25rem;left:10.218317031861rem;width:27.25rem;height:14.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNEIN6alguIin14eliZT5K7TXRckzqCD { top:18.25rem;left:26.125rem;width:21.625rem;height:7rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tB87ZdbUCSzpenuTAR5I4tp4MrU7s93g { top:28.625rem;left:0rem;width:16rem;height:12.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zz7VK7VDr88FCb2MgWvlKNtFUQJ9zQu5 { top:14.5rem;left:0rem;width:17.375rem;height:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJfJTJgwnx48xgC7MMs6rPxp48oWMdsM { top:50.8125rem;left:0rem;width:17.3125rem;height:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ1ViyrKcZSyXATUTOgZNtfMhfnBZNHJ { top:25.3125rem;left:26.1875rem;width:21.5625rem;height:4.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDmxFUnoUTAaPiRKHDyd9IbOtHTO47BM { width:16.25rem;height:16.25rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtepVEXeX5gCxbf5VU4w9cRITZepqy85 { width:16.25rem;height:16.25rem;top:4.25rem;left:15.71853351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7QUMTIVzaQKfxvhQpXZp0Gp3Vh8ayG4 { width:16.25rem;height:16.25rem;top:4.25rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTOuHIoiVWTXihS57DO7DFvc1ZpNbb5b { top:6.875rem;left:0rem;width:3rem;height:11.0625rem;font-size:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0SXIIm8rW4ADDGKx6MpDGDHg8yiqH76 { top:6.875rem;left:20.87478351593rem;width:5.9375rem;height:11.0625rem;font-size:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENuOKCzJilFNuicsnt69FHFxe1V2moKn { top:6.875rem;left:41.75rem;width:6rem;height:11.0625rem;font-size:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDIMrn3K9nRFf53EKax1NT7If3pEIHWZ { width:16.25rem;height:16.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKDpDsDMq2OFrTfhvIH6bFLnpp3zwq1q { width:16.25rem;height:16.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbAwx3TpArvW89x0rridqBI0DnkXwMks { top:14.9375rem;left:0rem;width:16rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKX2uWXP6OaLyZ7ESzbQykWHvnGe2KGO { top:17.5rem;left:0rem;width:17.3125rem;height:1.75rem;font-size:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpZZTGtn8T2I8csliGx9toidv3vIxV7x { top:22.1875rem;left:0rem;width:1.6875rem;height:5.6875rem;font-size:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1tRu5SBl4coACeiV5CwveA5JFOJrCRq { top:39.3125rem;left:0rem;width:1.6875rem;height:5.6875rem;font-size:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kr4wnFLbPxCrKDbeOFVVlNoJrbwUpZRO { display:none; }#Kr4wnFLbPxCrKDbeOFVVlNoJrbwUpZRO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUm7Aa12CkB0o2NNz57HNchx3FrGSu2E { top:1.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzGJR4akpHFysdW5WGnaolAbd3BrGPUN { width:14.0625rem;height:3.3125rem;top:46.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJfXNSLm8sf346F1aTyZ9iCcoCiVhn20 { display:block; }
 }@media only screen and (max-width: 763px) { #geaqvMC7ayWnhVul4mNih1EWhODUTt7N { top:6.5rem;left:5.4375rem;width:39.875rem;height:13rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxAH2MTqlGDQofpVAko43ov60KPT0p3x { width:14.0625rem;height:3.3125rem;top:46.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI3IcVS8TkVTTUVpVl3FRnPAUhhMGlEv { display:block; }
 }@media only screen and (max-width: 763px) { #hzk3QV56iBuzTGSZp00RTOxMNCoxVWhw { top:10.5625rem;left:0rem;width:17.375rem;height:10rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKVnmh628BJ3nrbp2nJUo608gv9t7rSh { top:15.75rem;left:7.03125rem;width:36.6875rem;height:;font-size:1.25rem;display:none; }#AKVnmh628BJ3nrbp2nJUo608gv9t7rSh li:before{  }
 }@media only screen and (max-width: 763px) { #grUHFoLP38OCGDcAdAp99IaGlykTTEy6 { top:21.0625rem;left:5.53125rem;width:39.6875rem;height:6.5rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtfmiS77k0hl7foKL177W8EDilwqNH1G { top:23.75rem;left:7.03125rem;width:36.6875rem;height:4.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTpk9aUoNnpDIoLUnVyExighJbzqeW39 { top:28.625rem;left:0rem;width:17.375rem;height:2.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwX9baVdeSrvviskS08vdP25mloGKzlc { top:22.75rem;left:0rem;width:18.125rem;height:4.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mu7c3IQxuUzoOgmqCnh9PQXC55UswV4L { top:30.8125rem;left:1.625rem;width:46.125rem;height:6.5rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtU4UDH9Z3LZddHacxzoCrZbUrSZATEV { width:3.125rem;height:3.125rem;top:6.5rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGTlyiT7PKC97WcuZrKVGJfLhT4PqheF { top:37.375rem;left:0rem;width:36.6875rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJMCncvgZJdpVyqq5Gp8xHiKyQeB0Lp0 { width:3.125rem;height:3.125rem;top:34.3125rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfaPVcWoCZdaz9Hs55KNBRVmpp1Ppf25 { width:2.75rem;height:2.75rem;top:34.6875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzhdTKAudBLkVvVL8FAZg6AUBdOVJXVk { top:38.3125rem;left:6.5625rem;width:36.6875rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CB1xr3uJtbCBtyBzLZKLgQbh9gJ2qbDt { width:2.75rem;height:2.75rem;top:34.6875rem;left:40.583335876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdMbv1hPieZm16sByRWTlGreJnVXfDsg { top:38.3125rem;left:11.0625rem;width:36.6875rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJB9xv2bL5xkfJXIPS0AtvfCA0F9RTEk { top:37.375rem;left:0rem;width:17.375rem;height:7.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6ESazsGGW567z5abeCDpZ1PFCDnJUHL { top:20.625rem;left:0rem;width:18.125rem;height:6.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SR8bOUCwLebqeMtZJUS2g8F0lXrMwTZX { top:40.0625rem;left:0rem;width:18.125rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr1HKDAMiIRv4yGeUCCBi8S5H0fTEg7t { top:41.8125rem;left:0rem;width:18.125rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOZbR45b7p7dv4HkDgeTTcvHfGIO0Tc4 { top:46.8125rem;left:0rem;width:18.125rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOShkqgdxBbfF9ZaEKTWHVFgLBbwyt56 { top:35.1875rem;left:0rem;width:36.6875rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4i0cK7zzeD4Nv0E7yawW14RAOxAM369 { top:35.1875rem;left:11.0625rem;width:36.6875rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2lCmnGpQNxllGowB657GLPb255uy3kZ { display:none; }#V2lCmnGpQNxllGowB657GLPb255uy3kZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mABocXi6InakzztJ1dlbNwvkB1Fzwiig { width:46rem;height:9.75rem;top:21.375rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCvugo1UTvVRd8iauMwdsoDlEdFVptx8 { width:47.75rem;height:2.4375rem;top:2.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyH35Ey5vAR7DSRZ7aIciGpvzKL8TeZZ { top:15.375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfbbsAK9Q34Ha7Afhe3paTi90Xvywr07 { width:14.0625rem;height:3.3125rem;top:36.0625rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOP1wJ0tMSSVaQtvbJQmclkQWfa2wVMW { display:block; }
 }@media only screen and (max-width: 763px) { #R2kTcbo1LyviVMGVybpBylNExq9OEFET { display:none; }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eMO6s3HWT3ZntCI8erd3NXhZcVrFBVHk { top:0.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-text {padding-top: 0; padding-bottom: 0;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-select {padding-top: 0; padding-bottom: 0;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P  { width:45.25rem;height:auto;top:7.1875rem;left:0rem; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P {display:block;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P { width:45.25rem;height:auto;top:7.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #Z33NG6B08f9pNnGvBCThRGNODR2cPbe8 {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #HcqTi5uLPzFZL3XmTHU6Nr4vmgpz22Ih { display:block; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #sUK85ZeJrCbCVXlKSZTX4zFD8aDLkmsv {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #QhHKUUPFkUrUyqTHSdhDUcBqMLxvvBkr {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #mNPmzg1SDTdaxm3ZBDcFfFIlTswv3ISt { display:block; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #Db7QRqXaKWTq7VeVxn2dIX33DmUtz2PH {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #WWKMU3CWUuPkUT2o5WguOysBHzWTmJ3U {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #wzlGt4yTu5JTMVib9Z5wvH7sC5RpQEuJ {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #AodOenxNWfbgDLqegNK69q94T8H4LrJI {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #ifICD96ozpOUwXuN9XG2pvlXpUmtI7dK {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #UHDSKI1u5HaZkvD5RWQ0aHToOkncupqx { z-index:2; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #JEqgVxAZcvWmnEwX6mvuTM0OheaL8i1X {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #ZQXIaBdLanqDEVmn9n10WPqUbRic6irX {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #S67u5tC9CokkJ8RgzagpkcrISKdZnI3M { z-index:2; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #AcMypNC9qb45WTlTDTgD5gJzf1Tl1TRe {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #eKK3akkxvEPLR3UTw5GUQBncampAw3qJ { z-index:15000; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #WwmvPebT1kTwy1waJvUzAta6X8glg73M { z-index:15000; }
 }@media only screen and (max-width: 763px) { #b2ks7zkvGJC87nWhQOZHmkCXhmgcq416 { display:block; }
 }@media only screen and (max-width: 763px) { #PltwVhHBibdA12wM1Tzn6fkvL8kBfDqh { display:block; }
 }@media only screen and (max-width: 763px) { #A98A09D2N03U9M3gzKsUscNWXFGDOcGT { display:block; }
 }@media only screen and (max-width: 763px) { #HnRU2G4SO2DtqwUnoSXg8PccVefAOF1o { display:block; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #bdq2Qg68KC2HEOS7QlPMKDxqB3WtQhpw {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #bqSOBrU2C8vqeUcXfVkSVlom9KsGzlTU {  }
 }@media only screen and (max-width: 763px) { #te9yNrcTBvs9EK5UPq21OyqMDoDE8v5u { top:4.625rem;left:0rem;width:47.75rem;height:33.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdwnQlBn8daMbaX47GioBW58Qeq2O95G { top:5.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUhsHaB63ppdPTHX77lxKK90lJrgbTMb { display:block; }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Up9680CCGJAvRSiPEb8WILsT414gvcAJ { width:47.75rem;height:29.3125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSK0J1yErqrDK9xbnMv9TvZff4zekF1s { width:38.75rem;height:21.75rem;top:2.5625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #panXZJVJGTSDcauBXtKdbUfeZualTBqE { width:47.125rem;height:26.375rem;top:2.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c { display:block; }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg6q9KnzTfNEHlvwvhwlDPE07NiEPvh3 { width:38.75rem;height:21.6875rem;top:1.75rem;left:4.5000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT { display:none; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qQfFeDQATIZiiUIZ4yMPRuEsEFLIJ4Ap { top:0.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ { display:none; }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ngO7hDXyxSOyUbi0k93iJonuqDFQvRMN { top:5.125rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #T21xurTghBWQSRwT7TLUsUPMQrpThZOA { display:block; }#T21xurTghBWQSRwT7TLUsUPMQrpThZOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUZW56ryWeBgqZrqTfaA7TJnTSNu93Dn { width:47.75rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/053ec4b8-43da-4beb-96e7-abaa092a5903/BS_POST2000x2000px7.crop_930x1081_521,113.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK { position:relative;z-index:auto;display:block; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { width:20rem;height:9.8182569396973rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPAJKtAprAWJ3c8WfJnTm8TKwy9B7ZI5 { width:14.0625rem;height:4.3125rem;top:0.38395178318024rem;left:3.8118488192558rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRWzaZCdMof92XTnDr4hEhSGrEQQrJIf { width:15.8121875rem;height:1.3125rem;top:1.062283039093rem;left:2.0936417579651rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-number { padding-top:0.3425rem;padding-right:0.32375rem;padding-bottom:0.3425rem;padding-left:0.32375rem;width:1.94rem;min-width:1.94rem;height:1.834375rem;font-size:1.3675rem;line-height:29.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:#b2b2d9;background-image:none; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.215rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.585625rem;height:0.724375rem;font-size:0.5125rem;line-height:11.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa { width:14.375rem;height:3.45875rem;display:flex;top:3.427951335907rem;left:2.7795138955116rem;z-index:15005;padding-top:0.029375rem;padding-right:0.031875rem;padding-bottom:0.029375rem;padding-left:0.031875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #ViOFUKZGvoim0IpMevrPOTh9q95CH966 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #rLTIk7sHPOB5aGRO5WzTKmMa7X6b4EGP {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #roAo4xZcl7cwcwVDTezcwl2uO81HtgHo {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Qqd8ewPnU8E4ERKJx2gI8WG6ZcgBgp8G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #IICGMpu0wkLPdRBXe1C9crVunpEpkcPd {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Icifm558JQL2IVHF8LT7TE7n3l1vAz9d {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #NnJuwGh8Pcb854csBTvSTLRtFJLu1zU4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #C3y1ynUUAuhE47TecQ0kqTt6sJtnCCSM {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #xr35gN1TsHdJKNlgfdfXp3uMHSASpKMJ {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #mAFS5SdtQ1tgyw70vsBPz3JN52xokmVH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #GbwHKhUsX8rWaPdxOIl0Q29wsRB8P9dq {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #iPd0waCWo7N1tzkS2lw4k8d3vlmg8bNa {  }
 }@media only screen and (max-width: 763px) { #ocATLpoQklnMuSP7LCU3Vs66eTni3ybO { width:9.9361875rem;height:1.8112rem;top:10.625rem;left:5.6875rem;background-color:#8177c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QBFkHhnwh4nfD3nDwWNQDKBs3xbdupLa { display:block; }
 }@media only screen and (max-width: 763px) { #GrrqQLxHkg47OWRNiOQwBdBx6gh9KCwP { width:8.125rem;height:2.875rem;top:6.9435763359069rem;left:5.9375000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { display:none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c87f6a4-288c-4140-ad51-fb1b58e3af6b/natulinososafe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg.adaptive-delivery-prevent-bg, #paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg.lazyload, #paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg.lazyloading { background-image: none; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container { background-color: transparent; background-image: none; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container > .video-iframe-container { display: none; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row > .video-iframe-container { display: none; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .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); }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container { border-width: 0; border-radius: 0; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg::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; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#paKFy3ltvUcTEo8cug7fnpkolgIPK0Tg > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRg0p0UKZNkP6LkAfOkreRWGb12zG4fl { width:20rem;height:3rem;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qyb7bJxexHgRhTHQGQDs7yWrDmAJsABq { width:14.125rem;height:7.5rem;top:21.805555343628rem;left:2.9375000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZGNmEzbRBQEwgRGHI7WSgIO0Kp3vmcZA { width:19.125rem;height:5.11865rem;top:0rem;left:0.4375rem;font-size:3.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vyg2oC4EyAFxCJKXzfl0fSIAzbnwlrgS { width:19.4998125rem;height:10.397125rem;top:1.7480525970459rem;left:0.24956607818604rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m9TI0lCLedv2MLIwxT6pD8A2yrPxZm25 { width:16.75rem;height:9.875rem;top:20.680555343628rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca6xH5mcR51Ey9AzRNVvaH6sg2H5CXBD { width:8.1875rem;height:8.1875rem;top:41.041666030884rem;left:11.36805588007rem;z-index:15011;background-color:#34343f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cxgXexdiTq7bz41PcLEXCkUOzQK7PL4z { width:7.4375rem;height:4.27408125rem;top:42.998264312744rem;left:11.74305588007rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #GnJnCNGLXk8LOCdzVCEo0FIqCNHAfK2n { width:17.8125rem;height:3.3125rem;top:50.812500953674rem;left:1.0937500596046rem;background-color:#8177c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oIuTPwRugyeki0bogwITExrvdmbpkcKz { display:block; }
 }@media only screen and (max-width: 763px) { #kkhZhUUB0gQtnypqUN1Ern7oMZDtgt91 { display:flex;width:1.93663125rem;height:1.93663125rem;top:20.506076335907rem;left:15.877605021rem;display:none; }
 }@media only screen and (max-width: 763px) { #swTitPa0TerBczcDwTxsdAvKpNAp9XDx { top:31.437500476837rem;left:1.1032986044884rem;width:17.625rem;height:17.625rem;z-index:15010;overflow:hidden;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #b2b2d9;border-left:0.0625rem solid #b2b2d9;border-right:0.125rem solid #b2b2d9;border-bottom:0.0625rem solid #b2b2d9;display:block; }
 }@media only screen and (max-width: 763px) { #T3rrhrv4kpC3ga7Zwt6elniQ7gDkh4Ld { top:0rem;left:6.6857638955119rem;width:6.624125rem;height:3.37413125rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 { display:block; }#ezKi5ySDz8iqqbpzcfAaclUzXcBBsTG1 > .row .container { width:20rem;height:101.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVPP4nHpoJGVtyHPetuU2Mi4eJInhu0J { width:7.1875rem;height:13.9371875rem;top:28.741319656372rem;left:6.4062504768369rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fHsAtwo6Gft6MWQk682NUHWHTXU8S0pT { width:16.25rem;height:0;top:4.2144098281861rem;left:1.8750002384186rem;font-size:1.5625rem;line-height:1.2;color:rgba(51,51,68,0.99);display:none; }
 }@media only screen and (max-width: 763px) { #lWkP9Q2O3Om5vZGc2Q5T3K4bXKuAUqbh { width:17.4365rem;height:3.312175rem;top:94.873592376706rem;left:1.2814671993256rem;background-color:#8177c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JzIvfbReZuoCqh0E3pzSn9B98SJdnIAI { display:block; }
 }@media only screen and (max-width: 763px) { #Qaeqana46NGv4exrJp60E8LnT5r2ANho { width:20rem;height:3.8997375rem;top:1.5831165313721rem;left:0rem;font-size:1.5rem;color:#333344;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OrQ1KZQKhOM6s5CDzqg4VP2Zw2HOKcSN { width:20rem;height:28.3125rem;top:57.8125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #vSPq0082wqTwa1ng7rRGpqqAAa4UuPQd { width:20rem;height:6.59830625rem;top:58.4375rem;left:0rem;font-size:2rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t3DpPrBKbNo2FnaISmfeAkM0dVopMVMP { width:20rem;height:0;top:92.973625rem;left:0rem;font-size:1.25rem;line-height:1.6;display:none; }#t3DpPrBKbNo2FnaISmfeAkM0dVopMVMP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80e1937f0d1688075f66ede07353877c67bad0d0.svg); }
 }@media only screen and (max-width: 763px) { #CkTsDIqmXgPEPn77cDNi39WnHITPm5oE { width:19.749875rem;height:;top:66.187068939206rem;left:0rem;font-size:0.9375rem;line-height:1.6;color:rgba(236,236,244,0.99);z-index:15011;text-align:left;text-align-last:left;display:block; }#CkTsDIqmXgPEPn77cDNi39WnHITPm5oE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CkTsDIqmXgPEPn77cDNi39WnHITPm5oE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_990a8cc873cec842cd5675cc4434877848a725b8.svg); }
 }@media only screen and (max-width: 763px) { #gHgLS7rD2bMfFenqxTPEdfapEIq8ETpx { width:16.3748125rem;height:16.3748125rem;top:76.311851501462rem;left:1.8120660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxJyqTVy5EGfnksqs9v4UnPfOSRudGG7 { width:16.5625rem;height:1.70573125rem;top:36.4375rem;left:1.75rem;font-size:1.3125rem;color:#333344;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sKvOKI2ppZDxyAMZ50T5dB74SGtJKs6b { width:20rem;height:2.92318125rem;top:44.639755249024rem;left:0rem;font-size:0.75rem;color:#333344;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kbATI6M56fsS2blMaZ1Ax2zklnQ6BWcv { display:flex;width:1.06228125rem;height:1.06228125rem;top:25.066195487976rem;left:18.471138000488rem;display:none; }
 }@media only screen and (max-width: 763px) { #aksAcCZ5ufmPmHoh9h908Q8S7KsExbXA { display:flex;width:1.0617375rem;height:1.0617375rem;top:54.5rem;left:13.625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #d2oHfEkqa7N53TcDoXz6FTcZEteZt2QP { width:20rem;height:7.4365rem;top:47.528213977814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLn1Vp0BIlRvWORbvXnpKmcU4yvCazJK { width:5.06239375rem;height:6.3748125rem;top:26.553819656372rem;left:1.3780384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2spbniVsJcEa28Tch7MSfGgmyaO8gT { width:4.874675rem;height:0;top:97.062190258787rem;left:7.5625rem;font-size:1.875rem;line-height:1.2;color:rgba(51,51,68,0.99);display:none; }
 }@media only screen and (max-width: 763px) { #TU5oJr531kWTB4fma2O9yIaCf4bCMGat { width:3.4375rem;height:1.875rem;top:25.741102218628rem;left:8.28125rem;font-size:1.5625rem;line-height:1.2;color:rgba(51,51,68,0.99);z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UFVqIyQxk7gflpIqK81ppu2rSTHl36WX { top:12.045356750488rem;left:0rem;width:19.124375rem;height:12.6871875rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uAUyZmTigmPNmg0HFCGBuT33ZvsrNGI1 { width:14.1875rem;height:6.59725rem;top:5.4481315612793rem;left:2.9058160781861rem;font-size:1.375rem;line-height:1.2;color:rgba(51,51,68,0.99);z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VZEc3PeFPrmlScNQb3PRU1mr8mfPP0v1 { width:20rem;height:13.32186440678rem;top:100.56208400879rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA { display:block; }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA { border-width: 0; border-radius: 0; }#pgEqE0P6PIWEBSdoBDmc9mOi7fEJL7kA > .row .container { width:20rem;height:63.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWUXO2yTIfNez0chtwuGMO70B8v3pecs { width:20rem;height:7.3123125rem;top:1.2483730316162rem;left:0rem;font-size:2.8125rem;color:#333344;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xEWS6tcGLaxOOZILET4DUduX15y1xnoM { width:17.3125rem;height:0;top:38.998046875rem;left:1.34375rem;font-size:1rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #dUtfoDeve8R1mHEprkqDXH111eTAn8Pf { width:20rem;height:0;top:75.4375rem;left:0rem;font-size:1.5rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #mNEIN6alguIin14eliZT5K7TXRckzqCD { width:20rem;height:0;top:69.459381103512rem;left:0rem;font-size:1.5625rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #tB87ZdbUCSzpenuTAR5I4tp4MrU7s93g { width:16.0623125rem;height:12.6008875rem;top:30.149205207825rem;left:1.9683160781861rem;font-size:1.125rem;line-height:1.6;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Zz7VK7VDr88FCb2MgWvlKNtFUQJ9zQu5 { width:17.375rem;height:3.6002625rem;top:16.9375rem;left:1.3125rem;font-size:1.125rem;line-height:1.6;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GJfJTJgwnx48xgC7MMs6rPxp48oWMdsM { width:17.3746875rem;height:7.20051875rem;top:50.874025344849rem;left:1.3123915195465rem;font-size:1.125rem;line-height:1.6;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #oJ1ViyrKcZSyXATUTOgZNtfMhfnBZNHJ { width:20rem;height:auto;top:25.3125rem;left:0rem;font-size:1.5625rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #QDmxFUnoUTAaPiRKHDyd9IbOtHTO47BM { display:flex;width:9.0625rem;height:9.0625rem;top:9.25rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #HtepVEXeX5gCxbf5VU4w9cRITZepqy85 { display:flex;width:16.25rem;height:16.25rem;top:68.949675750731rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7QUMTIVzaQKfxvhQpXZp0Gp3Vh8ayG4 { display:flex;width:16.25rem;height:16.25rem;top:86.449675750731rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTOuHIoiVWTXihS57DO7DFvc1ZpNbb5b { width:3rem;height:auto;top:6.875rem;left:8.5rem;font-size:2rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #u0SXIIm8rW4ADDGKx6MpDGDHg8yiqH76 { width:5.9375rem;height:auto;top:6.875rem;left:7rem;font-size:2rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ENuOKCzJilFNuicsnt69FHFxe1V2moKn { width:6rem;height:auto;top:6.875rem;left:7rem;font-size:2rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #VDIMrn3K9nRFf53EKax1NT7If3pEIHWZ { display:flex;width:9.0625rem;height:9.0625rem;top:22.242839336395rem;left:5.4687504768372rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #eKDpDsDMq2OFrTfhvIH6bFLnpp3zwq1q { display:flex;width:9.0625rem;height:9.0625rem;top:42.715387344361rem;left:5.4687504768372rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #WbAwx3TpArvW89x0rridqBI0DnkXwMks { width:16.0623125rem;height:1.80013125rem;top:14.999457836151rem;left:1.9683160781861rem;font-size:1.125rem;line-height:1.6;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZKX2uWXP6OaLyZ7ESzbQykWHvnGe2KGO { width:1.749675rem;height:5.699325rem;top:10.930989742279rem;left:9.1248922348025rem;font-size:3.5625rem;line-height:1.6;z-index:15005;color:#b2b2d9;display:block; }
 }@media only screen and (max-width: 763px) { #KpZZTGtn8T2I8csliGx9toidv3vIxV7x { width:1.749675rem;height:5.699325rem;top:23.924154281616rem;left:9.1248922348025rem;font-size:3.5625rem;line-height:1.6;z-index:15006;color:#b2b2d9;display:block; }
 }@media only screen and (max-width: 763px) { #P1tRu5SBl4coACeiV5CwveA5JFOJrCRq { width:1.749675rem;height:5.699325rem;top:44.39724445343rem;left:9.1248922348025rem;font-size:3.5625rem;line-height:1.6;z-index:15007;color:#b2b2d9;display:block; }
 }@media only screen and (max-width: 763px) { #Kr4wnFLbPxCrKDbeOFVVlNoJrbwUpZRO { display:none; }#Kr4wnFLbPxCrKDbeOFVVlNoJrbwUpZRO { border-width: 0; border-radius: 0; }#Kr4wnFLbPxCrKDbeOFVVlNoJrbwUpZRO > .row .container { width:20rem;height:68.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUm7Aa12CkB0o2NNz57HNchx3FrGSu2E { width:20rem;height:6.17480625rem;top:0.6865234375rem;left:0rem;font-size:2.375rem;color:#333344;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vzGJR4akpHFysdW5WGnaolAbd3BrGPUN { width:14.0625rem;height:3.3125rem;top:63.624994754794rem;left:3.23828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJfXNSLm8sf346F1aTyZ9iCcoCiVhn20 { display:block; }
 }@media only screen and (max-width: 763px) { #geaqvMC7ayWnhVul4mNih1EWhODUTt7N { width:20rem;height:0;top:75.4375rem;left:0rem;font-size:1.5rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #fxAH2MTqlGDQofpVAko43ov60KPT0p3x { width:14.0625rem;height:3.3125rem;top:59.312502384186rem;left:3.23828125rem;background-color:#8177c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NI3IcVS8TkVTTUVpVl3FRnPAUhhMGlEv { display:block; }
 }@media only screen and (max-width: 763px) { #hzk3QV56iBuzTGSZp00RTOxMNCoxVWhw { width:17.375rem;height:10rem;top:10.609375rem;left:1.3125rem;font-size:1.5625rem;line-height:1.6;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #AKVnmh628BJ3nrbp2nJUo608gv9t7rSh { width:20rem;height:auto;top:15.75rem;left:0rem;font-size:1.25rem;line-height:1.6;display:none; }#AKVnmh628BJ3nrbp2nJUo608gv9t7rSh li:before{  }
 }@media only screen and (max-width: 763px) { #grUHFoLP38OCGDcAdAp99IaGlykTTEy6 { width:20rem;height:auto;top:21.0625rem;left:0rem;font-size:1.5rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #LtfmiS77k0hl7foKL177W8EDilwqNH1G { width:20rem;height:auto;top:23.75rem;left:0rem;font-size:1.25rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #QTpk9aUoNnpDIoLUnVyExighJbzqeW39 { width:17.375rem;height:2.5rem;top:28.682291507721rem;left:1.3125rem;font-size:1.5625rem;line-height:1.6;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DwX9baVdeSrvviskS08vdP25mloGKzlc { width:18.125rem;height:5.09911875rem;top:31.098959445953rem;left:0.9375rem;font-size:1.0625rem;line-height:1.6;z-index:15006;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; }
 }@media only screen and (max-width: 763px) { #mu7c3IQxuUzoOgmqCnh9PQXC55UswV4L { width:20rem;height:auto;top:30.8125rem;left:0rem;font-size:1.5rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #OtU4UDH9Z3LZddHacxzoCrZbUrSZATEV { display:flex;width:3.125rem;height:3.125rem;top:6.8606777191163rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGTlyiT7PKC97WcuZrKVGJfLhT4PqheF { width:20rem;height:auto;top:37.375rem;left:0rem;font-size:1.25rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #MJMCncvgZJdpVyqq5Gp8xHiKyQeB0Lp0 { display:flex;width:3.125rem;height:3.125rem;top:47.5rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #EfaPVcWoCZdaz9Hs55KNBRVmpp1Ppf25 { display:flex;width:2.75rem;height:2.75rem;top:51.4375rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #tzhdTKAudBLkVvVL8FAZg6AUBdOVJXVk { width:20rem;height:auto;top:38.3125rem;left:0rem;font-size:1.25rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #CB1xr3uJtbCBtyBzLZKLgQbh9gJ2qbDt { display:flex;width:2.75rem;height:2.75rem;top:55.0625rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #RdMbv1hPieZm16sByRWTlGreJnVXfDsg { width:20rem;height:auto;top:38.3125rem;left:0rem;font-size:1.25rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #CJB9xv2bL5xkfJXIPS0AtvfCA0F9RTEk { width:17.375rem;height:7.5rem;top:38.500002384186rem;left:1.3125rem;font-size:1.5625rem;line-height:1.6;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b6ESazsGGW567z5abeCDpZ1PFCDnJUHL { width:18.125rem;height:6.798825rem;top:20.657553315162rem;left:0.9375rem;font-size:1.0625rem;line-height:1.6;z-index:15007;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; }
 }@media only screen and (max-width: 763px) { #SR8bOUCwLebqeMtZJUS2g8F0lXrMwTZX { width:18.125rem;height:1.69970625rem;top:48.25rem;left:1.875rem;font-size:1.0625rem;line-height:1.6;z-index:15008;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; }
 }@media only screen and (max-width: 763px) { #Tr1HKDAMiIRv4yGeUCCBi8S5H0fTEg7t { width:18.125rem;height:1.69970625rem;top:52rem;left:1.875rem;font-size:1.0625rem;line-height:1.6;z-index:15009;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; }
 }@media only screen and (max-width: 763px) { #TOZbR45b7p7dv4HkDgeTTcvHfGIO0Tc4 { width:18.125rem;height:1.69970625rem;top:55.625rem;left:1.875rem;font-size:1.0625rem;line-height:1.6;z-index:15010;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; }
 }@media only screen and (max-width: 763px) { #GOShkqgdxBbfF9ZaEKTWHVFgLBbwyt56 { width:20rem;height:auto;top:35.1875rem;left:0rem;font-size:1.25rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #n4i0cK7zzeD4Nv0E7yawW14RAOxAM369 { width:20rem;height:auto;top:35.1875rem;left:0rem;font-size:1.25rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #V2lCmnGpQNxllGowB657GLPb255uy3kZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/474f4a18-1b73-4198-b2ea-25e1d7fd663e/snuzaczuwa1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#V2lCmnGpQNxllGowB657GLPb255uy3kZ.adaptive-delivery-prevent-bg, #V2lCmnGpQNxllGowB657GLPb255uy3kZ.lazyload, #V2lCmnGpQNxllGowB657GLPb255uy3kZ.lazyloading { background-image: none; }#V2lCmnGpQNxllGowB657GLPb255uy3kZ > .row .container { width:20rem;height:33.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mABocXi6InakzztJ1dlbNwvkB1Fzwiig { width:15.5625rem;height:8.2845rem;top:15.22900390625rem;left:2.21875rem;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fCvugo1UTvVRd8iauMwdsoDlEdFVptx8 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyH35Ey5vAR7DSRZ7aIciGpvzKL8TeZZ { width:19.625rem;height:8.53025rem;top:3.6875rem;left:0rem;font-size:2.1875rem;color:#fafaff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tfbbsAK9Q34Ha7Afhe3paTi90Xvywr07 { width:14.0625rem;height:3.3125rem;top:28.5625rem;left:2.21875rem;background-color:#8177c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BOP1wJ0tMSSVaQtvbJQmclkQWfa2wVMW { display:block; }
 }@media only screen and (max-width: 763px) { #R2kTcbo1LyviVMGVybpBylNExq9OEFET { display:block; }#R2kTcbo1LyviVMGVybpBylNExq9OEFET > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMO6s3HWT3ZntCI8erd3NXhZcVrFBVHk { width:18.125rem;height:2.10015rem;top:2.5rem;left:0.9375rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-regular-label { display:block;width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.3125rem;overflow:hidden;height:auto;text-align:center;text-align-last:center;line-height:1.4; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;height:3.75rem; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-text {padding-top: 0; padding-bottom: 0;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:12.8125rem;font-size:1.0625rem;overflow:hidden; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-select {padding-top: 0; padding-bottom: 0;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5rem;overflow:hidden;height:4.8125rem;line-height:1.6; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P [class*="-text"]:-moz-placeholder { font-size:1.0625rem; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P [class*="-text"]::-moz-placeholder { font-size:1.0625rem; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P  { width:17.3746875rem;height:auto;top:8.6154308319094rem;left:0rem; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P .widget-info-text { font-size:0.5rem;overflow:hidden;height:auto; }
#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P {display:block;}#dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P { width:17.3746875rem;height:auto;top:8.6154308319094rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #Z33NG6B08f9pNnGvBCThRGNODR2cPbe8 {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #HcqTi5uLPzFZL3XmTHU6Nr4vmgpz22Ih { display:block; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #sUK85ZeJrCbCVXlKSZTX4zFD8aDLkmsv {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #QhHKUUPFkUrUyqTHSdhDUcBqMLxvvBkr {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #mNPmzg1SDTdaxm3ZBDcFfFIlTswv3ISt { display:block; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #Db7QRqXaKWTq7VeVxn2dIX33DmUtz2PH {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #WWKMU3CWUuPkUT2o5WguOysBHzWTmJ3U {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #wzlGt4yTu5JTMVib9Z5wvH7sC5RpQEuJ { display:block; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #AodOenxNWfbgDLqegNK69q94T8H4LrJI {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #ifICD96ozpOUwXuN9XG2pvlXpUmtI7dK {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #UHDSKI1u5HaZkvD5RWQ0aHToOkncupqx { z-index:2; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #JEqgVxAZcvWmnEwX6mvuTM0OheaL8i1X {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #ZQXIaBdLanqDEVmn9n10WPqUbRic6irX {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #S67u5tC9CokkJ8RgzagpkcrISKdZnI3M { z-index:2; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #AcMypNC9qb45WTlTDTgD5gJzf1Tl1TRe {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #eKK3akkxvEPLR3UTw5GUQBncampAw3qJ { z-index:15000; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #WwmvPebT1kTwy1waJvUzAta6X8glg73M { z-index:15000; }
 }@media only screen and (max-width: 763px) { #b2ks7zkvGJC87nWhQOZHmkCXhmgcq416 { display:block; }
 }@media only screen and (max-width: 763px) { #PltwVhHBibdA12wM1Tzn6fkvL8kBfDqh { display:block; }
 }@media only screen and (max-width: 763px) { #A98A09D2N03U9M3gzKsUscNWXFGDOcGT { display:block; }
 }@media only screen and (max-width: 763px) { #HnRU2G4SO2DtqwUnoSXg8PccVefAOF1o { display:block; }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #bdq2Qg68KC2HEOS7QlPMKDxqB3WtQhpw {  }
 }@media only screen and (max-width: 763px) { #dUwHqzGqgo0ecCKO5NP65tXXs9XJ7f7P #bqSOBrU2C8vqeUcXfVkSVlom9KsGzlTU {  }
 }@media only screen and (max-width: 763px) { #te9yNrcTBvs9EK5UPq21OyqMDoDE8v5u { width:20rem;height:48.5625rem;top:1.9375rem;left:0rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#333344;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TdwnQlBn8daMbaX47GioBW58Qeq2O95G { width:20rem;height:1.349825rem;top:7.2667112350462rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oUhsHaB63ppdPTHX77lxKK90lJrgbTMb { display:block; }#oUhsHaB63ppdPTHX77lxKK90lJrgbTMb > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Up9680CCGJAvRSiPEb8WILsT414gvcAJ { width:20rem;height:29.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSK0J1yErqrDK9xbnMv9TvZff4zekF1s { width:20rem;height:21.75rem;top:31.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #panXZJVJGTSDcauBXtKdbUfeZualTBqE { width:20rem;height:26.375rem;top:3.5624799728394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c { display:block; }#Obb0VORR1tEgcNJJpAKXkmmX35TlaH2c > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg6q9KnzTfNEHlvwvhwlDPE07NiEPvh3 { width:20rem;height:21.6875rem;top:1.8120794296264rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT { display:block; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQfFeDQATIZiiUIZ4yMPRuEsEFLIJ4Ap { width:18.625rem;height:3.375rem;top:0.515625rem;left:0.375rem;font-size:0.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ { display:block; }#CU5vmHGMLhR0wuQuTvKQPN3bUdcZz9cQ > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngO7hDXyxSOyUbi0k93iJonuqDFQvRMN { width:19rem;height:17.9980625rem;top:0.90625rem;left:0.5rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T21xurTghBWQSRwT7TLUsUPMQrpThZOA { display:none; }#T21xurTghBWQSRwT7TLUsUPMQrpThZOA > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QUZW56ryWeBgqZrqTfaA7TJnTSNu93Dn { width:17.375rem;height:1.7875rem;top:1.35595703125rem;left:1.3125rem;font-size:0.6875rem;display:block; }
 }