.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:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:220,232,246;--color-secondary-1:138,178,224;--color-secondary-2:21,101,192;--color-secondary-3:11,51,96;--color-secondary-4:3,15,29;--color-tertiary-0:255,255,255;--color-tertiary-1:239,183,192;--color-tertiary-2:200,16,46;--color-tertiary-3:100,8,23;--color-tertiary-4:20,2,5;--headlines-font-family:"Plus Jakarta Sans";--paragraphs-font-family:"Plus Jakarta Sans"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f1aae0da-eac3-4a48-9c4d-b05063f08ab3/hero_BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;overflow:visible;position:relative;display:block; }#L7yDv9VldT6cpr4k5ep3enBTpgJXL5Wv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:64.25rem;top:14.5rem;left:6.6875rem;overflow:hidden;display:block; }
#JbmUddTA1d7oxRTRkwSiu3EdRigIIWGi { color:rgba(var(--color-primary-2),1);display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5498046875rem;left:5.6875rem;height:6.82425rem;display:block; }
#diH2WpHwPFaWUJ8Ltr18u54Z4TCnMQvc { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:1.25rem;left:5.6875rem;overflow:hidden;display:block; }
#mh5givw63lTffSVVUkpsp6VhfZrKsTp5 { color:rgba(var(--color-primary-2),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5625rem;left:5.6875rem;height:2.5996125rem;display:block; }
#T3fIdlGCDg3rpKbTVIsB4I4Ke4OXJKBq { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-2),0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:17.4375rem;left:5.6875rem;display:block; }
#cuBxu8NTJDChQst73uCo1EPyxp4cTz6H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFloCev7HUvJNr6Wp9MF1gIdeEbqp3KW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.5rem;width:65.625rem;display:none; }
#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f8fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .row .container { background-color: transparent; background-image: none; }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .row .container > .video-iframe-container { display: none; }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .row > .video-iframe-container { display: none; }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .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); }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .row .container { border-width: 0; border-radius: 0; }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .row .container { font-size:0.875rem;font-family:arial;height:131.1875rem;width:75rem;position:relative;display:block; }#VmLGbsU2Diz3Jb9rLCGoMqRyADK9A4rd { color:#1565c0;display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:14.28125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ctrEb25cVNTWogr2IOspTICPko6kdMuH { color:#6b7280;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.3125rem;left:17.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ZyXXfaDACpLAFXgOOfG2Kq6FMFBqQcfc { color:#6b7280;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875rem;left:17.9375rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#GpuDA4LwEmEvXkTUPKbqQZUJDBSRnf2g { box-sizing:content-box;height:36.4375rem;width:36.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #f3f4f6;border-left:0.0625rem solid #f3f4f6;border-right:0.0625rem solid #f3f4f6;border-bottom:0.0625rem solid #f3f4f6;top:29.3125rem;left:0.5625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#X9i4PsBy86GUfOIRJdNUGT9XcJNSQQLA { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.6875rem;width:23.1875rem;top:17.625rem;left:7.1875rem;overflow:hidden;display:block; }
#AikMMObtQGsrcMRtxkqygs7Hlsz44wxF { color:#1565c0;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:57.125rem;left:3.78125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#RmTQTZ3reI37HnLBUvFLpZWC34BNgxzQ { color:#6b7280;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:60.5rem;left:5.78125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x5mSNAre9hGchgTQqKmtaTEHmZ5bFIZn { box-sizing:content-box;height:36.4375rem;width:36.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #f3f4f6;border-left:0.0625rem solid #f3f4f6;border-right:0.0625rem solid #f3f4f6;border-bottom:0.0625rem solid #f3f4f6;top:29.3125rem;left:38.0625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#kptTX3ZI4mQZt5d3WuM1Rav1CUGPTUfZ { color:#6b7280;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:60.5rem;left:44.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKlLc6Ts0zr6mtDpPMoGIZ2vc7pELFT6 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.6875rem;width:23.1875rem;top:17.625rem;left:44.65625rem;overflow:hidden;display:block; }
#gwdXk9QbN5TTvKqTdoWA7JsuKNwzDDxI { color:#1565c0;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:57.125rem;left:41.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#lJVq4BTQCZoaf7WKgNeEgbUGskweGkrv { box-sizing:content-box;height:36.4375rem;width:36.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #f3f4f6;border-left:0.0625rem solid #f3f4f6;border-right:0.0625rem solid #f3f4f6;border-bottom:0.0625rem solid #f3f4f6;top:78.8125rem;left:38.0625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#p0T9Wm9QQATKvfqeRmXtTbPB9OLZxv3d { color:#6b7280;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:110rem;left:44.78125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5VzQnr424yr61xtdFDncdT3pOpQ3R1U { color:#1565c0;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:106.625rem;left:41.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#UZ5gX0XZ06ysg1zQUP6xGT1ucMnxgq5S { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.6875rem;width:23.1875rem;top:67.125rem;left:44.6875rem;overflow:hidden;display:block; }
#SKJgqsQKmvKxF6BQR5ym1L5WmBl3BUfk { box-sizing:content-box;height:36.4375rem;width:36.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #f3f4f6;border-left:0.0625rem solid #f3f4f6;border-right:0.0625rem solid #f3f4f6;border-bottom:0.0625rem solid #f3f4f6;top:78.8125rem;left:0.5625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#maTUbg2BbwDi8dgIRcnwsyXr7wgf9hbb { color:#1565c0;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:106.625rem;left:3.8125rem;height:;text-align:center;text-align-last:center;display:block; }
#ectEgerA0TENzf2OZhFgheyCsofLIMWN { color:#6b7280;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:110rem;left:7.53125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y711duhmJUcEa2ZkS5PvLX2bgZbUeD48 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.6875rem;width:23.1875rem;top:67.125rem;left:7.1875rem;overflow:hidden;display:block; }
#k6mbdPlAapo8vc1Ikd45eNXbH3VPSNKK { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.1875rem 0.5625rem rgba(var(--color-tertiary-2),0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:123.3125rem;left:31.875rem;display:block; }
#qweJQOV4umHW1XpEeUx9R1Czt6bvRX2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rsk3EpPPRMFp9fftp3AeOd5misWMmUle { color:rgba(var(--color-secondary-2),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:120.6875rem;left:23.65625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .row .container { background-color: transparent; background-image: none; }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .row .container > .video-iframe-container { display: none; }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .row > .video-iframe-container { display: none; }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .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); }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .row .container { border-width: 0; border-radius: 0; }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .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:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);vertical-align:top; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .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; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.125rem;color:rgba(var(--color-primary-2),1);height:auto;font-style:normal;line-height:1.8;overflow:hidden; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal;height:auto;line-height:1.4;overflow:hidden; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .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_b1f2f67308dc2564de5f202f13332c9e6b386faa.svg");background-size:contain !important; }#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .accordion-trigger.adaptive-delivery-prevent-bg, #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .accordion-trigger.lazyload, #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .accordion-trigger.lazyloading { background-image: none; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk { box-sizing:content-box;height:auto;width:53.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.8125rem;left:9.6875rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #aVMa5wkplzAhTmLNSZSN7sQfRvIKuSCf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #NKo2yoXchCBpnBMVKJZuVym2JvHAGWSw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #WTdUKynFzTNUWLnZGa6boCLaFl5WrOmh { display:block;position:relative; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #cXvPfmOxVr9PUdDgCZBNWROI3QvUWbc4 {  }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #kH3saWab0vAFJsbb1gRQxAyK80aIcafb {  }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #LKrkuBsNcvzILsN2Xx4huCiStxRXhaQT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #P1FXVMlkaW2L4MH62DrMCuKS8PRvKcR8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #zfsJZ5wKsmBpUTxPkpnW5CHvnqegHdK3 { display:block;position:relative; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #VByKbDiQdTJzJqrblAUeUzU2AWokrdie {  }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #PwNB5l2qv6r11aJNM36P3UwDfwAkQXSD { display:none; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #x7GdBai41VPXrQTiGN4woKzdJkxRPA02 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #RpizShms2XbFNOt4Lsi4CQRslqwlOORF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #EJNpDvTAInzicBbcCnkwQlBTxmM5Vxyq { display:block;position:relative; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #aybXSL4XlR7HOuqpCHvmZ9ciICrrekTC {  }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #ECCXE3K6eTTsqVL4oT1var5Da7Tk80Pa { display:none; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #pgqRPykJ1hxXmKfzQaWUiCc1bZDsTKNu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #tTSCXP8rl8vC8Z62QqGfX1P1oORuisUG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #bF5duIC6ntkuh1cZMaexoieAMwQH7DZ8 { display:block;position:relative; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #d19R00Bu10JNgepqo2p6JKVS64iF0gBd {  }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #tf0Qh093m0wHKeCImVkuLfbTMM72G4ws { display:none; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #IplMW50NS3VyPFih03F2rzwR8m0zJtNU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #NLgm8tzrLpfagBbJiGudfvL2NWtGBW0R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #s8fAntEdGrpmfPLcz2gzX8Ud7r15qcHr { display:block;position:relative; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #RmcbziFSeTcXQ5V5O5g2D5qP8PZxDNZ1 {  }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #qequ9kiamXu1mXOGoG7ryV2ZooPnEsiM { display:none; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #PzBkaCVJ9ndmTfpLpX61DkxTPfWRrzTV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #P6eJz4av8qxboAbfCef8n5skcbrSI6l5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #PtsBh8LRwcbRyvf59IEBtGy7TetEKnPN { display:block;position:relative; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #Rftd9OMDwf57gpCASJLW09UF3mfn78XV {  }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #c42uey8hDuuDbrD7uXBMhmOfqnDhdXXV { display:none; }
#Qndv2ImuEJ2oBVQ5AwcQV2Iq4wSzvoIU { color:rgba(var(--color-primary-2),1);display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:14.40625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#x9K2zcPwy5IGlDhQ5skzmIko5e8BN2Ho { color:rgba(var(--color-primary-2),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:18.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TM2eerBMdAwVMf6WAFV3qIoWd2ZVSQXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f8fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TM2eerBMdAwVMf6WAFV3qIoWd2ZVSQXT > .row .container { border-width: 0; border-radius: 0; }#TM2eerBMdAwVMf6WAFV3qIoWd2ZVSQXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TM2eerBMdAwVMf6WAFV3qIoWd2ZVSQXT > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:none; }#GnTX929mAWEgCxSmm8tXlr1fNOzi0gg7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:31.8125rem;top:3.59375rem;left:2.84375rem;overflow:hidden;display:block; }
#um27gd0W0cXE9FF6PBfwIfyTDgaHcm2Z { color:rgba(var(--color-primary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9rem;height:6.662125rem;text-align:center;text-align-last:center;display:block; }
#fvn4yeeHEenOpALZhseQcWCVpaCWx2S5 { color:rgba(var(--color-primary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.05078125rem;left:6.53125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f8fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .row .container { background-color: transparent; background-image: none; }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .row .container > .video-iframe-container { display: none; }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .row > .video-iframe-container { display: none; }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .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); }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .row .container { border-width: 0; border-radius: 0; }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#MNkETKLErTtU20E5ToZu1Qgnx4RofTdR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:31.8125rem;top:3.59375rem;left:2.84375rem;overflow:hidden;display:block; }
#Vl9Dsrd1KwuVilKUuq8BigUDeaHNdM1h { box-sizing:content-box;height:50.75rem;width:31.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.625rem;left:39.8125rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
#KrTJgTnkiwnuKO0ROxu9IfFOPSdsVgNS { color:rgba(var(--color-primary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:42.375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#hFk82pnnTvbUwF39Tca42ygD4XiGbl4J { color:rgba(var(--color-primary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9rem;height:6.662125rem;text-align:center;text-align-last:center;display:block; }
#m9uTLUkKsvlcDUooMyyUtsPCfkba6HKT { color:rgba(var(--color-primary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.05078125rem;left:6.53125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#TRdGVvgSBKXyDXLG5GNnhdgKSr08DJ00 { position:absolute;display:block;z-index:15010;height:46.875rem;width:28.25rem;top:7.2998046875rem;left:41.53125rem;display:block; }
#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .row .container { background-color: transparent; background-image: none; }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .row .container > .video-iframe-container { display: none; }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .row > .video-iframe-container { display: none; }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .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); }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .row .container { border-width: 0; border-radius: 0; }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#RLDUCg4m1WCzMT1bUe2b3CTT0L4D8M1x { color:rgba(var(--color-primary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.177734375rem;left:25.28125rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7yDv9VldT6cpr4k5ep3enBTpgJXL5Wv { top:14.5rem;left:0rem;width:47.75rem;height:21.459630350195rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbmUddTA1d7oxRTRkwSiu3EdRigIIWGi { top:5.5rem;left:0rem;width:34.25rem;height:6.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diH2WpHwPFaWUJ8Ltr18u54Z4TCnMQvc { top:1.25rem;left:0rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh5givw63lTffSVVUkpsp6VhfZrKsTp5 { top:13.5625rem;left:0rem;width:27.6875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fIdlGCDg3rpKbTVIsB4I4Ke4OXJKBq { width:11.25rem;height:2.5rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuBxu8NTJDChQst73uCo1EPyxp4cTz6H { display:block; }
 }@media only screen and (max-width: 763px) { #TFloCev7HUvJNr6Wp9MF1gIdeEbqp3KW { width:47.75rem;height:29.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 { display:block; }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmLGbsU2Diz3Jb9rLCGoMqRyADK9A4rd { top:3.6875rem;left:0rem;width:46.1875rem;height:5.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctrEb25cVNTWogr2IOspTICPko6kdMuH { top:10.3125rem;left:0rem;width:38.875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyXXfaDACpLAFXgOOfG2Kq6FMFBqQcfc { top:13.875rem;left:0rem;width:38.875rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpuDA4LwEmEvXkTUPKbqQZUJDBSRnf2g { top:29.3125rem;left:0rem;width:36.375rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9i4PsBy86GUfOIRJdNUGT9XcJNSQQLA { top:17.625rem;left:0.375rem;width:23.1875rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AikMMObtQGsrcMRtxkqygs7Hlsz44wxF { top:57.125rem;left:0rem;width:29.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTQTZ3reI37HnLBUvFLpZWC34BNgxzQ { top:60.5rem;left:0rem;width:25.9375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5mSNAre9hGchgTQqKmtaTEHmZ5bFIZn { top:29.3125rem;left:11.25rem;width:36.375rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kptTX3ZI4mQZt5d3WuM1Rav1CUGPTUfZ { top:60.5rem;left:23.875rem;width:23.875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKlLc6Ts0zr6mtDpPMoGIZ2vc7pELFT6 { top:17.625rem;left:24.21875rem;width:23.1875rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwdXk9QbN5TTvKqTdoWA7JsuKNwzDDxI { top:57.125rem;left:17.8125rem;width:29.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJVq4BTQCZoaf7WKgNeEgbUGskweGkrv { top:78.8125rem;left:11.25rem;width:36.375rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0T9Wm9QQATKvfqeRmXtTbPB9OLZxv3d { top:110rem;left:24.34375rem;width:22.9375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5VzQnr424yr61xtdFDncdT3pOpQ3R1U { top:106.625rem;left:17.8125rem;width:29.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ5gX0XZ06ysg1zQUP6xGT1ucMnxgq5S { top:67.125rem;left:24.25rem;width:23.1875rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKJgqsQKmvKxF6BQR5ym1L5WmBl3BUfk { top:78.8125rem;left:0rem;width:36.375rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maTUbg2BbwDi8dgIRcnwsyXr7wgf9hbb { top:106.625rem;left:0rem;width:29.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ectEgerA0TENzf2OZhFgheyCsofLIMWN { top:110rem;left:0.71875rem;width:22.4375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y711duhmJUcEa2ZkS5PvLX2bgZbUeD48 { top:67.125rem;left:0.375rem;width:23.1875rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6mbdPlAapo8vc1Ikd45eNXbH3VPSNKK { width:11.25rem;height:2.5rem;top:123.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qweJQOV4umHW1XpEeUx9R1Czt6bvRX2C { display:block; }
 }@media only screen and (max-width: 763px) { #Rsk3EpPPRMFp9fftp3AeOd5misWMmUle { top:120.6875rem;left:0rem;width:27.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ { display:block; }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk { display:flex;height:auto;width:45.25rem;top:6.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #aVMa5wkplzAhTmLNSZSN7sQfRvIKuSCf {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #NKo2yoXchCBpnBMVKJZuVym2JvHAGWSw {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #WTdUKynFzTNUWLnZGa6boCLaFl5WrOmh {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #cXvPfmOxVr9PUdDgCZBNWROI3QvUWbc4 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #kH3saWab0vAFJsbb1gRQxAyK80aIcafb {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #LKrkuBsNcvzILsN2Xx4huCiStxRXhaQT {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #P1FXVMlkaW2L4MH62DrMCuKS8PRvKcR8 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #zfsJZ5wKsmBpUTxPkpnW5CHvnqegHdK3 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #VByKbDiQdTJzJqrblAUeUzU2AWokrdie {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #PwNB5l2qv6r11aJNM36P3UwDfwAkQXSD {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #x7GdBai41VPXrQTiGN4woKzdJkxRPA02 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #RpizShms2XbFNOt4Lsi4CQRslqwlOORF {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #EJNpDvTAInzicBbcCnkwQlBTxmM5Vxyq {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #aybXSL4XlR7HOuqpCHvmZ9ciICrrekTC {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #ECCXE3K6eTTsqVL4oT1var5Da7Tk80Pa {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #pgqRPykJ1hxXmKfzQaWUiCc1bZDsTKNu {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #tTSCXP8rl8vC8Z62QqGfX1P1oORuisUG {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #bF5duIC6ntkuh1cZMaexoieAMwQH7DZ8 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #d19R00Bu10JNgepqo2p6JKVS64iF0gBd {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #tf0Qh093m0wHKeCImVkuLfbTMM72G4ws {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #IplMW50NS3VyPFih03F2rzwR8m0zJtNU {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #NLgm8tzrLpfagBbJiGudfvL2NWtGBW0R {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #s8fAntEdGrpmfPLcz2gzX8Ud7r15qcHr {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #RmcbziFSeTcXQ5V5O5g2D5qP8PZxDNZ1 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #qequ9kiamXu1mXOGoG7ryV2ZooPnEsiM {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #PzBkaCVJ9ndmTfpLpX61DkxTPfWRrzTV {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #P6eJz4av8qxboAbfCef8n5skcbrSI6l5 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #PtsBh8LRwcbRyvf59IEBtGy7TetEKnPN {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #Rftd9OMDwf57gpCASJLW09UF3mfn78XV {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #c42uey8hDuuDbrD7uXBMhmOfqnDhdXXV {  }
 }@media only screen and (max-width: 763px) { #Qndv2ImuEJ2oBVQ5AwcQV2Iq4wSzvoIU { top:4.9375rem;left:0.78125rem;width:46.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9K2zcPwy5IGlDhQ5skzmIko5e8BN2Ho { top:8.5rem;left:4.4375rem;width:38.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2eerBMdAwVMf6WAFV3qIoWd2ZVSQXT { display:none; }#TM2eerBMdAwVMf6WAFV3qIoWd2ZVSQXT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GnTX929mAWEgCxSmm8tXlr1fNOzi0gg7 { top:3.5625rem;left:0rem;width:31.8125rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #um27gd0W0cXE9FF6PBfwIfyTDgaHcm2Z { top:5.1875rem;left:2.1875rem;width:19.5rem;height:6.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvn4yeeHEenOpALZhseQcWCVpaCWx2S5 { top:13rem;left:0rem;width:24.4375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ { display:block; }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNkETKLErTtU20E5ToZu1Qgnx4RofTdR { top:3.5625rem;left:0rem;width:31.8125rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl9Dsrd1KwuVilKUuq8BigUDeaHNdM1h { top:3.625rem;left:16.0625rem;width:31.6875rem;height:50.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrTJgTnkiwnuKO0ROxu9IfFOPSdsVgNS { top:5.1875rem;left:22.3125rem;width:25.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFk82pnnTvbUwF39Tca42ygD4XiGbl4J { top:5.1875rem;left:2.1875rem;width:19.5rem;height:6.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9uTLUkKsvlcDUooMyyUtsPCfkba6HKT { top:13rem;left:0rem;width:24.4375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRdGVvgSBKXyDXLG5GNnhdgKSr08DJ00 { top:7.25rem;left:19.5rem;width:28.25rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX { display:block; }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLDUCg4m1WCzMT1bUe2b3CTT0L4D8M1x { top:2.125rem;left:11.65625rem;width:24.4375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7yDv9VldT6cpr4k5ep3enBTpgJXL5Wv { width:20rem;height:8.988326848249rem;top:21.748046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbmUddTA1d7oxRTRkwSiu3EdRigIIWGi { width:18.5625rem;height:7.066375rem;top:5.5625rem;left:0.71875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #diH2WpHwPFaWUJ8Ltr18u54Z4TCnMQvc { width:3.125rem;height:3.0625rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh5givw63lTffSVVUkpsp6VhfZrKsTp5 { width:18.0625rem;height:3.16699375rem;top:13.287109375rem;left:0.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3fIdlGCDg3rpKbTVIsB4I4Ke4OXJKBq { width:10.8125rem;height:2.3125rem;top:18.748046875rem;left:4.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuBxu8NTJDChQst73uCo1EPyxp4cTz6H { display:block; }
 }@media only screen and (max-width: 763px) { #TFloCev7HUvJNr6Wp9MF1gIdeEbqp3KW { top:22.6875rem;left:0rem;width:20rem;height:12.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 { display:block; }#b2QlcLVtnsUTkhHTKzbtRGNklKHwK2h3 > .row .container { width:20rem;height:181.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmLGbsU2Diz3Jb9rLCGoMqRyADK9A4rd { width:20rem;height:5.60449375rem;top:1.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctrEb25cVNTWogr2IOspTICPko6kdMuH { width:17.0625rem;height:4.22265625rem;top:8.7109375rem;left:1.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyXXfaDACpLAFXgOOfG2Kq6FMFBqQcfc { width:14.25rem;height:1.4609375rem;top:14.09765625rem;left:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpuDA4LwEmEvXkTUPKbqQZUJDBSRnf2g { width:19.875rem;height:30.375rem;top:22.22265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9i4PsBy86GUfOIRJdNUGT9XcJNSQQLA { width:16.4375rem;height:29rem;top:16.56640625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AikMMObtQGsrcMRtxkqygs7Hlsz44wxF { width:20rem;height:1.94921875rem;top:44.59765625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTQTZ3reI37HnLBUvFLpZWC34BNgxzQ { width:18.1875rem;height:2.111325rem;top:47.84765625rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5mSNAre9hGchgTQqKmtaTEHmZ5bFIZn { width:19.875rem;height:30.375rem;top:100.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kptTX3ZI4mQZt5d3WuM1Rav1CUGPTUfZ { width:13.625rem;height:3.16699375rem;top:86.1875rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKlLc6Ts0zr6mtDpPMoGIZ2vc7pELFT6 { width:16.375rem;height:28.6875rem;top:54rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwdXk9QbN5TTvKqTdoWA7JsuKNwzDDxI { width:12.5rem;height:3.8984375rem;top:81.625rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJVq4BTQCZoaf7WKgNeEgbUGskweGkrv { width:19.875rem;height:30.375rem;top:140.25rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #p0T9Wm9QQATKvfqeRmXtTbPB9OLZxv3d { width:14.6875rem;height:3.16699375rem;top:164.6875rem;left:2.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5VzQnr424yr61xtdFDncdT3pOpQ3R1U { width:20rem;height:2.03125rem;top:161.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ5gX0XZ06ysg1zQUP6xGT1ucMnxgq5S { width:16.375rem;height:28.6875rem;top:134rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKJgqsQKmvKxF6BQR5ym1L5WmBl3BUfk { width:19.875rem;height:30.375rem;top:60.9375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #maTUbg2BbwDi8dgIRcnwsyXr7wgf9hbb { width:20rem;height:1.94921875rem;top:122.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ectEgerA0TENzf2OZhFgheyCsofLIMWN { width:14.5rem;height:3.16699375rem;top:125.125rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y711duhmJUcEa2ZkS5PvLX2bgZbUeD48 { width:16.1875rem;height:28.4375rem;top:93.5rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6mbdPlAapo8vc1Ikd45eNXbH3VPSNKK { width:11.25rem;height:2.5rem;top:175.75rem;left:4.375rem;box-shadow: 0rem 0.1875rem 0.5625rem rgba(var(--color-tertiary-2),0.62) ;display:block; }
 }@media only screen and (max-width: 763px) { #qweJQOV4umHW1XpEeUx9R1Czt6bvRX2C { display:block; }
 }@media only screen and (max-width: 763px) { #Rsk3EpPPRMFp9fftp3AeOd5misWMmUle { width:20rem;height:1.13671875rem;top:173.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ { display:block; }#SmpqWRJImTKNhwhTF99XEyA7ONKwLdcZ > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .accordion-heading-text { font-size:1rem;height:auto; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk .accordion-desc-text { font-size:0.8125rem;height:auto; }
#rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk { display:flex;height:auto;width:17.5rem;top:13.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #aVMa5wkplzAhTmLNSZSN7sQfRvIKuSCf {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #NKo2yoXchCBpnBMVKJZuVym2JvHAGWSw {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #WTdUKynFzTNUWLnZGa6boCLaFl5WrOmh {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #cXvPfmOxVr9PUdDgCZBNWROI3QvUWbc4 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #kH3saWab0vAFJsbb1gRQxAyK80aIcafb {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #LKrkuBsNcvzILsN2Xx4huCiStxRXhaQT {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #P1FXVMlkaW2L4MH62DrMCuKS8PRvKcR8 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #zfsJZ5wKsmBpUTxPkpnW5CHvnqegHdK3 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #VByKbDiQdTJzJqrblAUeUzU2AWokrdie {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #PwNB5l2qv6r11aJNM36P3UwDfwAkQXSD {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #x7GdBai41VPXrQTiGN4woKzdJkxRPA02 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #RpizShms2XbFNOt4Lsi4CQRslqwlOORF {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #EJNpDvTAInzicBbcCnkwQlBTxmM5Vxyq {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #aybXSL4XlR7HOuqpCHvmZ9ciICrrekTC {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #ECCXE3K6eTTsqVL4oT1var5Da7Tk80Pa {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #pgqRPykJ1hxXmKfzQaWUiCc1bZDsTKNu {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #tTSCXP8rl8vC8Z62QqGfX1P1oORuisUG {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #bF5duIC6ntkuh1cZMaexoieAMwQH7DZ8 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #d19R00Bu10JNgepqo2p6JKVS64iF0gBd {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #tf0Qh093m0wHKeCImVkuLfbTMM72G4ws {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #IplMW50NS3VyPFih03F2rzwR8m0zJtNU {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #NLgm8tzrLpfagBbJiGudfvL2NWtGBW0R {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #s8fAntEdGrpmfPLcz2gzX8Ud7r15qcHr {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #RmcbziFSeTcXQ5V5O5g2D5qP8PZxDNZ1 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #qequ9kiamXu1mXOGoG7ryV2ZooPnEsiM {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #PzBkaCVJ9ndmTfpLpX61DkxTPfWRrzTV {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #P6eJz4av8qxboAbfCef8n5skcbrSI6l5 {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #PtsBh8LRwcbRyvf59IEBtGy7TetEKnPN {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #Rftd9OMDwf57gpCASJLW09UF3mfn78XV {  }
 }@media only screen and (max-width: 763px) { #rFiRRXeTEgZWxzdh8Cf2cTxuIrgl4rwk #c42uey8hDuuDbrD7uXBMhmOfqnDhdXXV {  }
 }@media only screen and (max-width: 763px) { #Qndv2ImuEJ2oBVQ5AwcQV2Iq4wSzvoIU { width:20rem;height:5.19921875rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9K2zcPwy5IGlDhQ5skzmIko5e8BN2Ho { width:14.875rem;height:2.2734375rem;top:8.9375rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2eerBMdAwVMf6WAFV3qIoWd2ZVSQXT { display:block; }#TM2eerBMdAwVMf6WAFV3qIoWd2ZVSQXT > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnTX929mAWEgCxSmm8tXlr1fNOzi0gg7 { width:20rem;height:22.318271119843rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #um27gd0W0cXE9FF6PBfwIfyTDgaHcm2Z { width:19.5rem;height:4.548825rem;top:2.0302734375rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvn4yeeHEenOpALZhseQcWCVpaCWx2S5 { width:16.6875rem;height:2.923825rem;top:7.078125rem;left:1.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ { display:block; }#e34ykOO59Tma5gNmbQHN7B9xoSsOHcpZ > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNkETKLErTtU20E5ToZu1Qgnx4RofTdR { width:20rem;height:22.318271119843rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vl9Dsrd1KwuVilKUuq8BigUDeaHNdM1h { width:20rem;height:50.3125rem;top:1.4375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrTJgTnkiwnuKO0ROxu9IfFOPSdsVgNS { width:16.0625rem;height:1.7871125rem;top:2.9375rem;left:1.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFk82pnnTvbUwF39Tca42ygD4XiGbl4J { width:19.5rem;height:4.548825rem;top:2.0302734375rem;left:0.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9uTLUkKsvlcDUooMyyUtsPCfkba6HKT { width:16.6875rem;height:2.923825rem;top:7.078125rem;left:1.65625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRdGVvgSBKXyDXLG5GNnhdgKSr08DJ00 { width:20rem;height:46.875rem;top:4.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX { display:block; }#sP6PqH2pPUo3KeUndqt1ZoGDMR5TU6FX > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLDUCg4m1WCzMT1bUe2b3CTT0L4D8M1x { width:20rem;height:0.89355625rem;top:2.177734375rem;left:0rem;font-size:0.6875rem;display:block; }
 }