.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:217,229,229;--color-primary-1:128,170,169;--color-primary-2:0,84,83;--color-primary-3:0,42,42;--color-primary-4:0,13,12;--color-secondary-0:241,231,227;--color-secondary-1:228,218,199;--color-secondary-2:187,137,115;--color-secondary-3:170,107,80;--color-secondary-4:37,27,23;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:32,32,32;--headlines-font-family:Cambon;--paragraphs-font-family:Cambon; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { background-color: transparent; background-image: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .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); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { border-width: 0; border-radius: 0; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.875rem;width:75rem;position:relative;display:block; }#T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { 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:6.8119375rem;width:22.9998125rem;top:0rem;left:25.998752593994rem;overflow:hidden;display:block; }
#pdtDDGTCkN3IF0GOAzpiTX972Qc24CXG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:42.1875rem;width:75rem;top:6.8749995231631rem;left:0rem;overflow:hidden;display:block; }
#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { background-color: transparent; background-image: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container > .video-iframe-container { display: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row > .video-iframe-container { display: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .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); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { border-width: 0; border-radius: 0; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#NHEyQE9hPAbaXFJVvLCXiCoi7ZvJpJZ0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:41.5625rem;width:34.5rem;top:0.24857997894287rem;left:0.46875rem;overflow:hidden;display:none; }
#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { background-color: transparent; background-image: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container > .video-iframe-container { display: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container { display: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .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); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { border-width: 0; border-radius: 0; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#ODTRZXir9IGsN2TrHOw7pmVVRT1OgWr1 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:14.949394226074rem;left:18.405536651611rem;height:3.0930375rem;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:center;text-align-last:center;display:block; }
#mHggSZHQGfgLkT4NACEDvhIni6dXT2RT { color:rgba(var(--color-tertiary-4),1);display:block;width:64.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.0625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:3.6461296081543rem;left:5.3746452331543rem;height:10.125rem;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:center;text-align-last:center;display:block; }
#BqLucsh9gHgeQa5qGnK3t6eyaT9TogvD { color:rgba(var(--color-tertiary-4),1);display:block;width:30.37375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:22.184837341309rem;left:22.311786651611rem;height:2.531075rem;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:center;text-align-last:center;display:block; }
#xTNow5MUXs8Krb5J4v7G8eWxrRIpNdIT { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.75rem;left:10.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EsnHcITQZID412OXriFHmzsQqQX2fdUK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.1875rem;left:36.875rem; }
#SqvJFSb5T2vXAH817XnTqrLXWbce81gz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.5rem;left:36.875rem; }
#QtJSH7Xohltv49V1UcRghCFFIJyeLJke { color:rgba(var(--color-tertiary-4),1);display:block;width:54.437125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:25.403053283691rem;left:10.280536651611rem;height:5.06214375rem;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:center;text-align-last:center;display:block; }
#Fr6xTeftVahXbNKSCWkQzLD7NgCuakTR { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.875rem;left:10.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QcXuQOJauwZvJNO7rUGTPg4M5ocC4nGm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:32.3125rem;left:36.875rem; }
#GSm8qBd6C0NIct3XSGVQERkQcHHbbZlf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#tqWv3X7NHuUA1D7ck5TBKF12eFh5hBq8 { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Bk6Nu1pRewbFwPr4HmUPXyhSdfUqoer1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#yZS0lEEkhB0BFuqxuwbOEQN8Ji8xhe99 { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bJtLNZSkvIKz1CukuvskHyA6v6UNErfE { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 { position:relative;display:block; }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 { background-color: transparent; background-image: none; }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 > .row .container > .video-iframe-container { display: none; }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 > .row > .video-iframe-container { display: none; }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 > .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); }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 { border-width: 0; border-radius: 0; }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DAKELdii1xANfxnTWP7FFCsPCS0VaByR { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.1390256881714rem;left:20.24857711792rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA { position:relative;display:block; }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA { background-color: transparent; background-image: none; }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA > .row .container > .video-iframe-container { display: none; }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA > .row > .video-iframe-container { display: none; }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA > .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); }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA { border-width: 0; border-radius: 0; }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MhN6tXqdInbvbhG3csE0UhlRggcwFWiG { color:rgba(var(--color-tertiary-4),1);display:block;width:74.93625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.856887817382rem;left:0rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sFW8y97JkDXBKtMTxC4S7JATrbAksHzL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:28.3125rem;width:23.4375rem;top:0.25rem;left:10.4375rem;overflow:hidden;display:block; }
#V7nn9UHTKkQ9sC8okuX8TpmLklVqxZlR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:28.1875rem;width:23.4375rem;top:0.25rem;left:41.125rem;overflow:hidden;display:block; }
#QGJrmqgDgGrMHhyX29ZFVGndMa3n4Ho8 { position:relative;display:none; }#QGJrmqgDgGrMHhyX29ZFVGndMa3n4Ho8 { border-width: 0; border-radius: 0; }#QGJrmqgDgGrMHhyX29ZFVGndMa3n4Ho8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QGJrmqgDgGrMHhyX29ZFVGndMa3n4Ho8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vIvHDqXUDBTEpP6iXpgQsWpVUUPMUwKN { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.0841617584229rem;left:0rem;height:4.536575rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#grX1PKwglD8L1x7QnkQiS8i8tefS22PI { position:relative;display:block; }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI { background-color: transparent; background-image: none; }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI > .row .container > .video-iframe-container { display: none; }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI > .row > .video-iframe-container { display: none; }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI > .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); }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI { border-width: 0; border-radius: 0; }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HA9BRPiUKvmevLLzq8QUVuRbqUrEuClH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#oD95gcrABfpmTMr7OWcyCv0SXXlKoDnT { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#kLJ0rvUVtVItKtBo2unCg82gZD2JyAbN { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0610625rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1.5598392486573rem;left:23.468570709229rem;display:block; }
#FkG6h3UiXZWpXq35HvZTsDaNhbIdgvEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 { position:relative;display:block; }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 { background-color: transparent; background-image: none; }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 > .row .container > .video-iframe-container { display: none; }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 > .row > .video-iframe-container { display: none; }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 > .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); }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 { border-width: 0; border-radius: 0; }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u2liwSF9TdWzeGu9WplRCW8SfM58vVrn { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#BNGq3ROX4y2ENfR3aK3ovXnfpxRCWyiK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#GVQg4Gt6IDNlk8dvxGtW1BBr2JX4Vl2z { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0.125rem;left:36.875rem; }
#I6ATWDlxVBaoi5GuXNrhbqeVcy0EVJL5 { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.6875rem;left:10.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xvJdzoybn7wEotS5I9Qw738dTBa9n5eP { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.5754604339599rem;left:20.24857711792rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd { position:relative;display:block; }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd { background-color: transparent; background-image: none; }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd > .row .container > .video-iframe-container { display: none; }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd > .row > .video-iframe-container { display: none; }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd > .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); }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd { border-width: 0; border-radius: 0; }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a6yOyVFJBybBcxBkT8oxz53pETIrvUeX { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9937858581543rem;left:0rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f9kqqCdEI1o8rAIKdI3s4ZLPabEMNiux { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.0841617584229rem;left:0rem;height:4.536575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J9vaHKoxT9v0yzl7dTvzs85D5BPEoDJ4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.74378585815431rem;left:11.874111175537rem; }
#taR7d0M0Z0NqxzoBVGa2qnwDig8lU5l2 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2rem;left:25rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FT9Llz5AreTedHwIZUTtTHPM0Aig3HOX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0.75rem;left:36.875rem; }
#RPgWfy9J2wFoheJ8yQMu2iFRdcrAnZ2K { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.0625rem;left:25rem;height:6.8048625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R0cphozRrP5TDKhaHnnHlb5Wq6pSilS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:12.57474899292rem;left:24.999111175537rem;height:1.168325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ErunI2ATuZQz3bdUa5oy9zXkexSvuMNM { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2rem;left:50rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u6Qb7S7BxLbZeKFeRd9QBBDH7fykSbIU { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5.0625rem;left:49.999111175537rem;height:4.536575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UAm2GkX5I25C14g0nFZdiktdEftkn658 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.75rem;left:61.875rem; }
#eWGVSLm0hKAx4xL2AQQRReHldZPrPiiG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#hwNs6tsamaoG71zre4d23X2l8lyau5Tl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#g7u9M9kFrNW92L1L0sa8TuCWNJ4h8yo5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p { position:relative;display:block; }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p { background-color: transparent; background-image: none; }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p > .row .container > .video-iframe-container { display: none; }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p > .row > .video-iframe-container { display: none; }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p > .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); }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p { border-width: 0; border-radius: 0; }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HNVme35MT3WRR8bmAnd9ignsTkcJLZOv { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.875rem;left:10.561962127686rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QrXHifgn7lVyXs8XvZwnwD8hfJnEFDf6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.3121452331543rem;left:36.874996185302rem; }
#vdphnezhPbnUkRGNgsMgG7oc8V6afQUW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#TqtgIOfPPUENmpJbRf7sTPeRJuUyHAbn { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi { position:relative;display:block; }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi { background-color: transparent; background-image: none; }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi > .row .container > .video-iframe-container { display: none; }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi > .row > .video-iframe-container { display: none; }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi > .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); }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi { border-width: 0; border-radius: 0; }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QKSUoE24wzQJcT8BaDkRMlXK68Ox8CkC { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:0.88600921630862rem;left:17.030361175537rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC { position:relative;display:block; }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC { background-color: transparent; background-image: none; }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC > .row .container > .video-iframe-container { display: none; }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC > .row > .video-iframe-container { display: none; }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC > .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); }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC { border-width: 0; border-radius: 0; }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y99hbi9wrEARvwzab4hgr5ipqz7PyKoq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:4.1654815673828rem;left:2.5310707092285rem;height:25.234375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#y99hbi9wrEARvwzab4hgr5ipqz7PyKoq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y99hbi9wrEARvwzab4hgr5ipqz7PyKoq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
#DAtma7R7CgwhPoJ9zXrQtLkMzrwTTfge { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0.62499809265137rem;left:2.529296875rem;height:2.531075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gSrgyLKMqPnt7EcNJeXVU3mlk7pPKNJF { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0.62233543395996rem;left:40.031070709229rem;height:2.531075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JIFlq60r7v4zFO57rspcKclBFSnNZFBt { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:4.1875rem;left:40.031070709229rem;height:4.7247875rem;text-align:left;text-align-last:left;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;overflow:hidden;display:block; }
#Wmdth3AKA1Ep1W85O9lHdSK9lc8KTsTq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:9.5419025421144rem;left:40.031070709229rem;height:9.7363125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Wmdth3AKA1Ep1W85O9lHdSK9lc8KTsTq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Wmdth3AKA1Ep1W85O9lHdSK9lc8KTsTq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
#Go4SiTnIVIJeinhECDXL3JMN756yTxvO { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:20.336822509766rem;left:40.031070709229rem;height:10.1242625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#st46HBTcAEFQQAN7c19fgC1v5bJMUwTW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:30.653942108154rem;left:40.031070709229rem;height:1.78178125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wOXyGA1S93FquU3sySF1t749bOxmtqHq { box-sizing:content-box;height:0.062144875rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.041725158691rem;left:40.031070709229rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF { position:relative;display:block; }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF { background-color: transparent; background-image: none; }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF > .row .container > .video-iframe-container { display: none; }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF > .row > .video-iframe-container { display: none; }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF > .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); }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF { border-width: 0; border-radius: 0; }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T28O7U3MkOnoDDqUqfueGdK4w5SQxAac { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.182880401611rem;left:40rem;height:5.1988625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#apOpL492HK6vZRTBTGtk50Z305K2VEMI { color:rgba(var(--color-primary-2),1);display:block;width:34.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0.81143665313719rem;left:40rem;height:12.0916125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tozEPc12T50c9fD267rtfCgW3Ae9KXWW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.999625rem;width:37.4369375rem;top:0.99875831604006rem;left:0rem;overflow:hidden;display:block; }
#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs { position:relative;display:block; }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs { background-color: transparent; background-image: none; }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs > .row .container > .video-iframe-container { display: none; }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs > .row > .video-iframe-container { display: none; }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs > .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); }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs { border-width: 0; border-radius: 0; }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ObkuDhopElVMO7Bde2yv9OVEMMSCdps2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#d7XPXB9qMFlDLVJ9A8INQo4PkBwPxqZ0 { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#N54drotGvrO8laxCd0XC8EKor1hI5E6E { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0601875rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0.62144470214844rem;left:23.468570709229rem;display:block; }
#VDgQsgsxKRipdh7SREWDBCCAuOWnlAoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cq8zTXscxdBqrt342v5vi7PXVmTmuaG2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#rcvfPbERJXTeJbH5ocdOfgKdZuV3BVk3 { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT { position:relative;display:block; }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT { background-color: transparent; background-image: none; }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT > .row .container > .video-iframe-container { display: none; }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT > .row > .video-iframe-container { display: none; }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT > .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); }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT { border-width: 0; border-radius: 0; }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n1uiThCmPupdFJS12pgmAgvdUnkku84x { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:1.7826671600342rem;left:17.030361175537rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZuLNo0AzbKb90POVWSsObi18hao68A4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0.5625rem;left:36.875rem; }
#evk0GxrTXKPtdbCvLeRRsq3Wde3890kx { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.125rem;left:10.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rPJufM83yvKXTigTz32HtBy4SLlqzsyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { background-color: transparent; background-image: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container > .video-iframe-container { display: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row > .video-iframe-container { display: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .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); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { border-width: 0; border-radius: 0; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:19rem;width:75rem;position:relative;display:block; }#ZpPzTg59yiOwLfu5ry0aSG5VGQPCOnNy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.625rem;left:36.875rem; }
#O9xAFT1dv3P3uCtZELNgtLhMTgEi0hc8 { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.1875rem;left:10.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-element-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .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; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.3125rem;font-family:var(--paragraphs-font-family);font-style:normal;color:#000000;height:auto; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .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.3125rem;line-height:1.4;overflow:hidden;height:auto;font-family:"open sans";font-weight:300;font-style:normal;color:#000000; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-trigger.adaptive-delivery-prevent-bg, #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-trigger.lazyload, #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-trigger.lazyloading { background-image: none; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #S3hUaxQkINr1simr6aUFxmu7JBIkune3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #nddplBQ8xQoxPG5q6cq1V3nh2dWV4hTT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #brsTX1Ha7VEGRyuRVipF2WUn2rO1hCwA { display:block;position:relative; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #gNOENXIE2c3JZVf9FZO4RzSGI0h8aMox {  }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #InPqhOshTgLvLvcN6txlw3CslSPaS2Hm {  }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #g8hghGNTTVoSEozZFktcc0S1nk9VaM53 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #M2KZTsuqCrufvMgTPrMODIOt8AFrAhoC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #cLgTDSqzZs5u5ZvNagxZhKsVqoh0SkWv { display:block;position:relative; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #fQVXAk9W1MEUfHbBikqVZxswuNDKyR7k {  }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #cH6cnwi6mcuWJOJeXvqhEzhNlpMuvOwq { display:none; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #ZvdemogNqOKL1iCJycoSO4nTGMxMKeby { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #yx8oF2ON7UwsyrksHPr2ugG18LucsBln { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #veQSo2rfHUFp22xMTvCcUCuOw6nhDpHG { display:block;position:relative; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #fKrDKt7hkNqSC4T6CXRHkTMxWXAGLqsu {  }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #Tz9DmOp4ofnJTkcsqQ2NpC028PM8Hhbq { display:none; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #lzI1WviaX5k5I5ZvL3c9CcAAEPcu1d4B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #dChmVDTqCrMpRT2tduQ4tfQsncDgdAFc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #EE3A6csboZBasHOXqCi7TVr4GmzlKNFk { display:block;position:relative; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #XT2eICf399QNrn8NGdhC7m8pxnhnLaBr {  }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #U0NZZapvKghp68d7nvHMwz772G90sxGI { display:none; }
#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe { position:relative;display:block; }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe { background-color: transparent; background-image: none; }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe > .row .container > .video-iframe-container { display: none; }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe > .row > .video-iframe-container { display: none; }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe > .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); }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe { border-width: 0; border-radius: 0; }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a77T222V6kh6TCQQWCzkeXvrU4TSOLMo { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:0.5140266418457rem;left:17.030361175537rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8UDhSdlNdBZ4ozNpPsKkeyKvEbig9ln { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:4.1237564086914rem;left:1.8235054016113rem;height:16.1230625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#h8UDhSdlNdBZ4ozNpPsKkeyKvEbig9ln li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h8UDhSdlNdBZ4ozNpPsKkeyKvEbig9ln li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M { position:relative;display:block; }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M { background-color: transparent; background-image: none; }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M > .row .container > .video-iframe-container { display: none; }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M > .row > .video-iframe-container { display: none; }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M > .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); }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M { border-width: 0; border-radius: 0; }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nt0dX5iNMCFwAkP1gT84nprnz6DsNzax { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0593125rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:10.8125rem;left:42.25rem;display:block; }
#RJxJECXeLOXNazSwUkQprS5hOQvXVzG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pFAr0DkKEHDyJiaMwl2WhNzRBBNS1VhQ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.5625rem;left:39.75rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKn33Tr3m35eWUo8wA5KOTk8E2nLdvt4 { color:rgba(var(--color-primary-2),1);display:block;width:32.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.625rem;left:39.75rem;height:3.0930375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t { position:relative;display:block; }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t { background-color: transparent; background-image: none; }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t > .row .container > .video-iframe-container { display: none; }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t > .row > .video-iframe-container { display: none; }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t > .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); }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t { border-width: 0; border-radius: 0; }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bF2PoT6JKagSWxfJi9vyZ8hkPXvZFn0K { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.5625rem;left:10.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WroImBElWE2tUT0JEnIhXeOLteBqNuwg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1rem;left:36.875rem; }
#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { background-color: transparent; background-image: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container > .video-iframe-container { display: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row > .video-iframe-container { display: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .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); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { border-width: 0; border-radius: 0; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.625rem;width:75rem;position:relative;display:block; }#sOAXFAD0viCQm7wLXOfQknkK6ZpR8r1s { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.4996452331543rem;left:2.1875rem;height:5rem;text-align:left;text-align-last:left;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; }
#l046mS3mCE12XJFTyAln9OU6RXt1Cw4i { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:12.218215942382rem;left:2.1875rem;height:7.4973125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PeRu4OqUtX5NzVdaNqXIkJJCnaRhQSZc { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:19.0625rem;width:27.625rem;top:1.3117904663086rem;left:26.249996185302rem;overflow:hidden;display:block; }
#k0I3xrSgLeoulXgqiupghicG2hdtc5Cy { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Stz80qvppRm492zX5iB65vqGDJZTJwra { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:19.0625rem;width:17.25rem;top:1.3117904663086rem;left:56.124820709229rem;overflow:hidden;display:block; }
#W88dHE2vIKXUpgwTVvdcahgbFT4TZH0e { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem; }
#k73nw7v24cIJ6CCW3W9HTwSb4MHxSVxG { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#aEuhNyLQ4DxLCpH9J0nBCEdPwJukouev { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B { position:relative;display:block; }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B { background-color: transparent; background-image: none; }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B > .row .container > .video-iframe-container { display: none; }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B > .row > .video-iframe-container { display: none; }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B > .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); }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B { border-width: 0; border-radius: 0; }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rOinvDdQHNRkzRREokQJyE1bz0bHPGP0 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:3.6239337921142rem;left:2.122688293457rem;height:13.4375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#rOinvDdQHNRkzRREokQJyE1bz0bHPGP0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rOinvDdQHNRkzRREokQJyE1bz0bHPGP0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
#MENCfh0yOeksF05fyenH0qTMMrLN0TcX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1rem;left:2.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o { background-color:rgba(var(--color-secondary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container { border-width: 0; border-radius: 0; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#QTbr0EwfLR6lzvLyVyNmbiGgfhlk12Fc { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:2.3117971420288rem;left:0rem;height:2.999825rem;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; }
#DszvF3Br9I8ekl95MnK2Qlp4BCk4rXdT { box-sizing:content-box;height:30.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.7498245239256rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#KsoQOtAKtn5MtgkTGDK5b3NxixxXlGXd { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.1875rem;left:1.9992866516113rem;height:15.93575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DC5HxQlNeRFFwsVRevxghyzNcHakRGKm { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:9.8742904663088rem;left:1.9992866516113rem;height:5.625rem;text-align:left;text-align-last:left;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; }
#MUpfuy65WAcgzbZTWRd7eaZre7zJNftW { box-sizing:content-box;height:15.3125rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.7498245239256rem;left:25.561962127686rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#XkB45gG6wKJb32my1xhkDVuBe4DzmJRs { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:11.436790466309rem;left:26.811962127686rem;height:9.801125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqPNJmP16eGpweqVigRD12EUnR06lWZW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:8.9057159423825rem;left:30.749286651611rem;height:1.49946875rem;text-align:left;text-align-last:left;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; }
#xhNmB6AI4zQ4qbzOo5FvQqetHUK4e5po { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.6242904663088rem;left:27.187496185302rem; }
#OvTh6mVtZlEfoOfpz71qwyG8XDtkr15G { box-sizing:content-box;height:15.375rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.7498245239256rem;left:51.124820709229rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#VSIqvEhnEin355WAelT2eexxlukrkxXh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11.436790466309rem;left:52.155536651611rem;height:4.90056875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BzzIsHWq9SVG3MrPVSEfcUvTCdP9MBqe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:8.9057159423825rem;left:56.562496185302rem;height:1.49946875rem;text-align:left;text-align-last:left;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; }
#dR73ZyXt07uveenUJW00PTBRl8KAGRSd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.6242904663088rem;left:53.249286651611rem; }
#Jp0UquQUatPuscz1tozVo9XhUgZma89k { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.187141418457rem;left:51.249996185302rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#uBggkHSp1btgITTIwdAepC4sTxPihe2d { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:28.8125rem;left:53.124996185302rem;height:5.25213125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#olzMbf2l9nh83wUlE4pJwTg6AU0gkXWk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:36rem;left:62.09338760376rem;height:1.31303125rem;text-align:left;text-align-last:left;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; }
#oVdGt5SvQraThheDvE1vJyihPxHBTa6i { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.125rem;left:25.561962127686rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#wb6Qf7gOuycKuHAScz3n0v6TVBn5736Z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:28.8125rem;left:27.562145233154rem;height:6.5651875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aBoo3Le6EvNA3VwrT0V4SUAu9anqnJvW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:25.712356567382rem;left:30.749286651611rem;height:2.19815625rem;text-align:left;text-align-last:left;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; }
#zPnH7k0tGOhpC21LQd1JQwguB8w3riHn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:36rem;left:37.843570709229rem;height:1.31303125rem;text-align:left;text-align-last:left;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; }
#aJr0VcPDvzRBvaiwpPaHAfHTchOgNFrd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:25.712356567382rem;left:56.562496185302rem;height:2.19815625rem;text-align:left;text-align-last:left;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; }
#LoOT6pFrXZanKC4dwo6Tbov8ac3THmGm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.811790466309rem;left:53.249286651611rem; }
#tOEs1704BXFQC85kNZ8PmgBgBJfKVbXZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.749641418457rem;left:27.562145233154rem; }
#oGRJEtsze4LJxd1cTOzQf2cgLahDr2am { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:21.234375rem;left:36.811962127686rem;height:1.31303125rem;text-align:left;text-align-last:left;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; }
#zQTk69rH1BmSAHsS35H1kn928QuhD4nz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:21.234375rem;left:62.999820709231rem;height:1.31303125rem;text-align:left;text-align-last:left;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; }
#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { border-width: 0; border-radius: 0; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#KfBVA09BkNOHbskxied0kSdI4pp0GlWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:6.0625rem;left:0rem;height:3rem;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; }
#GvvskTblXclgTxPq7OyXok9ofRHy37ec { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.5625rem;left:36.875rem; }
#J1r20JDCLvVfmdQhmR9ZmhU7Z7HNfDug { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WLGRpZzDLrgTVR3P8kxez6ZmhqFJ2ARW { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.0625rem;left:61.125rem; }
#rfJgtK82P21nisVT2xNB554r7Qf9ZWTB { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.875rem;left:36.125rem; }
#CBedklqxVBlTc6pA4mk9x4Bs33B8oSF8 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.0625rem;left:11.3125rem; }
#wrkO3oyMfGPSMuJeMHld1BpSpaEF6L2e { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.375rem;left:3.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:19.375rem;left:28.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ac7i3PVLtH5ecy3dsgKAD50WVGG6MSiw { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.375rem;left:52.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),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;z-index:auto;display:block; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { background-color: transparent; background-image: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container > .video-iframe-container { display: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row > .video-iframe-container { display: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .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); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { border-width: 0; border-radius: 0; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.875rem;width:75rem;position:relative;display:block; }#FBVgK5hUJLgylqPsMr8u02cnCIQ0Gchc { 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:5.7492875rem;width:20.625rem;top:0.56108093261719rem;left:0rem;overflow:hidden;display:block; }
#T9czMdUMIycP1ZCwpmSqOvpIBDT039cO { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0593125rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.71875rem;left:44.689273834229rem;display:block; }
#hqGyBLrXZkDWgQvuMT6IBn6WibTqZKzX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container { border-width: 0; border-radius: 0; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.875rem;width:75rem;position:relative;display:none; }#ExL9zHbE4CtuTzdkeq2q0NkiGoTzs8u7 { box-sizing:content-box;height:5rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0.59375rem;left:0rem;border-top-right-radius:156.25rem;border-bottom-right-radius:156.25rem;border-bottom-left-radius:156.25rem;border-top-left-radius:156.25rem;display:block; }
#ZHrxgCkFqoNJE6G5necT6NUHb0mXeWVf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:42.1875rem;width:75rem;top:6.8749995231631rem;left:0rem;overflow:hidden;display:block; }
#wEf7MSF0I2NUnDMqoaLS5P0zGUTpaprx { 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:1.25rem;width:1.3125rem;top:1rem;left:1.375rem;overflow:hidden;display:none; }
#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { border-width: 0; border-radius: 0; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:13.4375rem;width:75rem;position:relative;display:none; }#rc5TzrmgSNWoXggry1iDibfP4xJuDMbo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:9.96875rem;left:26.15625rem;height:1.31303125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CACZXNnNhxLv4f0EUSOkx2RWEm2of1k1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:22.5625rem;top:2.34375rem;left:26.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { top:0rem;left:12.373752593994rem;width:22.9375rem;height:6.79348218192rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdtDDGTCkN3IF0GOAzpiTX972Qc24CXG { top:6.8125rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F { display:block; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHEyQE9hPAbaXFJVvLCXiCoi7ZvJpJZ0 { top:0.1875rem;left:0rem;width:34.5rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLfANnLPC0MKiCKQfIhHzAFDFsH9286T { display:block; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODTRZXir9IGsN2TrHOw7pmVVRT1OgWr1 { top:14.9375rem;left:4.7805366516113rem;width:38.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHggSZHQGfgLkT4NACEDvhIni6dXT2RT { top:3.625rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqLucsh9gHgeQa5qGnK3t6eyaT9TogvD { top:22.125rem;left:8.6867866516112rem;width:30.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNow5MUXs8Krb5J4v7G8eWxrRIpNdIT { top:1.75rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EsnHcITQZID412OXriFHmzsQqQX2fdUK { top:1.1875rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqvJFSb5T2vXAH817XnTqrLXWbce81gz { top:19.5rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtJSH7Xohltv49V1UcRghCFFIJyeLJke { top:25.375rem;left:0rem;width:47.75rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr6xTeftVahXbNKSCWkQzLD7NgCuakTR { top:32.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QcXuQOJauwZvJNO7rUGTPg4M5ocC4nGm { top:32.3125rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSm8qBd6C0NIct3XSGVQERkQcHHbbZlf { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqWv3X7NHuUA1D7ck5TBKF12eFh5hBq8 { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bk6Nu1pRewbFwPr4HmUPXyhSdfUqoer1 { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZS0lEEkhB0BFuqxuwbOEQN8Ji8xhe99 { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJtLNZSkvIKz1CukuvskHyA6v6UNErfE { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 { display:block; }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAKELdii1xANfxnTWP7FFCsPCS0VaByR { width:34.4375rem;height:3.0625rem;top:1.125rem;left:6.62357711792rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA { display:block; }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhN6tXqdInbvbhG3csE0UhlRggcwFWiG { width:47.75rem;height:3.0625rem;top:12.8125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFW8y97JkDXBKtMTxC4S7JATrbAksHzL { top:0.25rem;left:0rem;width:23.4375rem;height:28.3123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7nn9UHTKkQ9sC8okuX8TpmLklVqxZlR { top:0.25rem;left:24.3125rem;width:23.4375rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGJrmqgDgGrMHhyX29ZFVGndMa3n4Ho8 { display:none; }#QGJrmqgDgGrMHhyX29ZFVGndMa3n4Ho8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vIvHDqXUDBTEpP6iXpgQsWpVUUPMUwKN { width:18.8125rem;height:3.875rem;top:4.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grX1PKwglD8L1x7QnkQiS8i8tefS22PI { display:block; }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA9BRPiUKvmevLLzq8QUVuRbqUrEuClH { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oD95gcrABfpmTMr7OWcyCv0SXXlKoDnT { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLJ0rvUVtVItKtBo2unCg82gZD2JyAbN { width:28rem;height:3.4375rem;top:1.5rem;left:9.8435707092288rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkG6h3UiXZWpXq35HvZTsDaNhbIdgvEO { display:block; }
 }@media only screen and (max-width: 763px) { #BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 { display:block; }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2liwSF9TdWzeGu9WplRCW8SfM58vVrn { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNGq3ROX4y2ENfR3aK3ovXnfpxRCWyiK { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVQg4Gt6IDNlk8dvxGtW1BBr2JX4Vl2z { top:0.125rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ATWDlxVBaoi5GuXNrhbqeVcy0EVJL5 { top:0.6875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xvJdzoybn7wEotS5I9Qw738dTBa9n5eP { width:34.4375rem;height:3.0625rem;top:2.5625rem;left:6.62357711792rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd { display:block; }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6yOyVFJBybBcxBkT8oxz53pETIrvUeX { width:25rem;height:3.0625rem;top:1.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9kqqCdEI1o8rAIKdI3s4ZLPabEMNiux { width:25rem;height:4.5rem;top:5.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9vaHKoxT9v0yzl7dTvzs85D5BPEoDJ4 { top:0.6875rem;left:7.3116111755369rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taR7d0M0Z0NqxzoBVGa2qnwDig8lU5l2 { width:25rem;height:3.0625rem;top:2rem;left:6.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT9Llz5AreTedHwIZUTtTHPM0Aig3HOX { top:0.75rem;left:23.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPgWfy9J2wFoheJ8yQMu2iFRdcrAnZ2K { width:25rem;height:6.75rem;top:5.0625rem;left:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0cphozRrP5TDKhaHnnHlb5Wq6pSilS1 { width:25rem;height:1.125rem;top:12.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErunI2ATuZQz3bdUa5oy9zXkexSvuMNM { width:25rem;height:3.0625rem;top:2rem;left:22.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Qb7S7BxLbZeKFeRd9QBBDH7fykSbIU { width:25rem;height:4.5rem;top:5.0625rem;left:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAm2GkX5I25C14g0nFZdiktdEftkn658 { top:0.75rem;left:39.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWGVSLm0hKAx4xL2AQQRReHldZPrPiiG { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwNs6tsamaoG71zre4d23X2l8lyau5Tl { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7u9M9kFrNW92L1L0sa8TuCWNJ4h8yo5 { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p { display:block; }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNVme35MT3WRR8bmAnd9ignsTkcJLZOv { top:1.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QrXHifgn7lVyXs8XvZwnwD8hfJnEFDf6 { top:1.25rem;left:23.249996185302rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdphnezhPbnUkRGNgsMgG7oc8V6afQUW { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqtgIOfPPUENmpJbRf7sTPeRJuUyHAbn { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi { display:block; }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKSUoE24wzQJcT8BaDkRMlXK68Ox8CkC { width:40.9375rem;height:3.0625rem;top:0.875rem;left:3.4053611755371rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC { display:block; }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y99hbi9wrEARvwzab4hgr5ipqz7PyKoq { width:32.375rem;height:25.1875rem;top:4.125rem;left:0rem;font-size:1.125rem;display:block; }#y99hbi9wrEARvwzab4hgr5ipqz7PyKoq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
 }@media only screen and (max-width: 763px) { #DAtma7R7CgwhPoJ9zXrQtLkMzrwTTfge { width:29.0625rem;height:2.5rem;top:0.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSrgyLKMqPnt7EcNJeXVU3mlk7pPKNJF { width:29.0625rem;height:2.5rem;top:0.5625rem;left:18.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFlq60r7v4zFO57rspcKclBFSnNZFBt { width:32.4375rem;height:4.6875rem;top:4.1875rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmdth3AKA1Ep1W85O9lHdSK9lc8KTsTq { width:32.375rem;height:9.6875rem;top:9.5rem;left:15.375rem;font-size:1.125rem;display:block; }#Wmdth3AKA1Ep1W85O9lHdSK9lc8KTsTq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
 }@media only screen and (max-width: 763px) { #Go4SiTnIVIJeinhECDXL3JMN756yTxvO { width:34.4375rem;height:10.0625rem;top:20.3125rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #st46HBTcAEFQQAN7c19fgC1v5bJMUwTW { width:33.3125rem;height:1.75rem;top:30.625rem;left:14.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOXyGA1S93FquU3sySF1t749bOxmtqHq { top:20rem;left:16.5rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF { display:block; }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T28O7U3MkOnoDDqUqfueGdK4w5SQxAac { width:34.4375rem;height:5.1875rem;top:15.125rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apOpL492HK6vZRTBTGtk50Z305K2VEMI { width:34.4375rem;height:12.0625rem;top:0.75rem;left:13.3125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tozEPc12T50c9fD267rtfCgW3Ae9KXWW { top:0.9375rem;left:0rem;width:37.375rem;height:20.964882193555rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs { display:block; }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObkuDhopElVMO7Bde2yv9OVEMMSCdps2 { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7XPXB9qMFlDLVJ9A8INQo4PkBwPxqZ0 { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N54drotGvrO8laxCd0XC8EKor1hI5E6E { width:28rem;height:3.4375rem;top:0.5625rem;left:9.8435707092288rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDgQsgsxKRipdh7SREWDBCCAuOWnlAoz { display:block; }
 }@media only screen and (max-width: 763px) { #cq8zTXscxdBqrt342v5vi7PXVmTmuaG2 { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcvfPbERJXTeJbH5ocdOfgKdZuV3BVk3 { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT { display:block; }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1uiThCmPupdFJS12pgmAgvdUnkku84x { width:40.9375rem;height:3.0625rem;top:1.75rem;left:3.4053611755371rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZuLNo0AzbKb90POVWSsObi18hao68A4 { top:0.5625rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evk0GxrTXKPtdbCvLeRRsq3Wde3890kx { top:1.125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rPJufM83yvKXTigTz32HtBy4SLlqzsyy { display:block; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpPzTg59yiOwLfu5ry0aSG5VGQPCOnNy { top:17.625rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9xAFT1dv3P3uCtZELNgtLhMTgEi0hc8 { top:18.1875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #S3hUaxQkINr1simr6aUFxmu7JBIkune3 {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #nddplBQ8xQoxPG5q6cq1V3nh2dWV4hTT {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #brsTX1Ha7VEGRyuRVipF2WUn2rO1hCwA {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #gNOENXIE2c3JZVf9FZO4RzSGI0h8aMox {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #InPqhOshTgLvLvcN6txlw3CslSPaS2Hm {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #g8hghGNTTVoSEozZFktcc0S1nk9VaM53 {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #M2KZTsuqCrufvMgTPrMODIOt8AFrAhoC {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #cLgTDSqzZs5u5ZvNagxZhKsVqoh0SkWv {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #fQVXAk9W1MEUfHbBikqVZxswuNDKyR7k {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #cH6cnwi6mcuWJOJeXvqhEzhNlpMuvOwq {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #ZvdemogNqOKL1iCJycoSO4nTGMxMKeby {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #yx8oF2ON7UwsyrksHPr2ugG18LucsBln {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #veQSo2rfHUFp22xMTvCcUCuOw6nhDpHG {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #fKrDKt7hkNqSC4T6CXRHkTMxWXAGLqsu {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #Tz9DmOp4ofnJTkcsqQ2NpC028PM8Hhbq {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #lzI1WviaX5k5I5ZvL3c9CcAAEPcu1d4B {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #dChmVDTqCrMpRT2tduQ4tfQsncDgdAFc {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #EE3A6csboZBasHOXqCi7TVr4GmzlKNFk {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #XT2eICf399QNrn8NGdhC7m8pxnhnLaBr {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #U0NZZapvKghp68d7nvHMwz772G90sxGI {  }
 }@media only screen and (max-width: 763px) { #ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe { display:block; }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a77T222V6kh6TCQQWCzkeXvrU4TSOLMo { width:40.9375rem;height:3.0625rem;top:0.5rem;left:3.4053611755371rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8UDhSdlNdBZ4ozNpPsKkeyKvEbig9ln { width:34.3125rem;height:16.125rem;top:4.0625rem;left:0rem;font-size:1.125rem;display:block; }#h8UDhSdlNdBZ4ozNpPsKkeyKvEbig9ln li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
 }@media only screen and (max-width: 763px) { #WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M { display:block; }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt0dX5iNMCFwAkP1gT84nprnz6DsNzax { width:28rem;height:3.4375rem;top:10.8125rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJxJECXeLOXNazSwUkQprS5hOQvXVzG3 { display:block; }
 }@media only screen and (max-width: 763px) { #pFAr0DkKEHDyJiaMwl2WhNzRBBNS1VhQ { width:32.9375rem;height:3.0625rem;top:2.5625rem;left:14.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKn33Tr3m35eWUo8wA5KOTk8E2nLdvt4 { width:32.9375rem;height:3.0625rem;top:5.625rem;left:14.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t { display:block; }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bF2PoT6JKagSWxfJi9vyZ8hkPXvZFn0K { top:1.5625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WroImBElWE2tUT0JEnIhXeOLteBqNuwg { top:1rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA { display:block; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOAXFAD0viCQm7wLXOfQknkK6ZpR8r1s { top:2.4375rem;left:0rem;width:22.5rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l046mS3mCE12XJFTyAln9OU6RXt1Cw4i { top:12.1875rem;left:0rem;width:21.125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRu4OqUtX5NzVdaNqXIkJJCnaRhQSZc { top:1.25rem;left:12.624996185302rem;width:27.5625rem;height:19.019845516517rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0I3xrSgLeoulXgqiupghicG2hdtc5Cy { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stz80qvppRm492zX5iB65vqGDJZTJwra { top:1.25rem;left:30.5625rem;width:17.1875rem;height:18.993845880708rem;display:block; }
 }@media only screen and (max-width: 763px) { #W88dHE2vIKXUpgwTVvdcahgbFT4TZH0e { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k73nw7v24cIJ6CCW3W9HTwSb4MHxSVxG { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEuhNyLQ4DxLCpH9J0nBCEdPwJukouev { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B { display:block; }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOinvDdQHNRkzRREokQJyE1bz0bHPGP0 { width:47.75rem;height:13.4375rem;top:3.5625rem;left:0rem;font-size:0.75rem;display:block; }#rOinvDdQHNRkzRREokQJyE1bz0bHPGP0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
 }@media only screen and (max-width: 763px) { #MENCfh0yOeksF05fyenH0qTMMrLN0TcX { width:32.9375rem;height:1.875rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o { display:block; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTbr0EwfLR6lzvLyVyNmbiGgfhlk12Fc { top:2.25rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DszvF3Br9I8ekl95MnK2Qlp4BCk4rXdT { top:7.6875rem;left:0rem;width:23.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsoQOtAKtn5MtgkTGDK5b3NxixxXlGXd { top:18.1875rem;left:0rem;width:19.875rem;height:15.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC5HxQlNeRFFwsVRevxghyzNcHakRGKm { top:9.8125rem;left:0rem;width:19.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUpfuy65WAcgzbZTWRd7eaZre7zJNftW { top:7.6875rem;left:11.936962127686rem;width:23.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkB45gG6wKJb32my1xhkDVuBe4DzmJRs { top:11.375rem;left:13.186962127686rem;width:21.375rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPNJmP16eGpweqVigRD12EUnR06lWZW { top:8.875rem;left:17.124286651611rem;width:16.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNmB6AI4zQ4qbzOo5FvQqetHUK4e5po { top:8.5625rem;left:13.562496185302rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvTh6mVtZlEfoOfpz71qwyG8XDtkr15G { top:7.6875rem;left:23.875rem;width:23.75rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSIqvEhnEin355WAelT2eexxlukrkxXh { top:11.375rem;left:25.9375rem;width:21.8125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzIsHWq9SVG3MrPVSEfcUvTCdP9MBqe { top:8.875rem;left:31rem;width:16.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR73ZyXt07uveenUJW00PTBRl8KAGRSd { top:8.5625rem;left:39.624286651611rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0UquQUatPuscz1tozVo9XhUgZma89k { top:24.125rem;left:23.875rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBggkHSp1btgITTIwdAepC4sTxPihe2d { top:28.8125rem;left:27.875rem;width:19.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzMbf2l9nh83wUlE4pJwTg6AU0gkXWk { top:36rem;left:35.8125rem;width:11.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVdGt5SvQraThheDvE1vJyihPxHBTa6i { top:24.125rem;left:11.936962127686rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb6Qf7gOuycKuHAScz3n0v6TVBn5736Z { top:28.8125rem;left:13.937145233154rem;width:19.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBoo3Le6EvNA3VwrT0V4SUAu9anqnJvW { top:25.6875rem;left:17.124286651611rem;width:16.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPnH7k0tGOhpC21LQd1JQwguB8w3riHn { top:36rem;left:24.218570709229rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJr0VcPDvzRBvaiwpPaHAfHTchOgNFrd { top:25.6875rem;left:31rem;width:16.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOT6pFrXZanKC4dwo6Tbov8ac3THmGm { top:25.75rem;left:39.624286651611rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOEs1704BXFQC85kNZ8PmgBgBJfKVbXZ { top:25.6875rem;left:13.937145233154rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRJEtsze4LJxd1cTOzQf2cgLahDr2am { top:21.1875rem;left:23.186962127686rem;width:14.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQTk69rH1BmSAHsS35H1kn928QuhD4nz { top:21.1875rem;left:37.375rem;width:10.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg { display:block; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfBVA09BkNOHbskxied0kSdI4pp0GlWJ { top:6.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvvskTblXclgTxPq7OyXok9ofRHy37ec { top:11.5625rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1r20JDCLvVfmdQhmR9ZmhU7Z7HNfDug { top:12.1875rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLGRpZzDLrgTVR3P8kxez6ZmhqFJ2ARW { top:15.0625rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfJgtK82P21nisVT2xNB554r7Qf9ZWTB { top:14.875rem;left:22.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBedklqxVBlTc6pA4mk9x4Bs33B8oSF8 { top:15.0625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrkO3oyMfGPSMuJeMHld1BpSpaEF6L2e { top:19.375rem;left:0rem;width:18.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { top:19.375rem;left:14.5rem;width:18.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac7i3PVLtH5ecy3dsgKAD50WVGG6MSiw { top:19.375rem;left:27.75rem;width:20rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx { display:block; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBVgK5hUJLgylqPsMr8u02cnCIQ0Gchc { top:0.5rem;left:0rem;width:20.625rem;height:5.7492875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9czMdUMIycP1ZCwpmSqOvpIBDT039cO { width:28rem;height:3.4375rem;top:1.6875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqGyBLrXZkDWgQvuMT6IBn6WibTqZKzX { display:block; }
 }@media only screen and (max-width: 763px) { #ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W { display:none; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ExL9zHbE4CtuTzdkeq2q0NkiGoTzs8u7 { top:0.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHrxgCkFqoNJE6G5necT6NUHb0mXeWVf { top:6.8125rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEf7MSF0I2NUnDMqoaLS5P0zGUTpaprx { top:1rem;left:0rem;width:1.3125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT { display:block; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc5TzrmgSNWoXggry1iDibfP4xJuDMbo { top:9.9375rem;left:12.53125rem;width:22.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACZXNnNhxLv4f0EUSOkx2RWEm2of1k1 { width:22.5625rem;height:7.6875rem;top:2.3125rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.82);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { background-color: transparent; background-image: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .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); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { width:15.3125rem;height:4.9375rem;top:0rem;left:2.3437498807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pdtDDGTCkN3IF0GOAzpiTX972Qc24CXG { width:20rem;height:11.25rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F { background-color:#ffffff;background-image:none;display:block; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { background-color: transparent; background-image: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container > .video-iframe-container { display: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row > .video-iframe-container { display: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .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); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHEyQE9hPAbaXFJVvLCXiCoi7ZvJpJZ0 { width:19.8125rem;height:23.875rem;top:0.18643426895142rem;left:0.092329502105713rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TLfANnLPC0MKiCKQfIhHzAFDFsH9286T { background-color:rgba(255,255,255,0.82);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; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { background-color: transparent; background-image: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container > .video-iframe-container { display: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container { display: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .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); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { border-width: 0; border-radius: 0; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODTRZXir9IGsN2TrHOw7pmVVRT1OgWr1 { width:20rem;height:1.31303125rem;top:9.4975147247312rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #mHggSZHQGfgLkT4NACEDvhIni6dXT2RT { width:20rem;height:7.1244375rem;top:1.8119678497314rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #BqLucsh9gHgeQa5qGnK3t6eyaT9TogvD { width:20rem;height:1.6867875rem;top:13.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #xTNow5MUXs8Krb5J4v7G8eWxrRIpNdIT { width:20rem;height:0;top:1.75rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #EsnHcITQZID412OXriFHmzsQqQX2fdUK { display:flex;width:1.25rem;height:1.25rem;top:1.1875rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #SqvJFSb5T2vXAH817XnTqrLXWbce81gz { display:flex;width:1.25rem;height:1.25rem;top:19.5rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #QtJSH7Xohltv49V1UcRghCFFIJyeLJke { width:20rem;height:5.06036875rem;top:15.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #Fr6xTeftVahXbNKSCWkQzLD7NgCuakTR { width:20rem;height:0;top:32.875rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #QcXuQOJauwZvJNO7rUGTPg4M5ocC4nGm { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #GSm8qBd6C0NIct3XSGVQERkQcHHbbZlf { display:flex;width:1.25rem;height:1.25rem;top:0.3062858581543rem;left:9.3749994039537rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #tqWv3X7NHuUA1D7ck5TBKF12eFh5hBq8 { width:16.4364375rem;height:0.061257125rem;top:0.90554046630862rem;left:1.7808948755264rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Bk6Nu1pRewbFwPr4HmUPXyhSdfUqoer1 { display:flex;width:1.25rem;height:1.25rem;top:11.375177383423rem;left:9.3749994039537rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #yZS0lEEkhB0BFuqxuwbOEQN8Ji8xhe99 { width:16.4364375rem;height:0.061257125rem;top:21.249111175537rem;left:1.7808948755264rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #bJtLNZSkvIKz1CukuvskHyA6v6UNErfE { display:flex;width:1.25rem;height:1.25rem;top:20.654296875rem;left:9.3749994039537rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 { display:block; }#Q0otS9EXku0HyKWfmi1u4xmCQgvqrrX9 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAKELdii1xANfxnTWP7FFCsPCS0VaByR { width:20rem;height:4.39985625rem;top:1.2979412078857rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA { display:block; }#ZKnnIUZDKEbxcTs4bi4UaIiL9Akux5hA > .row .container { width:20rem;height:52.821396240234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhN6tXqdInbvbhG3csE0UhlRggcwFWiG { width:20rem;height:2.80006875rem;top:25.123401641846rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sFW8y97JkDXBKtMTxC4S7JATrbAksHzL { width:20rem;height:24.15984rem;top:0.10990715026856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7nn9UHTKkQ9sC8okuX8TpmLklVqxZlR { width:20rem;height:24.053013333333rem;top:28.769527435302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGJrmqgDgGrMHhyX29ZFVGndMa3n4Ho8 { display:block; }#QGJrmqgDgGrMHhyX29ZFVGndMa3n4Ho8 > .row .container { width:20rem;height:4.447797668457rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIvHDqXUDBTEpP6iXpgQsWpVUUPMUwKN { width:18.8743125rem;height:3.9364375rem;top:0.5113639831543rem;left:0.56107950210571rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #grX1PKwglD8L1x7QnkQiS8i8tefS22PI { display:block; }#grX1PKwglD8L1x7QnkQiS8i8tefS22PI > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA9BRPiUKvmevLLzq8QUVuRbqUrEuClH { display:flex;width:1.25rem;height:1.25rem;top:0.32723617553711rem;left:9.3749994039537rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #oD95gcrABfpmTMr7OWcyCv0SXXlKoDnT { width:16.4364375rem;height:0.061257125rem;top:0.90465641021731rem;left:1.7808948755264rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #kLJ0rvUVtVItKtBo2unCg82gZD2JyAbN { width:20rem;height:3.4375rem;top:2.1218013763427rem;left:0rem;font-size:1.1875rem;background-color:#202020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkG6h3UiXZWpXq35HvZTsDaNhbIdgvEO { display:block; }
 }@media only screen and (max-width: 763px) { #BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 { display:block; }#BhySFyz3u1oUpzRtJtJhTbGK6ZST2Xi7 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2liwSF9TdWzeGu9WplRCW8SfM58vVrn { width:16.4364375rem;height:0.061257125rem;top:0.93714523315431rem;left:1.7808948755264rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BNGq3ROX4y2ENfR3aK3ovXnfpxRCWyiK { display:flex;width:1.25rem;height:1.25rem;top:0.31143569946289rem;left:9.3749994039537rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #GVQg4Gt6IDNlk8dvxGtW1BBr2JX4Vl2z { display:flex;width:1.25rem;height:1.25rem;top:0.125rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #I6ATWDlxVBaoi5GuXNrhbqeVcy0EVJL5 { width:20rem;height:0;top:0.6875rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #xvJdzoybn7wEotS5I9Qw738dTBa9n5eP { width:20rem;height:5.60014375rem;top:2.8107299804688rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd { display:block; }#x8s8vDcDXxTBTese3TPaK31dDPT0C6Wd > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6yOyVFJBybBcxBkT8oxz53pETIrvUeX { width:20rem;height:2.80006875rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f9kqqCdEI1o8rAIKdI3s4ZLPabEMNiux { width:20rem;height:4.375rem;top:4.6107959747314rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J9vaHKoxT9v0yzl7dTvzs85D5BPEoDJ4 { display:flex;width:1.25rem;height:1.25rem;top:0.6875rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #taR7d0M0Z0NqxzoBVGa2qnwDig8lU5l2 { width:20rem;height:2.80006875rem;top:11.922941207886rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FT9Llz5AreTedHwIZUTtTHPM0Aig3HOX { display:flex;width:1.25rem;height:1.25rem;top:0.75rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #RPgWfy9J2wFoheJ8yQMu2iFRdcrAnZ2K { width:20rem;height:6.5625rem;top:14.721769332886rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R0cphozRrP5TDKhaHnnHlb5Wq6pSilS1 { width:20rem;height:1.4870375rem;top:21.096769332886rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ErunI2ATuZQz3bdUa5oy9zXkexSvuMNM { width:20rem;height:2.80006875rem;top:25.549005508423rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u6Qb7S7BxLbZeKFeRd9QBBDH7fykSbIU { width:20rem;height:4.375rem;top:28.431108474731rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UAm2GkX5I25C14g0nFZdiktdEftkn658 { display:flex;width:1.25rem;height:1.25rem;top:0.75rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #eWGVSLm0hKAx4xL2AQQRReHldZPrPiiG { display:flex;width:1.25rem;height:1.25rem;top:0.73597335815431rem;left:9.3749994039537rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #hwNs6tsamaoG71zre4d23X2l8lyau5Tl { display:flex;width:1.25rem;height:1.25rem;top:10.736326217651rem;left:9.3749994039537rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #g7u9M9kFrNW92L1L0sa8TuCWNJ4h8yo5 { display:flex;width:1.25rem;height:1.25rem;top:24.299005508423rem;left:9.3749994039537rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p { display:block; }#rs3vR29odTeqv4R5sf6AFeVBKZCdfZ0p > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNVme35MT3WRR8bmAnd9ignsTkcJLZOv { width:20rem;height:0;top:1.875rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #QrXHifgn7lVyXs8XvZwnwD8hfJnEFDf6 { display:flex;width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #vdphnezhPbnUkRGNgsMgG7oc8V6afQUW { display:flex;width:1.25rem;height:1.25rem;top:0.50603485107422rem;left:9.3749994039537rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #TqtgIOfPPUENmpJbRf7sTPeRJuUyHAbn { width:16.4364375rem;height:0.061257125rem;top:1.1026268005371rem;left:1.7808948755264rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi { display:block; }#hXVl4LxJhSVCCawqVkv5ip9lnxpBd7Qi > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKSUoE24wzQJcT8BaDkRMlXK68Ox8CkC { width:20rem;height:8.4001875rem;top:1.1115074157715rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC { display:block; }#iUETsrWRSmiLZrxmO1qXgcXOCiQSn2pC > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y99hbi9wrEARvwzab4hgr5ipqz7PyKoq { width:19.124625rem;height:16.6779375rem;top:6.5988998413088rem;left:0.43678975105286rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }#y99hbi9wrEARvwzab4hgr5ipqz7PyKoq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
 }@media only screen and (max-width: 763px) { #DAtma7R7CgwhPoJ9zXrQtLkMzrwTTfge { width:18.9373125rem;height:4.38743125rem;top:1.123046875rem;left:0.53089487552643rem;text-align:left;text-align-last:left;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gSrgyLKMqPnt7EcNJeXVU3mlk7pPKNJF { width:18.9375rem;height:2.36239375rem;top:25.420809745789rem;left:0.53000712394714rem;text-align:left;text-align-last:left;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JIFlq60r7v4zFO57rspcKclBFSnNZFBt { width:19.125rem;height:3.14808125rem;top:28.534266471863rem;left:0.43678975105286rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Wmdth3AKA1Ep1W85O9lHdSK9lc8KTsTq { width:19.125rem;height:6.9211875rem;top:32.608308792114rem;left:0.43678975105286rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }#Wmdth3AKA1Ep1W85O9lHdSK9lc8KTsTq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
 }@media only screen and (max-width: 763px) { #Go4SiTnIVIJeinhECDXL3JMN756yTxvO { width:19.125rem;height:9.44426875rem;top:40.845161437988rem;left:0.43678975105286rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #st46HBTcAEFQQAN7c19fgC1v5bJMUwTW { width:20rem;height:1.13725rem;top:50.898435592651rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wOXyGA1S93FquU3sySF1t749bOxmtqHq { width:20rem;height:0.0625rem;top:20rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF { display:block; }#WKtKhJUqfzrlFVCTptJDONXE9FvA7GdF > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T28O7U3MkOnoDDqUqfueGdK4w5SQxAac { width:19.1875rem;height:3.14808125rem;top:9.6235656738281rem;left:0.40482950210571rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #apOpL492HK6vZRTBTGtk50Z305K2VEMI { width:20rem;height:8.40020625rem;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tozEPc12T50c9fD267rtfCgW3Ae9KXWW { width:18.75rem;height:10.4998125rem;top:13.817468643189rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs { display:block; }#gqZk8e0Cuuzw4C8ULFKDmVt492AzQdgs > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObkuDhopElVMO7Bde2yv9OVEMMSCdps2 { display:flex;width:1.25rem;height:1.25rem;top:0.32723617553711rem;left:9.3749994039537rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #d7XPXB9qMFlDLVJ9A8INQo4PkBwPxqZ0 { width:16.4364375rem;height:0.061257125rem;top:0.90465641021731rem;left:1.7808948755264rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #N54drotGvrO8laxCd0XC8EKor1hI5E6E { width:20rem;height:3.4375rem;top:2.529296875rem;left:0rem;font-size:1.1875rem;background-color:#202020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDgQsgsxKRipdh7SREWDBCCAuOWnlAoz { display:block; }
 }@media only screen and (max-width: 763px) { #cq8zTXscxdBqrt342v5vi7PXVmTmuaG2 { display:flex;width:1.25rem;height:1.25rem;top:6.75rem;left:9.375rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #rcvfPbERJXTeJbH5ocdOfgKdZuV3BVk3 { width:16.4364375rem;height:0.061257125rem;top:7.3125rem;left:1.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT { display:block; }#TSu9s94TMPhCDQfbrkDeAhuKA5qKESTT > .row .container { width:20rem;height:3.2359793457031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1uiThCmPupdFJS12pgmAgvdUnkku84x { width:20rem;height:2.80006875rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oZuLNo0AzbKb90POVWSsObi18hao68A4 { display:flex;width:1.25rem;height:1.25rem;top:0.5625rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #evk0GxrTXKPtdbCvLeRRsq3Wde3890kx { width:20rem;height:0;top:1.125rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #rPJufM83yvKXTigTz32HtBy4SLlqzsyy { background-color:rgba(255,255,255,0.82);background-image:none;display:block; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { background-color: transparent; background-image: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container > .video-iframe-container { display: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row > .video-iframe-container { display: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .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); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpPzTg59yiOwLfu5ry0aSG5VGQPCOnNy { display:flex;width:1.25rem;height:1.25rem;top:17.625rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #O9xAFT1dv3P3uCtZELNgtLhMTgEi0hc8 { width:20rem;height:0;top:18.1875rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf { display:flex;height:auto;width:17.5rem;top:0.58948516845703rem;left:0rem; }
#cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #S3hUaxQkINr1simr6aUFxmu7JBIkune3 {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #nddplBQ8xQoxPG5q6cq1V3nh2dWV4hTT {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #brsTX1Ha7VEGRyuRVipF2WUn2rO1hCwA {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #gNOENXIE2c3JZVf9FZO4RzSGI0h8aMox {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #InPqhOshTgLvLvcN6txlw3CslSPaS2Hm {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #g8hghGNTTVoSEozZFktcc0S1nk9VaM53 {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #M2KZTsuqCrufvMgTPrMODIOt8AFrAhoC {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #cLgTDSqzZs5u5ZvNagxZhKsVqoh0SkWv {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #fQVXAk9W1MEUfHbBikqVZxswuNDKyR7k {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #cH6cnwi6mcuWJOJeXvqhEzhNlpMuvOwq {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #ZvdemogNqOKL1iCJycoSO4nTGMxMKeby {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #yx8oF2ON7UwsyrksHPr2ugG18LucsBln {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #veQSo2rfHUFp22xMTvCcUCuOw6nhDpHG {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #fKrDKt7hkNqSC4T6CXRHkTMxWXAGLqsu {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #Tz9DmOp4ofnJTkcsqQ2NpC028PM8Hhbq {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #lzI1WviaX5k5I5ZvL3c9CcAAEPcu1d4B {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #dChmVDTqCrMpRT2tduQ4tfQsncDgdAFc {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #EE3A6csboZBasHOXqCi7TVr4GmzlKNFk {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #XT2eICf399QNrn8NGdhC7m8pxnhnLaBr {  }
 }@media only screen and (max-width: 763px) { #cyEpid3rXDeP08fxqCuUP2Zq27QAZAAf #U0NZZapvKghp68d7nvHMwz772G90sxGI {  }
 }@media only screen and (max-width: 763px) { #ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe { display:block; }#ae4w4GfmG2zoJ8Sz1ovrVCdZR2ZUbbVe > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a77T222V6kh6TCQQWCzkeXvrU4TSOLMo { width:20rem;height:2.80006875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #h8UDhSdlNdBZ4ozNpPsKkeyKvEbig9ln { width:19.125rem;height:11.9558125rem;top:5.1100997924805rem;left:0.43678975105286rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }#h8UDhSdlNdBZ4ozNpPsKkeyKvEbig9ln li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
 }@media only screen and (max-width: 763px) { #WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M { display:block; }#WwUHrmdi1koebhxSI4Xv2Tmo0WtlT65M > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt0dX5iNMCFwAkP1gT84nprnz6DsNzax { width:19rem;height:3.4375rem;top:14.9502875rem;left:0.5rem;font-size:1.1875rem;background-color:#202020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJxJECXeLOXNazSwUkQprS5hOQvXVzG3 { display:block; }
 }@media only screen and (max-width: 763px) { #pFAr0DkKEHDyJiaMwl2WhNzRBBNS1VhQ { width:19.125rem;height:5.60014375rem;top:1.2500114440918rem;left:0.43678975105286rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eKn33Tr3m35eWUo8wA5KOTk8E2nLdvt4 { width:20rem;height:5.60014375rem;top:8.10014375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t { display:block; }#M9foOKkXmztmaCN4x9XaDfDtZ4gRV01t > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bF2PoT6JKagSWxfJi9vyZ8hkPXvZFn0K { width:20rem;height:0;top:1.5625rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #WroImBElWE2tUT0JEnIhXeOLteBqNuwg { display:flex;width:1.25rem;height:1.25rem;top:1rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #fdfdfd);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #fdfdfd);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #fdfdfd);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #fdfdfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fdfdfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fdfdfd' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #fdfdfd);background-size:auto !important;display:block; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { background-color: transparent; background-image: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container > .video-iframe-container { display: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row > .video-iframe-container { display: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .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); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOAXFAD0viCQm7wLXOfQknkK6ZpR8r1s { width:18.125rem;height:4.00035625rem;top:2.4992923736573rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l046mS3mCE12XJFTyAln9OU6RXt1Cw4i { width:19.125rem;height:5.25213125rem;top:7.9980354309081rem;left:0.43678975105286rem;font-size:0.875rem;font-family:cambon;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRu4OqUtX5NzVdaNqXIkJJCnaRhQSZc { width:20rem;height:13.6860625rem;top:15.06125831604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0I3xrSgLeoulXgqiupghicG2hdtc5Cy { width:16.4373125rem;height:0.062144875rem;top:8.0601921081544rem;left:1.7800070047379rem;display:none; }
 }@media only screen and (max-width: 763px) { #Stz80qvppRm492zX5iB65vqGDJZTJwra { width:20rem;height:22.1235625rem;top:30.371976852417rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W88dHE2vIKXUpgwTVvdcahgbFT4TZH0e { display:flex;width:1.25rem;height:1.25rem;top:7.4680366516112rem;left:9.3749994039537rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #k73nw7v24cIJ6CCW3W9HTwSb4MHxSVxG { width:16.4364375rem;height:0.061257125rem;top:1.09375rem;left:1.7808948755264rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aEuhNyLQ4DxLCpH9J0nBCEdPwJukouev { display:flex;width:1.25rem;height:1.25rem;top:0.49893569946289rem;left:9.3749994039537rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B { display:block; }#bAaN4LNR0XDPrmexUCb8cv5W4ZDVtA9B > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOinvDdQHNRkzRREokQJyE1bz0bHPGP0 { width:19.124625rem;height:21.092rem;top:3.3726863861084rem;left:0.43678975105286rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }#rOinvDdQHNRkzRREokQJyE1bz0bHPGP0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c8d3906f-5716-4072-90d6-fcb878b0b88f/Untitleddesign73.png); }
 }@media only screen and (max-width: 763px) { #MENCfh0yOeksF05fyenH0qTMMrLN0TcX { width:19.4993125rem;height:1.749825rem;top:0.8673667907715rem;left:0.24857950210571rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o { display:none; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container { width:20rem;height:112.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTbr0EwfLR6lzvLyVyNmbiGgfhlk12Fc { width:20rem;height:4rem;top:3.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DszvF3Br9I8ekl95MnK2Qlp4BCk4rXdT { width:19.875rem;height:20.9375rem;top:10.375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #KsoQOtAKtn5MtgkTGDK5b3NxixxXlGXd { width:17.5rem;height:11.8125rem;top:18.375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DC5HxQlNeRFFwsVRevxghyzNcHakRGKm { width:17.5rem;height:4.5rem;top:12.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUpfuy65WAcgzbZTWRd7eaZre7zJNftW { width:19.875rem;height:20.25rem;top:34.1875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #XkB45gG6wKJb32my1xhkDVuBe4DzmJRs { width:17.5rem;height:12.246125rem;top:39.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPNJmP16eGpweqVigRD12EUnR06lWZW { width:15.625rem;height:3rem;top:35.34375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNmB6AI4zQ4qbzOo5FvQqetHUK4e5po { display:flex;width:2.0625rem;height:2.0625rem;top:35.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #OvTh6mVtZlEfoOfpz71qwyG8XDtkr15G { width:19.875rem;height:14.9375rem;top:56.5rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #VSIqvEhnEin355WAelT2eexxlukrkxXh { width:18.125rem;height:6.12305rem;top:63.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzIsHWq9SVG3MrPVSEfcUvTCdP9MBqe { width:16.75rem;height:1.5rem;top:60.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR73ZyXt07uveenUJW00PTBRl8KAGRSd { display:flex;width:2.0625rem;height:2.0625rem;top:58.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Jp0UquQUatPuscz1tozVo9XhUgZma89k { width:19.875rem;height:16.5625rem;top:90.1875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #uBggkHSp1btgITTIwdAepC4sTxPihe2d { width:17.5rem;height:6.5625rem;top:97.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzMbf2l9nh83wUlE4pJwTg6AU0gkXWk { width:14.375rem;height:1.3125rem;top:104.1875rem;left:4.375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oVdGt5SvQraThheDvE1vJyihPxHBTa6i { width:19.875rem;height:16.5625rem;top:72.5rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #wb6Qf7gOuycKuHAScz3n0v6TVBn5736Z { width:17.5rem;height:6.5625rem;top:79.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBoo3Le6EvNA3VwrT0V4SUAu9anqnJvW { width:16.75rem;height:2.19921875rem;top:76.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPnH7k0tGOhpC21LQd1JQwguB8w3riHn { width:14.375rem;height:1.3125rem;top:86.5rem;left:4.375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aJr0VcPDvzRBvaiwpPaHAfHTchOgNFrd { width:16.75rem;height:2.19921875rem;top:94.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOT6pFrXZanKC4dwo6Tbov8ac3THmGm { display:flex;width:2.0625rem;height:2.0625rem;top:91.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #tOEs1704BXFQC85kNZ8PmgBgBJfKVbXZ { display:flex;width:2.0625rem;height:2.0625rem;top:74.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #oGRJEtsze4LJxd1cTOzQf2cgLahDr2am { width:14.375rem;height:1.3125rem;top:69.185546875rem;left:4.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zQTk69rH1BmSAHsS35H1kn928QuhD4nz { width:10.3745rem;height:1.3125rem;top:52.05859375rem;left:8.43798828125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg { display:none; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KfBVA09BkNOHbskxied0kSdI4pp0GlWJ { width:20rem;height:2.000175rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvvskTblXclgTxPq7OyXok9ofRHy37ec { display:flex;width:1.25rem;height:1.25rem;top:8.3125rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #J1r20JDCLvVfmdQhmR9ZmhU7Z7HNfDug { width:20rem;height:0.0625rem;top:8.9375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #WLGRpZzDLrgTVR3P8kxez6ZmhqFJ2ARW { display:flex;width:3.25rem;height:3.25rem;top:30.0625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #rfJgtK82P21nisVT2xNB554r7Qf9ZWTB { display:flex;width:3.25rem;height:3.25rem;top:20.9375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #CBedklqxVBlTc6pA4mk9x4Bs33B8oSF8 { display:flex;width:3.25rem;height:3.25rem;top:11.875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #wrkO3oyMfGPSMuJeMHld1BpSpaEF6L2e { width:18.75rem;height:1.5rem;top:16.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { width:18.75rem;height:1.5rem;top:25.4375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ac7i3PVLtH5ecy3dsgKAD50WVGG6MSiw { width:18.75rem;height:1.5rem;top:34.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { background-color: transparent; background-image: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container > .video-iframe-container { display: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row > .video-iframe-container { display: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .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); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBVgK5hUJLgylqPsMr8u02cnCIQ0Gchc { width:7rem;height:2rem;top:0.686767578125rem;left:0.75372862815856rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #T9czMdUMIycP1ZCwpmSqOvpIBDT039cO { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.1875rem;background-color:#202020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqGyBLrXZkDWgQvuMT6IBn6WibTqZKzX { display:block; }
 }@media only screen and (max-width: 763px) { #ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container { background-color: transparent; background-image: none; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container > .video-iframe-container { display: none; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row > .video-iframe-container { display: none; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .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); }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExL9zHbE4CtuTzdkeq2q0NkiGoTzs8u7 { width:20rem;height:3.0625rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHrxgCkFqoNJE6G5necT6NUHb0mXeWVf { width:20rem;height:11.25rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEf7MSF0I2NUnDMqoaLS5P0zGUTpaprx { width:3.624825rem;height:3.37446875rem;top:0.71608352661131rem;left:8.1871446371081rem;overflow:hidden;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT { display:none; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rc5TzrmgSNWoXggry1iDibfP4xJuDMbo { width:20rem;height:1.3125rem;top:9.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CACZXNnNhxLv4f0EUSOkx2RWEm2of1k1 { width:20rem;height:6.5625rem;top:3rem;left:0rem;display:block; }
 }