.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_4406302275366d03a5ba9fd420869878bccbff3e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .row .container { background-color: transparent; background-image: none; }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .row .container > .video-iframe-container { display: none; }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .row > .video-iframe-container { display: none; }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .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); }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .row .container { border-width: 0; border-radius: 0; }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .row .container { font-size:0.875rem;font-family:"dm sans";height:6.25rem;width:75rem;position:relative;display:block; }#I2JT83qrqSF5QMJneDHa7ZWLZpbsZQvu { box-sizing:content-box;height:4.375rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.9375rem;left:41.125000953674rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#nc7ZFLJfewcH81MU347pF6qZlDupwtTo { background-color:#76047c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:63.53125rem;display:block; }
#rbDsBOMiPl8CPffyUtNfshIcPUfdL49G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GoUop7id4hWO8t2hrTrNwsSR81T0DHgE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:57.375rem;display:none; }
#HfsDeD4CqaI3Rf6f0KszHmCyQJoVA8X6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NCdetv7T7e1OgJyw0VhpOWVQAabe4tDH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.8750305175781rem;left:55.437500953674rem;display:block; }
#WRhdEe4AkCRez1cKFZfhOmf9Cu6o89eZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEmalINWhJmhLXNDcgeCWrtpocB2PX0d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.8750305175781rem;left:49.000000953674rem;display:block; }
#v6RvHWvhFdBOZAVRpInsCKE9TXhN6yGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RnIdTGgr5hHFG2yoZq1opTTParKyE8vH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.8750305175781rem;left:42.375000953674rem;display:block; }
#WMP84xRkDot93h1TIfXQ7VGG4fMTVHU6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oderGnevCPap9Ux3WweZFegLIu9f5u2t { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/66820b64-55a1-4d54-bdbf-06deb731f196/Projektbeznazwy13.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t.adaptive-delivery-prevent-bg, #oderGnevCPap9Ux3WweZFegLIu9f5u2t.lazyload, #oderGnevCPap9Ux3WweZFegLIu9f5u2t.lazyloading { background-image: none; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row .container { background-color: transparent; background-image: none; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row .container > .video-iframe-container { display: none; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row > .video-iframe-container { display: none; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .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); }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row .container { border-width: 0; border-radius: 0; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row .container { font-size:0.875rem;font-family:"dm sans";height:39.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#l6J8d4LnXRJsLateK3VsRFlp4U6DyDSN { color:#ffffff;display:block;width:62.625rem;position:absolute;font-family:"dm sans";font-size:4.6875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:10.737501144409rem;left:0rem;height:4.6875rem;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; }
#MPBTU7pcNtyaC3kODQMgZvTQNLAMHNBg { color:#ffffff;display:block;width:55.875rem;position:absolute;font-family:"dm sans";font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:2.45rem;font-style:normal;display:block; }
#N2y683Ii6ycOvrENTrZSWXoJW1dCLh3r { 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:5.625rem;width:13.875rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#fvL4Cct6UTs68TTQKbsgh29gkyRr547J { color:#fed52e;display:block;width:59.3125rem;position:absolute;font-family:"dm sans";font-size:5.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #fef0ff;top:15.425001144409rem;left:0rem;height:5.625rem;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; }
#lBZZ67cZQZobkk6mRx1ZBxoq7k5Qztg8 { color:#ffffff;display:block;width:55.875rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:27.4375rem;left:0rem;height:2.1875rem;font-style:normal;display:block; }
#t3FDAZnLBaIyUo0o2sRQlvnepI52QuNi { background-color:#fef0ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#76047c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.500782012939rem;left:0rem;display:block; }
#pcaKwbL0SGx9QaLRRpQSum5LO3kcSy5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kenPAiN2spHw23rB35knGCy5OwyIvrFO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;display:none; }
#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { background-color:#fffdff;background-image:url("https://icons.assets-landingi.com/icon_f0cfd0f20ef83ca0d890afda260051b0276da43d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.adaptive-delivery-prevent-bg, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyload, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyloading { background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { background-color: transparent; background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .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); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { border-width: 0; border-radius: 0; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { font-size:0.875rem;font-family:"dm sans";height:14.875rem;width:75rem;overflow:visible;position:relative;display:block; }#s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { color:#76047c;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.15625rem;left:0rem;height:6.5625rem;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; }
#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef0ff;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; }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .row .container { background-color: transparent; background-image: none; }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .row .container > .video-iframe-container { display: none; }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .row > .video-iframe-container { display: none; }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .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); }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .row .container { border-width: 0; border-radius: 0; }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#dynlMaqTwde6eeKGJR0K3nnVNnE2skkZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:24.9375rem;top:4.8937497138977rem;left:50.062500953674rem;overflow:hidden;display:block; }
#OU8PGcTC0ZonAOGWsagse2XUI7QdZo2J { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.84375rem;left:0rem;height:;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; }
#mUmbJE5BTEeM9TybQIPqC4NedztOxsap { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:"dm sans";font-size:3rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3rem;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; }
#kHlk57oekTxL19KKuPW2E5AspSJBCUEL { background-color:#76047c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.65625rem;left:0rem;display:block; }
#hzUlUvl3xbPOViA08WucgAyH6b2Tw3Mi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .row .container { background-color: transparent; background-image: none; }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .row .container > .video-iframe-container { display: none; }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .row > .video-iframe-container { display: none; }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .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); }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .row .container { border-width: 0; border-radius: 0; }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#Jg8g7lHSoapaltAvc3gD3rl3gvKaTU9J { color:#000000;display:block;width:72.9375rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:6.125rem;left:0rem;height:;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; }
#Rm6Cbca9QE3TGXItoo0NKGKhuTuA5R4Q { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.0625rem;left:0rem;height:2.5rem;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; }
#qQpUugywHdsUiiLKDDggfswCKVCuhK9n { background-color:rgba(0,0,0,0);background-image:none;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; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row .container { background-color: transparent; background-image: none; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row .container > .video-iframe-container { display: none; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row > .video-iframe-container { display: none; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .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); }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row .container { border-width: 0; border-radius: 0; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row .container { font-size:0.875rem;font-family:"dm sans";height:7.4375rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#lOIrLZ95ukD1IHskAs1TekGmQFwrzVKo { color:#0b0b0b;display:block;width:67.1875rem;position:absolute;font-family:"dm sans";font-size:2.375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:3.21875rem;left:0rem;height:2.375rem;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; }
#JHemdfEuehTovgdC9oQuVCaGGfxswXxi { box-sizing:content-box;height:0.5rem;width:31.25rem;position:absolute;display:block;z-index:15009;background-color:#76047c;background-image:none;top:5.2687492370606rem;left:0rem;display:block; }
#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 { position:relative;display:block; }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 { background-color: transparent; background-image: none; }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 > .row .container > .video-iframe-container { display: none; }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 > .row > .video-iframe-container { display: none; }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 > .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); }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 { border-width: 0; border-radius: 0; }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:#76047c;background-image:none;vertical-align:top; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .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; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-heading-text { display:block;position:relative;width:100%;font-family:"dm sans";font-weight:700;font-size:1.375rem;height:auto;color:#ffffff;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:"dm sans";height:auto;line-height:1.3;overflow:hidden;color:#ffffff; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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_5224e5709376433494d731334aca71e08ac804e3.svg");background-size:contain !important; }#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-trigger.adaptive-delivery-prevent-bg, #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-trigger.lazyload, #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-trigger.lazyloading { background-image: none; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf { box-sizing:content-box;height:auto;width:22.125rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15041;background-color:rgba(0,0,0,0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.6617183685302rem;left:1.4375rem; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #CEUBTxvs9rzC3ffUoVeQratLXts0HoNe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #PvRh4T7t4CtTHEJPTRuCm9m3zImKuMKV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #HTzLXVLLpXaPvlm7hBDWTJcvsRlWB3Rx { display:block;position:relative; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #yzzxn944rvnSXa1ST8ooTmqHI2oewuDR {  }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #cTGkgAsvoaQlgrCOaeyfyISBamyONih5 {  }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:#edb72d;background-image:none;vertical-align:top; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .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; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-heading-text { display:block;position:relative;width:100%;font-family:"dm sans";font-weight:700;font-size:1.375rem;height:auto;color:#ffffff;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:"dm sans";height:auto;line-height:1.3;overflow:hidden;color:#ffffff; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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_5224e5709376433494d731334aca71e08ac804e3.svg");background-size:contain !important; }#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-trigger.adaptive-delivery-prevent-bg, #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-trigger.lazyload, #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-trigger.lazyloading { background-image: none; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve { box-sizing:content-box;height:auto;width:22.125rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15042;background-color:rgba(0,0,0,0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.66015625rem;left:26.437500953674rem; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #nFJivomtWM0MoRxFGuhr4lP3DF6fpWwl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #bATAdL9T1T1Iw1MA7By3ye2esWvHMEd4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #u0CChnozcxSKdbAySvlAacwRiQfIPZBu { display:block;position:relative; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #NUynk4hpffnkn7bfgzNgJCTFM4GKC6P5 {  }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #xJT3bq3oVNDshfV5MFhGcIto1JHVh5Qa {  }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:#0020a7;background-image:none;vertical-align:top; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .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; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-heading-text { display:block;position:relative;width:100%;font-family:"dm sans";font-weight:700;font-size:1.375rem;height:auto;color:#ffffff;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:"dm sans";height:auto;line-height:1.3;overflow:hidden;color:#ffffff; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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_5224e5709376433494d731334aca71e08ac804e3.svg");background-size:contain !important; }#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-trigger.adaptive-delivery-prevent-bg, #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-trigger.lazyload, #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-trigger.lazyloading { background-image: none; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF { box-sizing:content-box;height:auto;width:22.125rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15043;background-color:rgba(0,0,0,0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.66015625rem;left:51.437500953674rem; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #PwuPk7KWKuIG9VPsnnkTPO32PmpO7Ly3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #JVVgAAd0l3UERaPuePCwqIh4L6HzRaFS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #ksITUbXeufK0EwwvBWFrekqU8TNi0QHv { display:block;position:relative; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #CgaC7gLKJuLxH7Oet89ThIyVGlcpTx80 {  }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #WBqy7oNplCG23fknx3VeTMV77CB5vq3F {  }
#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX { background-color:rgba(0,0,0,0);background-image:none;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; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row .container { background-color: transparent; background-image: none; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row .container > .video-iframe-container { display: none; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row > .video-iframe-container { display: none; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .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); }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row .container { border-width: 0; border-radius: 0; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row .container { font-size:0.875rem;font-family:"dm sans";height:30.5625rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#VuTgTxHeVdtffs2PzBwk4w9xR18Rvefv { color:#0b0b0b;display:block;width:32.1875rem;position:absolute;font-family:"dm sans";font-size:3rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.63671875rem;left:1.25rem;height:6rem;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; }
#McTLyDDSPCqivUUyhMH6PBterIK87dQG { color:#0b0b0b;display:block;width:37.125rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.6351564377546rem;left:35.937500953674rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#McTLyDDSPCqivUUyhMH6PBterIK87dQG li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#McTLyDDSPCqivUUyhMH6PBterIK87dQG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95383c8034197ee9497eb8abf9394a59.svg); }
#OlHg5oOhUAtmyHJTViOfG8yh0GOizCpo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:30.125rem;top:11.374218463898rem;left:0rem;overflow:hidden;display:block; }
#TSvh6TZ5zRAdQBlXFsTbyw9024ZuTOqD { box-sizing:content-box;height:4.6875rem;width:0.5rem;position:absolute;display:block;z-index:15009;background-color:#76047c;background-image:none;top:4.0249999761581rem;left:0rem;display:block; }
#ku405mQ6n4MORW6sw1UQICoKZPNyKead { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbb101;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; }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .row .container { background-color: transparent; background-image: none; }#ku405mQ6n4MORW6sw1UQICoKZPNyKead::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .row .container > .video-iframe-container { display: none; }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .row > .video-iframe-container { display: none; }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .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); }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .row .container { border-width: 0; border-radius: 0; }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#LeMEG76Gi5DVhdXJvByIes96G3DuiFJg { color:#000000;display:block;width:60.5rem;position:absolute;font-family:"dm sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.8125rem;left:1.5rem;height:6rem;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; }
#DDsOcSI8WdHi8EsQWTmkNgFisV8lisMQ { color:#000000;display:block;width:73.6875rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:13.25rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#DDsOcSI8WdHi8EsQWTmkNgFisV8lisMQ li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#DDsOcSI8WdHi8EsQWTmkNgFisV8lisMQ li:before{  }
#vx28riytk0lTs9aQGHJ6eo44eTNWDpKN { box-sizing:content-box;height:4.6875rem;width:0.5rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:4.5rem;left:0rem;display:block; }
#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt { background-color:#fffdff;background-image:url("https://images.assets-landingi.com/uc/6d77bf22-0d60-4b10-8296-2e0c77e8980f/bg123333.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt.adaptive-delivery-prevent-bg, #lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt.lazyload, #lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt.lazyloading { background-image: none; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row .container { background-color: transparent; background-image: none; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row .container > .video-iframe-container { display: none; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row > .video-iframe-container { display: none; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .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); }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row .container { border-width: 0; border-radius: 0; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row .container { font-size:0.875rem;font-family:"dm sans";height:38.375rem;width:75rem;overflow:visible;position:relative;display:block; }#gMyfgGym3IO7ZL9cO8BTlkHXpTKtnZkE { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:3rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:5.3125rem;left:0rem;height:;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; }
#oJdE0Mpuu7c4TUcEmLbxXVOZu6AMes0a { color:#0b0b0b;display:block;width:32.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:12.125rem;left:0rem;height:6.3rem;font-style:italic;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; }
#Sc3fxO1k01fMNElsQSw8mvPxokephMbS { color:#0b0b0b;display:block;width:27.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:21.1875rem;left:0rem;height:1.4rem;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; }
#n6DJ8DzRIdNHeQGgJPMdBTLS6hTptAl9 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.9375rem;left:0rem; }
#gFXTFTyCcvoCuLHtDXlTF1Q3Ta1bSkPN { color:#0b0b0b;display:block;width:32.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:28.0625rem;left:0rem;height:3.15rem;font-style:italic;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; }
#hx7Df9y3ZyKr1w60On3qdGwwfCx06FNT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.875rem;left:0rem; }
#vIFhGfQhydDfN4FLzlH8opGnFt0MuS7Z { color:#0b0b0b;display:block;width:27.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:32.4375rem;left:0rem;height:1.4rem;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; }
#qGC1NGL9UTFXh8X5BqdNSgfcMICZo0Jw { box-sizing:content-box;height:20.625rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#fef0ff;background-image:none;top:0.13671875rem;left:62.500000953675rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#aGNpfMkaNoZJ3hVa0nTLfRUAVV5fhPyc { color:#0b0b0b;display:block;width:27.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:35.125001907349rem;left:36.875000953674rem;height:1.4rem;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; }
#FfSTmcHeDlv0cbh6eNL9WtVCK5WUIExN { color:#0b0b0b;display:block;width:30.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:28.0625rem;left:36.875rem;height:6.3rem;font-style:italic;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; }
#uAJECZf7MSR1QaJmoOBITte0atvi4Hft { color:#0b0b0b;display:block;width:27.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19.25rem;left:36.875rem;height:1.4rem;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; }
#EakaIFquiZBXXyVL2yn9qi2ThhZu5hHW { color:#0b0b0b;display:block;width:32.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.125rem;left:36.875rem;height:6.3rem;font-style:italic;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; }
#TUMW3x1HWGbSUXnlwURGLfkaK1KT76Pz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:25.875rem;left:36.875rem; }
#bzArc9c0ZnnO1pIvc4VPTTFvmpm6Dw9h { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.9375rem;left:36.875rem; }
#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_7f34c4fd8a129612bd35b1f2dd406e58c42a3add.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg.adaptive-delivery-prevent-bg, #haJnMatfLh0WbTlxV36F2gyDzSEaVlcg.lazyload, #haJnMatfLh0WbTlxV36F2gyDzSEaVlcg.lazyloading { background-image: none; }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .row .container { background-color: transparent; background-image: none; }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .row .container > .video-iframe-container { display: none; }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .row > .video-iframe-container { display: none; }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .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); }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .row .container { border-width: 0; border-radius: 0; }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .row .container { font-size:0.875rem;font-family:"dm sans";height:33.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#fwK5nbCxb0SPwXxgUF0UbqTR8xALlECT { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xBlfP7TmdWQThAoxGyKPrQ6wpaE5OFiE { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:14.75rem;left:1.25rem;height:7.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3PdzFkut6m6JHsfgJtaCv5hICTEZqCh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:8.25rem;left:7.125rem; }
#K06x5ClWA2CGumB4Gtc3bQtszt0hiWiH { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:15.5rem;left:57.375rem;height:7.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pul8BZZ9Admrll5yghc51L0y0wFJ01CS { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:15.5625rem;left:38.625rem;height:7.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qIq9IK9EHT3x4fm0yK10UkwTEcw9MJWv { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.9375rem;left:44.5rem; }
#v8x28rtR1QiAy0hKPoaRHoEM94xyGxib { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9rem;left:63.25rem; }
#wN3QwVHJPyRgoCuNi4m9ryKMhwEHX7M9 { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:15.4375rem;left:19.875rem;height:7.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpO6ChZlBAZ0kLMs6bTgvepeDoiUGKZ3 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.9375rem;left:25.75rem; }
#AEz6e0irvSpMivVV4FzsVLn9OSugeCLw { background-color:#76047c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.687499821186rem;left:31.250000953674rem;display:block; }
#CFhaRsy5oKmepWRFUTv4I8BTV2yIvyk9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe { background-color:#fffdff;background-image:url("https://icons.assets-landingi.com/icon_420af542193cd9c0daaa1b490fb6a080944aae34.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe.adaptive-delivery-prevent-bg, #sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe.lazyload, #sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe.lazyloading { background-image: none; }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .row .container { background-color: transparent; background-image: none; }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .row .container > .video-iframe-container { display: none; }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .row > .video-iframe-container { display: none; }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .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); }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .row .container { border-width: 0; border-radius: 0; }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .row .container { font-size:0.875rem;font-family:"dm sans";height:20.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#XM2X5v1I2zdVL2nCDPG1JdEcIIhbNMKX { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:4.75rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:6.375rem;left:8.125rem;height:4.75rem;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; }
#gM7kBCyfIcFkkCu4DWKKW2nxqByWSSTL { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:11.75rem;left:8.125rem;height:2.925rem;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; }
#Dtm2BdCvVwTsMTxazMfAdnwKGVQiowvg { color:#0b0b0b;display:block;width:18.875rem;position:absolute;font-family:"dm sans";font-size:4.75rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:6.375rem;left:29.375rem;height:4.75rem;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; }
#RaHc43A84PX114te6qHRQatz4lgE1wn3 { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:11.75rem;left:29.375rem;height:2.925rem;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; }
#K7b7pzbCy93DSKiO68qDlD6xwW5NNIFs { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:4.75rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:6.375rem;left:50.6875rem;height:4.75rem;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; }
#w6QnpmAoOFMov2AAndUghfKzFoJqCDOK { color:#0b0b0b;display:block;width:12.3125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:11.75rem;left:50.687500953674rem;height:2.925rem;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; }
#lnplMClEusZQHmpOfi7r6XJ4UqgQPKUk { box-sizing:content-box;height:16.375rem;width:68.75rem;position:absolute;display:block;z-index:15025;background-color:#fef0ff;background-image:none;top:2.5rem;left:3.125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_9bbf8fc1ab1be2f0c8bc6bcd0ce6bb9234c0e5b5.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX.adaptive-delivery-prevent-bg, #wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX.lazyload, #wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX.lazyloading { background-image: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { background-color: transparent; background-image: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container > .video-iframe-container { display: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row > .video-iframe-container { display: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .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); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { border-width: 0; border-radius: 0; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { font-size:0.875rem;font-family:"dm sans";height:43.25rem;width:75rem;position:relative;display:block; }#gwATk55VeycTvIbvz5KAQ3Tp14of47Uz { color:#0b0b0b;display:block;width:34.3125rem;position:absolute;font-family:"dm sans";font-size:3rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:2.8289060592651rem;left:1.375rem;height:6rem;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; }
#mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc { color:#0b0b0b;display:block;width:45.375rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:300;z-index:15065;line-height:1.4;letter-spacing:0;top:11.436721801757rem;left:1.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd22dc769fd9bdc08bb863cf78a821108eecbc34.svg); }
#TGycdDPTT3ySTga2XKDz36NukEAMl0yh { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:32.75rem;width:25.1875rem;top:2.828125rem;left:49.562548933578rem;overflow:hidden;display:block; }
#ZfJGZPE8IeMKZpZJdIaDI1OUsPMghpdd { box-sizing:content-box;height:4.6875rem;width:0.5rem;position:absolute;display:block;z-index:15011;background-color:#76047c;background-image:none;top:4.0921874046326rem;left:0rem;display:block; }
#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ { background-color:#fef0ff;background-image:none;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; }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .row .container { background-color: transparent; background-image: none; }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .row .container > .video-iframe-container { display: none; }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .row > .video-iframe-container { display: none; }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .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); }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .row .container { border-width: 0; border-radius: 0; }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .row .container { font-size:0.875rem;font-family:"dm sans";height:35.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Ek50X5UAvbyXfkyQLBEq5vWsy4tHvqOd { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:"dm sans";font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.8125rem;left:1.90625rem;height:12rem;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; }
#wdsOlPwkGNUe6cSa4vQizxfideXZB5kv { box-sizing:content-box;height:21.5625rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0rem;left:38.750000953674rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Tu8iMLNGamrGCfLoFeH0sPrTgBdAlETX { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:"dm sans";font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.1750005725771rem;left:41.250000953674rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WbrWU06FkWFxM9T6ZPyMbCVMcODWFnQ5 { color:#0b0b0b;display:block;width:30.3125rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.5rem;left:41.250000953674rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WbrWU06FkWFxM9T6ZPyMbCVMcODWFnQ5 li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WbrWU06FkWFxM9T6ZPyMbCVMcODWFnQ5 li:before{  }
#MTTHoqbVmnMrJp5pcxqNfLsvG6ypOiGm { color:#0b0b0b;display:block;width:36.0625rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.999202728271rem;left:38.937500953674rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTMVO5XUgaOamqKpUU7w6myLseRWu8Tq { box-sizing:content-box;height:22.125rem;width:33.75rem;position:absolute;display:block;z-index:15001;background-color:#76047c;background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#iH9dEE0kG4Ry8AUxWaNLmyhTFpeiBhXT { background-color:#76047c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.549983978271rem;left:50.625000953674rem;display:block; }
#mpJVpXPUxSe8Abd6c8IuwuuzKq1oi5RF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_adc170aecb52ee7c68bebfc6be7a766dea3a10b6.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm.adaptive-delivery-prevent-bg, #nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm.lazyload, #nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm.lazyloading { background-image: none; }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .row .container { background-color: transparent; background-image: none; }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .row .container > .video-iframe-container { display: none; }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .row > .video-iframe-container { display: none; }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .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); }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .row .container { border-width: 0; border-radius: 0; }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .row .container { font-size:0.875rem;font-family:"dm sans";height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#GeBbhrgWMrgiHa2crGR7GR0i3MW4WbrE { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:3rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.5624980926514rem;left:0rem;height:;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; }
#I2VXFn71ZT4uvZHHP4kxeHFcn4zJHUcW { box-sizing:content-box;height:21.5rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#ead9eb;background-image:none;top:9.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#hwsqBMAlltV7J2iPmLeTpqOUBeB6QPTI { color:#0b0b0b;display:block;width:13.125rem;position:absolute;font-family:"dm sans";font-size:5.375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:12.625000238419rem;left:1.875rem;height:5.375rem;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; }
#JuWGEAtCuciKaTnKz842UMpfcMsirTnl { color:#0b0b0b;display:block;width:13.125rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.750000238419rem;left:1.875rem;height:8.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JMg4o7RlRIsn0ymdKuRil3QmVoZHPbRN { box-sizing:content-box;height:21.5rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:#ead9eb;background-image:none;top:9.5625rem;left:19.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0rem;display:block; }
#es9hWmPzCtH7Iu5ohilAFbLExbSfiiuX { color:#0b0b0b;display:block;width:14.1875rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:18.750000238419rem;left:21.249218940735rem;height:8.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsr9u1AMbSQlvgSe9QTbeVWTxyCrlTKM { color:#0b0b0b;display:block;width:13.125rem;position:absolute;font-family:"dm sans";font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:12.625000238419rem;left:21.249218940735rem;height:5.375rem;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; }
#SdyseQM5dPQEpvf8z0bitibXH5hGexlV { box-sizing:content-box;height:21.5rem;width:16.875rem;position:absolute;display:block;z-index:15010;background-color:#ead9eb;background-image:none;top:9.5625rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#Wuuup7WxW96x2BnlQSJ5Z9O9V0UIWBiK { color:#0b0b0b;display:block;width:13.125rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:18.750000476837rem;left:40.625000953674rem;height:6.0375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lmQ3c2uVo9C5n3HGGlGWIDgvedCxLR3C { color:#0b0b0b;display:block;width:13.125rem;position:absolute;font-family:"dm sans";font-size:5.375rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:12.625000238419rem;left:40.625000953674rem;height:5.375rem;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; }
#ge91Pey3B8oEdgebDzreJxhMKw0xlhfl { box-sizing:content-box;height:21.5rem;width:16.875rem;position:absolute;display:block;z-index:15014;background-color:#ead9eb;background-image:none;top:9.6250009536744rem;left:58.125000953674rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zaTbfyRqXBqnEoc7LOKEuXvMC1TMpWk3 { color:#0b0b0b;display:block;width:13.8125rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.750001139939rem;left:60.000000953674rem;height:7.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TP0BryKVeUnFzPwMbTi9exBOfmT7qrk0 { color:#0b0b0b;display:block;width:13.125rem;position:absolute;font-family:"dm sans";font-size:5.375rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:12.625000238419rem;left:60.000000953674rem;height:5.375rem;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; }
#TtKlxAQzB7QVOVfdWr83pO5xt7lxIBT7 { color:#0b0b0b;display:block;width:60.4375rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:34.612500190735rem;left:7.280468940735rem;height:5.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_842bde3f97400ea2105ca85641b15bec727b5eab.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ.adaptive-delivery-prevent-bg, #zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ.lazyload, #zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ.lazyloading { background-image: none; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row .container { background-color: transparent; background-image: none; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row .container > .video-iframe-container { display: none; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row > .video-iframe-container { display: none; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .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); }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row .container { border-width: 0; border-radius: 0; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row .container { font-size:0.875rem;font-family:"dm sans";height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#RrQDqFpsMSHfNTtV313DMzrcuB48nPgx { color:#0b0b0b;display:block;width:34.375rem;position:absolute;font-family:"dm sans";font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.1875rem;left:0rem;height:5.375rem;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; }
#pvpsw2IFLAAic0JeXmk1aIhIpmgp8x3T { color:#0b0b0b;display:block;width:34.375rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:11.125013351441rem;left:0rem;height:9.1rem;font-style:normal;display:block; }
#DR1ynterFEQxzqgeLcOQ8lezTEWyGnTZ { box-sizing:content-box;height:21rem;width:34.125rem;position:absolute;display:block;z-index:15087;background-color:#fef0ff;background-image:none;top:29.4375rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:none; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-form-header {  }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-regular-label { height:auto;display:block;font-family:"dm sans";font-size:0.875rem;font-weight:bold;color:#0b0b0b;width:27.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"dm sans";vertical-align:top; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"dm sans";vertical-align:top; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .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:27.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"dm sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#76047c;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:11.0625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:16.5rem;height:3.5rem;font-family:"dm sans";overflow:hidden; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 [class*="-text"]:-moz-placeholder { color:#d3d3d3;font-family:"dm sans";font-size:1rem; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 [class*="-text"]::-moz-placeholder { color:#d3d3d3;font-family:"dm sans";font-size:1rem; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 [class*="-text"]:-ms-input-placeholder { color:#d3d3d3;font-family:"dm sans";font-size:1rem; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 [class*="-text"]::-webkit-input-placeholder { color:#d3d3d3;font-family:"dm sans";font-size:1rem; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .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:"dm sans";line-height:1.3;font-size:0.625rem;font-weight:300;color:#0b0b0b;vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal;float:none; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .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; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .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:"dm sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-container:first-of-type{padding-top:0;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-container:last-of-type{padding-bottom:0;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15090;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5625rem;left:42.187500953674rem; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem;display:block;vertical-align:top; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-info-text { display:block;height:auto;font-family:"dm sans";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; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 {display:block;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15090;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5625rem;left:42.187500953674rem; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #kVA4QsEtn8aPikAFOVCEhtMKQPf38X5U { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #HO4BuHnlWqNZWKgG9hVFeLqgeIdsLFed { position:relative;display:block; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #GcfaLpxEISUoJw0uvNvDcxsKrMgSGrVe { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #sOZt9f5O4rfmmIReFVMuei5tvhVKQVlb { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Ja5Db7GrZCewdwMQHCeBDOdL1ZoNKLRE { position:relative;display:block; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #V952MZRT5K9q6gVhqT50qgZt8ArfyEJx { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #uO30IfL33ZEuexMCCurNM6lOHWarN1Ib { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Lq0hmKkMZZ698iIhZxykHcu6bXQiKMPp { position:relative;display:block; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #PiqAhhzcy3eQ0MBsqr8Mptv8Vo5soEgI { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #hBliTIENHPzEIAk2UgGH7FPCpSIXfarG { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #oJ88LMmgG8lH4CCMTyy1WMXlbp3FQ2SX { position:relative;z-index:2; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #ebW25I9ivyZnnpOaiWNM11TD0PGTsW8E { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Xz4mB55z3qfwkT67WrKQmhuv4GE1ZsVf { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #QwpBmnaso8gKBzUL1STsI92vumG2hXoq { position:relative;z-index:2; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Ieg0gIG8mGpMhTEVMDeTzTcgDPms5ALu { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #AHfWnFomURdVLx6TkTrEVCavN97ZMbqr { position:relative; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #UMgF4O7kPazEysZzlt9w49IbfAa2QyG2 { position:relative; }
#q7tzPeMLhUDnwxlTpQ1PtpbymfnadTqs { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:27.5rem;top:22.02499961853rem;left:0rem;overflow:hidden;display:block; }
#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI { background-color:#ead9eb;background-image:url("https://icons.assets-landingi.com/icon_adc170aecb52ee7c68bebfc6be7a766dea3a10b6.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI.adaptive-delivery-prevent-bg, #IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI.lazyload, #IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI.lazyloading { background-image: none; }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .row .container { background-color: transparent; background-image: none; }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .row .container > .video-iframe-container { display: none; }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .row > .video-iframe-container { display: none; }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .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); }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .row .container { border-width: 0; border-radius: 0; }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .row .container { font-size:0.875rem;font-family:"dm sans";height:70.375rem;width:75rem;overflow:visible;position:relative;display:block; }#bwDuWmKK3SoBoPQuWkT2eXwlU3EA17qT { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:;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; }
#AvZmqhtZ00QwRSJLgEcxvbphlud0zZBc { color:#76047c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:30.75rem;left:7.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WIHoWOrKf4srJkbsuHaWDpmFBrxWfiVN { color:#0b0b0b;display:block;width:26.5625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:33.699999690056rem;left:7.561718940735rem;height:31.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PRlX5HbOBSmgMOtyUkOUG71RhEnRvKVM { color:#0b0b0b;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:30.8125rem;left:46.1875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kDDbH2hiMgobfdg2UXtlNfBJ8EIJGZn9 { color:#0b0b0b;display:block;width:23.6875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:33.699999809265rem;left:46.187500953674rem;height:28.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpQseCrE6AsVUu2mbx4lkLgmhrxWuOT3 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:#76047c;background-image:none;top:17.6875rem;left:26.0625rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#vfzcT8PmAeTIlOPTk46IO8HsRHo58yU3 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#76047c;background-image:none;top:0rem;left:62.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#c1pPaiKUQkkEenB8NuuuExJ5sERRO41d { box-sizing:content-box;height:21.25rem;width:21.25rem;position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2099c249-1265-4650-831f-2485cfbd1196/Instytut4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.3125003576281rem;left:7.561718940735rem;display:block; }#c1pPaiKUQkkEenB8NuuuExJ5sERRO41d.adaptive-delivery-prevent-bg, #c1pPaiKUQkkEenB8NuuuExJ5sERRO41d.lazyload, #c1pPaiKUQkkEenB8NuuuExJ5sERRO41d.lazyloading { background-image: none; }
#Wk9ZsUcV24KeGtTf8tK7GTVyTgQJQfoC { box-sizing:content-box;height:21.25rem;width:21.25rem;position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/085396f2-2cb6-4fd0-82bb-6723e88b3dd0/Instytut18.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.3125003576281rem;left:46.187500953674rem;display:block; }#Wk9ZsUcV24KeGtTf8tK7GTVyTgQJQfoC.adaptive-delivery-prevent-bg, #Wk9ZsUcV24KeGtTf8tK7GTVyTgQJQfoC.lazyload, #Wk9ZsUcV24KeGtTf8tK7GTVyTgQJQfoC.lazyloading { background-image: none; }
#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi { background-color:rgba(0,0,0,0);background-image:none;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; }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .row .container { background-color: transparent; background-image: none; }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .row .container > .video-iframe-container { display: none; }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .row > .video-iframe-container { display: none; }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .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); }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .row .container { border-width: 0; border-radius: 0; }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .row .container { font-size:0.875rem;font-family:"dm sans";height:38.75rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#ZzOSyFEIKE6WSTrOeUVZxlzansxTxEyI { color:#0b0b0b;display:block;width:53.9375rem;position:absolute;font-family:"dm sans";font-size:3.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:2.2375001907349rem;left:0rem;height:3.625rem;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; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .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; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#0b0b0b;font-family:"dm sans";height:auto;line-height:1.4;overflow:hidden; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#0b0b0b;font-family:"dm sans";height:auto;line-height:1.4;overflow:hidden; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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_a6b8214216af40b70155a0e6f3c0c17bb6dc16ca.svg");background-size:contain !important; }#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-trigger.adaptive-delivery-prevent-bg, #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-trigger.lazyload, #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-trigger.lazyloading { background-image: none; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU { box-sizing:content-box;height:auto;width:39.1875rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.4375004768369rem;left:0rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #m87mklGPffcn2M31sOkca1klT7iLKCGy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #q5TEN3lBBziqTPaQDx9yJINnFku6Iflg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #cgZBgrd5lCzTRnKhE4uJRU2ZWLFs1esE { display:block;position:relative; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #nLiVwzMl4RDk8R3ZQAiGRaofv4AvCdlX {  }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #g3fc3dGtFaIVMPBRCdhFpBBZCAsCPP28 { display:none; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #pqUQQczJB4RRlXnNrWEgh0otyiDIKRJp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #tc2LuSGUpF2JyyowZ4hO6fLVCrTChy7a { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #OVkzD5tUBQrd0xEWiPGu4K7L3NrW9tDy { display:block;position:relative; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #lGIaLyPwtTTlfazXnJOPt7ibycxOGtGx {  }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #eUTE2xCut7xxggUHJvR018QC1T6yGNaa { display:none; }
#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09aabd;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; }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .row .container { background-color: transparent; background-image: none; }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .row .container > .video-iframe-container { display: none; }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .row > .video-iframe-container { display: none; }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .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); }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .row .container { border-width: 0; border-radius: 0; }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#IycLpWetC45iDh2cmBQvKBIREBu5fqRP { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:8.0625rem;left:42.3125rem;height:1.225rem;font-style:normal;display:block; }
#ryiXMP0Rvif494bFGdtMBLMf3x5qDZTz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:7rem;left:63.0625rem;display:block; }
#umWU1LAitx81ANUaIxfFBDOnA8JzVBUq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDG8VNoyN4gSnrkkPk6d34x0zII8QX1R { position:absolute;display:block;z-index:15031;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.4375rem;width:26rem;top:3.4562511444092rem;left:0rem;overflow:hidden;display:block; }
#XH6XyO7SmnMGB46aQ9ARuUI6GoVt6LK4 { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:3.875rem;left:39.5rem;display:block; }
#oRGE7wO8Io8TQvfAHiL3m1TotGthXF2Z { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:3.875rem;left:62.25rem;display:block; }
#Gp350LzOJTEbpgmNLnZUXeKKoH2XIgQ1 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:42.3125rem;height:1.225rem;font-style:normal;display:block; }
#whmiTsUvNIksI1mAWUFUVVRrvVxpaore { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:4.25rem;left:64.625rem;height:1.225rem;font-style:normal;display:block; }
#ZXTQV39ekTsg0tXUyVEg681m4W9ut9py { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.8125rem;left:39.6875rem; }
#ni0eIEGT6EwfApMUQRlL3tSwFTzcgufv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.0625rem;left:55.5rem; }
#ni0eIEGT6EwfApMUQRlL3tSwFTzcgufv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VlWbUZqQ0qImsiDKOyKNqtdxM5VSHmaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.0625rem;left:60rem; }
#VlWbUZqQ0qImsiDKOyKNqtdxM5VSHmaT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vIy9ER8PEdK17szTK39znMf6LMTLTNdP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.0625rem;left:64.3125rem; }
#vIy9ER8PEdK17szTK39znMf6LMTLTNdP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#IfoEyhmg9CWxCPbkgbMbGN33TtUhJU7X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.0625rem;left:68.875rem; }
#IfoEyhmg9CWxCPbkgbMbGN33TtUhJU7X > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#X9EOqUzr2OOvWXuI4oAniTwaUaI0WwX5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.90625rem;left:39.500001907349rem;display:block; }
#BSK9uiL0MHNt9dJsrFeRXu2SXGi6BAaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO { display:block; }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2JT83qrqSF5QMJneDHa7ZWLZpbsZQvu { top:0.9375rem;left:10.25rem;width:33.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc7ZFLJfewcH81MU347pF6qZlDupwtTo { width:9.375rem;height:2.5rem;top:1.875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbDsBOMiPl8CPffyUtNfshIcPUfdL49G { display:block; }
 }@media only screen and (max-width: 763px) { #GoUop7id4hWO8t2hrTrNwsSR81T0DHgE { width:5rem;height:2.5rem;top:1.875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfsDeD4CqaI3Rf6f0KszHmCyQJoVA8X6 { display:block; }
 }@media only screen and (max-width: 763px) { #NCdetv7T7e1OgJyw0VhpOWVQAabe4tDH { width:6.875rem;height:2.5rem;top:1.875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRhdEe4AkCRez1cKFZfhOmf9Cu6o89eZ { display:block; }
 }@media only screen and (max-width: 763px) { #eEmalINWhJmhLXNDcgeCWrtpocB2PX0d { width:5.625rem;height:2.5rem;top:1.875rem;left:35.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6RvHWvhFdBOZAVRpInsCKE9TXhN6yGx { display:block; }
 }@media only screen and (max-width: 763px) { #RnIdTGgr5hHFG2yoZq1opTTParKyE8vH { width:5.625rem;height:2.5rem;top:1.875rem;left:28.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMP84xRkDot93h1TIfXQ7VGG4fMTVHU6 { display:block; }
 }@media only screen and (max-width: 763px) { #oderGnevCPap9Ux3WweZFegLIu9f5u2t { display:block; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6J8d4LnXRJsLateK3VsRFlp4U6DyDSN { top:10.6875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPBTU7pcNtyaC3kODQMgZvTQNLAMHNBg { top:23.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2y683Ii6ycOvrENTrZSWXoJW1dCLh3r { top:3.125rem;left:0rem;width:13.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvL4Cct6UTs68TTQKbsgh29gkyRr547J { top:15.375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBZZ67cZQZobkk6mRx1ZBxoq7k5Qztg8 { top:27.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3FDAZnLBaIyUo0o2sRQlvnepI52QuNi { width:12.5rem;height:3.5rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcaKwbL0SGx9QaLRRpQSum5LO3kcSy5B { display:block; }
 }@media only screen and (max-width: 763px) { #kenPAiN2spHw23rB35knGCy5OwyIvrFO { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { top:4.125rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGFVofR9KPA18ufEVlH8nzCTuyvyz07L { display:block; }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dynlMaqTwde6eeKGJR0K3nnVNnE2skkZ { top:4.875rem;left:22.8125rem;width:24.9375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU8PGcTC0ZonAOGWsagse2XUI7QdZo2J { top:8.8125rem;left:0rem;width:45.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUmbJE5BTEeM9TybQIPqC4NedztOxsap { top:4.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHlk57oekTxL19KKuPW2E5AspSJBCUEL { width:12.5rem;height:3.5rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzUlUvl3xbPOViA08WucgAyH6b2Tw3Mi { display:block; }
 }@media only screen and (max-width: 763px) { #LCTzJoW1LASl8V5ABweQDJs3WFideKz0 { display:block; }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg8g7lHSoapaltAvc3gD3rl3gvKaTU9J { top:6.125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm6Cbca9QE3TGXItoo0NKGKhuTuA5R4Q { top:3.0625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQpUugywHdsUiiLKDDggfswCKVCuhK9n { display:block; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOIrLZ95ukD1IHskAs1TekGmQFwrzVKo { top:3.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHemdfEuehTovgdC9oQuVCaGGfxswXxi { top:5.25rem;left:0rem;width:31.25rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 { display:block; }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf { display:flex;height:auto;width:27.8125rem;top:10.75rem;left:17.4375rem; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #CEUBTxvs9rzC3ffUoVeQratLXts0HoNe {  }
 }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #PvRh4T7t4CtTHEJPTRuCm9m3zImKuMKV {  }
 }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #HTzLXVLLpXaPvlm7hBDWTJcvsRlWB3Rx {  }
 }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #yzzxn944rvnSXa1ST8ooTmqHI2oewuDR {  }
 }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #cTGkgAsvoaQlgrCOaeyfyISBamyONih5 {  }
 }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve { display:flex;height:auto;width:27.8125rem;top:10.75rem;left:17.4375rem; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #nFJivomtWM0MoRxFGuhr4lP3DF6fpWwl {  }
 }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #bATAdL9T1T1Iw1MA7By3ye2esWvHMEd4 {  }
 }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #u0CChnozcxSKdbAySvlAacwRiQfIPZBu {  }
 }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #NUynk4hpffnkn7bfgzNgJCTFM4GKC6P5 {  }
 }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #xJT3bq3oVNDshfV5MFhGcIto1JHVh5Qa {  }
 }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF { display:flex;height:auto;width:27.8125rem;top:10.75rem;left:17.4375rem; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #PwuPk7KWKuIG9VPsnnkTPO32PmpO7Ly3 {  }
 }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #JVVgAAd0l3UERaPuePCwqIh4L6HzRaFS {  }
 }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #ksITUbXeufK0EwwvBWFrekqU8TNi0QHv {  }
 }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #CgaC7gLKJuLxH7Oet89ThIyVGlcpTx80 {  }
 }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #WBqy7oNplCG23fknx3VeTMV77CB5vq3F {  }
 }@media only screen and (max-width: 763px) { #B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX { display:block; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuTgTxHeVdtffs2PzBwk4w9xR18Rvefv { top:3.625rem;left:0rem;width:32.1875rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McTLyDDSPCqivUUyhMH6PBterIK87dQG { top:3.625rem;left:10.625rem;width:37.125rem;height:;font-size:1.375rem;display:block; }#McTLyDDSPCqivUUyhMH6PBterIK87dQG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95383c8034197ee9497eb8abf9394a59.svg); }
 }@media only screen and (max-width: 763px) { #OlHg5oOhUAtmyHJTViOfG8yh0GOizCpo { top:11.3125rem;left:0rem;width:30.125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSvh6TZ5zRAdQBlXFsTbyw9024ZuTOqD { top:4rem;left:0rem;width:0.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku405mQ6n4MORW6sw1UQICoKZPNyKead { display:block; }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeMEG76Gi5DVhdXJvByIes96G3DuiFJg { top:3.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDsOcSI8WdHi8EsQWTmkNgFisV8lisMQ { top:13.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#DDsOcSI8WdHi8EsQWTmkNgFisV8lisMQ li:before{  }
 }@media only screen and (max-width: 763px) { #vx28riytk0lTs9aQGHJ6eo44eTNWDpKN { top:4.5rem;left:0rem;width:0.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt { display:block; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMyfgGym3IO7ZL9cO8BTlkHXpTKtnZkE { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJdE0Mpuu7c4TUcEmLbxXVOZu6AMes0a { top:12.125rem;left:0rem;width:32.4375rem;height:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc3fxO1k01fMNElsQSw8mvPxokephMbS { top:21.1875rem;left:0rem;width:27.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6DJ8DzRIdNHeQGgJPMdBTLS6hTptAl9 { top:9.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFXTFTyCcvoCuLHtDXlTF1Q3Ta1bSkPN { top:28.0625rem;left:0rem;width:32.4375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx7Df9y3ZyKr1w60On3qdGwwfCx06FNT { top:25.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIFhGfQhydDfN4FLzlH8opGnFt0MuS7Z { top:32.4375rem;left:0rem;width:27.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGC1NGL9UTFXh8X5BqdNSgfcMICZo0Jw { top:0.125rem;left:35.25rem;width:12.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGNpfMkaNoZJ3hVa0nTLfRUAVV5fhPyc { top:35.125rem;left:20.1875rem;width:27.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfSTmcHeDlv0cbh6eNL9WtVCK5WUIExN { top:28.0625rem;left:16.9375rem;width:30.8125rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAJECZf7MSR1QaJmoOBITte0atvi4Hft { top:19.25rem;left:20.1875rem;width:27.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EakaIFquiZBXXyVL2yn9qi2ThhZu5hHW { top:12.125rem;left:14.9375rem;width:32.8125rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUMW3x1HWGbSUXnlwURGLfkaK1KT76Pz { top:25.875rem;left:23.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzArc9c0ZnnO1pIvc4VPTTFvmpm6Dw9h { top:9.9375rem;left:23.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haJnMatfLh0WbTlxV36F2gyDzSEaVlcg { display:block; }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwK5nbCxb0SPwXxgUF0UbqTR8xALlECT { top:3.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBlfP7TmdWQThAoxGyKPrQ6wpaE5OFiE { top:14.75rem;left:0rem;width:16.25rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PdzFkut6m6JHsfgJtaCv5hICTEZqCh { top:8.25rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K06x5ClWA2CGumB4Gtc3bQtszt0hiWiH { top:15.5rem;left:31.5rem;width:16.25rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pul8BZZ9Admrll5yghc51L0y0wFJ01CS { top:15.5625rem;left:25rem;width:16.25rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIq9IK9EHT3x4fm0yK10UkwTEcw9MJWv { top:8.9375rem;left:30.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8x28rtR1QiAy0hKPoaRHoEM94xyGxib { top:9rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN3QwVHJPyRgoCuNi4m9ryKMhwEHX7M9 { top:15.4375rem;left:6.25rem;width:16.25rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpO6ChZlBAZ0kLMs6bTgvepeDoiUGKZ3 { top:8.9375rem;left:12.125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEz6e0irvSpMivVV4FzsVLn9OSugeCLw { width:12.5rem;height:3.5rem;top:26.625rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFhaRsy5oKmepWRFUTv4I8BTV2yIvyk9 { display:block; }
 }@media only screen and (max-width: 763px) { #sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe { display:block; }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XM2X5v1I2zdVL2nCDPG1JdEcIIhbNMKX { top:6.375rem;left:0rem;width:16.25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM7kBCyfIcFkkCu4DWKKW2nxqByWSSTL { top:11.75rem;left:0rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtm2BdCvVwTsMTxazMfAdnwKGVQiowvg { top:6.375rem;left:15.750000953674rem;width:18.875rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaHc43A84PX114te6qHRQatz4lgE1wn3 { top:11.75rem;left:15.750000953674rem;width:16.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7b7pzbCy93DSKiO68qDlD6xwW5NNIFs { top:6.375rem;left:31.5rem;width:16.25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6QnpmAoOFMov2AAndUghfKzFoJqCDOK { top:11.75rem;left:35.4375rem;width:12.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnplMClEusZQHmpOfi7r6XJ4UqgQPKUk { top:2.5rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX { display:block; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwATk55VeycTvIbvz5KAQ3Tp14of47Uz { top:2.8125rem;left:0rem;width:34.3125rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd22dc769fd9bdc08bb863cf78a821108eecbc34.svg); }
 }@media only screen and (max-width: 763px) { #TGycdDPTT3ySTga2XKDz36NukEAMl0yh { top:2.8125rem;left:22.5625rem;width:25.1875rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfJGZPE8IeMKZpZJdIaDI1OUsPMghpdd { top:4.0625rem;left:0rem;width:0.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ { display:block; }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek50X5UAvbyXfkyQLBEq5vWsy4tHvqOd { top:3.8125rem;left:0rem;width:27.0625rem;height:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdsOlPwkGNUe6cSa4vQizxfideXZB5kv { top:0rem;left:11.5rem;width:36.25rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8iMLNGamrGCfLoFeH0sPrTgBdAlETX { top:2.125rem;left:16.5rem;width:31.25rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbrWU06FkWFxM9T6ZPyMbCVMcODWFnQ5 { top:7.5rem;left:16.5rem;width:30.3125rem;height:12.3125rem;font-size:1.3125rem;display:block; }#WbrWU06FkWFxM9T6ZPyMbCVMcODWFnQ5 li:before{  }
 }@media only screen and (max-width: 763px) { #MTTHoqbVmnMrJp5pcxqNfLsvG6ypOiGm { top:22.9375rem;left:11.6875rem;width:36.0625rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMVO5XUgaOamqKpUU7w6myLseRWu8Tq { top:0rem;left:0rem;width:33.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH9dEE0kG4Ry8AUxWaNLmyhTFpeiBhXT { width:12.5rem;height:3.5rem;top:28.5rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpJVpXPUxSe8Abd6c8IuwuuzKq1oi5RF { display:block; }
 }@media only screen and (max-width: 763px) { #nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm { display:block; }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeBbhrgWMrgiHa2crGR7GR0i3MW4WbrE { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2VXFn71ZT4uvZHHP4kxeHFcn4zJHUcW { top:9.5625rem;left:0rem;width:16.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwsqBMAlltV7J2iPmLeTpqOUBeB6QPTI { top:12.625rem;left:0rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuWGEAtCuciKaTnKz842UMpfcMsirTnl { top:18.75rem;left:0rem;width:13.125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMg4o7RlRIsn0ymdKuRil3QmVoZHPbRN { top:9.5625rem;left:5.75rem;width:16.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #es9hWmPzCtH7Iu5ohilAFbLExbSfiiuX { top:18.75rem;left:7.624218940735rem;width:14.1875rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsr9u1AMbSQlvgSe9QTbeVWTxyCrlTKM { top:12.625rem;left:7.624218940735rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdyseQM5dPQEpvf8z0bitibXH5hGexlV { top:9.5625rem;left:25.125rem;width:16.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuuup7WxW96x2BnlQSJ5Z9O9V0UIWBiK { top:18.75rem;left:27.000000953674rem;width:13.125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmQ3c2uVo9C5n3HGGlGWIDgvedCxLR3C { top:12.625rem;left:27.000000953674rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge91Pey3B8oEdgebDzreJxhMKw0xlhfl { top:9.625rem;left:30.875rem;width:16.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaTbfyRqXBqnEoc7LOKEuXvMC1TMpWk3 { top:18.75rem;left:33.0625rem;width:13.8125rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP0BryKVeUnFzPwMbTi9exBOfmT7qrk0 { top:12.625rem;left:34.625rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtKlxAQzB7QVOVfdWr83pO5xt7lxIBT7 { top:34.5625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ { display:block; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrQDqFpsMSHfNTtV313DMzrcuB48nPgx { top:4.1875rem;left:0rem;width:34.375rem;height:;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvpsw2IFLAAic0JeXmk1aIhIpmgp8x3T { top:11.125rem;left:0rem;width:34.375rem;height:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR1ynterFEQxzqgeLcOQ8lezTEWyGnTZ { top:29.4375rem;left:13.625rem;width:34.125rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-regular-label { width:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-text { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-textarea { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-select { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-checkbox-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8  { width:27.5625rem;height:auto;top:2.5625rem;left:17.6875rem; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .radio-container { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 {display:block;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 { width:27.5625rem;height:auto;top:2.5625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #kVA4QsEtn8aPikAFOVCEhtMKQPf38X5U {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #HO4BuHnlWqNZWKgG9hVFeLqgeIdsLFed {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #GcfaLpxEISUoJw0uvNvDcxsKrMgSGrVe {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #sOZt9f5O4rfmmIReFVMuei5tvhVKQVlb {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Ja5Db7GrZCewdwMQHCeBDOdL1ZoNKLRE {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #V952MZRT5K9q6gVhqT50qgZt8ArfyEJx {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #uO30IfL33ZEuexMCCurNM6lOHWarN1Ib {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Lq0hmKkMZZ698iIhZxykHcu6bXQiKMPp {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #PiqAhhzcy3eQ0MBsqr8Mptv8Vo5soEgI {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #hBliTIENHPzEIAk2UgGH7FPCpSIXfarG {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #oJ88LMmgG8lH4CCMTyy1WMXlbp3FQ2SX {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #ebW25I9ivyZnnpOaiWNM11TD0PGTsW8E {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Xz4mB55z3qfwkT67WrKQmhuv4GE1ZsVf {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #QwpBmnaso8gKBzUL1STsI92vumG2hXoq {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Ieg0gIG8mGpMhTEVMDeTzTcgDPms5ALu {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #AHfWnFomURdVLx6TkTrEVCavN97ZMbqr {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #UMgF4O7kPazEysZzlt9w49IbfAa2QyG2 {  }
 }@media only screen and (max-width: 763px) { #q7tzPeMLhUDnwxlTpQ1PtpbymfnadTqs { top:22rem;left:0rem;width:27.5rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI { display:block; }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwDuWmKK3SoBoPQuWkT2eXwlU3EA17qT { top:2.4375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvZmqhtZ00QwRSJLgEcxvbphlud0zZBc { top:30.75rem;left:0rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIHoWOrKf4srJkbsuHaWDpmFBrxWfiVN { top:33.6875rem;left:0rem;width:26.5625rem;height:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRlX5HbOBSmgMOtyUkOUG71RhEnRvKVM { top:30.8125rem;left:26.5rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDDbH2hiMgobfdg2UXtlNfBJ8EIJGZn9 { top:33.6875rem;left:24.0625rem;width:23.6875rem;height:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQseCrE6AsVUu2mbx4lkLgmhrxWuOT3 { top:17.6875rem;left:12.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfzcT8PmAeTIlOPTk46IO8HsRHo58yU3 { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1pPaiKUQkkEenB8NuuuExJ5sERRO41d { top:8.3125rem;left:0rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9ZsUcV24KeGtTf8tK7GTVyTgQJQfoC { top:8.3125rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfC18hQDT1ccrRbhyyk895LlD4S4kMNi { display:block; }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzOSyFEIKE6WSTrOeUVZxlzansxTxEyI { top:2.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #m87mklGPffcn2M31sOkca1klT7iLKCGy {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #q5TEN3lBBziqTPaQDx9yJINnFku6Iflg {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #cgZBgrd5lCzTRnKhE4uJRU2ZWLFs1esE {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #nLiVwzMl4RDk8R3ZQAiGRaofv4AvCdlX {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #g3fc3dGtFaIVMPBRCdhFpBBZCAsCPP28 {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #pqUQQczJB4RRlXnNrWEgh0otyiDIKRJp {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #tc2LuSGUpF2JyyowZ4hO6fLVCrTChy7a {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #OVkzD5tUBQrd0xEWiPGu4K7L3NrW9tDy {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #lGIaLyPwtTTlfazXnJOPt7ibycxOGtGx {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #eUTE2xCut7xxggUHJvR018QC1T6yGNaa {  }
 }@media only screen and (max-width: 763px) { #qVo7LQLBUiFDTwpcOR7fEZza59g8ossv { display:block; }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IycLpWetC45iDh2cmBQvKBIREBu5fqRP { top:8.0625rem;left:25.8125rem;width:21.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryiXMP0Rvif494bFGdtMBLMf3x5qDZTz { width:8.875rem;height:3.4375rem;top:7rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umWU1LAitx81ANUaIxfFBDOnA8JzVBUq { display:block; }
 }@media only screen and (max-width: 763px) { #GDG8VNoyN4gSnrkkPk6d34x0zII8QX1R { top:3.4375rem;left:0rem;width:26rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH6XyO7SmnMGB46aQ9ARuUI6GoVt6LK4 { top:3.875rem;left:25.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGE7wO8Io8TQvfAHiL3m1TotGthXF2Z { top:3.875rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp350LzOJTEbpgmNLnZUXeKKoH2XIgQ1 { top:4.25rem;left:28.6875rem;width:18.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whmiTsUvNIksI1mAWUFUVVRrvVxpaore { top:4.25rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXTQV39ekTsg0tXUyVEg681m4W9ut9py { top:7.8125rem;left:26.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0eIEGT6EwfApMUQRlL3tSwFTzcgufv { top:12.0625rem;left:41.875rem;width:3.125rem;height:3.125rem;display:block; }
#ni0eIEGT6EwfApMUQRlL3tSwFTzcgufv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VlWbUZqQ0qImsiDKOyKNqtdxM5VSHmaT { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#VlWbUZqQ0qImsiDKOyKNqtdxM5VSHmaT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vIy9ER8PEdK17szTK39znMf6LMTLTNdP { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#vIy9ER8PEdK17szTK39znMf6LMTLTNdP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IfoEyhmg9CWxCPbkgbMbGN33TtUhJU7X { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#IfoEyhmg9CWxCPbkgbMbGN33TtUhJU7X > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #X9EOqUzr2OOvWXuI4oAniTwaUaI0WwX5 { width:8.875rem;height:3.4375rem;top:11.875rem;left:25.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSK9uiL0MHNt9dJsrFeRXu2SXGi6BAaT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO { display:none; }#CukxvwuFQJBDfcvQprIIFf6pRIVwBrtO > .row .container { width:20rem;height:13.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I2JT83qrqSF5QMJneDHa7ZWLZpbsZQvu { width:20rem;height:10.9375rem;top:1.25rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #nc7ZFLJfewcH81MU347pF6qZlDupwtTo { width:9.375rem;height:2.5rem;top:7.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbDsBOMiPl8CPffyUtNfshIcPUfdL49G { display:block; }
 }@media only screen and (max-width: 763px) { #GoUop7id4hWO8t2hrTrNwsSR81T0DHgE { width:5.4375rem;height:2.5rem;top:4.75rem;left:10.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfsDeD4CqaI3Rf6f0KszHmCyQJoVA8X6 { display:block; }
 }@media only screen and (max-width: 763px) { #NCdetv7T7e1OgJyw0VhpOWVQAabe4tDH { width:8.125rem;height:2.5rem;top:4.75rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRhdEe4AkCRez1cKFZfhOmf9Cu6o89eZ { display:block; }
 }@media only screen and (max-width: 763px) { #eEmalINWhJmhLXNDcgeCWrtpocB2PX0d { width:5.625rem;height:2.5rem;top:2.25rem;left:10.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6RvHWvhFdBOZAVRpInsCKE9TXhN6yGx { display:block; }
 }@media only screen and (max-width: 763px) { #RnIdTGgr5hHFG2yoZq1opTTParKyE8vH { width:6.25rem;height:2.5rem;top:2.25rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMP84xRkDot93h1TIfXQ7VGG4fMTVHU6 { display:block; }
 }@media only screen and (max-width: 763px) { #oderGnevCPap9Ux3WweZFegLIu9f5u2t { background-color:#76047c;background-image:none;display:block; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row .container { background-color: transparent; background-image: none; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row .container > .video-iframe-container { display: none; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row > .video-iframe-container { display: none; }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .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); }#oderGnevCPap9Ux3WweZFegLIu9f5u2t > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6J8d4LnXRJsLateK3VsRFlp4U6DyDSN { width:20rem;height:2.625rem;top:8.125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPBTU7pcNtyaC3kODQMgZvTQNLAMHNBg { width:18.625rem;height:4.725rem;top:18.961718559265rem;left:0.68671876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #N2y683Ii6ycOvrENTrZSWXoJW1dCLh3r { width:11.3125rem;height:4.625rem;top:1.9375rem;left:4.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvL4Cct6UTs68TTQKbsgh29gkyRr547J { width:20rem;height:6.25rem;top:11.5rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBZZ67cZQZobkk6mRx1ZBxoq7k5Qztg8 { width:18.5625rem;height:3.15rem;top:24.8359375rem;left:0.71796876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #t3FDAZnLBaIyUo0o2sRQlvnepI52QuNi { width:12.5rem;height:3.5rem;top:41.023439884186rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcaKwbL0SGx9QaLRRpQSum5LO3kcSy5B { display:block; }
 }@media only screen and (max-width: 763px) { #kenPAiN2spHw23rB35knGCy5OwyIvrFO { top:29.687500476837rem;left:0.84296876192094rem;width:18.3125rem;height:10.25rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { width:18.375rem;height:14.175rem;top:1.125rem;left:0.81171876192094rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SGFVofR9KPA18ufEVlH8nzCTuyvyz07L { display:block; }#SGFVofR9KPA18ufEVlH8nzCTuyvyz07L > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dynlMaqTwde6eeKGJR0K3nnVNnE2skkZ { width:11.875rem;height:10.1875rem;top:2.5000001192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU8PGcTC0ZonAOGWsagse2XUI7QdZo2J { width:20rem;height:12.6rem;top:14.000000357628rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUmbJE5BTEeM9TybQIPqC4NedztOxsap { width:20rem;height:1.125rem;top:1.3750001192093rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kHlk57oekTxL19KKuPW2E5AspSJBCUEL { width:12.5rem;height:3.5rem;top:29.187501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzUlUvl3xbPOViA08WucgAyH6b2Tw3Mi { display:block; }
 }@media only screen and (max-width: 763px) { #LCTzJoW1LASl8V5ABweQDJs3WFideKz0 { display:block; }#LCTzJoW1LASl8V5ABweQDJs3WFideKz0 > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg8g7lHSoapaltAvc3gD3rl3gvKaTU9J { width:20rem;height:21rem;top:3.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rm6Cbca9QE3TGXItoo0NKGKhuTuA5R4Q { width:20rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQpUugywHdsUiiLKDDggfswCKVCuhK9n { background-color:#ffffff;background-image:none;display:block; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row .container { background-color: transparent; background-image: none; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row .container > .video-iframe-container { display: none; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row > .video-iframe-container { display: none; }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .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); }#qQpUugywHdsUiiLKDDggfswCKVCuhK9n > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOIrLZ95ukD1IHskAs1TekGmQFwrzVKo { width:20rem;height:2.25rem;top:1.6249995231628rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JHemdfEuehTovgdC9oQuVCaGGfxswXxi { width:0.5rem;height:4.6875rem;top:33.419532203674rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 { display:block; }#Eo6EH8atKBu51L3VUvzgEtsTDsBoefZ5 > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-heading-text { font-size:1.0625rem;height:auto; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf { display:flex;height:auto;width:20rem;top:2.3125rem;left:0rem; }
#DTJTg2HKxt3TugEIrLDUeURH56tR74Xf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #CEUBTxvs9rzC3ffUoVeQratLXts0HoNe {  }
 }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #PvRh4T7t4CtTHEJPTRuCm9m3zImKuMKV {  }
 }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #HTzLXVLLpXaPvlm7hBDWTJcvsRlWB3Rx {  }
 }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #yzzxn944rvnSXa1ST8ooTmqHI2oewuDR {  }
 }@media only screen and (max-width: 763px) { #DTJTg2HKxt3TugEIrLDUeURH56tR74Xf #cTGkgAsvoaQlgrCOaeyfyISBamyONih5 {  }
 }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-heading-text { font-size:1.0625rem;height:auto; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve { display:flex;height:auto;width:20rem;top:9.0625rem;left:0rem; }
#iWSBTR0sKfC2vbRiLdOiIFbizntRAsve .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #nFJivomtWM0MoRxFGuhr4lP3DF6fpWwl {  }
 }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #bATAdL9T1T1Iw1MA7By3ye2esWvHMEd4 {  }
 }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #u0CChnozcxSKdbAySvlAacwRiQfIPZBu {  }
 }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #NUynk4hpffnkn7bfgzNgJCTFM4GKC6P5 {  }
 }@media only screen and (max-width: 763px) { #iWSBTR0sKfC2vbRiLdOiIFbizntRAsve #xJT3bq3oVNDshfV5MFhGcIto1JHVh5Qa {  }
 }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-heading-text { font-size:1.0625rem;height:auto; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF { display:flex;height:auto;width:20rem;top:15.3125rem;left:0rem; }
#T5A48et5bNDBT148RBE8Ew3f9mA2RoIF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #PwuPk7KWKuIG9VPsnnkTPO32PmpO7Ly3 {  }
 }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #JVVgAAd0l3UERaPuePCwqIh4L6HzRaFS {  }
 }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #ksITUbXeufK0EwwvBWFrekqU8TNi0QHv {  }
 }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #CgaC7gLKJuLxH7Oet89ThIyVGlcpTx80 {  }
 }@media only screen and (max-width: 763px) { #T5A48et5bNDBT148RBE8Ew3f9mA2RoIF #WBqy7oNplCG23fknx3VeTMV77CB5vq3F {  }
 }@media only screen and (max-width: 763px) { #B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX { background-color:#ffffff;background-image:none;display:block; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row .container { background-color: transparent; background-image: none; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row .container > .video-iframe-container { display: none; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row > .video-iframe-container { display: none; }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .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); }#B1aQG8vm8ZP5CbVx2Tm581WakgIyzErX > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuTgTxHeVdtffs2PzBwk4w9xR18Rvefv { width:20rem;height:1.125rem;top:10.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #McTLyDDSPCqivUUyhMH6PBterIK87dQG { width:20rem;height:19.15rem;top:12.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#McTLyDDSPCqivUUyhMH6PBterIK87dQG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95383c8034197ee9497eb8abf9394a59.svg); }
 }@media only screen and (max-width: 763px) { #OlHg5oOhUAtmyHJTViOfG8yh0GOizCpo { width:14.5625rem;height:8.125rem;top:1.0968742370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSvh6TZ5zRAdQBlXFsTbyw9024ZuTOqD { width:0.5rem;height:4.6875rem;top:33.419532203674rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ku405mQ6n4MORW6sw1UQICoKZPNyKead { display:block; }#ku405mQ6n4MORW6sw1UQICoKZPNyKead > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeMEG76Gi5DVhdXJvByIes96G3DuiFJg { width:20rem;height:2.7rem;top:1.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DDsOcSI8WdHi8EsQWTmkNgFisV8lisMQ { width:20rem;height:25.2125rem;top:4.9374996423721rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#DDsOcSI8WdHi8EsQWTmkNgFisV8lisMQ li:before{  }
 }@media only screen and (max-width: 763px) { #vx28riytk0lTs9aQGHJ6eo44eTNWDpKN { width:0.5rem;height:4.6875rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt { background-color:#ffffff;background-image:none;display:block; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row .container { background-color: transparent; background-image: none; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row .container > .video-iframe-container { display: none; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row > .video-iframe-container { display: none; }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .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); }#lfhQSoEZkiiLgPvq7bTpGDkJXWr0MUIt > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMyfgGym3IO7ZL9cO8BTlkHXpTKtnZkE { width:20rem;height:2.5rem;top:1.4999992847443rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oJdE0Mpuu7c4TUcEmLbxXVOZu6AMes0a { width:20rem;height:9.8rem;top:7.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sc3fxO1k01fMNElsQSw8mvPxokephMbS { width:20rem;height:2.8rem;top:17.875000953674rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6DJ8DzRIdNHeQGgJPMdBTLS6hTptAl9 { display:flex;width:1.5rem;height:1.5rem;top:5.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gFXTFTyCcvoCuLHtDXlTF1Q3Ta1bSkPN { width:20rem;height:4.2rem;top:25.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hx7Df9y3ZyKr1w60On3qdGwwfCx06FNT { display:flex;width:1.5rem;height:1.5rem;top:23.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vIFhGfQhydDfN4FLzlH8opGnFt0MuS7Z { width:15rem;height:2.8rem;top:30.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qGC1NGL9UTFXh8X5BqdNSgfcMICZo0Jw { width:6.8125rem;height:9.25rem;top:0rem;left:13.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #aGNpfMkaNoZJ3hVa0nTLfRUAVV5fhPyc { width:20rem;height:2.8rem;top:62.62500190735rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FfSTmcHeDlv0cbh6eNL9WtVCK5WUIExN { width:20rem;height:7rem;top:54.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uAJECZf7MSR1QaJmoOBITte0atvi4Hft { width:20rem;height:2.8rem;top:46.625001907349rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EakaIFquiZBXXyVL2yn9qi2ThhZu5hHW { width:20rem;height:8.4rem;top:37.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TUMW3x1HWGbSUXnlwURGLfkaK1KT76Pz { display:flex;width:1.5rem;height:1.5rem;top:52.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bzArc9c0ZnnO1pIvc4VPTTFvmpm6Dw9h { display:flex;width:1.5rem;height:1.5rem;top:35.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #haJnMatfLh0WbTlxV36F2gyDzSEaVlcg { display:block; }#haJnMatfLh0WbTlxV36F2gyDzSEaVlcg > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwK5nbCxb0SPwXxgUF0UbqTR8xALlECT { width:17.5rem;height:1.125rem;top:1.5625rem;left:1.2500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBlfP7TmdWQThAoxGyKPrQ6wpaE5OFiE { width:17.5rem;height:4.2rem;top:9.9374997913838rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3PdzFkut6m6JHsfgJtaCv5hICTEZqCh { display:flex;width:4.5rem;height:4.5rem;top:4.5624995231628rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #K06x5ClWA2CGumB4Gtc3bQtszt0hiWiH { width:16.25rem;height:4.2rem;top:45.4375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pul8BZZ9Admrll5yghc51L0y0wFJ01CS { width:16.25rem;height:4.2rem;top:33.875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIq9IK9EHT3x4fm0yK10UkwTEcw9MJWv { display:flex;width:4.5rem;height:4.5rem;top:29.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #v8x28rtR1QiAy0hKPoaRHoEM94xyGxib { display:flex;width:4.5rem;height:4.5rem;top:40.3125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #wN3QwVHJPyRgoCuNi4m9ryKMhwEHX7M9 { width:16.5625rem;height:5.6rem;top:21.6875rem;left:1.7187500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpO6ChZlBAZ0kLMs6bTgvepeDoiUGKZ3 { display:flex;width:4.5rem;height:4.5rem;top:17.049999713897rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #AEz6e0irvSpMivVV4FzsVLn9OSugeCLw { width:12.5rem;height:3.5rem;top:52.062501907349rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFhaRsy5oKmepWRFUTv4I8BTV2yIvyk9 { display:block; }
 }@media only screen and (max-width: 763px) { #sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe { display:block; }#sQIJp00W4f7KB5iWgy2Z2VxbmRvAfOwe > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XM2X5v1I2zdVL2nCDPG1JdEcIIhbNMKX { width:16.25rem;height:2.75rem;top:2.6875rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gM7kBCyfIcFkkCu4DWKKW2nxqByWSSTL { width:16.25rem;height:2.925rem;top:6.0625rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Dtm2BdCvVwTsMTxazMfAdnwKGVQiowvg { width:16.25rem;height:2.75rem;top:10.750000953674rem;left:1.8750000596046rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RaHc43A84PX114te6qHRQatz4lgE1wn3 { width:16.25rem;height:4.3875rem;top:14.062500953674rem;left:1.8750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #K7b7pzbCy93DSKiO68qDlD6xwW5NNIFs { width:16.25rem;height:2.75rem;top:20.3125rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #w6QnpmAoOFMov2AAndUghfKzFoJqCDOK { width:16.25rem;height:2.925rem;top:23.6875rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #lnplMClEusZQHmpOfi7r6XJ4UqgQPKUk { width:20rem;height:26.9375rem;top:1.3125rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX { background-color:#fef0ff;background-image:none;display:block; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { background-color: transparent; background-image: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container > .video-iframe-container { display: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row > .video-iframe-container { display: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .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); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwATk55VeycTvIbvz5KAQ3Tp14of47Uz { width:20rem;height:2.25rem;top:1.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc { width:20rem;height:37.35rem;top:5.2500009536743rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd22dc769fd9bdc08bb863cf78a821108eecbc34.svg); }
 }@media only screen and (max-width: 763px) { #TGycdDPTT3ySTga2XKDz36NukEAMl0yh { width:12.625rem;height:16.3125rem;top:40.900000572204rem;left:7.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfJGZPE8IeMKZpZJdIaDI1OUsPMghpdd { width:0.5rem;height:4.6875rem;top:64.575rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ { display:block; }#lErdm0nkZ3MqhRtcf2xS6Td4IooeKBGJ > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek50X5UAvbyXfkyQLBEq5vWsy4tHvqOd { width:14.5rem;height:4.5rem;top:1.4992187619209rem;left:1.2500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wdsOlPwkGNUe6cSa4vQizxfideXZB5kv { width:20rem;height:17.8125rem;top:12.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tu8iMLNGamrGCfLoFeH0sPrTgBdAlETX { width:17.5rem;height:2.25rem;top:12.312500178814rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WbrWU06FkWFxM9T6ZPyMbCVMcODWFnQ5 { width:19.625rem;height:9.7125rem;top:15.437500178814rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#WbrWU06FkWFxM9T6ZPyMbCVMcODWFnQ5 li:before{  }
 }@media only screen and (max-width: 763px) { #MTTHoqbVmnMrJp5pcxqNfLsvG6ypOiGm { width:20rem;height:4.14375rem;top:27.436725616455rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mTMVO5XUgaOamqKpUU7w6myLseRWu8Tq { width:20rem;height:9.125rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH9dEE0kG4Ry8AUxWaNLmyhTFpeiBhXT { width:12.5rem;height:3.5rem;top:33.025000572204rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpJVpXPUxSe8Abd6c8IuwuuzKq1oi5RF { display:block; }
 }@media only screen and (max-width: 763px) { #nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm { display:block; }#nXJMpcgv7StlgLwsIV35a1L1dyBSdQPm > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeBbhrgWMrgiHa2crGR7GR0i3MW4WbrE { width:20rem;height:1.125rem;top:1.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2VXFn71ZT4uvZHHP4kxeHFcn4zJHUcW { width:16.875rem;height:18.75rem;top:18.6875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwsqBMAlltV7J2iPmLeTpqOUBeB6QPTI { width:13.125rem;height:2.625rem;top:5.1875009536743rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JuWGEAtCuciKaTnKz842UMpfcMsirTnl { width:17.4375rem;height:2.8rem;top:5.1875009536743rem;left:2.1875000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JMg4o7RlRIsn0ymdKuRil3QmVoZHPbRN { width:16.875rem;height:18.75rem;top:39.3125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #es9hWmPzCtH7Iu5ohilAFbLExbSfiiuX { width:17.6875rem;height:2.8rem;top:9.1867198944094rem;left:2.1875000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zsr9u1AMbSQlvgSe9QTbeVWTxyCrlTKM { width:13.125rem;height:2.625rem;top:9.1867194175719rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SdyseQM5dPQEpvf8z0bitibXH5hGexlV { width:16.875rem;height:18.75rem;top:59.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wuuup7WxW96x2BnlQSJ5Z9O9V0UIWBiK { width:13.125rem;height:2.8rem;top:13.72500038147rem;left:2.1875000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lmQ3c2uVo9C5n3HGGlGWIDgvedCxLR3C { width:13.125rem;height:2.625rem;top:13.8125rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ge91Pey3B8oEdgebDzreJxhMKw0xlhfl { width:16.875rem;height:18.75rem;top:80.5625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaTbfyRqXBqnEoc7LOKEuXvMC1TMpWk3 { width:14.8125rem;height:3.9rem;top:18.312501072884rem;left:2.1875000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TP0BryKVeUnFzPwMbTi9exBOfmT7qrk0 { width:13.125rem;height:2.625rem;top:18.312501072884rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TtKlxAQzB7QVOVfdWr83pO5xt7lxIBT7 { width:19.625rem;height:9.8rem;top:24.250000119209rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ { background-color:transparent;background-image:none;display:block; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row .container { background-color: transparent; background-image: none; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row .container > .video-iframe-container { display: none; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row > .video-iframe-container { display: none; }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .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); }#zrOSJqp42ZDkahNTyh7Jv4Q9K6vGLmWZ > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrQDqFpsMSHfNTtV313DMzrcuB48nPgx { width:20rem;height:2.625rem;top:1.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvpsw2IFLAAic0JeXmk1aIhIpmgp8x3T { width:20rem;height:7.4375rem;top:4.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DR1ynterFEQxzqgeLcOQ8lezTEWyGnTZ { width:20rem;height:36.0625rem;top:22.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8  { width:17.5rem;height:auto;top:23.875rem;left:0rem; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 {display:block;}#kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 { width:17.5rem;height:auto;top:23.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #kVA4QsEtn8aPikAFOVCEhtMKQPf38X5U {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #HO4BuHnlWqNZWKgG9hVFeLqgeIdsLFed {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #GcfaLpxEISUoJw0uvNvDcxsKrMgSGrVe {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #sOZt9f5O4rfmmIReFVMuei5tvhVKQVlb {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Ja5Db7GrZCewdwMQHCeBDOdL1ZoNKLRE {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #V952MZRT5K9q6gVhqT50qgZt8ArfyEJx {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #uO30IfL33ZEuexMCCurNM6lOHWarN1Ib {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Lq0hmKkMZZ698iIhZxykHcu6bXQiKMPp {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #PiqAhhzcy3eQ0MBsqr8Mptv8Vo5soEgI {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #hBliTIENHPzEIAk2UgGH7FPCpSIXfarG {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #oJ88LMmgG8lH4CCMTyy1WMXlbp3FQ2SX {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #ebW25I9ivyZnnpOaiWNM11TD0PGTsW8E {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Xz4mB55z3qfwkT67WrKQmhuv4GE1ZsVf {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #QwpBmnaso8gKBzUL1STsI92vumG2hXoq {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #Ieg0gIG8mGpMhTEVMDeTzTcgDPms5ALu {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #AHfWnFomURdVLx6TkTrEVCavN97ZMbqr {  }
 }@media only screen and (max-width: 763px) { #kPKdBZKCmyPxtasxnxJgLhlOwOwpM4m8 #UMgF4O7kPazEysZzlt9w49IbfAa2QyG2 {  }
 }@media only screen and (max-width: 763px) { #q7tzPeMLhUDnwxlTpQ1PtpbymfnadTqs { width:20rem;height:11.2265625rem;top:11.385937690735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI { display:block; }#IKt6L5HXnNXOTdPwDakfuLsOmQvo1ncI > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwDuWmKK3SoBoPQuWkT2eXwlU3EA17qT { width:20rem;height:1.25rem;top:1.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvZmqhtZ00QwRSJLgEcxvbphlud0zZBc { width:20rem;height:1.5rem;top:16.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WIHoWOrKf4srJkbsuHaWDpmFBrxWfiVN { width:20rem;height:30.1875rem;top:19.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PRlX5HbOBSmgMOtyUkOUG71RhEnRvKVM { width:20rem;height:1.5rem;top:64.8125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDDbH2hiMgobfdg2UXtlNfBJ8EIJGZn9 { width:20rem;height:26.25rem;top:67rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #JpQseCrE6AsVUu2mbx4lkLgmhrxWuOT3 { width:6.25rem;height:6.25rem;top:57.550000190735rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vfzcT8PmAeTIlOPTk46IO8HsRHo58yU3 { width:6.25rem;height:6.25rem;top:12.51171875rem;left:13.750000536442rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #c1pPaiKUQkkEenB8NuuuExJ5sERRO41d { width:20rem;height:12.5rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9ZsUcV24KeGtTf8tK7GTVyTgQJQfoC { width:20rem;height:12.5rem;top:49.5625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NfC18hQDT1ccrRbhyyk895LlD4S4kMNi { display:block; }#NfC18hQDT1ccrRbhyyk895LlD4S4kMNi > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzOSyFEIKE6WSTrOeUVZxlzansxTxEyI { width:20rem;height:1.125rem;top:2.26953125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-heading-text { font-size:1rem;height:auto; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU { display:flex;height:auto;width:20rem;top:4.4375rem;left:0rem; }
#XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #m87mklGPffcn2M31sOkca1klT7iLKCGy {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #q5TEN3lBBziqTPaQDx9yJINnFku6Iflg {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #cgZBgrd5lCzTRnKhE4uJRU2ZWLFs1esE {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #nLiVwzMl4RDk8R3ZQAiGRaofv4AvCdlX {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #g3fc3dGtFaIVMPBRCdhFpBBZCAsCPP28 {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #pqUQQczJB4RRlXnNrWEgh0otyiDIKRJp {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #tc2LuSGUpF2JyyowZ4hO6fLVCrTChy7a {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #OVkzD5tUBQrd0xEWiPGu4K7L3NrW9tDy {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #lGIaLyPwtTTlfazXnJOPt7ibycxOGtGx {  }
 }@media only screen and (max-width: 763px) { #XX0CfyeL8i2mCQc4G4prgJ1maqFV8SFU #eUTE2xCut7xxggUHJvR018QC1T6yGNaa {  }
 }@media only screen and (max-width: 763px) { #qVo7LQLBUiFDTwpcOR7fEZza59g8ossv { display:block; }#qVo7LQLBUiFDTwpcOR7fEZza59g8ossv > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IycLpWetC45iDh2cmBQvKBIREBu5fqRP { width:20rem;height:auto;top:9.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ryiXMP0Rvif494bFGdtMBLMf3x5qDZTz { width:14.9375rem;height:3.4375rem;top:20.3125rem;left:3.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umWU1LAitx81ANUaIxfFBDOnA8JzVBUq { display:block; }
 }@media only screen and (max-width: 763px) { #GDG8VNoyN4gSnrkkPk6d34x0zII8QX1R { width:11.5rem;height:4.75rem;top:2.3117189407349rem;left:4.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH6XyO7SmnMGB46aQ9ARuUI6GoVt6LK4 { width:2rem;height:2rem;top:14.4375rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGE7wO8Io8TQvfAHiL3m1TotGthXF2Z { width:2rem;height:2rem;top:17.625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp350LzOJTEbpgmNLnZUXeKKoH2XIgQ1 { width:15.75rem;height:1.225rem;top:14.9375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whmiTsUvNIksI1mAWUFUVVRrvVxpaore { width:7.3125rem;height:1.225rem;top:18.0625rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZXTQV39ekTsg0tXUyVEg681m4W9ut9py { display:flex;width:1.5625rem;height:1.5625rem;top:21.25rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ni0eIEGT6EwfApMUQRlL3tSwFTzcgufv { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:1.8125rem; }
#ni0eIEGT6EwfApMUQRlL3tSwFTzcgufv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VlWbUZqQ0qImsiDKOyKNqtdxM5VSHmaT { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:6.125rem; }
#VlWbUZqQ0qImsiDKOyKNqtdxM5VSHmaT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vIy9ER8PEdK17szTK39znMf6LMTLTNdP { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:10.5625rem; }
#vIy9ER8PEdK17szTK39znMf6LMTLTNdP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IfoEyhmg9CWxCPbkgbMbGN33TtUhJU7X { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:15rem; }
#IfoEyhmg9CWxCPbkgbMbGN33TtUhJU7X > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #X9EOqUzr2OOvWXuI4oAniTwaUaI0WwX5 { width:8.875rem;height:3.4375rem;top:25rem;left:5.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BSK9uiL0MHNt9dJsrFeRXu2SXGi6BAaT { display:block; }
 }