.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,233,224;--color-primary-1:251,181,151;--color-primary-2:246,106,47;--color-primary-3:148,64,28;--color-primary-4:49,21,9;--color-secondary-0:228,242,250;--color-secondary-1:167,212,239;--color-secondary-2:78,168,222;--color-secondary-3:47,101,133;--color-secondary-4:16,34,44;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:3,3,3;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe { background-color:rgba(var(--color-primary-2),0.47);background-image:none;z-index:auto;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; }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .row .container { background-color: transparent; background-image: none; }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .row .container > .video-iframe-container { display: none; }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .row > .video-iframe-container { display: none; }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .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); }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .row .container { border-width: 0; border-radius: 0; }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#WTmub2P6vsWUJl3a4TtTINMmGi54PcV2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:13.685546875rem;top:0rem;left:30.6572265625rem;overflow:hidden;display:block; }
#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf { background-color:rgba(var(--color-tertiary-0),1);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; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container { background-color: transparent; background-image: none; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container > .video-iframe-container { display: none; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row > .video-iframe-container { display: none; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .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); }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container { border-width: 0; border-radius: 0; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#TEacTi9gt9D2ogi0aS0ugqx0zTx07Oc7 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.68625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:3.3125rem;left:2.3125rem;height:7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n7F25T62cxTu3ERVaQa2BpwJ9cFBx3yA { color:#0f0f0f;display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:12.875rem;left:2.3125rem;height:6.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LtFsTxFrTJcqKbz4dLwbeniyxcsSeore { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.1875rem;width:47.1875rem;top:3.3125rem;left:27.8125rem;overflow:hidden;display:block; }
#ZIm2BJ0InsHfrP8krp0XJw1rzxzFMmTT { position:absolute;display:block;z-index:15030;height:7.375rem;width:22.125rem;top:24.625rem;left:4.625rem;display:block; }
#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { background-color:rgba(167,212,239,0.46);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; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { background-color: transparent; background-image: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .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); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { border-width: 0; border-radius: 0; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:48.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KlEorazsQWQ42n4052ZKfqz646SQLsUB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.999025rem;width:3.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:13.375rem;left:20.0625rem; }
#XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:33.5rem;left:42.3125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5604375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:19.6875rem;left:41.875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { 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:15028;opacity:1;top:27.375rem;left:20.5rem; }
#p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:19.75rem;left:10.5rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:12.25rem;left:18.9375rem;display:block; }
#ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:25.8125rem;left:18.9375rem;display:block; }
#JQawxDMh2SF0HQPN4SaCDlM7Hw5s4b9O { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:33.5rem;left:10.9375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H3dTkkSneC511Ga5CHDKXce4RWbZvM8N { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:7.5rem;left:22.4375rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NQ6LX4sEF88dTItC9dU1Hd3ynOTNqAkp { 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:15030;opacity:1;top:27.375rem;left:51.875rem; }
#V17F5SpRF2Bqd0nExWi8H91Vfou25J2N { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:25.8125rem;left:50.3125rem;display:block; }
#QIulD5RlvOQ7GK2ZJlFUIxZWdT2zNwHE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.999025rem;width:3.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.375rem;left:51.1875rem; }
#e5wZGa5bKkWhFHdvewMvVCNrrPQAQKhZ { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:12.25rem;left:50.0625rem;display:block; }
#O2DRATsT6QdN2KF1OcL5E9UJsL3ZdkfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:41.637498378754rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 { background-color:rgba(var(--color-tertiary-0),1);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; }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .row .container { background-color: transparent; background-image: none; }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .row .container > .video-iframe-container { display: none; }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .row > .video-iframe-container { display: none; }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .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); }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .row .container { border-width: 0; border-radius: 0; }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:67.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#gDl8DVkrWKlWfJvp0LgNmpCupnhBuO6h { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:15rem;left:9.6875rem;display:block; }
#J36lFOx0eqquGc78oTTNCTCtewT4JyR8 { color:#0f0f0f;display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:20.0625rem;left:9.875rem;height:3.75rem;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; }
#UcM8rLQy8b7Rp945TxwXKRvBsiupi0Vq { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:37.125rem;left:9.6875rem;display:block; }
#MMlIePSE6DUWeIDTIvEwbsJfWWRwJumP { color:#0f0f0f;display:block;width:57.4991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:31.25rem;left:9.6875rem;height:3.75rem;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; }
#u9Gsbwyu6C6fs1tszK6HTwKUNFXtTgk2 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:25.8125rem;left:9.6875rem;display:block; }
#ebOyTOzwkwt9ARa93ETGVIihLkEqLRgP { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:46.375rem;left:9.6875rem;display:block; }
#Zhb23CQLSeL8zRUJlisghD33BT4lpgvW { color:rgba(var(--color-tertiary-4),1);display:block;width:59.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:38rem;left:14.5rem;height:2.0625rem;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; }
#qfWml8S3VS6yQSQgfLfMnBgIKSJkHCMz { color:rgba(var(--color-tertiary-4),1);display:block;width:49.749625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:47.25rem;left:14.5rem;height:2.0625rem;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; }
#AbQHzoaTfPmrCZwppBbOit3eLCDmurRg { color:rgba(var(--color-tertiary-4),1);display:block;width:45.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:15.75rem;left:14.625rem;height:2.25rem;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; }
#QvrJNUqcbBxmufrLAdFFU0PDlbpNtZ65 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:26.5625rem;left:14.6875rem;height:2.25rem;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; }
#wakZ3GhodRQvmCSLHVHa1NdTHAQmPkb4 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.56171875rem;width:2.56171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:15.590623855591rem;left:10.279685974121rem; }
#xgIF2iWptpNtNyb8GUPP646794A7q0Nk { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.31210625rem;width:2.31210625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:26.527731895447rem;left:10.403903961182rem; }
#tC0vNSfZtfMJ4yeKFzTpmz6v2vLuC7dU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:37.78125rem;left:10.34375rem; }
#VIyMS56vyKGeRLJVlk52AirNnP375auR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:47.15625rem;left:10.46875rem; }
#e3fkJcxuCUKEMag5hZhKn2E00wkGWBah { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iN36FBGe6y9znGIzMZLcARZ8l62JSp3O { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:10.125rem;left:19.875rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cAuOWNEfTfZhZPZqr97k1E7tsSETsdSS { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:55.5rem;left:9.6875rem;display:block; }
#HkfdmS96xv2iMumcwQ3xwTwnAGlounxt { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:56.375rem;left:14.8125rem;height:2.0625rem;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; }
#LwqCUTvzDv9TqIBLmpXvTS7DxWyP6Ad8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18671875rem;width:2.18671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:56.25rem;left:10.4375rem; }
#g5DMcw7ndBp2QIvg5aPm4XlwBAs0dynK { color:#0f0f0f;display:block;width:61.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:52.125rem;left:9.6875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GLXB0olOSdHTONm5M3PW09heLvsqte4l { color:#0f0f0f;display:block;width:63.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:42.1875rem;left:9.6875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QFREol9ZB5ZZ2vA80GT1FT9O3QOtS2KF { color:#0f0f0f;display:block;width:63.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:60.625rem;left:9.6875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SDgTuo7yLtDzmfhUKFFTva9wABSSND5a { position:absolute;display:block;z-index:15012;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:49.4359375rem;width:33.125rem;top:66.125rem;left:39.125rem;overflow:hidden;display:block; }
#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 { background-color:rgba(var(--color-tertiary-0),1);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; }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .row .container { background-color: transparent; background-image: none; }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .row .container > .video-iframe-container { display: none; }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .row > .video-iframe-container { display: none; }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .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); }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .row .container { border-width: 0; border-radius: 0; }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:50.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#IEszOIm3aLUcPxbzlnGGxgZLR0wDXWPN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.6875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XaSxhe2hUnIvZvCJbTpAFtTsEm5QKQAL { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:23.9375rem;left:0rem;height:13.75rem;display:block; }#XaSxhe2hUnIvZvCJbTpAFtTsEm5QKQAL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XaSxhe2hUnIvZvCJbTpAFtTsEm5QKQAL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc58a507bb0605b20a80147e7492bf22.svg); }
#E5VRizZhL2yPmMxsqtObapA68G6lz3OP { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:34.812rem;width:34.0625rem;top:9.0625rem;left:38.125rem;display:block; }
#qhmUbA7seEWy5G4nivhb6iippG4NPrUg { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:9.0625rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Cvy3SUNZKQWpxLAUTFy9B1XThMvTrzuC { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:25rem;top:3.375rem;left:0rem;display:block; }
#pqEm5Zd6VTQGJ9DN0EakTLX106sk15C3 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:14.3125rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nfSK1cVnqmQ8mGHPNu64ROxh2f0X2V9n { position:absolute;display:block;z-index:15012;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:49.4359375rem;width:33.125rem;top:66.125rem;left:39.125rem;overflow:hidden;display:none; }
#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut { background-color:rgba(var(--color-tertiary-0),1);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; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container { background-color: transparent; background-image: none; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container > .video-iframe-container { display: none; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row > .video-iframe-container { display: none; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .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); }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container { border-width: 0; border-radius: 0; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#NFukmao1gcw4SM423nps1urtqi4Csn8f { color:rgba(var(--color-tertiary-4),1);display:block;width:34.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ei2TGzhTLaoWHsqmr3Tdck3pJOhbuhQr { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3116875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:5.0964832305908rem;left:42.933982849121rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#POHRAz4TbumOZ67MnBrCN5plKyNE4oy9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:11.608343124389rem;left:42.933334350586rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cM3OtM8khnO1DPZyOBfXGPoWqiAabPx6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.25rem;left:39.375rem; }
#QN8hPZbBW9mk6i0TeRtG5e7FhI8Pibes { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4984375rem;width:2.4984375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.608592987061rem;left:39.375rem; }
#PAMd4tBX1hgIxTS4m37KzbDUv0DcQLeZ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:31rem;width:38.1875rem;top:3rem;left:36.875rem;display:block; }
#glycWwEBvwFQP4qsIxQp8RcrGTW2pEG6 { color:#0f0f0f;display:block;width:33.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:13.888541936874rem;left:0rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W9t6ezIgoeJ1s7DePZpTH0Ho0ZFLBMd4 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:31rem;width:38.1875rem;top:3rem;left:36.875rem;display:none; }
#uTm2TksWZHXwVxAtMgurl7Hqlgw0gq1f { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4984375rem;width:2.4984375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.193759918213rem;left:39.376045227051rem; }
#CHX0pAughIDKCotdvBAa7s2P8SlywC1I { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4984375rem;width:2.4984375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:28.248970031738rem;left:39.376045227051rem; }
#r2gTOZJT4TEKJl2MIFkbhG9dEOB3XXnV { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:20.216676712036rem;left:42.933334350586rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IT1pd7ZiONcIL6svP75DRKdR0eiLRw8G { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:28.185428619385rem;left:42.933334350586rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yRA86JuOQlr65Cu4nLOTzfdgdQpvpO4n { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:9.9375rem;width:27.3125rem;top:24rem;left:3.25rem;display:block; }
#cGnDrXru7tXyEUei7rvGLWrkHI6MibLO { 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:15033;opacity:1;top:25.375rem;left:15.375rem; }
#WxCdFTaai0MFaUkA6aEhQxCGDRT0a7nk { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:28.0625rem;left:25.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5)); }
#NnNSGSWtQTLrAgfquD36XLAayzl3PvuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.937110900879rem;left:10.215232849121rem; }
#m8lE8FrH1ZoRwzWV8OBNWS9WTxUuACzO { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:31rem;width:38.1875rem;top:3rem;left:36.875rem;display:none; }
#W1b27vK7tuCX8Hb8e8e49kAKSbDO9QRm { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:31rem;width:38.1875rem;top:3rem;left:36.875rem;display:none; }
#LgGOdn2TFvyEyNDLNieyLpQMr98xzA8T { position:absolute;display:block;z-index:15035;height:4.25rem;width:22.75rem;top:29.2490234375rem;left:5.5302734375rem;display:block; }
#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { background-color:rgba(var(--color-tertiary-4),1);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; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { background-color: transparent; background-image: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container > .video-iframe-container { display: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container { display: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .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); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { border-width: 0; border-radius: 0; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:40.25rem;width:75rem;overflow:visible;position:relative;display:block; }#PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0614375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:9.5625rem;left:10.6875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6866875rem;width:69rem;top:3.3878898620606rem;left:3rem;display:block; }
#wWeX9AxZnZlfSw7iFFur5IqpQyl6LAN8 { color:rgba(var(--color-tertiary-0),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:20.977733612061rem;left:5.841796875rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#WIkCNqtil9nM8h9aIWwFfQbJxOV2KAXS { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0604375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:4.875rem;left:11.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gSvSI4hi7ETNzrUbZJQEcWT9wLv7lLAp { position:absolute;display:block;z-index:15036;height:4.25rem;width:26.3125rem;top:31.037109375rem;left:24.34375rem;display:block; }
#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S { background-color:rgba(var(--color-tertiary-0),1);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; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container { background-color: transparent; background-image: none; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container > .video-iframe-container { display: none; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row > .video-iframe-container { display: none; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .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); }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container { border-width: 0; border-radius: 0; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.125rem;width:75rem;overflow:visible;position:relative;display:block; }#uHnXpUX5pgGcuV5VvFbMUkcpFr8zHVrW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:10.3125rem;left:65.625rem;display:block; }
#Zo2AZtAm0wnQx31ryTo1WNuIbiP6PGSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cn09W8cWEBsNcIw7AGr8GkzNvDUSlUQA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9365rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.3125rem;left:50.7666015625rem;display:block; }
#z7vkv6FsZnFLUvHgTCvw2lFP8nbP4TWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3ezR9MCmnGz9m0nvyrlItPimcM4Aie6 { position:absolute;display:block;z-index:15009;background-color:#bcbcbc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:6.6875rem;left:0rem;display:block; }
#JcGAOlctcsw6bRPHVDNhlprPUqKGpHg9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.749rem;width:16.1865rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .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:#e3e3e3;background-image:none;vertical-align:top; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .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; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .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;font-family:"open sans"; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .accordion-trigger.adaptive-delivery-prevent-bg, #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .accordion-trigger.lazyload, #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .accordion-trigger.lazyloading { background-image: none; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 { box-sizing:content-box;height:auto;width:51.74925rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15116;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.0625rem;left:10.37353515625rem; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #pssMfcSuFM9Cr3yA6l7zbTpl1Jr6r9hC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #iWHU7QIlDdCspEnaWDuSbDFuI3b2o36E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #u5kUnVygFhqpHmABtAVtQaFHKS0Fdg59 { display:block;position:relative; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #UrkJG7Rghoe7PFIqd2ctm90ZeGokQgDC {  }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #JXr4NF7sTAlKIa7mwnQrdw8IspiDG6nL {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe { display:block; }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTmub2P6vsWUJl3a4TtTINMmGi54PcV2 { top:0rem;left:17.0322265625rem;width:13.625rem;height:6.2223490794919rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf { display:block; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEacTi9gt9D2ogi0aS0ugqx0zTx07Oc7 { top:3.3125rem;left:0rem;width:47.75rem;height:7rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7F25T62cxTu3ERVaQa2BpwJ9cFBx3yA { top:12.875rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtFsTxFrTJcqKbz4dLwbeniyxcsSeore { top:3.3125rem;left:0.5625rem;width:47.1875rem;height:47.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIm2BJ0InsHfrP8krp0XJw1rzxzFMmTT { top:24.625rem;left:0rem;width:22.125rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { top:13.375rem;left:6.4375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { top:33.5rem;left:25.5625rem;width:22.125rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { top:19.6875rem;left:25.25rem;width:22.5rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { top:27.375rem;left:6.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { top:19.75rem;left:0rem;width:23.0625rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { top:12.25rem;left:5.3125rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { top:25.8125rem;left:5.3125rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQawxDMh2SF0HQPN4SaCDlM7Hw5s4b9O { top:33.5rem;left:0rem;width:22.125rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3dTkkSneC511Ga5CHDKXce4RWbZvM8N { top:7.5rem;left:8.8125rem;width:30.125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ6LX4sEF88dTItC9dU1Hd3ynOTNqAkp { top:27.375rem;left:38.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17F5SpRF2Bqd0nExWi8H91Vfou25J2N { top:25.8125rem;left:36.6875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIulD5RlvOQ7GK2ZJlFUIxZWdT2zNwHE { top:13.375rem;left:37.5625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5wZGa5bKkWhFHdvewMvVCNrrPQAQKhZ { top:12.25rem;left:36.4375rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2DRATsT6QdN2KF1OcL5E9UJsL3ZdkfJ { top:41.625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 { display:block; }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDl8DVkrWKlWfJvp0LgNmpCupnhBuO6h { top:15rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J36lFOx0eqquGc78oTTNCTCtewT4JyR8 { top:20.0625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcM8rLQy8b7Rp945TxwXKRvBsiupi0Vq { top:37.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMlIePSE6DUWeIDTIvEwbsJfWWRwJumP { top:31.25rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Gsbwyu6C6fs1tszK6HTwKUNFXtTgk2 { top:25.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebOyTOzwkwt9ARa93ETGVIihLkEqLRgP { top:46.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhb23CQLSeL8zRUJlisghD33BT4lpgvW { top:38rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfWml8S3VS6yQSQgfLfMnBgIKSJkHCMz { top:47.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbQHzoaTfPmrCZwppBbOit3eLCDmurRg { top:15.75rem;left:1rem;width:45.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvrJNUqcbBxmufrLAdFFU0PDlbpNtZ65 { top:26.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wakZ3GhodRQvmCSLHVHa1NdTHAQmPkb4 { top:15.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgIF2iWptpNtNyb8GUPP646794A7q0Nk { top:26.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC0vNSfZtfMJ4yeKFzTpmz6v2vLuC7dU { top:37.75rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIyMS56vyKGeRLJVlk52AirNnP375auR { top:47.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3fkJcxuCUKEMag5hZhKn2E00wkGWBah { top:4.625rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN36FBGe6y9znGIzMZLcARZ8l62JSp3O { top:10.125rem;left:6.25rem;width:35.3125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAuOWNEfTfZhZPZqr97k1E7tsSETsdSS { top:55.5rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkfdmS96xv2iMumcwQ3xwTwnAGlounxt { top:56.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwqCUTvzDv9TqIBLmpXvTS7DxWyP6Ad8 { top:56.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5DMcw7ndBp2QIvg5aPm4XlwBAs0dynK { top:52.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLXB0olOSdHTONm5M3PW09heLvsqte4l { top:42.1875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFREol9ZB5ZZ2vA80GT1FT9O3QOtS2KF { top:60.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDgTuo7yLtDzmfhUKFFTva9wABSSND5a { top:66.125rem;left:14.625rem;width:33.125rem;height:49.4359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 { display:block; }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEszOIm3aLUcPxbzlnGGxgZLR0wDXWPN { top:5.6875rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaSxhe2hUnIvZvCJbTpAFtTsEm5QKQAL { top:23.9375rem;left:0rem;width:35.0625rem;height:13.75rem;font-size:1.25rem;display:block; }#XaSxhe2hUnIvZvCJbTpAFtTsEm5QKQAL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc58a507bb0605b20a80147e7492bf22.svg); }
 }@media only screen and (max-width: 763px) { #E5VRizZhL2yPmMxsqtObapA68G6lz3OP { top:9.0625rem;left:13.6875rem;width:34.0625rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhmUbA7seEWy5G4nivhb6iippG4NPrUg { top:9.0625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvy3SUNZKQWpxLAUTFy9B1XThMvTrzuC { top:3.375rem;left:0rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqEm5Zd6VTQGJ9DN0EakTLX106sk15C3 { top:14.3125rem;left:0rem;width:35.625rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfSK1cVnqmQ8mGHPNu64ROxh2f0X2V9n { top:66.125rem;left:14.625rem;width:33.125rem;height:49.4359375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut { display:block; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFukmao1gcw4SM423nps1urtqi4Csn8f { top:3rem;left:0rem;width:34.5rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei2TGzhTLaoWHsqmr3Tdck3pJOhbuhQr { top:5.0625rem;left:17.5rem;width:30.25rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POHRAz4TbumOZ67MnBrCN5plKyNE4oy9 { top:11.5625rem;left:17.5rem;width:30.25rem;height:6.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM3OtM8khnO1DPZyOBfXGPoWqiAabPx6 { top:5.25rem;left:25.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN8hPZbBW9mk6i0TeRtG5e7FhI8Pibes { top:11.5625rem;left:25.75rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAMd4tBX1hgIxTS4m37KzbDUv0DcQLeZ { top:3rem;left:9.5625rem;width:38.1875rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #glycWwEBvwFQP4qsIxQp8RcrGTW2pEG6 { top:13.875rem;left:0rem;width:33.75rem;height:6.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9t6ezIgoeJ1s7DePZpTH0Ho0ZFLBMd4 { top:3rem;left:9.5625rem;width:38.1875rem;height:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTm2TksWZHXwVxAtMgurl7Hqlgw0gq1f { top:20.1875rem;left:25.751045227051rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHX0pAughIDKCotdvBAa7s2P8SlywC1I { top:28.1875rem;left:25.751045227051rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2gTOZJT4TEKJl2MIFkbhG9dEOB3XXnV { top:20.1875rem;left:17.5rem;width:30.25rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT1pd7ZiONcIL6svP75DRKdR0eiLRw8G { top:28.125rem;left:17.5rem;width:30.25rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRA86JuOQlr65Cu4nLOTzfdgdQpvpO4n { top:24rem;left:0rem;width:27.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGnDrXru7tXyEUei7rvGLWrkHI6MibLO { top:25.375rem;left:1.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxCdFTaai0MFaUkA6aEhQxCGDRT0a7nk { top:28.0625rem;left:11.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnNSGSWtQTLrAgfquD36XLAayzl3PvuZ { top:16.875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8lE8FrH1ZoRwzWV8OBNWS9WTxUuACzO { top:3rem;left:9.5625rem;width:38.1875rem;height:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1b27vK7tuCX8Hb8e8e49kAKSbDO9QRm { top:3rem;left:9.5625rem;width:38.1875rem;height:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgGOdn2TFvyEyNDLNieyLpQMr98xzA8T { top:29.1875rem;left:0rem;width:22.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { top:9.5625rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { top:3.375rem;left:0rem;width:47.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWeX9AxZnZlfSw7iFFur5IqpQyl6LAN8 { top:20.9375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIkCNqtil9nM8h9aIWwFfQbJxOV2KAXS { top:4.875rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSvSI4hi7ETNzrUbZJQEcWT9wLv7lLAp { top:31rem;left:10.71875rem;width:26.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S { display:block; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHnXpUX5pgGcuV5VvFbMUkcpFr8zHVrW { width:9.375rem;height:3.75rem;top:10.3125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2AZtAm0wnQx31ryTo1WNuIbiP6PGSQ { display:block; }
 }@media only screen and (max-width: 763px) { #cn09W8cWEBsNcIw7AGr8GkzNvDUSlUQA { width:14.875rem;height:3.75rem;top:10.3125rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7vkv6FsZnFLUvHgTCvw2lFP8nbP4TWp { display:block; }
 }@media only screen and (max-width: 763px) { #Z3ezR9MCmnGz9m0nvyrlItPimcM4Aie6 { top:6.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcGAOlctcsw6bRPHVDNhlprPUqKGpHg9 { width:16.125rem;height:7.7195579649706rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 { display:flex;height:auto;width:27.8125rem;top:8.4375rem;left:1.398193359375rem; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #pssMfcSuFM9Cr3yA6l7zbTpl1Jr6r9hC {  }
 }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #iWHU7QIlDdCspEnaWDuSbDFuI3b2o36E {  }
 }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #u5kUnVygFhqpHmABtAVtQaFHKS0Fdg59 {  }
 }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #UrkJG7Rghoe7PFIqd2ctm90ZeGokQgDC {  }
 }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #JXr4NF7sTAlKIa7mwnQrdw8IspiDG6nL {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe { position:relative;z-index:auto;display:block; }#ocsmZ8sUNLQOwTurnn2k7iAiIZbocUTe > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTmub2P6vsWUJl3a4TtTINMmGi54PcV2 { width:16.5rem;height:7.75rem;top:0rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf { display:block; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEacTi9gt9D2ogi0aS0ugqx0zTx07Oc7 { width:20rem;height:7.75rem;top:2rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7F25T62cxTu3ERVaQa2BpwJ9cFBx3yA { width:20rem;height:6rem;top:11.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LtFsTxFrTJcqKbz4dLwbeniyxcsSeore { width:20rem;height:20rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIm2BJ0InsHfrP8krp0XJw1rzxzFMmTT { width:20rem;height:7.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { width:17rem;height:4.75rem;top:1.6239585876465rem;left:0.56666666269303rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { display:flex;width:2.5rem;height:2.5rem;top:10.998749732971rem;left:1.5018750429154rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { width:14.375rem;height:9.75rem;top:40.5625rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { width:12.5rem;height:9.75rem;top:19.5625rem;left:5.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { display:flex;width:2.5rem;height:2.5rem;top:20.499375343323rem;left:1.5018750429154rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { width:12.5rem;height:8.125rem;top:10.0625rem;left:5.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { width:4.375rem;height:4.375rem;top:10.062499523163rem;left:0.56499993801117rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { width:4.375rem;height:4.375rem;top:19.562499046326rem;left:0.56499993801117rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQawxDMh2SF0HQPN4SaCDlM7Hw5s4b9O { width:13.4375rem;height:8.125rem;top:30.749219894409rem;left:5.3750000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H3dTkkSneC511Ga5CHDKXce4RWbZvM8N { width:18.3125rem;height:1.875rem;top:6.984375rem;left:0.84375005960463rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NQ6LX4sEF88dTItC9dU1Hd3ynOTNqAkp { display:flex;width:2.4375rem;height:2.4375rem;top:41.375rem;left:1.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #V17F5SpRF2Bqd0nExWi8H91Vfou25J2N { width:4.125rem;height:4.125rem;top:40.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIulD5RlvOQ7GK2ZJlFUIxZWdT2zNwHE { display:flex;width:2.5625rem;height:2.5625rem;top:31.655625134706rem;left:1.4706250429154rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #e5wZGa5bKkWhFHdvewMvVCNrrPQAQKhZ { width:4.375rem;height:4.375rem;top:30.749995231628rem;left:0.56499993801117rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2DRATsT6QdN2KF1OcL5E9UJsL3ZdkfJ { width:20rem;height:7.5rem;top:51.987501144409rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 { display:block; }#Lclc7B2OGbIxz1KdgWPcpkreczzZrz25 > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDl8DVkrWKlWfJvp0LgNmpCupnhBuO6h { width:3.125rem;height:3.125rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J36lFOx0eqquGc78oTTNCTCtewT4JyR8 { width:20rem;height:4.5rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcM8rLQy8b7Rp945TxwXKRvBsiupi0Vq { width:3.125rem;height:3.125rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMlIePSE6DUWeIDTIvEwbsJfWWRwJumP { width:20rem;height:4.5rem;top:47.862501144409rem;left:0rem;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #u9Gsbwyu6C6fs1tszK6HTwKUNFXtTgk2 { width:3.125rem;height:3.125rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebOyTOzwkwt9ARa93ETGVIihLkEqLRgP { width:3.125rem;height:3.125rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhb23CQLSeL8zRUJlisghD33BT4lpgvW { width:16rem;height:8.25rem;top:38.8125rem;left:4.0000000596046rem;font-size:1.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qfWml8S3VS6yQSQgfLfMnBgIKSJkHCMz { width:16rem;height:8.25rem;top:54.6875rem;left:4rem;font-size:1.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AbQHzoaTfPmrCZwppBbOit3eLCDmurRg { width:16rem;height:6.1875rem;top:12.0625rem;left:4.0000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvrJNUqcbBxmufrLAdFFU0PDlbpNtZ65 { width:16rem;height:6.1875rem;top:25.3125rem;left:4.0000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wakZ3GhodRQvmCSLHVHa1NdTHAQmPkb4 { display:flex;width:1.875rem;height:1.875rem;top:12.6875rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xgIF2iWptpNtNyb8GUPP646794A7q0Nk { display:flex;width:1.875rem;height:1.875rem;top:25.9375rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #tC0vNSfZtfMJ4yeKFzTpmz6v2vLuC7dU { display:flex;width:1.875rem;height:1.875rem;top:39.4375rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VIyMS56vyKGeRLJVlk52AirNnP375auR { display:flex;width:1.875rem;height:1.875rem;top:55.3125rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #e3fkJcxuCUKEMag5hZhKn2E00wkGWBah { width:20rem;height:4.75rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iN36FBGe6y9znGIzMZLcARZ8l62JSp3O { width:20rem;height:3.75rem;top:7.1749992370606rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cAuOWNEfTfZhZPZqr97k1E7tsSETsdSS { width:3.25rem;height:3.25rem;top:69.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkfdmS96xv2iMumcwQ3xwTwnAGlounxt { width:15.125rem;height:8.25rem;top:69.625rem;left:4.0000000596046rem;font-size:1.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LwqCUTvzDv9TqIBLmpXvTS7DxWyP6Ad8 { display:flex;width:1.9375rem;height:1.9375rem;top:70.3125rem;left:0.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #g5DMcw7ndBp2QIvg5aPm4XlwBAs0dynK { width:20rem;height:4.5rem;top:63.737501144406rem;left:0rem;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GLXB0olOSdHTONm5M3PW09heLvsqte4l { width:20rem;height:4.5rem;top:32.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFREol9ZB5ZZ2vA80GT1FT9O3QOtS2KF { width:20rem;height:4.5rem;top:78.4375rem;left:0rem;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SDgTuo7yLtDzmfhUKFFTva9wABSSND5a { width:1.4375rem;height:2.375rem;top:12.0625rem;left:0.46796876192093rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 { display:block; }#NPKi5MLn4cxpXLLUXA84wrD9iAen40C5 > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEszOIm3aLUcPxbzlnGGxgZLR0wDXWPN { width:15.1245rem;height:2.375rem;top:2.8125rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaSxhe2hUnIvZvCJbTpAFtTsEm5QKQAL { width:20rem;height:15.625rem;top:48.754688262939rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#XaSxhe2hUnIvZvCJbTpAFtTsEm5QKQAL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc58a507bb0605b20a80147e7492bf22.svg); }
 }@media only screen and (max-width: 763px) { #E5VRizZhL2yPmMxsqtObapA68G6lz3OP { width:20rem;height:20.9375rem;top:12.375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhmUbA7seEWy5G4nivhb6iippG4NPrUg { width:20rem;height:4.75rem;top:6.4599625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cvy3SUNZKQWpxLAUTFy9B1XThMvTrzuC { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqEm5Zd6VTQGJ9DN0EakTLX106sk15C3 { width:20rem;height:9rem;top:38.50390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfSK1cVnqmQ8mGHPNu64ROxh2f0X2V9n { width:19.5625rem;height:29.125rem;top:8.862500190735rem;left:0.21875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut { display:block; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFukmao1gcw4SM423nps1urtqi4Csn8f { width:20rem;height:4.75rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei2TGzhTLaoWHsqmr3Tdck3pJOhbuhQr { width:16.875rem;height:4.875rem;top:11.900000572204rem;left:3.1250000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POHRAz4TbumOZ67MnBrCN5plKyNE4oy9 { width:16.875rem;height:6.5rem;top:22.137499809265rem;left:3.1250000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM3OtM8khnO1DPZyOBfXGPoWqiAabPx6 { display:flex;width:2.5rem;height:2.5rem;top:10.425001144409rem;left:0.67500001192094rem; }
 }@media only screen and (max-width: 763px) { #QN8hPZbBW9mk6i0TeRtG5e7FhI8Pibes { display:flex;width:2.5rem;height:2.5rem;top:20.375rem;left:0.67500001192094rem; }
 }@media only screen and (max-width: 763px) { #PAMd4tBX1hgIxTS4m37KzbDUv0DcQLeZ { width:19.625rem;height:8.875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glycWwEBvwFQP4qsIxQp8RcrGTW2pEG6 { width:20rem;height:1.6875rem;top:7.2734375rem;left:0rem;font-size:1.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #W9t6ezIgoeJ1s7DePZpTH0Ho0ZFLBMd4 { width:19.625rem;height:10.125rem;top:19.75rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uTm2TksWZHXwVxAtMgurl7Hqlgw0gq1f { display:flex;width:2.4375rem;height:2.4375rem;top:43.25546836853rem;left:0.73750001192094rem; }
 }@media only screen and (max-width: 763px) { #CHX0pAughIDKCotdvBAa7s2P8SlywC1I { display:flex;width:2.4375rem;height:2.4375rem;top:31.625rem;left:0.73750001192094rem; }
 }@media only screen and (max-width: 763px) { #r2gTOZJT4TEKJl2MIFkbhG9dEOB3XXnV { width:14.5625rem;height:6.5rem;top:33.325011253357rem;left:3.1250000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT1pd7ZiONcIL6svP75DRKdR0eiLRw8G { width:15.1875rem;height:4.875rem;top:45.060399293899rem;left:3.1250000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRA86JuOQlr65Cu4nLOTzfdgdQpvpO4n { width:20rem;height:9.9375rem;top:54.125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGnDrXru7tXyEUei7rvGLWrkHI6MibLO { display:flex;width:3.125rem;height:3.125rem;top:55.125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #WxCdFTaai0MFaUkA6aEhQxCGDRT0a7nk { display:flex;width:3.75rem;height:3.75rem;top:58.1875rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #NnNSGSWtQTLrAgfquD36XLAayzl3PvuZ { display:flex;width:1.375rem;height:1.375rem;top:10.987501144409rem;left:1.8000000119209rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #m8lE8FrH1ZoRwzWV8OBNWS9WTxUuACzO { width:19.625rem;height:10.125rem;top:30.9375rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #W1b27vK7tuCX8Hb8e8e49kAKSbDO9QRm { width:19.625rem;height:10.125rem;top:42.47421836853rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #LgGOdn2TFvyEyNDLNieyLpQMr98xzA8T { width:20rem;height:4.25rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { width:18.3741875rem;height:7.5rem;top:8.7492380142213rem;left:0.81328123807906rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { width:20rem;height:16.3116875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWeX9AxZnZlfSw7iFFur5IqpQyl6LAN8 { width:20rem;height:7.5rem;top:19.125000953674rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIkCNqtil9nM8h9aIWwFfQbJxOV2KAXS { width:20rem;height:4.75rem;top:2.9429683685302rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSvSI4hi7ETNzrUbZJQEcWT9wLv7lLAp { width:20rem;height:4.25rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S { display:block; }#GO8FTkDWMR8ngKpUhErSWqH01EcE8g4S > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHnXpUX5pgGcuV5VvFbMUkcpFr8zHVrW { width:9.375rem;height:3.125rem;top:10.124511875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2AZtAm0wnQx31ryTo1WNuIbiP6PGSQ { display:block; }
 }@media only screen and (max-width: 763px) { #cn09W8cWEBsNcIw7AGr8GkzNvDUSlUQA { width:13.6865rem;height:3.125rem;top:5.68603515625rem;left:3.155517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7vkv6FsZnFLUvHgTCvw2lFP8nbP4TWp { display:block; }
 }@media only screen and (max-width: 763px) { #Z3ezR9MCmnGz9m0nvyrlItPimcM4Aie6 { width:20rem;height:0.124511875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcGAOlctcsw6bRPHVDNhlprPUqKGpHg9 { width:9.56175rem;height:4.56176875rem;top:1.37451171875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .accordion-heading-text { font-size:1.0625rem;height:auto; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 { display:flex;height:auto;width:17.5rem;top:8.4375rem;left:0rem; }
#wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #pssMfcSuFM9Cr3yA6l7zbTpl1Jr6r9hC {  }
 }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #iWHU7QIlDdCspEnaWDuSbDFuI3b2o36E {  }
 }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #u5kUnVygFhqpHmABtAVtQaFHKS0Fdg59 {  }
 }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #UrkJG7Rghoe7PFIqd2ctm90ZeGokQgDC {  }
 }@media only screen and (max-width: 763px) { #wEIG0LxfLD3iD3sIW8mxd0GRCQuAMCq9 #JXr4NF7sTAlKIa7mwnQrdw8IspiDG6nL {  }
 }