.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:251,251,251;--color-primary-2:236,229,224;--color-primary-3:142,137,134;--color-primary-4:0,0,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,254;--color-secondary-3:128,128,127;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:176,175,173;--color-tertiary-3:106,105,104;--color-tertiary-4:0,0,0;--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:transparent;background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .row .container { background-color: transparent; background-image: none; }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .row .container > .video-iframe-container { display: none; }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .row > .video-iframe-container { display: none; }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .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); }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .row .container { border-width: 0; border-radius: 0; }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#N54EOtNzOtoRa4uOb9DEvhvh0eUi7JRM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:8.3125rem;top:0rem;left:0.8125rem;overflow:hidden;display:block; }
#rkhIoXBAy6CNm9q4XtAHVE16fCnJrTlF { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.09375rem;left:50.783340454101rem;display:block; }
#giGURsEzeV2h5vD1UNwXXWAhyXa0Qruf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#SQWkvwP32IHNo7W4MyRhZ8i724E2iood { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { background-color: transparent; background-image: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .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); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { border-width: 0; border-radius: 0; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { width:75rem;height:169.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ePIprIU5Wy5ZrXOmg9SdtfNRzqxkhVR0 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:10.4rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhPx8hi0pRMnXt94T4q2DldQRSUOKDAF { display:block;width:72rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.6875rem;left:1.5rem;height:6.09375rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsUBi7NXJhArAW2WbhkM7WehV1d9EToy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.75rem;width:44.125rem;top:28.625rem;left:15.4375rem;display:block; }
#G9ZqeCaw65OheP7IlWzoNtunp1ILUDMT { display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:55.375rem;left:32.25rem;height:1.95rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#BbQHu46plc7liWF7rnmu50gw7LSXlpxu { position:absolute;display:block;z-index:15005;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.125rem;width:7.1875rem;top:57.1875rem;left:10.9375rem;overflow:hidden;display:block; }
#hFBGpzQL6WUZZzuSd2nWD49QsTU1FqmE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.1875rem;top:57.4375rem;left:0rem;overflow:hidden;display:block; }
#oeM85XZgTLS3kfzC8yyLepKdUsHbLJVJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.1875rem;top:57.1875rem;left:22.75rem;overflow:hidden;display:block; }
#NOQcyQlMbH5bClDgPmwzacBKMHtnBpoo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.1875rem;top:57.1875rem;left:33.9375rem;overflow:hidden;display:block; }
#vlrQz07c4GP4llksGUFXiA9poagu41iq { position:absolute;display:block;z-index:15009;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.1875rem;width:7.1875rem;top:57.4375rem;left:57.125rem;overflow:hidden;display:block; }
#r7NXZTtHCsJeODprKIALOTTmPoqyFVlL { position:absolute;display:block;z-index:15010;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.125rem;width:7.1875rem;top:57.4375rem;left:67.8125rem;overflow:hidden;display:block; }
#oRJnP1Vf4RlTkSmNt5wh1HTh6At9lQAt { position:absolute;display:block;z-index:15010;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.125rem;width:7.1875rem;top:57.1875rem;left:46.1875rem;overflow:hidden;display:block; }
#TUZ8cMTAEtc46OQh6ySLU3Zw0cnsWVFe { display:block;width:72.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:155.75rem;left:1.3125rem;height:7.8rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CmHD9LmylJbm2l0iaG8C2FWLTO1gF5Zs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:34.1875rem;width:25.5625rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:81.8125rem;left:3.8125rem;overflow:hidden;display:block; }
#ntcox4fNioedGDKnarUdOADgSCEm1OfX { display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:85.375rem;left:36rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f7clTxVNO3PX4ggM3lZIUHWUb8HDmDIB { display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:89.8125rem;left:36rem;height:5.3625rem;font-style:normal;color:#425590;text-align:left;text-align-last:left;display:block; }
#tDymTiWl5svFUo75vUhSzTgnX1qHtd1k { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:99.5rem;left:36.000003814698rem;height:;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }#tDymTiWl5svFUo75vUhSzTgnX1qHtd1k li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#tDymTiWl5svFUo75vUhSzTgnX1qHtd1k li:before{  }
#J5ZZg3qZAvl10kmreMN93HuOrx4gqrTm { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:70.9375038147rem;left:0rem;height:7.8rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9veVt5KNODfwnPXv6LULSJPcLlG3hTA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.6875rem;width:15.875rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:129.0625rem;left:0rem;overflow:hidden;display:block; }
#DCKTcy7le35XRLEvC3c19OD1bGoZxpee { display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:130.9375rem;left:16.6875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RMox5ITXSLU0L8cTvVCoEG1mGfTRfMQf { display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:134.625rem;left:16.6875rem;height:4.875rem;font-style:normal;color:#425590;text-align:left;text-align-last:left;display:block; }
#OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow { display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:141.75rem;left:15.875rem;height:8.675rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }#OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow li:before{  }
#T5rDu6z5QMupWVA3JaE5qdy4AVMqC7LN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:29.25rem;width:16.25rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:122.4375rem;left:36.4375rem;overflow:hidden;display:block; }
#xZUsH60Eawp8bBM8I3JguT5FTNH78J7Q { display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:131.0625rem;left:54.1875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#r95RaPuNTRnCTH4ibON0EuChk2NvU6Qq { display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:134.75rem;left:54.25rem;height:6.5rem;font-style:normal;color:#425590;text-align:left;text-align-last:left;display:block; }
#k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk { display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:141.875rem;left:54.4375rem;height:9.975rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }#k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk li:before{  }
#JlV7OaFETTeA7hqSiKByU80Z7MA3I0wo { display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:121.25rem;left:0rem;height:1.95rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BexQ8uOoVCHOS6eKC5sZKS2TxxHvERPN { display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:165.8125rem;left:0rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RpgNWz7vK1boyylrqDnXF1pelcSkTMil { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { background-color: transparent; background-image: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container > .video-iframe-container { display: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row > .video-iframe-container { display: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .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); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { border-width: 0; border-radius: 0; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { font-size:0.875rem;font-family:"open sans";height:90.75rem;width:75rem;position:relative;display:block; }#c7oVdUb8RQ0NSp2J46ZUooRRz5bg7hc4 { position:absolute;display:block;z-index:15015;height:30.625rem;width:20.6875rem;top:1.1875rem;left:2.125rem;display:block; }
#IPLdTk0BuH7fbe1MgNvXhanJMgao1MHh { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:32.875rem;left:0rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1E1UwxTOAIUQRFAyIeu5JTqIzi2H2Ik { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:37.1875rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#SUOye0Vw98ZAtT9uF9gnm8oFz5xmA1O1 { position:absolute;display:block;z-index:15016;height:30.625rem;width:20.6875rem;top:1.1875rem;left:27.125rem;display:block; }
#nW5fbXwKS1gWlJZVMzLIAyLuDqJ4HT0k { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:32.875rem;left:25rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESzQrrdhcRc1VzcMTv9UNhwhoBCKxFoQ { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:37.1875rem;left:25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#Tr2VQl9m6exToLc0Vh5GnP2IcK0JDUMe { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:32.875rem;left:50rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4662o0Uv4SF5AU6O6LQgVpt2JR8kguC { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:37.1875rem;left:50rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#t5zbNUT1exhMPofleWnFRtuAfETSpqsE { position:absolute;display:block;z-index:15019;height:30.625rem;width:20.6875rem;top:1.1875rem;left:52.125rem;display:block; }
#SDT1rU4IdqFTccoOATdga2VQpkXAxInK { display:block;width:72.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:43rem;left:1.3125rem;height:3.9rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZGfHJFGpFzCTKKzd54dpzA3nTm1ADxQJ { display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15009;line-height:2.4;letter-spacing:0;top:51.75rem;left:9.3125rem;height:37.8rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);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; }
#RFMIcJ6ZR02oGg4JVxXZCbyqZVZxJ3P4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15018;opacity:1;top:52.75rem;left:5.375rem; }
#aADRRB9rzNdwgcTsXaOVJg0QF3GvbBoE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15019;opacity:1;top:56.875rem;left:5.375rem; }
#I5LdEVBg0tqaWDQmv8wdIHmlACQQ1MhH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15020;opacity:1;top:65.5rem;left:5.375rem; }
#Wm9Tbz8NALw8ZbRabXc3XySpW8iD76e2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15021;opacity:1;top:69.5625rem;left:5.375rem; }
#opF85H7vXUngeNWNrhDrGGfAT5dI4ovP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15022;opacity:1;top:77.9375rem;left:5.375rem; }
#HtKgHOcD1Homd2aU6HRGxTyL2k1lVW2p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15023;opacity:1;top:82.125rem;left:5.375rem; }
#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { background-color: transparent; background-image: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container > .video-iframe-container { display: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row > .video-iframe-container { display: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .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); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { border-width: 0; border-radius: 0; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { font-size:0.875rem;font-family:"open sans";height:78.0625rem;width:75rem;position:relative;display:block; }#U7wlBFuQg5lyRkJ1shV5lPlyMQyXNxHS { display:block;width:68.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:3.40625rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .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:transparent;background-image:none;vertical-align:top; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .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; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.75rem;font-family:rubik;font-style:normal;height:auto; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .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;line-height:1.6;overflow:hidden;height:auto;font-family:rubik; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-trigger { width:2.125rem;min-width:2.125rem;height:2.125rem;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; }#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-trigger.adaptive-delivery-prevent-bg, #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-trigger.lazyload, #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-trigger.lazyloading { background-image: none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 { box-sizing:content-box;height:auto;width:64.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15005;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.5625rem;left:3.9375rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #k0xrbQoVxTJ1JE9w33UTUWJZNDfkgA9A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #r4RE7HRbkdPhskncuRcc1GTMupV76t9N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #VuWcpUgSpBNulxIsmqxnKGLOJzHFo1Gz { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #BRxqw4KMkMwTdoHZg2cRTHPIqZ59WaKZ {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #lVvvpy3mPw7fBOBMeTuIemn3w9PaeCdv {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fuayAZV4dyhNAaaQElqAMiFHMe4UUmOi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #soFUTRW7N4D2ZhIdazEZpTlwVbZxQZzN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #TwrdVT5udUFx95snq0WHT2ONKSWI3Hwh { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #AkK5ugKAHgpViVGnoscZOVaRF0Xz6fx8 {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #HFLCd7pMsJeovcSosGBkAwu0dXnTxQZf { display:none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #OcQmv0oDJamBXH4FSXV6HTF6GPALT4OH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #LG4DS4QP4AWoMa5oH0d6x90DaaJIzDz8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #H1rmvFRq9FQwqaHdDIhrP00euOeyJA7d { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iLo8DDNGawxeeKporgHryvaOXcx6A90u {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #Wynf760FsA9M4JTXrBtdLk95PrzfONnT { display:none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #dKQLp1B4ZBbvwRliem6sOcBJeDZ3ITpE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #quL2OzA0yzpQxaV6fFiok4Wcg7qUsmzX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #DGEkEkMiDaona2CgNNNv0p4ZTw8qd7HL { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #JUZhA46fEu3xslD4Ac4IUfPRR9LUlwoS {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #GeazF3D7SuizWQnNVbKqTQylIuJLkGE5 { display:none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fnvfRbEgkTCcmDq0ek5K9Xx0Ehm8o7T6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #X4GrnnETHsoCtExNBbcts7yTbQA0gl1p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #mRamrV2KoQlcfgU0lSrTlFO27FOc74lp { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #PokxXNqsEqp8luWxKmQpV7ZJzBLT3X92 {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #h3u8mfyrqPZw7ymZ6kOdwaxFQUw2r7mp { display:none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #smnliVmKVpQDsmfBAy1ORNxNAxaS59OQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #KouSg0zuR8XtdTKm15y4mOUTQRfB3sk6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #pOwtMtaCH70Q9XyWgBcEWxJAXZGukrqP { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #THzkZN58KG3maVAP97GiwOk8DCmoL3Jc {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #elAiBROhyduTyQTezaGVC5a1yvrtsGSz { display:none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #O9xCMg2THEQGKtcWb66IPbfexVJOb8Fv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iAOQT9Bh4M9dvFgBDp9tMpg0d57BXpbP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #SZDm19lNFhWQU6v1rNysIvz0hl5vevHg { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #RpzmWSigDWe4ZOKkmbEvPoLOukHGy9nB {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #XoTfnO42W2ifx3FGpZfZ5mpAEDAGVnXG { display:none; }
#sxR7Q5NvhqtU1uKbai7pJmck0V2Dx9wZ { display:block;width:74.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:0.46875rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { background-color: transparent; background-image: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container > .video-iframe-container { display: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container { display: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .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); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { border-width: 0; border-radius: 0; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { font-size:0.875rem;font-family:"open sans";height:68.9375rem;width:75rem;position:relative;display:block; }#uOhl4mr7Bk0ZtGuTu1vJmDQlOulzOfnU { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0.0625rem;height:3.9rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iZRGVdEgZrRxT4crpE6smwiXGMpSykkK { box-sizing:content-box;height:48.8125rem;width:35.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14.125000715256rem;left:0rem;border-top:0.3125rem solid #ffc57c;border-left:0.3125rem solid #ffc57c;border-right:0.3125rem solid #ffc57c;border-bottom:0.3125rem solid #ffc57c;display:block; }
#IXxZttuTKNKJMIsQqm3VMenZKKMtRSsW { display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.5625rem;height:2.7625rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CqMxhM3f42NUNlIQ9MB8QM4NbBODiQ6K { display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22rem;left:0.5625rem;height:;color:#ffc57c;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:31.936443328858rem;left:1.2354183197021rem;height:28.09375rem;font-style:normal;display:block; }#k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
#NT72yafGgz3Ve3bsPVeXbSsePMZW23uk { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:26.125rem;left:1.5625rem;height:1.21875rem;font-style:normal;display:block; }#NT72yafGgz3Ve3bsPVeXbSsePMZW23uk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NT72yafGgz3Ve3bsPVeXbSsePMZW23uk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
#Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.8125rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
#R5532xeVTlQoHyB2z2OVdbWywXFfiZzh { box-sizing:content-box;height:24.6875rem;width:36.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14.125rem;left:38.1875rem;border-top:0.3125rem solid #f1f0ef;border-left:0.3125rem solid #f1f0ef;border-right:0.3125rem solid #f1f0ef;border-bottom:0.3125rem solid #f1f0ef;display:block; }
#VMHeNLVlpGnpcIb99Mx5ZcBzS7forwBE { display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39rem;height:2.03125rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yQq1uT8AmsHodWcGO990JToawiZ1n24i { color:rgba(var(--color-tertiary-1),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.1875rem;left:39.6875rem;height:13.6rem;font-style:normal;display:block; }#yQq1uT8AmsHodWcGO990JToawiZ1n24i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yQq1uT8AmsHodWcGO990JToawiZ1n24i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#z5Mn2kBQbnUZWZvO2Go5Ohl1x7rWb5cu { display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.8125rem;left:42.375rem;height:2.6rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WEU0zanT2pwGCwDWGMCILG2mNHdJFogx { box-sizing:content-box;height:24.6875rem;width:36.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-0),1);background-image:none;top:41.125rem;left:38.0625rem;border-top:0.3125rem solid #f1f0ef;border-left:0.3125rem solid #f1f0ef;border-right:0.3125rem solid #f1f0ef;border-bottom:0.3125rem solid #f1f0ef;display:block; }
#BqNloElr4KbU2Tsguqr6pHEtC6ekS9So { display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:42.9375rem;left:39rem;height:2.03125rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oIVyALLUHiasqOetRFtzVgNzZ0lcnceX { display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:45.875rem;left:42.625rem;height:2.6rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN { color:rgba(var(--color-tertiary-1),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:49.25rem;left:39.9375rem;height:15.76875rem;font-style:normal;display:block; }#cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#RaXKBP9TqlIukEzGCr29RRvsLm8X8cZE { display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:22.3125rem;left:16.9375rem;height:3.00625rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cUNyaX7wJ5gxfTae12IshSopmvf4ssZ5 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { background-color: transparent; background-image: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .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); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { border-width: 0; border-radius: 0; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { font-size:0.875rem;font-family:"open sans";height:52.375rem;width:75rem;position:relative;display:block; }#vPNlPU2iOOaycaLIgqd8WqZd3NgC74Ru { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:11.7rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y4QyX2w3lu9Uc5lgCQ3OEm0oHNFaTIQ1 { display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:34.4375rem;left:5.5rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#tecCZvBlRAKaTN2AxxGGKaVNW1cehrxC { display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:34.375rem;left:51.125rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#dtccQU6W7ThZE627NTGRwFeB81tx5Jml { display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:34.5rem;left:27rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#b8D21RVOf8AovHmHTLvXLvpSWNHIPCV8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.5625rem;left:9.5rem; }
#dgEeAfwxcdMcilugW7b1H18iVqeblXLQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:27.5rem;left:33rem; }
#oJOsFPTtqfbUqFAcNTrUzzp6wAyiynSc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:28rem;left:57.8125rem; }
#K6otdso6CnVAVtfOixhisyhtA5sxh4DQ { display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43rem;left:5.5rem;height:2.4375rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#blKqD7J1tZbCit52vZzMy0S3XGPwbBwF { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.474994301796rem;left:0rem;height:7.8rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container { background-color: transparent; background-image: none; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container > .video-iframe-container { display: none; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row > .video-iframe-container { display: none; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .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); }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container { border-width: 0; border-radius: 0; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB { display:block; }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N54EOtNzOtoRa4uOb9DEvhvh0eUi7JRM { width:8.3125rem;height:6.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkhIoXBAy6CNm9q4XtAHVE16fCnJrTlF { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #giGURsEzeV2h5vD1UNwXXWAhyXa0Qruf { display:block; }
 }@media only screen and (max-width: 763px) { #SQWkvwP32IHNo7W4MyRhZ8i724E2iood { display:block; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePIprIU5Wy5ZrXOmg9SdtfNRzqxkhVR0 { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhPx8hi0pRMnXt94T4q2DldQRSUOKDAF { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsUBi7NXJhArAW2WbhkM7WehV1d9EToy { top:28.625rem;left:1.8125rem;width:44.125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ZqeCaw65OheP7IlWzoNtunp1ILUDMT { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbQHu46plc7liWF7rnmu50gw7LSXlpxu { top:57.1875rem;left:0rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFBGpzQL6WUZZzuSd2nWD49QsTU1FqmE { top:57.4375rem;left:0rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeM85XZgTLS3kfzC8yyLepKdUsHbLJVJ { top:57.1875rem;left:9.125rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOQcyQlMbH5bClDgPmwzacBKMHtnBpoo { top:57.1875rem;left:20.3125rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlrQz07c4GP4llksGUFXiA9poagu41iq { top:57.4375rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7NXZTtHCsJeODprKIALOTTmPoqyFVlL { top:57.4375rem;left:40.5625rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJnP1Vf4RlTkSmNt5wh1HTh6At9lQAt { top:57.1875rem;left:32.5625rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZ8cMTAEtc46OQh6ySLU3Zw0cnsWVFe { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmHD9LmylJbm2l0iaG8C2FWLTO1gF5Zs { width:15.5625rem;height:20.1875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntcox4fNioedGDKnarUdOADgSCEm1OfX { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7clTxVNO3PX4ggM3lZIUHWUb8HDmDIB { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDymTiWl5svFUo75vUhSzTgnX1qHtd1k { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }#tDymTiWl5svFUo75vUhSzTgnX1qHtd1k li:before{  }
 }@media only screen and (max-width: 763px) { #J5ZZg3qZAvl10kmreMN93HuOrx4gqrTm { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9veVt5KNODfwnPXv6LULSJPcLlG3hTA { width:11.3125rem;height:16rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKTcy7le35XRLEvC3c19OD1bGoZxpee { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMox5ITXSLU0L8cTvVCoEG1mGfTRfMQf { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }#OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow li:before{  }
 }@media only screen and (max-width: 763px) { #T5rDu6z5QMupWVA3JaE5qdy4AVMqC7LN { width:11.3125rem;height:20.1875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZUsH60Eawp8bBM8I3JguT5FTNH78J7Q { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r95RaPuNTRnCTH4ibON0EuChk2NvU6Qq { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }#k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk li:before{  }
 }@media only screen and (max-width: 763px) { #JlV7OaFETTeA7hqSiKByU80Z7MA3I0wo { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BexQ8uOoVCHOS6eKC5sZKS2TxxHvERPN { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpgNWz7vK1boyylrqDnXF1pelcSkTMil { display:block; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7oVdUb8RQ0NSp2J46ZUooRRz5bg7hc4 { top:1.1875rem;left:0rem;width:20.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLdTk0BuH7fbe1MgNvXhanJMgao1MHh { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1E1UwxTOAIUQRFAyIeu5JTqIzi2H2Ik { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUOye0Vw98ZAtT9uF9gnm8oFz5xmA1O1 { top:1.1875rem;left:13.5rem;width:20.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5fbXwKS1gWlJZVMzLIAyLuDqJ4HT0k { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzQrrdhcRc1VzcMTv9UNhwhoBCKxFoQ { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr2VQl9m6exToLc0Vh5GnP2IcK0JDUMe { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4662o0Uv4SF5AU6O6LQgVpt2JR8kguC { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5zbNUT1exhMPofleWnFRtuAfETSpqsE { top:1.1875rem;left:27.0625rem;width:20.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDT1rU4IdqFTccoOATdga2VQpkXAxInK { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGfHJFGpFzCTKKzd54dpzA3nTm1ADxQJ { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFMIcJ6ZR02oGg4JVxXZCbyqZVZxJ3P4 { top:52.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aADRRB9rzNdwgcTsXaOVJg0QF3GvbBoE { top:56.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5LdEVBg0tqaWDQmv8wdIHmlACQQ1MhH { top:65.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm9Tbz8NALw8ZbRabXc3XySpW8iD76e2 { top:69.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opF85H7vXUngeNWNrhDrGGfAT5dI4ovP { top:77.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtKgHOcD1Homd2aU6HRGxTyL2k1lVW2p { top:82.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 { display:block; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7wlBFuQg5lyRkJ1shV5lPlyMQyXNxHS { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 { display:flex;height:auto;width:45.25rem;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #k0xrbQoVxTJ1JE9w33UTUWJZNDfkgA9A {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #r4RE7HRbkdPhskncuRcc1GTMupV76t9N {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #VuWcpUgSpBNulxIsmqxnKGLOJzHFo1Gz {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #BRxqw4KMkMwTdoHZg2cRTHPIqZ59WaKZ {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #lVvvpy3mPw7fBOBMeTuIemn3w9PaeCdv {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fuayAZV4dyhNAaaQElqAMiFHMe4UUmOi {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #soFUTRW7N4D2ZhIdazEZpTlwVbZxQZzN {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #TwrdVT5udUFx95snq0WHT2ONKSWI3Hwh {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #AkK5ugKAHgpViVGnoscZOVaRF0Xz6fx8 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #HFLCd7pMsJeovcSosGBkAwu0dXnTxQZf {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #OcQmv0oDJamBXH4FSXV6HTF6GPALT4OH {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #LG4DS4QP4AWoMa5oH0d6x90DaaJIzDz8 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #H1rmvFRq9FQwqaHdDIhrP00euOeyJA7d {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iLo8DDNGawxeeKporgHryvaOXcx6A90u {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #Wynf760FsA9M4JTXrBtdLk95PrzfONnT {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #dKQLp1B4ZBbvwRliem6sOcBJeDZ3ITpE {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #quL2OzA0yzpQxaV6fFiok4Wcg7qUsmzX {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #DGEkEkMiDaona2CgNNNv0p4ZTw8qd7HL {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #JUZhA46fEu3xslD4Ac4IUfPRR9LUlwoS {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #GeazF3D7SuizWQnNVbKqTQylIuJLkGE5 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fnvfRbEgkTCcmDq0ek5K9Xx0Ehm8o7T6 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #X4GrnnETHsoCtExNBbcts7yTbQA0gl1p {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #mRamrV2KoQlcfgU0lSrTlFO27FOc74lp {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #PokxXNqsEqp8luWxKmQpV7ZJzBLT3X92 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #h3u8mfyrqPZw7ymZ6kOdwaxFQUw2r7mp {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #smnliVmKVpQDsmfBAy1ORNxNAxaS59OQ {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #KouSg0zuR8XtdTKm15y4mOUTQRfB3sk6 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #pOwtMtaCH70Q9XyWgBcEWxJAXZGukrqP {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #THzkZN58KG3maVAP97GiwOk8DCmoL3Jc {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #elAiBROhyduTyQTezaGVC5a1yvrtsGSz {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #O9xCMg2THEQGKtcWb66IPbfexVJOb8Fv {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iAOQT9Bh4M9dvFgBDp9tMpg0d57BXpbP {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #SZDm19lNFhWQU6v1rNysIvz0hl5vevHg {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #RpzmWSigDWe4ZOKkmbEvPoLOukHGy9nB {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #XoTfnO42W2ifx3FGpZfZ5mpAEDAGVnXG {  }
 }@media only screen and (max-width: 763px) { #sxR7Q5NvhqtU1uKbai7pJmck0V2Dx9wZ { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VncnHmHhx4sHKecOUVtgrHN74mdqqTCw { display:block; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOhl4mr7Bk0ZtGuTu1vJmDQlOulzOfnU { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZRGVdEgZrRxT4crpE6smwiXGMpSykkK { top:14.125rem;left:0rem;width:35.8125rem;height:48.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxZttuTKNKJMIsQqm3VMenZKKMtRSsW { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqMxhM3f42NUNlIQ9MB8QM4NbBODiQ6K { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 { top:31.875rem;left:0rem;width:33.875rem;height:28.0625rem;font-size:0.8125rem;display:block; }#k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #NT72yafGgz3Ve3bsPVeXbSsePMZW23uk { top:26.125rem;left:0rem;width:29.8125rem;height:1.1875rem;font-size:0.5625rem;display:block; }#NT72yafGgz3Ve3bsPVeXbSsePMZW23uk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA { top:18.8125rem;left:0rem;width:32.6875rem;height:2.4375rem;font-size:0.6875rem;display:block; }#Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #R5532xeVTlQoHyB2z2OVdbWywXFfiZzh { top:14.125rem;left:10.9375rem;width:36.1875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMHeNLVlpGnpcIb99Mx5ZcBzS7forwBE { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQq1uT8AmsHodWcGO990JToawiZ1n24i { top:23.1875rem;left:13.875rem;width:33.875rem;height:13.5625rem;font-size:1.1875rem;display:block; }#yQq1uT8AmsHodWcGO990JToawiZ1n24i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #z5Mn2kBQbnUZWZvO2Go5Ohl1x7rWb5cu { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEU0zanT2pwGCwDWGMCILG2mNHdJFogx { top:41.125rem;left:10.75rem;width:36.375rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqNloElr4KbU2Tsguqr6pHEtC6ekS9So { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIVyALLUHiasqOetRFtzVgNzZ0lcnceX { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN { top:49.25rem;left:13.875rem;width:33.875rem;height:15.75rem;font-size:1.1875rem;display:block; }#cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #RaXKBP9TqlIukEzGCr29RRvsLm8X8cZE { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNyaX7wJ5gxfTae12IshSopmvf4ssZ5 { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK { display:block; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPNlPU2iOOaycaLIgqd8WqZd3NgC74Ru { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4QyX2w3lu9Uc5lgCQ3OEm0oHNFaTIQ1 { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tecCZvBlRAKaTN2AxxGGKaVNW1cehrxC { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtccQU6W7ThZE627NTGRwFeB81tx5Jml { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8D21RVOf8AovHmHTLvXLvpSWNHIPCV8 { top:27.5625rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgEeAfwxcdMcilugW7b1H18iVqeblXLQ { top:27.5rem;left:19.375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJOsFPTtqfbUqFAcNTrUzzp6wAyiynSc { top:28rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6otdso6CnVAVtfOixhisyhtA5sxh4DQ { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blKqD7J1tZbCit52vZzMy0S3XGPwbBwF { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG { display:block; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cb85ff4-3cdd-4111-b794-4a3b6c4ede55/15.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZvToB8LaMXPtmq97tRwBTKnT8aiiImbB > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N54EOtNzOtoRa4uOb9DEvhvh0eUi7JRM { width:5.5625rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkhIoXBAy6CNm9q4XtAHVE16fCnJrTlF { width:11.875rem;height:3rem;top:0.5625rem;left:7.6250007748606rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giGURsEzeV2h5vD1UNwXXWAhyXa0Qruf { display:block; }
 }@media only screen and (max-width: 763px) { #SQWkvwP32IHNo7W4MyRhZ8i724E2iood { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #ece5e0);background-image: -moz-linear-gradient(top, #ffffff, #ece5e0);background-image: -ms-linear-gradient(top, #ffffff, #ece5e0);background-image: -o-linear-gradient(top, #ffffff, #ece5e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece5e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece5e0' );";background-image: linear-gradient(to bottom, #ffffff, #ece5e0);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { background-color: transparent; background-image: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .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); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { border-width: 0; border-radius: 0; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { width:20rem;height:231.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePIprIU5Wy5ZrXOmg9SdtfNRzqxkhVR0 { width:20rem;height:5.85rem;top:6.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhPx8hi0pRMnXt94T4q2DldQRSUOKDAF { width:20rem;height:5.28125rem;top:13.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsUBi7NXJhArAW2WbhkM7WehV1d9EToy { height:11.2166875rem;width:20rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ZqeCaw65OheP7IlWzoNtunp1ILUDMT { width:10.5625rem;height:1.86875rem;top:37.8125rem;left:4.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbQHu46plc7liWF7rnmu50gw7LSXlpxu { width:4.9375rem;height:4.875rem;top:40.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFBGpzQL6WUZZzuSd2nWD49QsTU1FqmE { width:4.25rem;height:4.1875rem;top:40.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeM85XZgTLS3kfzC8yyLepKdUsHbLJVJ { width:4.5rem;height:4.4375rem;top:40.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOQcyQlMbH5bClDgPmwzacBKMHtnBpoo { width:4.5625rem;height:4.5rem;top:46.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlrQz07c4GP4llksGUFXiA9poagu41iq { width:4.0625rem;height:4.0625rem;top:46.4375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7NXZTtHCsJeODprKIALOTTmPoqyFVlL { width:4rem;height:3.9375rem;top:52.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJnP1Vf4RlTkSmNt5wh1HTh6At9lQAt { width:4.375rem;height:4.3125rem;top:46.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZ8cMTAEtc46OQh6ySLU3Zw0cnsWVFe { width:20rem;height:6.58125rem;top:214.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmHD9LmylJbm2l0iaG8C2FWLTO1gF5Zs { width:20rem;height:26.71875rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntcox4fNioedGDKnarUdOADgSCEm1OfX { width:20rem;height:2.275rem;top:98.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7clTxVNO3PX4ggM3lZIUHWUb8HDmDIB { width:20rem;height:3.9rem;top:101.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDymTiWl5svFUo75vUhSzTgnX1qHtd1k { width:20rem;height:6.075rem;top:107.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#tDymTiWl5svFUo75vUhSzTgnX1qHtd1k li:before{  }
 }@media only screen and (max-width: 763px) { #J5ZZg3qZAvl10kmreMN93HuOrx4gqrTm { width:20rem;height:6.825rem;top:59.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9veVt5KNODfwnPXv6LULSJPcLlG3hTA { width:15.875rem;height:22.6875rem;top:121.5rem;left:2.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DCKTcy7le35XRLEvC3c19OD1bGoZxpee { width:20rem;height:2.275rem;top:145.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMox5ITXSLU0L8cTvVCoEG1mGfTRfMQf { width:18.9375rem;height:3.9rem;top:152.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow { width:20rem;height:8.675rem;top:162.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow li:before{  }
 }@media only screen and (max-width: 763px) { #T5rDu6z5QMupWVA3JaE5qdy4AVMqC7LN { width:16.25rem;height:29.25rem;top:172.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZUsH60Eawp8bBM8I3JguT5FTNH78J7Q { width:19.0625rem;height:2.275rem;top:148.9375rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r95RaPuNTRnCTH4ibON0EuChk2NvU6Qq { width:18.9375rem;height:3.9rem;top:157.625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk { width:20rem;height:9.975rem;top:203.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk li:before{  }
 }@media only screen and (max-width: 763px) { #JlV7OaFETTeA7hqSiKByU80Z7MA3I0wo { width:20rem;height:5.85rem;top:114.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BexQ8uOoVCHOS6eKC5sZKS2TxxHvERPN { width:20rem;height:3.25rem;top:222.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpgNWz7vK1boyylrqDnXF1pelcSkTMil { background-color:transparent;background-image: -webkit-linear-gradient(top, #ece5e0, #ffffff);background-image: -moz-linear-gradient(top, #ece5e0, #ffffff);background-image: -ms-linear-gradient(top, #ece5e0, #ffffff);background-image: -o-linear-gradient(top, #ece5e0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece5e0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece5e0', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #ece5e0, #ffffff);background-size:auto !important;display:block; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { background-color: transparent; background-image: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container > .video-iframe-container { display: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row > .video-iframe-container { display: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .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); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { width:20rem;height:135.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7oVdUb8RQ0NSp2J46ZUooRRz5bg7hc4 { width:12.3125rem;height:19.0625rem;top:1.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLdTk0BuH7fbe1MgNvXhanJMgao1MHh { width:17.625rem;height:2.4rem;top:24.0625rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1E1UwxTOAIUQRFAyIeu5JTqIzi2H2Ik { width:20rem;height:1.7rem;top:22.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUOye0Vw98ZAtT9uF9gnm8oFz5xmA1O1 { width:12.8125rem;height:19.6875rem;top:28.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5fbXwKS1gWlJZVMzLIAyLuDqJ4HT0k { width:20rem;height:2.4rem;top:50.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzQrrdhcRc1VzcMTv9UNhwhoBCKxFoQ { width:20rem;height:1.7rem;top:49.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr2VQl9m6exToLc0Vh5GnP2IcK0JDUMe { width:20rem;height:2.4rem;top:78.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4662o0Uv4SF5AU6O6LQgVpt2JR8kguC { width:20rem;height:1.7rem;top:76.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5zbNUT1exhMPofleWnFRtuAfETSpqsE { width:12.75rem;height:19.75rem;top:55.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDT1rU4IdqFTccoOATdga2VQpkXAxInK { width:20rem;height:6.58125rem;top:83rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGfHJFGpFzCTKKzd54dpzA3nTm1ADxQJ { width:14.5625rem;height:40.8rem;top:93.8125rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RFMIcJ6ZR02oGg4JVxXZCbyqZVZxJ3P4 { display:flex;width:2.25rem;height:2.25rem;top:93.8125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #aADRRB9rzNdwgcTsXaOVJg0QF3GvbBoE { display:flex;width:2.1875rem;height:2.1875rem;top:96.375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #I5LdEVBg0tqaWDQmv8wdIHmlACQQ1MhH { display:flex;width:2.1875rem;height:2.1875rem;top:105.875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Wm9Tbz8NALw8ZbRabXc3XySpW8iD76e2 { display:flex;width:2.1875rem;height:2.1875rem;top:113.125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #opF85H7vXUngeNWNrhDrGGfAT5dI4ovP { display:flex;width:2.1875rem;height:2.1875rem;top:122.8125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #HtKgHOcD1Homd2aU6HRGxTyL2k1lVW2p { display:flex;width:2.1875rem;height:2.1875rem;top:127.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 { background-color:#ffffff;background-image:none;display:block; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { background-color: transparent; background-image: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container > .video-iframe-container { display: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row > .video-iframe-container { display: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .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); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7wlBFuQg5lyRkJ1shV5lPlyMQyXNxHS { width:20rem;height:7.3125rem;top:2.3750004768372rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-heading-text { font-size:1.4375rem;height:auto; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-desc-text { font-size:0.875rem;height:auto; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 { display:flex;height:auto;width:17.5rem;top:23.7568359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #k0xrbQoVxTJ1JE9w33UTUWJZNDfkgA9A {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #r4RE7HRbkdPhskncuRcc1GTMupV76t9N {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #VuWcpUgSpBNulxIsmqxnKGLOJzHFo1Gz {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #BRxqw4KMkMwTdoHZg2cRTHPIqZ59WaKZ {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #lVvvpy3mPw7fBOBMeTuIemn3w9PaeCdv {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fuayAZV4dyhNAaaQElqAMiFHMe4UUmOi {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #soFUTRW7N4D2ZhIdazEZpTlwVbZxQZzN {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #TwrdVT5udUFx95snq0WHT2ONKSWI3Hwh {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #AkK5ugKAHgpViVGnoscZOVaRF0Xz6fx8 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #HFLCd7pMsJeovcSosGBkAwu0dXnTxQZf {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #OcQmv0oDJamBXH4FSXV6HTF6GPALT4OH {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #LG4DS4QP4AWoMa5oH0d6x90DaaJIzDz8 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #H1rmvFRq9FQwqaHdDIhrP00euOeyJA7d {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iLo8DDNGawxeeKporgHryvaOXcx6A90u {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #Wynf760FsA9M4JTXrBtdLk95PrzfONnT {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #dKQLp1B4ZBbvwRliem6sOcBJeDZ3ITpE {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #quL2OzA0yzpQxaV6fFiok4Wcg7qUsmzX {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #DGEkEkMiDaona2CgNNNv0p4ZTw8qd7HL {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #JUZhA46fEu3xslD4Ac4IUfPRR9LUlwoS {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #GeazF3D7SuizWQnNVbKqTQylIuJLkGE5 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fnvfRbEgkTCcmDq0ek5K9Xx0Ehm8o7T6 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #X4GrnnETHsoCtExNBbcts7yTbQA0gl1p {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #mRamrV2KoQlcfgU0lSrTlFO27FOc74lp {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #PokxXNqsEqp8luWxKmQpV7ZJzBLT3X92 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #h3u8mfyrqPZw7ymZ6kOdwaxFQUw2r7mp {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #smnliVmKVpQDsmfBAy1ORNxNAxaS59OQ {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #KouSg0zuR8XtdTKm15y4mOUTQRfB3sk6 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #pOwtMtaCH70Q9XyWgBcEWxJAXZGukrqP {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #THzkZN58KG3maVAP97GiwOk8DCmoL3Jc {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #elAiBROhyduTyQTezaGVC5a1yvrtsGSz {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #O9xCMg2THEQGKtcWb66IPbfexVJOb8Fv {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iAOQT9Bh4M9dvFgBDp9tMpg0d57BXpbP {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #SZDm19lNFhWQU6v1rNysIvz0hl5vevHg {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #RpzmWSigDWe4ZOKkmbEvPoLOukHGy9nB {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #XoTfnO42W2ifx3FGpZfZ5mpAEDAGVnXG {  }
 }@media only screen and (max-width: 763px) { #sxR7Q5NvhqtU1uKbai7pJmck0V2Dx9wZ { width:20rem;height:8.125rem;top:12.272917270661rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VncnHmHhx4sHKecOUVtgrHN74mdqqTCw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { background-color: transparent; background-image: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container > .video-iframe-container { display: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container { display: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .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); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { border-width: 0; border-radius: 0; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOhl4mr7Bk0ZtGuTu1vJmDQlOulzOfnU { width:20rem;height:7.8rem;top:0.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZRGVdEgZrRxT4crpE6smwiXGMpSykkK { width:19.625rem;height:35.5625rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxZttuTKNKJMIsQqm3VMenZKKMtRSsW { width:20rem;height:3.7375rem;top:19.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqMxhM3f42NUNlIQ9MB8QM4NbBODiQ6K { width:9.9375rem;height:2.6rem;top:23.375rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 { width:17.875rem;height:19.4rem;top:32.062501907349rem;left:1.0625000596046rem;font-size:0.8125rem;display:block; }#k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #NT72yafGgz3Ve3bsPVeXbSsePMZW23uk { width:16.125rem;height:0.73125rem;top:26rem;left:1.9375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }#NT72yafGgz3Ve3bsPVeXbSsePMZW23uk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA { width:15.4375rem;height:2.68125rem;top:27.625rem;left:2.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }#Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #R5532xeVTlQoHyB2z2OVdbWywXFfiZzh { width:19.5rem;height:19.625rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMHeNLVlpGnpcIb99Mx5ZcBzS7forwBE { width:20rem;height:1.54375rem;top:58.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQq1uT8AmsHodWcGO990JToawiZ1n24i { width:18.6875rem;height:10.75625rem;top:63.0625rem;left:0.6875rem;font-size:0.8125rem;display:block; }#yQq1uT8AmsHodWcGO990JToawiZ1n24i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #z5Mn2kBQbnUZWZvO2Go5Ohl1x7rWb5cu { width:20rem;height:1.4625rem;top:60.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEU0zanT2pwGCwDWGMCILG2mNHdJFogx { width:19.4375rem;height:24.0625rem;top:78.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqNloElr4KbU2Tsguqr6pHEtC6ekS9So { width:20rem;height:3.0875rem;top:80.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIVyALLUHiasqOetRFtzVgNzZ0lcnceX { width:20rem;height:1.4625rem;top:84.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN { width:18.4375rem;height:15.60625rem;top:86.5rem;left:0.8125rem;font-size:0.8125rem;display:block; }#cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #RaXKBP9TqlIukEzGCr29RRvsLm8X8cZE { width:9.125rem;height:2.1125rem;top:23.625rem;left:10.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNyaX7wJ5gxfTae12IshSopmvf4ssZ5 { width:20rem;height:8.125rem;top:10.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK { background-color:#fdfdfd;background-image:none;display:block; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { background-color: transparent; background-image: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .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); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPNlPU2iOOaycaLIgqd8WqZd3NgC74Ru { width:20rem;height:11.7rem;top:1.6854166984558rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4QyX2w3lu9Uc5lgCQ3OEm0oHNFaTIQ1 { width:15.75rem;height:3.2rem;top:32.25rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tecCZvBlRAKaTN2AxxGGKaVNW1cehrxC { width:18.375rem;height:3.2rem;top:60.625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtccQU6W7ThZE627NTGRwFeB81tx5Jml { width:18.375rem;height:3.2rem;top:46.25rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8D21RVOf8AovHmHTLvXLvpSWNHIPCV8 { display:flex;width:6rem;height:6rem;top:25.0625rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #dgEeAfwxcdMcilugW7b1H18iVqeblXLQ { display:flex;width:6.3125rem;height:6.3125rem;top:39.1875rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #oJOsFPTtqfbUqFAcNTrUzzp6wAyiynSc { display:flex;width:5rem;height:5rem;top:54.0625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #K6otdso6CnVAVtfOixhisyhtA5sxh4DQ { width:20rem;height:7.8rem;top:68.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blKqD7J1tZbCit52vZzMy0S3XGPwbBwF { width:20rem;height:3.9rem;top:16.365640640259rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG { display:block; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }