.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,241,243;--color-primary-1:133,209,214;--color-primary-2:11,163,173;--color-primary-3:6,82,87;--color-primary-4:2,24,26;--color-secondary-0:254,247,246;--color-secondary-1:252,228,226;--color-secondary-2:249,201,196;--color-secondary-3:125,101,98;--color-secondary-4:37,30,29;--color-tertiary-0:255,255,255;--color-tertiary-1:179,182,183;--color-tertiary-2:128,133,135;--color-tertiary-3:77,80,81;--color-tertiary-4:44,51,55;--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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J { 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/08901177-a0fd-44d6-9cac-7ba0d9d8a224/BIGbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J.adaptive-delivery-prevent-bg, #OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J.lazyload, #OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J.lazyloading { background-image: none; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container { background-color: transparent; background-image: none; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container > .video-iframe-container { display: none; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row > .video-iframe-container { display: none; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .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); }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container { border-width: 0; border-radius: 0; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#UZeHnCTeQAqnQS9lg6SzCW3lIMXQRFVe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:9.9375rem;top:3.033203125rem;left:32.53125rem;overflow:hidden;display:block; }
#tIGTvUTi3Pts6s3dKKyg0JU5TlOdAifZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.75rem;top:13.412109375rem;left:64.9482421875rem;overflow:hidden;display:block; }
#BmEVshACMulH7s7DRFAgMI8cttXpCLpy { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:besley;font-size:3.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:12.4375rem;left:15.625rem;height:4.6502125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TQoeSoCdbJ8vnt7t68Nm9ol3qc1whbhr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:18.4375rem;left:23.9375rem;height:3.84943125rem;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; }
#dEwvmpw7JsUT196QciKpnxywx5Tc6Ny9 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:25.4609375rem;left:43.34375rem;overflow:hidden;display:block; }
#h6F5L2FmxX3zo46mx47xinZI1kKQwaDW { position:absolute;display:block;z-index:15014;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.0625rem;width:12.0625rem;top:5.095703125rem;left:-1.2802734375rem;overflow:hidden;display:block; }
#zg8sW3g5TgzgkoB2O0F0eTWhO4QbuCrC { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.75rem;top:37.5546875rem;left:3.4482421875rem;overflow:hidden;display:block; }
#xxn3gtlfGQUJkf3gKMOvJeHTBh5c2uGQ { 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins medium";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:3.4375rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:53.119140625rem;left:21.8125rem;display:block; }
#D5JTO2OaAC1RkTdOMRlQ8hHlasGCHyIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZMNfziUWklD9fs8y8v4ZZJFnirF6zU7 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:"poppins ukr";font-size:3.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:8.5rem;left:15.625rem;height:4.6502125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwqOdiX0iePq4SBQ2TEGDu33amqieTHT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5625rem;width:35.5625rem;top:21.744140625rem;left:19.71875rem;overflow:hidden;display:block; }
#l64ctqR4f8COUmgOVheZ2pac4kfTmkTn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:19.5625rem;top:21.6171875rem;left:7.53125rem;overflow:hidden;display:block; }
#gJMInAdF4PLpGzT4esH4sBfcqKzyRXhR { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:13.6875rem;top:39.119140625rem;left:55.0625rem;overflow:hidden;display:block; }
#SMi8FNNDRuvUKC1FbWNxTyKoIst12250 { position:absolute;display:block;z-index:15014;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.0625rem;width:12.0625rem;top:5.095703125rem;left:-1.2802734375rem;overflow:hidden;display:none; }
#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .row .container { background-color: transparent; background-image: none; }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .row .container > .video-iframe-container { display: none; }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .row > .video-iframe-container { display: none; }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .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); }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .row .container { border-width: 0; border-radius: 0; }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-form-header {  }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:32.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:32.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-text {padding-top: 0; padding-bottom: 0;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:32.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-select {padding-top: 0; padding-bottom: 0;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:32.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:31rem;overflow:hidden;font-style:normal; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .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; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-container:first-of-type{padding-top:0;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-container:last-of-type{padding-bottom:0;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:1.75rem;left:20.03125rem; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.4375rem; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K {display:block;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:1.75rem;left:20.03125rem; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #QBBHZ7vnKzdWf3XZNLgub0znJcqEqTtA { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #TqDGh0Fow16d4gpe612llWdcQRB797h7 { position:relative;display:block; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #cXVLTzoMJ8PwKnZOp8yZTXbMHgXtxV3p { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #iTnMteXKDekvcwKAOilshHkHMkUtwEcn { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #zZ6cwvPoFBlqOKoVPZEOwG2zv4ky2bL8 { position:relative;display:block; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #tEaJQ8LS1QgdkkRm5SWW50r4WAif5vbH { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #UWF4xZ240t3cmQWU9kNLDtNKdUsNH3of { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #MgzoTltAETWoWzefHU4Puz8hnmMide8R { position:relative;display:block; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #H6FHu1yUg4HzF0Hd4uQ6UrHUTLLNaWCE { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #Ev0rIFmuBP0OHO6IraDhUv62hmdT5TsL { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #TmXbCntMfGLMgxFwkKXcTiVf9aRNdn10 { position:relative;display:block; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #z1Dcc48uBnwZHAlJqBBCEUnDzC0C7eBT { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #hn1AHImndCcuPeyT2ft9SS5LQToJVyl8 { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #TbEweNJSbES86RxDA7OxK51c7gtiQROX { position:relative;display:block; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #Chx02vlow1ktUX8aurLHg7qmfgVWyAc6 { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #m7BmxcGrDsGwl9yiVx58SCXk6STJe8VU { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #qKKwfeopS3GzUo2CvDQMrElQNMUnW4nd { position:relative;display:block; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #ITPurKV6MX2fgeTaZvpL8XJTpGvXtMNU { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #kbNUUFrPqDvIPvdAOf5D4X26UdpR7g6y { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #Mqn875EdyHuITocOnfsyBJ6ZplUVIOgE { position:relative;display:block; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #JEBcAp1BJplT94vlZLAWD8zVRTopuqi1 { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #lKhErmg9NHS450yA2uIwsCbGS25g6DmX { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #lEkzT2JrATzneGGAFMXeGvguHpCE8uq7 { position:relative;display:block; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #OUF0xz6T6CCaVpp7MMIgGRW0mphob9Tf { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #WwCeZwE8UFD9TRbhO51S6RWhp4bG0J8f { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #LMwtDdZMgPdTvoLgwV4dcCWEennHcyu7 { position:relative;z-index:2; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #HptiP25ENiU8FR7RQ6ZFhJTpwEsp5nwg { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #b79gJNuOAaZskgmEJ4XEHXPkU2zBXBqT { position:relative; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #AqTMPXXBCC99QqNINfoZFee3iMDK0BnN { position:relative; }
#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F { 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; }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .row .container { background-color: transparent; background-image: none; }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .row .container > .video-iframe-container { display: none; }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .row > .video-iframe-container { display: none; }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .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); }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .row .container { border-width: 0; border-radius: 0; }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#FfEd9ZJZRimgvaTrZdy2Kfcy2sX1iMqV { color:rgba(var(--color-tertiary-4),1);display:block;width:37.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3726129531861rem;left:18.811849594116rem;height:3.41264375rem;text-align:center;text-align-last:center;display:block; }
#tFbOzToSVWyo1S1Z9koMeAk1omotkX62 { color:rgba(var(--color-secondary-0),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:5.875rem;left:15.03125rem;height:1.92480625rem;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; }
#tR6p7mW1VpuzNrTT3zLfBU2TtvBAGTXp { box-sizing:content-box;height:17.3123125rem;width:17.3123125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/092385ec-5304-4f36-a071-76e408cb7f1b/1754926316495.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.621094226837rem;left:1.1838111877441rem;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; }#tR6p7mW1VpuzNrTT3zLfBU2TtvBAGTXp.adaptive-delivery-prevent-bg, #tR6p7mW1VpuzNrTT3zLfBU2TtvBAGTXp.lazyload, #tR6p7mW1VpuzNrTT3zLfBU2TtvBAGTXp.lazyloading { background-image: none; }
#cJgmsaihGDLgrRUXS5ZLvN8nmTcvSHHu { box-sizing:content-box;height:17.3123125rem;width:34.1873125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/202d52c8-2018-414a-a262-4edcb36cbd2a/1760354296078.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.621094703674rem;left:20.405817031861rem;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; }#cJgmsaihGDLgrRUXS5ZLvN8nmTcvSHHu.adaptive-delivery-prevent-bg, #cJgmsaihGDLgrRUXS5ZLvN8nmTcvSHHu.lazyload, #cJgmsaihGDLgrRUXS5ZLvN8nmTcvSHHu.lazyloading { background-image: none; }
#wTSW2TzCRNDHhN3uzLWdq7Ibn44eJS8t { box-sizing:content-box;height:17.3123125rem;width:17.3123125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/c98ef4c1-e05c-4c5f-97fb-c86fa9377b24/1754926316295.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.621094226837rem;left:56.309679031372rem;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; }#wTSW2TzCRNDHhN3uzLWdq7Ibn44eJS8t.adaptive-delivery-prevent-bg, #wTSW2TzCRNDHhN3uzLWdq7Ibn44eJS8t.lazyload, #wTSW2TzCRNDHhN3uzLWdq7Ibn44eJS8t.lazyloading { background-image: none; }
#QknlM9SbX6P6TqDiGdkQgq05ffOBT8c8 { box-sizing:content-box;height:17.3123125rem;width:17.3123125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/8d7df33d-f06c-4b68-ae97-3e36a2018d34/1761069581118.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.561418056488rem;left:20.405817031861rem;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; }#QknlM9SbX6P6TqDiGdkQgq05ffOBT8c8.adaptive-delivery-prevent-bg, #QknlM9SbX6P6TqDiGdkQgq05ffOBT8c8.lazyload, #QknlM9SbX6P6TqDiGdkQgq05ffOBT8c8.lazyloading { background-image: none; }
#tMHW9BWPlJBmR7zU3Ma9Ehv6n2dunvcf { box-sizing:content-box;height:17.3123125rem;width:34.1873125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/38f60b0c-2f84-4569-b74b-67f78e821639/1713987492133.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.561418056488rem;left:39.503038406372rem;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; }#tMHW9BWPlJBmR7zU3Ma9Ehv6n2dunvcf.adaptive-delivery-prevent-bg, #tMHW9BWPlJBmR7zU3Ma9Ehv6n2dunvcf.lazyload, #tMHW9BWPlJBmR7zU3Ma9Ehv6n2dunvcf.lazyloading { background-image: none; }
#b8xg7KnRIm0ND9dIcGqAPfGxBJA6BUfd { box-sizing:content-box;height:17.3123125rem;width:17.3123125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/dc16df9c-c930-4787-bbf1-1f0ecdadc509/6703bd6ee093c67025f158fa_6703bd6511d893da7f3d028e_JPE07420.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.561418056488rem;left:1.1838111877441rem;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; }#b8xg7KnRIm0ND9dIcGqAPfGxBJA6BUfd.adaptive-delivery-prevent-bg, #b8xg7KnRIm0ND9dIcGqAPfGxBJA6BUfd.lazyload, #b8xg7KnRIm0ND9dIcGqAPfGxBJA6BUfd.lazyloading { background-image: none; }
#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR { 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; }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .row .container { background-color: transparent; background-image: none; }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .row .container > .video-iframe-container { display: none; }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .row > .video-iframe-container { display: none; }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .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); }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .row .container { border-width: 0; border-radius: 0; }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#xOte5RBqrcHAF3GVWIqVLKJQSF6DQkbU { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8088102340698rem;left:14.218751907349rem;height:3.41264375rem;text-align:center;text-align-last:center;display:block; }
#xiJA8N86wOO8R21tPbgzTa7ncMsPpFyq { color:rgba(var(--color-secondary-0),1);display:block;width:47.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:6.90625rem;left:13.9365234375rem;height:1.92480625rem;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; }
#WcIEe4Z8ibgToOQOKVgvRPgv1yAroHuD { color:rgba(var(--color-secondary-0),1);display:block;width:24.436875rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.625rem;left:25.625rem;height:3.41264375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#uga5TvnpyQkkn2TNqGHSidShLB7cWOsL { box-sizing:content-box;height:3.49935rem;width:26.624375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #e2fd96;border-left:0.1875rem solid #e2fd96;border-right:0.1875rem solid #e2fd96;border-bottom:0.1875rem solid #e2fd96;top:13.4375rem;left:24.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#HmzXTdrWUfsUiByCEN95upfXWQbm9L70 { box-sizing:content-box;height:4.875rem;width:27.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(33,243,255,0.19);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:20.01171875rem;left:31.4375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#uUaIva8eUIxF1buDrHVo5ePEGRgx6SM0 { color:rgba(var(--color-secondary-0),1);display:block;width:26.749125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:20.5rem;left:32.9375rem;height:3.896475rem;display:block; }
#ickoRMli00USOr0kKNCuS3Jmeyh3sWFN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#e2fd96;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-primary-4),0.31);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:besley;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:22.5615rem;height:2.624025rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:39.0625rem;left:31.4375rem;display:block; }
#NxpOmZxiyXE3xe4VpIybK0rM0Mm8QHXJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNDfGmGxoWTNWeBULq7RGC4NTNJWorq7 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#e2fd96;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-primary-4),0.31);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:33.65625rem;left:19.75rem;display:block; }
#LMyfG89X4nMNZU15ZXzeSEqWUST1LN2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9gM1y57swHT6K02vFC6gWCkKlH5gKkV { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:17rem;top:28.875rem;left:53.2578125rem;overflow:hidden;display:block; }
#s7ZKTNPTP5nwDB22L8aNk4p1xdZ37Hsy { box-sizing:content-box;height:4.875rem;width:27.625rem;position:absolute;display:block;z-index:15037;background-color:rgba(33,243,255,0.19);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.25rem;left:31.4375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#n4lebxadHsJpxU2vLi5G8PgaLgR2R4tZ { color:rgba(var(--color-secondary-0),1);display:block;width:26.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:26.798828125rem;left:32.9375rem;height:3.896475rem;display:block; }
#cPZSf3PuRAdQP7TQfzZ1FB3VzaXtnw2c { box-sizing:content-box;height:4.875rem;width:27.625rem;position:absolute;display:block;z-index:15033;background-color:rgba(33,243,255,0.19);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.5rem;left:31.4375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#NbqvKbicAHIgrrWncoErvLa7I1mV0BXL { color:rgba(var(--color-secondary-0),1);display:block;width:26.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:32.986328125rem;left:32.9375rem;height:3.896475rem;display:block; }
#m7QydXdpefbbqb9A7Il6BKJJwUMvDr03 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#e2fd96;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-primary-4),0.31);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.5625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:27.4375rem;left:19.75rem;display:block; }
#t318eoMiWNdt6rMOWmuM0c8ztO8ceGWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E8RQnB6pb8s9k7kHB9OyNVkZEFGJVvaf { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#e2fd96;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-primary-4),0.31);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.5625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:21.15625rem;left:19.75rem;display:block; }
#DB7fZErpiHPBkQDObB3Xa2uq2DuQSZGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVmPlbXJ1Po358fbvduWdpZia4lml2Dw { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.4375rem;top:37.5615234375rem;left:55.1875rem;overflow:hidden;display:block; }
#sS5rSlq5R3bTlk3VuyvmWsMbR9xI2vSy { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:6.375rem;top:30rem;left:60.78125rem;overflow:hidden;display:block; }
#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL { 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; }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .row .container { background-color: transparent; background-image: none; }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .row .container > .video-iframe-container { display: none; }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .row > .video-iframe-container { display: none; }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .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); }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .row .container { border-width: 0; border-radius: 0; }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#Iwf9AKyrssGr324l7dI4HMfvMPkm9mrJ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9360775947571rem;left:15.028408050537rem;height:3.41264375rem;text-align:center;text-align-last:center;display:block; }
#NT2UwFOqoZmWnMEEQ3BNt2bxD0eG4OJ8 { color:rgba(var(--color-secondary-0),1);display:block;width:47.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:9rem;left:14.75rem;height:1.92471875rem;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; }
#TpT38JXV9AvTEFsQZIJWixN9l86iZEFQ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:14.5625rem;left:18rem;overflow:hidden;display:block; }
#hXXD3wblyUSTuF9TkHTm1TK65kewcPLy { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:14.8125rem;left:36.5625rem;overflow:hidden;display:block; }
#paULd4TBNV1r1bnoR2TuZ8G9RR84smEu { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:14.6875rem;left:54.4375rem;overflow:hidden;display:block; }
#JNPmuCo2bkL8s2fQIlsuphCBsfnlXvoH { color:rgba(var(--color-secondary-0),1);display:block;width:47.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:21rem;left:14.75rem;height:1.92471875rem;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; }
#ZUhoNT8sNRVIQJXE7VAFxNWRbPLNIotO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:14.5625rem;left:27.1875rem;overflow:hidden;display:block; }
#QwEGlefffnGu2OfQsKQqTzlBeT5zwboQ { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:14.8125rem;left:45.875rem;overflow:hidden;display:block; }
#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { background-color: transparent; background-image: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .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); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { border-width: 0; border-radius: 0; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { font-size:0.875rem;font-family:arial;height:79.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #8e8e8e; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.1;overflow:hidden;font-style:normal; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);line-height:1.5;overflow:hidden;height:auto; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger { width:1.625rem;min-width:1.625rem;height:1.625rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5ae1830b1875c7ac2b7eed3eaac91d0bf81c43fa.svg");background-size:contain !important; }#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.adaptive-delivery-prevent-bg, #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.lazyload, #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.lazyloading { background-image: none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:19rem;left:7.5rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BTJhM77IV6Urx8oo8917uZCsuZvmKUPU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Ptyi5zpPKt7mM512XokSVth8TqKv3ADA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t28dJTAwUxsdRLnIQHThCg09dW8bklPh { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Q5cRiAGOME2KUi97Mxtg0vqeSqHJtgLC {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FLAPo86TfQMRfovIxNTUiAcU565yKJg9 { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ApNvpoPRDJzhD1GVi4uxpo7NKGar3UKx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #lk8sPZgTarrwkpG832nq9KfQVG2vFvtp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #nm6mWHLPeyEFlPXIMEeMRHx4REMkie0Q { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #amXgFTXxVQZ2DS2X5CrbsAqoeFCMEbXq {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #PLdTGsGlEJwkT6f05nZ1Xz0PrBWpIoTR { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #pzvut3rRJDfKO1VHgn1ubErWClXzX7DZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BiJCLEa5Rsw66iJW022QHVx0Auf4dzMi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #bT1NSi4Dle3cH5QVWEQlllPD0IyZaeSf { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #hJN8kTkMCwFr8frE2zI58hfgnVSJLl7l {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOLRBZHBkLEOlIrPNbTXIW6xaLr4B3kV { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #occF9hWrBRg9GbzHTaKCoMPXO0WTQ4Cy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #GvhLklq4OfqoS2oPiR1geighOK1p7IBv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #m0x7QyXoEnqNb9ZMHwbX4Q0gvv574UGb { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #B5QZLxO6T6kTcshcRZNroyEEKxt9WT2U {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #MwRnrDpv89tvPOkQ2iVyeV1SuFrJ2HNo { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #qHfBdGFGCwaJapXtMtLMchFBxfx9MgyB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ruRMLEMWPZoMU5PHXI16yzeGdccUfepv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #oXVUcgB8aQpBsOx4MKp2xQ8RfwlRVmnT { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #VpG9HScp1trTPPEaohRDTdmI0MWlVQMK {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kQ7neJAHJd09UucPd8I60w4zTeBECPsv { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ouC9NRCnnfAQKoSVZrprCmeScunaqMou { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OBq7oPJMtGP2zG3P5aCaLn3LRiHFdJRT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #eyU2gvcyMvTRb0GlEJuIHhwFFkMdGTAP { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #xdXZsLQHdsU8mTWNTZxm8uKvER5LWrAs {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOqsZJ475DcVzmuUnKZyczgR7iSDmqhF { display:none; }
#foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:9rem;left:7.5rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { background-color: transparent; background-image: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .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); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { border-width: 0; border-radius: 0; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#xQJDkikza86PkxSeQcbDQSoVyCy5wFwM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:9rem;left:59.375rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:14.6875rem;top:4rem;left:6.125rem;overflow:hidden;display:block; }
#yiqCXmvEZdXUvTvQNQsAarv02pSMSuiU { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.0625rem;left:7.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AcXihOdcEM4tZgLQbpLuxff2BHeShED4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:3.4375rem;left:59.375rem;height:3.998575rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J { display:block; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZeHnCTeQAqnQS9lg6SzCW3lIMXQRFVe { top:3rem;left:18.90625rem;width:9.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIGTvUTi3Pts6s3dKKyg0JU5TlOdAifZ { top:14rem;left:37rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmEVshACMulH7s7DRFAgMI8cttXpCLpy { top:12.4375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQoeSoCdbJ8vnt7t68Nm9ol3qc1whbhr { top:18.4375rem;left:10.3125rem;width:31.125rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEwvmpw7JsUT196QciKpnxywx5Tc6Ny9 { top:25.4375rem;left:29.71875rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6F5L2FmxX3zo46mx47xinZI1kKQwaDW { top:5.0625rem;left:0rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8sW3g5TgzgkoB2O0F0eTWhO4QbuCrC { top:38.125rem;left:0rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxn3gtlfGQUJkf3gKMOvJeHTBh5c2uGQ { width:31.375rem;height:3.4375rem;top:53.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5JTO2OaAC1RkTdOMRlQ8hHlasGCHyIx { display:block; }
 }@media only screen and (max-width: 763px) { #MZMNfziUWklD9fs8y8v4ZZJFnirF6zU7 { top:8.5rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwqOdiX0iePq4SBQ2TEGDu33amqieTHT { top:21.6875rem;left:6.09375rem;width:35.5625rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l64ctqR4f8COUmgOVheZ2pac4kfTmkTn { top:21.5625rem;left:0rem;width:19.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJMInAdF4PLpGzT4esH4sBfcqKzyRXhR { top:39.0625rem;left:34.0625rem;width:13.6875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMi8FNNDRuvUKC1FbWNxTyKoIst12250 { top:5.0625rem;left:0rem;width:12.0625rem;height:12.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH { display:block; }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-regular-label { width:32.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-text { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-text {padding-top: 0; padding-bottom: 0;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-textarea { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-select { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-select {padding-top: 0; padding-bottom: 0;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-button { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-checkbox-label { width:31.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K  { width:32.4375rem;height:auto;top:1.75rem;left:6.40625rem; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .radio-container { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K {display:block;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K { width:32.4375rem;height:auto;top:1.75rem;left:6.40625rem; }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #QBBHZ7vnKzdWf3XZNLgub0znJcqEqTtA {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #TqDGh0Fow16d4gpe612llWdcQRB797h7 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #cXVLTzoMJ8PwKnZOp8yZTXbMHgXtxV3p {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #iTnMteXKDekvcwKAOilshHkHMkUtwEcn {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #zZ6cwvPoFBlqOKoVPZEOwG2zv4ky2bL8 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #tEaJQ8LS1QgdkkRm5SWW50r4WAif5vbH {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #UWF4xZ240t3cmQWU9kNLDtNKdUsNH3of {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #MgzoTltAETWoWzefHU4Puz8hnmMide8R {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #H6FHu1yUg4HzF0Hd4uQ6UrHUTLLNaWCE {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #Ev0rIFmuBP0OHO6IraDhUv62hmdT5TsL {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #TmXbCntMfGLMgxFwkKXcTiVf9aRNdn10 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #z1Dcc48uBnwZHAlJqBBCEUnDzC0C7eBT {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #hn1AHImndCcuPeyT2ft9SS5LQToJVyl8 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #TbEweNJSbES86RxDA7OxK51c7gtiQROX {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #Chx02vlow1ktUX8aurLHg7qmfgVWyAc6 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #m7BmxcGrDsGwl9yiVx58SCXk6STJe8VU {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #qKKwfeopS3GzUo2CvDQMrElQNMUnW4nd {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #ITPurKV6MX2fgeTaZvpL8XJTpGvXtMNU {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #kbNUUFrPqDvIPvdAOf5D4X26UdpR7g6y {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #Mqn875EdyHuITocOnfsyBJ6ZplUVIOgE {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #JEBcAp1BJplT94vlZLAWD8zVRTopuqi1 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #lKhErmg9NHS450yA2uIwsCbGS25g6DmX {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #lEkzT2JrATzneGGAFMXeGvguHpCE8uq7 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #OUF0xz6T6CCaVpp7MMIgGRW0mphob9Tf {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #WwCeZwE8UFD9TRbhO51S6RWhp4bG0J8f {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #LMwtDdZMgPdTvoLgwV4dcCWEennHcyu7 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #HptiP25ENiU8FR7RQ6ZFhJTpwEsp5nwg {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #b79gJNuOAaZskgmEJ4XEHXPkU2zBXBqT {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #AqTMPXXBCC99QqNINfoZFee3iMDK0BnN {  }
 }@media only screen and (max-width: 763px) { #qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F { display:block; }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfEd9ZJZRimgvaTrZdy2Kfcy2sX1iMqV { top:1.3125rem;left:5.1868495941162rem;width:37.3125rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFbOzToSVWyo1S1Z9koMeAk1omotkX62 { top:5.875rem;left:1.40625rem;width:44.9375rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR6p7mW1VpuzNrTT3zLfBU2TtvBAGTXp { top:11.5625rem;left:0rem;width:17.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJgmsaihGDLgrRUXS5ZLvN8nmTcvSHHu { top:11.5625rem;left:6.7808170318606rem;width:34.125rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTSW2TzCRNDHhN3uzLWdq7Ibn44eJS8t { top:11.5625rem;left:30.5rem;width:17.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QknlM9SbX6P6TqDiGdkQgq05ffOBT8c8 { top:31.5rem;left:6.7808170318606rem;width:17.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMHW9BWPlJBmR7zU3Ma9Ehv6n2dunvcf { top:31.5rem;left:13.625rem;width:34.125rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8xg7KnRIm0ND9dIcGqAPfGxBJA6BUfd { top:31.5rem;left:0rem;width:17.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR { display:block; }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOte5RBqrcHAF3GVWIqVLKJQSF6DQkbU { top:1.75rem;left:0.59375190734863rem;width:46.5625rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiJA8N86wOO8R21tPbgzTa7ncMsPpFyq { top:6.875rem;left:0.3115234375rem;width:47.0625rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcIEe4Z8ibgToOQOKVgvRPgv1yAroHuD { top:13.625rem;left:12rem;width:24.375rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uga5TvnpyQkkn2TNqGHSidShLB7cWOsL { top:13.4375rem;left:10.8125rem;width:26.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmzXTdrWUfsUiByCEN95upfXWQbm9L70 { top:20rem;left:17.8125rem;width:27.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUaIva8eUIxF1buDrHVo5ePEGRgx6SM0 { top:20.5rem;left:19.3125rem;width:26.6875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ickoRMli00USOr0kKNCuS3Jmeyh3sWFN { width:22.5rem;height:2.5625rem;top:39.0625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxpOmZxiyXE3xe4VpIybK0rM0Mm8QHXJ { display:block; }
 }@media only screen and (max-width: 763px) { #mNDfGmGxoWTNWeBULq7RGC4NTNJWorq7 { width:9.625rem;height:2.5625rem;top:33.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMyfG89X4nMNZU15ZXzeSEqWUST1LN2O { display:block; }
 }@media only screen and (max-width: 763px) { #s9gM1y57swHT6K02vFC6gWCkKlH5gKkV { top:28.875rem;left:30.75rem;width:17rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7ZKTNPTP5nwDB22L8aNk4p1xdZ37Hsy { top:26.25rem;left:17.8125rem;width:27.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4lebxadHsJpxU2vLi5G8PgaLgR2R4tZ { top:26.75rem;left:19.3125rem;width:26.6875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPZSf3PuRAdQP7TQfzZ1FB3VzaXtnw2c { top:32.5rem;left:17.8125rem;width:27.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbqvKbicAHIgrrWncoErvLa7I1mV0BXL { top:32.9375rem;left:19.3125rem;width:26.6875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7QydXdpefbbqb9A7Il6BKJJwUMvDr03 { width:9.625rem;height:2.5625rem;top:27.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t318eoMiWNdt6rMOWmuM0c8ztO8ceGWT { display:block; }
 }@media only screen and (max-width: 763px) { #E8RQnB6pb8s9k7kHB9OyNVkZEFGJVvaf { width:9.625rem;height:2.5625rem;top:21.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB7fZErpiHPBkQDObB3Xa2uq2DuQSZGw { display:block; }
 }@media only screen and (max-width: 763px) { #ZVmPlbXJ1Po358fbvduWdpZia4lml2Dw { top:37.5rem;left:36.3125rem;width:11.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS5rSlq5R3bTlk3VuyvmWsMbR9xI2vSy { top:30rem;left:41.375rem;width:6.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL { display:block; }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iwf9AKyrssGr324l7dI4HMfvMPkm9mrJ { top:4.875rem;left:1.1875rem;width:46.5625rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2UwFOqoZmWnMEEQ3BNt2bxD0eG4OJ8 { top:9rem;left:0.6875rem;width:47.0625rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpT38JXV9AvTEFsQZIJWixN9l86iZEFQ { top:14.5625rem;left:4.375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXXD3wblyUSTuF9TkHTm1TK65kewcPLy { top:14.8125rem;left:22.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paULd4TBNV1r1bnoR2TuZ8G9RR84smEu { top:14.6875rem;left:40.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNPmuCo2bkL8s2fQIlsuphCBsfnlXvoH { top:21rem;left:0.6875rem;width:47.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUhoNT8sNRVIQJXE7VAFxNWRbPLNIotO { top:14.5625rem;left:13.5625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwEGlefffnGu2OfQsKQqTzlBeT5zwboQ { top:14.8125rem;left:32.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BTJhM77IV6Urx8oo8917uZCsuZvmKUPU {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Ptyi5zpPKt7mM512XokSVth8TqKv3ADA {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t28dJTAwUxsdRLnIQHThCg09dW8bklPh {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Q5cRiAGOME2KUi97Mxtg0vqeSqHJtgLC {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FLAPo86TfQMRfovIxNTUiAcU565yKJg9 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ApNvpoPRDJzhD1GVi4uxpo7NKGar3UKx {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #lk8sPZgTarrwkpG832nq9KfQVG2vFvtp {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #nm6mWHLPeyEFlPXIMEeMRHx4REMkie0Q {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #amXgFTXxVQZ2DS2X5CrbsAqoeFCMEbXq {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #PLdTGsGlEJwkT6f05nZ1Xz0PrBWpIoTR {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #pzvut3rRJDfKO1VHgn1ubErWClXzX7DZ {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BiJCLEa5Rsw66iJW022QHVx0Auf4dzMi {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #bT1NSi4Dle3cH5QVWEQlllPD0IyZaeSf {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #hJN8kTkMCwFr8frE2zI58hfgnVSJLl7l {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOLRBZHBkLEOlIrPNbTXIW6xaLr4B3kV {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #occF9hWrBRg9GbzHTaKCoMPXO0WTQ4Cy {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #GvhLklq4OfqoS2oPiR1geighOK1p7IBv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #m0x7QyXoEnqNb9ZMHwbX4Q0gvv574UGb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #B5QZLxO6T6kTcshcRZNroyEEKxt9WT2U {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #MwRnrDpv89tvPOkQ2iVyeV1SuFrJ2HNo {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #qHfBdGFGCwaJapXtMtLMchFBxfx9MgyB {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ruRMLEMWPZoMU5PHXI16yzeGdccUfepv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #oXVUcgB8aQpBsOx4MKp2xQ8RfwlRVmnT {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #VpG9HScp1trTPPEaohRDTdmI0MWlVQMK {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kQ7neJAHJd09UucPd8I60w4zTeBECPsv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ouC9NRCnnfAQKoSVZrprCmeScunaqMou {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OBq7oPJMtGP2zG3P5aCaLn3LRiHFdJRT {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #eyU2gvcyMvTRb0GlEJuIHhwFFkMdGTAP {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #xdXZsLQHdsU8mTWNTZxm8uKvER5LWrAs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOqsZJ475DcVzmuUnKZyczgR7iSDmqhF {  }
 }@media only screen and (max-width: 763px) { #foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { top:9rem;left:0rem;width:14.125rem;height:7.875rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ { display:block; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQJDkikza86PkxSeQcbDQSoVyCy5wFwM { top:9rem;left:35.1875rem;width:12.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { top:4rem;left:0rem;width:14.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiqCXmvEZdXUvTvQNQsAarv02pSMSuiU { top:8.0625rem;left:0rem;width:19rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcXihOdcEM4tZgLQbpLuxff2BHeShED4 { top:3.4375rem;left:39.1875rem;width:8.5625rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d281e3d-e251-44d8-b0d4-9d8caac02ed6/LPbg.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J.adaptive-delivery-prevent-bg, #OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J.lazyload, #OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J.lazyloading { background-image: none; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container { background-color: transparent; background-image: none; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container > .video-iframe-container { display: none; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row > .video-iframe-container { display: none; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .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); }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container { border-width: 0; border-radius: 0; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OB0dkn7ocFIop2gWzlsyHxRy9PP1FJ4J > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZeHnCTeQAqnQS9lg6SzCW3lIMXQRFVe { width:7.4375rem;height:1.5625rem;top:2.25rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIGTvUTi3Pts6s3dKKyg0JU5TlOdAifZ { width:10.75rem;height:10.75rem;top:17.1875rem;left:3.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmEVshACMulH7s7DRFAgMI8cttXpCLpy { width:20rem;height:4.7993625rem;top:8.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TQoeSoCdbJ8vnt7t68Nm9ol3qc1whbhr { width:15.125rem;height:4.4984rem;top:32.1875rem;left:2.4375rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEwvmpw7JsUT196QciKpnxywx5Tc6Ny9 { width:10.75rem;height:10.75rem;top:136.955053125rem;left:7.45703125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #h6F5L2FmxX3zo46mx47xinZI1kKQwaDW { width:4.5625rem;height:4.5625rem;top:2.25rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8sW3g5TgzgkoB2O0F0eTWhO4QbuCrC { width:5.4375rem;height:5.4375rem;top:14.921875rem;left:-1.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #xxn3gtlfGQUJkf3gKMOvJeHTBh5c2uGQ { width:17.125rem;height:3rem;top:37.8125rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5JTO2OaAC1RkTdOMRlQ8hHlasGCHyIx { display:block; }
 }@media only screen and (max-width: 763px) { #MZMNfziUWklD9fs8y8v4ZZJFnirF6zU7 { width:20rem;height:2.0250375rem;top:6.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AwqOdiX0iePq4SBQ2TEGDu33amqieTHT { width:18.625rem;height:18.625rem;top:13.546875rem;left:0.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #l64ctqR4f8COUmgOVheZ2pac4kfTmkTn { width:7.6875rem;height:6.25rem;top:12.609375rem;left:10.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gJMInAdF4PLpGzT4esH4sBfcqKzyRXhR { width:4.75rem;height:6.125rem;top:24.3125rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMi8FNNDRuvUKC1FbWNxTyKoIst12250 { width:4.5625rem;height:4.5625rem;top:26.875rem;left:5.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH { display:block; }#oXQcHQgaaDMVZgqnFS59cEs3Xc4F8cWH > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-text {padding-top: 0; padding-bottom: 0;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-select {padding-top: 0; padding-bottom: 0;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K  { width:17.5rem;height:40.75rem;top:1.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K {display:block;}#Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K { width:17.5rem;height:40.75rem;top:1.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #QBBHZ7vnKzdWf3XZNLgub0znJcqEqTtA {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #TqDGh0Fow16d4gpe612llWdcQRB797h7 { display:block; }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #cXVLTzoMJ8PwKnZOp8yZTXbMHgXtxV3p {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #iTnMteXKDekvcwKAOilshHkHMkUtwEcn {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #zZ6cwvPoFBlqOKoVPZEOwG2zv4ky2bL8 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #tEaJQ8LS1QgdkkRm5SWW50r4WAif5vbH {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #UWF4xZ240t3cmQWU9kNLDtNKdUsNH3of {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #MgzoTltAETWoWzefHU4Puz8hnmMide8R { display:block; }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #H6FHu1yUg4HzF0Hd4uQ6UrHUTLLNaWCE {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #Ev0rIFmuBP0OHO6IraDhUv62hmdT5TsL {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #TmXbCntMfGLMgxFwkKXcTiVf9aRNdn10 { display:block; }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #z1Dcc48uBnwZHAlJqBBCEUnDzC0C7eBT {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #hn1AHImndCcuPeyT2ft9SS5LQToJVyl8 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #TbEweNJSbES86RxDA7OxK51c7gtiQROX { display:block; }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #Chx02vlow1ktUX8aurLHg7qmfgVWyAc6 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #m7BmxcGrDsGwl9yiVx58SCXk6STJe8VU {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #qKKwfeopS3GzUo2CvDQMrElQNMUnW4nd { display:block; }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #ITPurKV6MX2fgeTaZvpL8XJTpGvXtMNU {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #kbNUUFrPqDvIPvdAOf5D4X26UdpR7g6y {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #Mqn875EdyHuITocOnfsyBJ6ZplUVIOgE {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #JEBcAp1BJplT94vlZLAWD8zVRTopuqi1 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #lKhErmg9NHS450yA2uIwsCbGS25g6DmX {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #lEkzT2JrATzneGGAFMXeGvguHpCE8uq7 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #OUF0xz6T6CCaVpp7MMIgGRW0mphob9Tf {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #WwCeZwE8UFD9TRbhO51S6RWhp4bG0J8f {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #LMwtDdZMgPdTvoLgwV4dcCWEennHcyu7 {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #HptiP25ENiU8FR7RQ6ZFhJTpwEsp5nwg {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #b79gJNuOAaZskgmEJ4XEHXPkU2zBXBqT {  }
 }@media only screen and (max-width: 763px) { #Le9o5Zuwr9B1sqq8giSN7n4BrMVmDM3K #AqTMPXXBCC99QqNINfoZFee3iMDK0BnN {  }
 }@media only screen and (max-width: 763px) { #qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F { display:block; }#qt20V2zvRuhFFr8Crz7Kibn9MoTmSp8F > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfEd9ZJZRimgvaTrZdy2Kfcy2sX1iMqV { width:20rem;height:1.54385625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFbOzToSVWyo1S1Z9koMeAk1omotkX62 { width:20rem;height:2.59943125rem;top:3.798825rem;left:0rem;font-size:0.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tR6p7mW1VpuzNrTT3zLfBU2TtvBAGTXp { width:8.25rem;height:8.25rem;top:8.046875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJgmsaihGDLgrRUXS5ZLvN8nmTcvSHHu { width:17.0625rem;height:7.625rem;top:17.109375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTSW2TzCRNDHhN3uzLWdq7Ibn44eJS8t { width:8.3125rem;height:8.3125rem;top:8.046875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QknlM9SbX6P6TqDiGdkQgq05ffOBT8c8 { width:8.3125rem;height:8.5rem;top:25.796875rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMHW9BWPlJBmR7zU3Ma9Ehv6n2dunvcf { width:20rem;height:17.25rem;top:92.296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8xg7KnRIm0ND9dIcGqAPfGxBJA6BUfd { width:8.4375rem;height:8.4375rem;top:25.796875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR { display:block; }#IBTZFqg0i19KQsXsLSAiHBmme0aqZuiR > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOte5RBqrcHAF3GVWIqVLKJQSF6DQkbU { width:16.7498125rem;height:3.2492875rem;top:0.60635662078857rem;left:1.6237570047379rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiJA8N86wOO8R21tPbgzTa7ncMsPpFyq { width:13.6869375rem;height:2.59943125rem;top:4.5472321510315rem;left:3.1551846265793rem;font-size:0.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcIEe4Z8ibgToOQOKVgvRPgv1yAroHuD { width:10.2485625rem;height:1.54385625rem;top:9.4375rem;left:5.0625rem;font-size:1.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #uga5TvnpyQkkn2TNqGHSidShLB7cWOsL { width:10.7493125rem;height:1.9992875rem;top:9.0944595336912rem;left:4.6963776350021rem;border-top:0.125rem solid #e2fd96;border-left:0.125rem solid #e2fd96;border-right:0.125rem solid #e2fd96;border-bottom:0.125rem solid #e2fd96;display:block; }
 }@media only screen and (max-width: 763px) { #HmzXTdrWUfsUiByCEN95upfXWQbm9L70 { width:13.5rem;height:5rem;top:12.375rem;left:6.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUaIva8eUIxF1buDrHVo5ePEGRgx6SM0 { width:12.75rem;height:3.89915rem;top:12.9375rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ickoRMli00USOr0kKNCuS3Jmeyh3sWFN { width:13.4375rem;height:1.93714375rem;top:29.25rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxpOmZxiyXE3xe4VpIybK0rM0Mm8QHXJ { display:block; }
 }@media only screen and (max-width: 763px) { #mNDfGmGxoWTNWeBULq7RGC4NTNJWorq7 { width:5.812325rem;height:1.9992875rem;top:25.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMyfG89X4nMNZU15ZXzeSEqWUST1LN2O { display:block; }
 }@media only screen and (max-width: 763px) { #s9gM1y57swHT6K02vFC6gWCkKlH5gKkV { width:7.6873125rem;height:7.7494375rem;top:30.811433792114rem;left:12.312676787376rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #s7ZKTNPTP5nwDB22L8aNk4p1xdZ37Hsy { width:13.375rem;height:4.875rem;top:17.9375rem;left:6.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4lebxadHsJpxU2vLi5G8PgaLgR2R4tZ { width:12.7494375rem;height:2.9243625rem;top:18.9375rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPZSf3PuRAdQP7TQfzZ1FB3VzaXtnw2c { width:13.3125rem;height:4.875rem;top:23.4375rem;left:6.5625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbqvKbicAHIgrrWncoErvLa7I1mV0BXL { width:12.5625rem;height:2.9243625rem;top:24.5rem;left:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7QydXdpefbbqb9A7Il6BKJJwUMvDr03 { width:5.8125rem;height:2.0625rem;top:13.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t318eoMiWNdt6rMOWmuM0c8ztO8ceGWT { display:block; }
 }@media only screen and (max-width: 763px) { #E8RQnB6pb8s9k7kHB9OyNVkZEFGJVvaf { width:5.812325rem;height:2.062325rem;top:19.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB7fZErpiHPBkQDObB3Xa2uq2DuQSZGw { display:block; }
 }@media only screen and (max-width: 763px) { #ZVmPlbXJ1Po358fbvduWdpZia4lml2Dw { width:11.4375rem;height:5.625rem;top:52.4609375rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sS5rSlq5R3bTlk3VuyvmWsMbR9xI2vSy { width:6.375rem;height:5.375rem;top:45.8359375rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL { display:block; }#VZ8BC6S1lT4qBEdrO8Tn8Ba94sZTcHJL > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iwf9AKyrssGr324l7dI4HMfvMPkm9mrJ { width:20rem;height:1.62464375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2UwFOqoZmWnMEEQ3BNt2bxD0eG4OJ8 { width:15.875rem;height:2.59943125rem;top:3.7997169494629rem;left:2.125rem;font-size:0.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpT38JXV9AvTEFsQZIJWixN9l86iZEFQ { width:2.8125rem;height:2.8125rem;top:8.2972297668456rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXXD3wblyUSTuF9TkHTm1TK65kewcPLy { width:2.43696875rem;height:2.43696875rem;top:8.4845523834231rem;left:4.8109019994736rem;display:block; }
 }@media only screen and (max-width: 763px) { #paULd4TBNV1r1bnoR2TuZ8G9RR84smEu { width:2.999825rem;height:2.999825rem;top:8.2040138244631rem;left:17.000177741051rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNPmuCo2bkL8s2fQIlsuphCBsfnlXvoH { width:20rem;height:2.9989375rem;top:13.424193382263rem;left:0rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUhoNT8sNRVIQJXE7VAFxNWRbPLNIotO { width:2.87464375rem;height:2.87464375rem;top:8.2661571502688rem;left:8.5617898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwEGlefffnGu2OfQsKQqTzlBeT5zwboQ { width:2.687325rem;height:2.687325rem;top:8.359375rem;left:13.061079382896rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0ba3ad, #2c3337);background-image: -moz-linear-gradient(180deg, #0ba3ad, #2c3337);background-image: -ms-linear-gradient(180deg, #0ba3ad, #2c3337);background-image: -o-linear-gradient(180deg, #0ba3ad, #2c3337);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#2c3337' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#2c3337' );";background-image: linear-gradient(180deg, #0ba3ad, #2c3337);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { background-color: transparent; background-image: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .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); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { border-width: 0; border-radius: 0; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { width:20rem;height:88.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-element-container { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #7b7b7b; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-text { color:#ffffff;font-family:poppins;font-weight:700;font-style:normal; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-desc-text { color:#ffffff;font-family:poppins;line-height:1.6;overflow:hidden;height:auto; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_dd3c6284b84b0c0584d80c43b1ac6d062b3e96a1.svg");height:2.0625rem;width:2.0625rem;min-width:2.0625rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { display:flex;height:auto;width:20rem;top:9.095703125rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:1.8125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BTJhM77IV6Urx8oo8917uZCsuZvmKUPU {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Ptyi5zpPKt7mM512XokSVth8TqKv3ADA {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t28dJTAwUxsdRLnIQHThCg09dW8bklPh {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Q5cRiAGOME2KUi97Mxtg0vqeSqHJtgLC {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FLAPo86TfQMRfovIxNTUiAcU565yKJg9 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ApNvpoPRDJzhD1GVi4uxpo7NKGar3UKx {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #lk8sPZgTarrwkpG832nq9KfQVG2vFvtp {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #nm6mWHLPeyEFlPXIMEeMRHx4REMkie0Q {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #amXgFTXxVQZ2DS2X5CrbsAqoeFCMEbXq {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #PLdTGsGlEJwkT6f05nZ1Xz0PrBWpIoTR {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #pzvut3rRJDfKO1VHgn1ubErWClXzX7DZ {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #BiJCLEa5Rsw66iJW022QHVx0Auf4dzMi {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #bT1NSi4Dle3cH5QVWEQlllPD0IyZaeSf {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #hJN8kTkMCwFr8frE2zI58hfgnVSJLl7l {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOLRBZHBkLEOlIrPNbTXIW6xaLr4B3kV {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #occF9hWrBRg9GbzHTaKCoMPXO0WTQ4Cy {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #GvhLklq4OfqoS2oPiR1geighOK1p7IBv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #m0x7QyXoEnqNb9ZMHwbX4Q0gvv574UGb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #B5QZLxO6T6kTcshcRZNroyEEKxt9WT2U {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #MwRnrDpv89tvPOkQ2iVyeV1SuFrJ2HNo {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #qHfBdGFGCwaJapXtMtLMchFBxfx9MgyB {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ruRMLEMWPZoMU5PHXI16yzeGdccUfepv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #oXVUcgB8aQpBsOx4MKp2xQ8RfwlRVmnT {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #VpG9HScp1trTPPEaohRDTdmI0MWlVQMK {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kQ7neJAHJd09UucPd8I60w4zTeBECPsv {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #ouC9NRCnnfAQKoSVZrprCmeScunaqMou {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OBq7oPJMtGP2zG3P5aCaLn3LRiHFdJRT {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #eyU2gvcyMvTRb0GlEJuIHhwFFkMdGTAP {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #xdXZsLQHdsU8mTWNTZxm8uKvER5LWrAs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #FOqsZJ475DcVzmuUnKZyczgR7iSDmqhF {  }
 }@media only screen and (max-width: 763px) { #foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { width:9.8730625rem;height:5.625rem;top:2.2841796875rem;left:0.8125rem;font-size:4.6875rem;text-align:left;text-align-last:left;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #000000, #2c3337);background-image: -moz-linear-gradient(360deg, #000000, #2c3337);background-image: -ms-linear-gradient(360deg, #000000, #2c3337);background-image: -o-linear-gradient(360deg, #000000, #2c3337);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2c3337' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2c3337' );";background-image: linear-gradient(360deg, #000000, #2c3337);background-size:auto !important;display:block; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { background-color: transparent; background-image: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .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); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQJDkikza86PkxSeQcbDQSoVyCy5wFwM { width:17.6875rem;height:1.4000375rem;top:18.6875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { width:20rem;height:4.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiqCXmvEZdXUvTvQNQsAarv02pSMSuiU { width:17.625rem;height:2.11263125rem;top:5.625rem;left:2.375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AcXihOdcEM4tZgLQbpLuxff2BHeShED4 { width:10.6875rem;height:3.998575rem;top:9.625rem;left:2.375rem;font-size:1rem;display:block; }
 }