.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:218,223,225;--color-primary-1:133,148,155;--color-primary-2:10,40,54;--color-primary-3:5,20,27;--color-primary-4:2,6,8;--color-secondary-0:245,240,227;--color-secondary-1:223,205,162;--color-secondary-2:191,154,68;--color-secondary-3:96,77,34;--color-secondary-4:29,23,10;--color-tertiary-0:255,255,255;--color-tertiary-1:251,249,244;--color-tertiary-2:241,234,217;--color-tertiary-3:121,117,109;--color-tertiary-4:24,23,22;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Outfit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae9e3860-6a6c-4564-a893-d3db240a6232/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyloading { background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,27,65,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,27,65,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:60rem;position:relative;display:block; }#mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:"playfair display";font-size:4.1875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:14.375rem;left:0rem;height:13.817875rem;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; }
#giuFLVUoOTl5CN37ZxDMu26ptbPaxgDD { 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;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#X7QVFETzdnTuyJFKn8FvOTP92lo9NJTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#seOadm4wQ7N00gzLEE3EuNC6lzRMxnsZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.75rem;left:30.25rem;display:block; }
#d7Tg2JRP9V6R0HJoI0UX4slvbdq0aRtU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEU7M8RTlkQfPN2Pl972rUlHekJBFMKx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:38.875rem;display:block; }
#yExG8tmzwuL9gd8vUqq80GE1AWcuxwu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h4KvaB1BkSO2HzXySl7TRBp2gNpozXul { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.75rem;left:45.1875rem;display:block; }
#pTTJr5DMXGcyUf6HLtPBtog9fJd3h9xq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEneV67nTHVm8KWwT0Rl6OW7kR3VMAb1 { background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.7373046875rem;left:53rem;display:block; }
#Bi4t8lfrVrER5Dnw5HrpRH6ohTfnaNKb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5KRBJarvpree7hu68qRJuvriWWSQHDl { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:24.4375rem;top:38.625rem;left:0rem;display:block; }
#uQ3xKHQ5kw7txlBnr7drXIhbuBZ3kDhZ { color:rgba(var(--color-secondary-1),1);display:block;width:16.4375rem;position:absolute;font-family:outfit;font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:39.625rem;left:4rem;height:1.29980625rem;font-style:normal;display:block; }
#sQFu9TVZRNnWnH1Jseim0MTpdzrNHXSN { color:rgba(var(--color-primary-0),1);display:block;width:29.5625rem;position:absolute;font-family:outfit;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:31.8125rem;left:0rem;height:5.0625rem;font-style:normal;display:block; }
#T4hkXPZbuRXcuwyOnpHJnLiBpgWNZ2TA { color:rgba(var(--color-secondary-1),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29.86865234375rem;left:0rem;height:1.3808625rem;font-style:normal;display:block; }
#fIhMMSAttMNvSoPiLqH3hnEuCeqlidXC { color:rgba(var(--color-secondary-1),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:12.44970703125rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#wlck9sVwoinH2KDwrpB1TRZnEKoMlg9V { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9rem;top:2.40625rem;left:0rem;overflow:hidden;display:block; }
#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { background-color: transparent; background-image: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container > .video-iframe-container { display: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container { display: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .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); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { border-width: 0; border-radius: 0; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { color:rgba(var(--color-primary-2),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:6.5625rem;left:0rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ULZ2sJTb9Tq2iBwMLTi0G7wkGP2RTBI2 { color:rgba(var(--color-primary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:11rem;left:0rem;height:9.5625rem;display:block; }
#E7sImx8nfP0BwuAMHgNUNlkyKVKukPlV { box-sizing:content-box;height:6.9375rem;width:0.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5625rem;left:0rem;display:block; }
#blWQz5LRNR2wdhug4TLUpUao4vPpy0DC { color:rgba(var(--color-primary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:22.25rem;left:1.25rem;height:6.1875rem;display:block; }
#WGtMBLNPQ26AiqopFiO7vfM2Sp4ZXIpe { color:rgba(var(--color-primary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:29.75rem;left:0rem;height:1.59375rem;display:block; }
#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { background-color: transparent; background-image: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .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); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { border-width: 0; border-radius: 0; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { color:rgba(var(--color-primary-2),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:11.9375rem;left:0rem;height:24rem;display:block; }
#wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:5.5244125rem;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; }
#i7krnKBLNBGI2oFX60ODKn1gcOX7f5cT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.1875rem;width:29.125rem;top:7.125rem;left:30.875rem;overflow:hidden;display:block; }
#XA0kNvhxTS2JOLVyiUIwQWXIAm13PKVC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.6875rem;width:13.1875rem;top:26.875rem;left:30.875rem;overflow:hidden;display:block; }
#i5GrBRgLTWZKsFxCf0i2TX6c62d2RmyH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.6875rem;width:15.0625rem;top:26.875rem;left:44.9375rem;overflow:hidden;display:block; }
#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .row .container { background-color: transparent; background-image: none; }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .row .container > .video-iframe-container { display: none; }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .row > .video-iframe-container { display: none; }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .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); }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .row .container { border-width: 0; border-radius: 0; }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:60rem;position:relative;display:block; }#Au7InsiIk6uXAeKfOhHLMV4KMemqanUt { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:6.8125rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#Rh7CI32mH5zOfe0tR9qMml1SsfgsuvSP { color:rgba(var(--color-primary-2),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:2.76220625rem;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; }
#h2yrGlZ1IwlzIM8c03OOuyvKzMWVVS91 { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.53125rem;left:4.375rem;height:1.5rem;display:block; }
#zfwkFRPywcli0Atc5WJALFK2kQgshJk4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.625rem;left:2.0625rem; }
#x3Kokny2rIKwxTOerQH7BeK4QuZm0Grp { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:6.875rem;left:31.125rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#Q1Aln4RBR0Wv07Hd4xIgR4tV5fVMKLDd { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:8.53125rem;left:35.625rem;height:1.5rem;display:block; }
#tLespm6eIbixCxJ8rXxooyF5TxWCbMTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.6875rem;left:33.1875rem; }
#Iv88hRNrdNbCvLG3FIkQo0omcFLUnWDJ { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:13.0625rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#gGFisb8ldmqwDivunpT9pSXHeV5RuW7d { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:13.125rem;left:31.125rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#DiSrfLbxeJyHxHuFJ1701voH1luZEmDO { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:14.0625rem;left:4.375rem;height:3rem;display:block; }
#GzkgFJP1TFZU5I0C4y7MwcaMcowTLqDd { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:14.125rem;left:35.5rem;height:3rem;display:block; }
#LdPVhoZUSg8Qsa3Odd9f7tUI40yi2zbi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.9375rem;left:33.1875rem; }
#igr0vPhMMOaezOhpcznondSG22DlgMLh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.875rem;left:2.0625rem; }
#hK2DSpvPRsqXIOLZXFWpmbbuxgc1c9E4 { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:19.3125rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#DPkkmhLnesMoU3Ay2OysVx3AJXyqhHr0 { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:19.375rem;left:31.125rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#B6zNr67g6cOgHiDq3k38dE2tSxBzDHsC { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:21.03125rem;left:4.375rem;height:1.5rem;display:block; }
#nlEuawlarM7aKn4BkP4pPJ5wKBPMtcC4 { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:21.03125rem;left:35.625rem;height:1.5rem;display:block; }
#uiIUepWBRNu26WKLRF7fXQe2VL4ZdVgI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:21.1875rem;left:33.1875rem; }
#FLdVv9mbPoT0OnRzkMVvWTI13bzzClq7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:21.125rem;left:2.0625rem; }
#ULd3EMyVnoxT8PbNqeTbkxzazRRUUqhe { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:38.125rem;left:31.125rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#gLvmHnaOJSMH4bw6Z5NLW1uonkx8fEw7 { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:39.84375rem;left:35.625rem;height:1.5rem;display:block; }
#AgVoKqeBmJ5oalZSM0Msq84idxqZQhen { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:39.9375rem;left:33.1875rem; }
#UwllrNOlrJD6BJCeOXPVT216yoc2bcgp { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:31.8125rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#Q0fWtZNOCeS0X2Q0C5rvRsQl9tA9gXbl { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:31.875rem;left:31.125rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#zW3FXo7DI7ZmsJcDS0F56N71yPKuLzQt { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:38.0625rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#PyVHfg577AI3ZXBTfZaNaz3VwkW9IZie { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:39.84375rem;left:4.375rem;height:1.5rem;display:block; }
#seglA6HSllI4r13SWBDsGyxWt7Tw6EdM { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:33.53125rem;left:4.375rem;height:1.5rem;display:block; }
#T7CdCwbTCQEfd9cpcP6E5hcerpCT6dCC { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:33.53125rem;left:35.625rem;height:1.5rem;display:block; }
#KgRQWrzTGV2pf7N1uIKyNZzXSyC4fuum { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:33.6875rem;left:33.1875rem; }
#FLdtv4lCkyEyHOpXEP9UMfI0iiLMCDay { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:25.5625rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#eJzDqMEcSJugFyXkR75vTH8W63gaxNDQ { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:27.28125rem;left:4.375rem;height:1.5rem;display:block; }
#DRpJfTgCBvxq8pTNcprBIVkhQV30JavX { box-sizing:content-box;height:4.8125rem;width:28.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:25.625rem;left:31.125rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#tBf0pLJXDNepTJFOushdO5I3CU4WTPG5 { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:27.28125rem;left:35.625rem;height:1.5rem;display:block; }
#RBNA4EXuNUsHMd80dqLaLdGF37a9EwcG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:27.4375rem;left:33.1875rem; }
#Nm6koSlENodefo4VJp2gnoBeGyqLRXnS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:39.90625rem;left:2.0625rem; }
#J4IwENBz4U2dRDdJXOtWATwhRTnlGll6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.59375rem;left:2.0625rem; }
#HwxTLq5uqMIlcBnJFBSoD41U4O8qzUDP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:27.34375rem;left:2.0625rem; }
#HLXBUMhaJveoOB9xxtTieoHGASI6aF6v { 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;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:45.4375rem;left:17.78125rem;display:block; }
#SDutJVX1LDTb7wI8AwhXroI0Aar3H4xX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .row .container { background-color: transparent; background-image: none; }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .row .container > .video-iframe-container { display: none; }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .row > .video-iframe-container { display: none; }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .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); }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .row .container { border-width: 0; border-radius: 0; }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .row .container { font-size:0.875rem;font-family:arial;height:85.8125rem;width:60rem;position:relative;display:block; }#q6fapHrLQyoU29GTvsaVXmGWUrpaNz1U { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:10.625rem;left:0rem;display:block; }
#wJZXfWZKww0dRpRUrhKRwZ68IBGHtyRZ { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:11.5625rem;left:1.3125rem;height:2.625rem;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; }
#oGBTFHKetn0gzEFbSxgmGhT56gLlbTT1 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.26);background-image:none;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:45.5625rem;width:0.5rem;top:17rem;left:2.9375rem;display:block; }
#rr5tkDA7T5iTpEfa7kzl7noVzVMBZDP0 { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:14.1875rem;left:1.3125rem;height:1.3999rem;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; }
#tMXFX5b4dhu3hJ4oR7abKfwv4uANQTOZ { color:rgba(var(--color-secondary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:10.625rem;left:7.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#mwZuN3gXJmC1zGF1Xb5wT00gPKHJuNls { color:rgba(var(--color-primary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:12.5rem;left:7.5rem;height:2.54980625rem;font-style:normal;display:block; }
#mSOHqp0rdOVWbJFULHV4kXaKTJApOefO { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:14.75rem;left:7.5rem;height:5.09911875rem;display:block; }
#hbkFEzDvyrxgCKnD4y6xTJimXfoToJt4 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:57.375rem;display:block; }
#eKehQclx5ZhPudKIHwyBJONemk69NZTw { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:59.5rem;display:block; }
#eFRzAeZUzJx0SkEtU43Kv3Hn12crNxpO { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:59.5rem;display:block; }
#Z61olROnp0DBIVdFkU11ehhnRXETWoS4 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-tertiary-0),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:59.5rem;display:block; }
#cbhpX7mplTo9HD3P8pMRlNGVew29K8q3 { color:rgba(var(--color-primary-2),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.76220625rem;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; }
#NHQTVGT6zE9pR9ilLQTIuLFMD9iikZJf { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:27.4375rem;left:7.5rem;height:5.09911875rem;display:block; }
#m0xQvSkL5z4ZSIckqhnz0SgkfsTBsPDM { color:rgba(var(--color-primary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:25.1875rem;left:7.5rem;height:2.54980625rem;font-style:normal;display:block; }
#t8zV0Pa6HDofXKn4Aihf9VLP6Oy6w27O { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:23.3125rem;left:0rem;display:block; }
#Auidtntcro28eO8iULG7Jw4bQ36VrMV2 { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:24.25rem;left:1.3125rem;height:2.625rem;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; }
#faoLN6KRdR0hawifsnwJUufgKmfIwtT0 { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:26.875rem;left:1.3125rem;height:1.3999rem;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; }
#hAIxwauqI5ghE1cNRx3eW1I4yQ8V8Gpx { color:rgba(var(--color-secondary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.7;letter-spacing:0;top:23.3125rem;left:7.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#z2z686sMmNLB5I7eNgzrFhSbU6DyTDDM { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:40rem;left:7.5rem;height:5.09911875rem;display:block; }
#OTllGkxGrfi0Og1Ne5WPtpyqEnGQFtAP { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:35.875rem;left:0rem;display:block; }
#Va08VhBdruRFcMuKRyqnsTBWA8xSUvAU { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:39.4375rem;left:1.3125rem;height:1.3999rem;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; }
#o3sZQyat7kAiE4Taor305n1DkrMiNwvc { color:rgba(var(--color-primary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:37.75rem;left:7.5rem;height:2.54980625rem;font-style:normal;display:block; }
#CSOpGbDArcJP9HPyKAoRQfTl3HeTGaKK { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15027;line-height:1;letter-spacing:0;top:36.8125rem;left:1.3125rem;height:2.625rem;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; }
#xKPTd7M59H6masoOTiMqWoIQnKAHcWcm { color:rgba(var(--color-secondary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.7;letter-spacing:0;top:35.875rem;left:7.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#va1Ba57PTJyX9EG4KrInGZCcfyAAhBUW { color:rgba(var(--color-primary-2),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.7;letter-spacing:0;top:52.5rem;left:7.5rem;height:6.7988125rem;display:block; }
#xx5fD72GxcfEcHfvnsypWTz4Eg6utNgi { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:48.375rem;left:0rem;display:block; }
#Hm7OgsqnxPXU7WxN59yp1TdPegxgb8U3 { color:rgba(var(--color-primary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:50.25rem;left:7.5rem;height:2.54980625rem;font-style:normal;display:block; }
#Lh7kdelcqfq6nlvMZl9zWJvJdKEGASL7 { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:51.9375rem;left:1.3125rem;height:1.3999rem;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; }
#Oun7WLBn6LMdh4eFuTwaFTRoNbMEZeDd { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15033;line-height:1;letter-spacing:0;top:49.3125rem;left:1.3125rem;height:2.625rem;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; }
#od7dGKUT7GvkxFanliuknim6AfhVFGKW { color:rgba(var(--color-secondary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.7;letter-spacing:0;top:48.375rem;left:7.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#CwHXqqbH1suXyaG6EdC3Nv9q5Oar669y { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.7;letter-spacing:0;top:66.25rem;left:7.5rem;height:13.5976375rem;display:block; }
#F7TyAwO4xeTJwnmDhk7lg7O1QU115Apx { color:rgba(var(--color-primary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:64rem;left:7.5rem;height:2.54980625rem;font-style:normal;display:block; }
#xwOoyvmNSky1tcWPrWlbWhsG7DdXz6TM { color:rgba(var(--color-secondary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15051;line-height:1.7;letter-spacing:0;top:62.125rem;left:7.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#EIeNXIPq8ZhEE8Pi6lOfiK2xeilyy1pq { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:62.125rem;left:0rem;display:block; }
#eXZU8JEkx6qcBo3O2zs79JQzSKFaSCN1 { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:65.6875rem;left:1.3125rem;height:1.3999rem;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; }
#CusRyygu4tflm4qSMrU5QZViFFttU43z { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15039;line-height:1;letter-spacing:0;top:63.0625rem;left:1.3125rem;height:2.625rem;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; }
#CBNodtGbko8yCnpcsTGTxRaqzXHwLgg8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:5.6875rem;left:4.6875rem;display:none; }
#WJ1UWc7kI6rPzGVn7TZOGtImcvI7T9hN { color:rgba(var(--color-tertiary-4),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:24.6875rem;left:0.75rem;display:none; }
#prSfEPT0ZJH4ynIBgtQylNRCrTTBuTGB { color:rgba(var(--color-tertiary-4),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:41.3125rem;left:0.75rem;display:none; }
#Niic4rtekHS9p2DEPTU2ZvR81z4hwvtU { color:rgba(var(--color-tertiary-4),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:61.625rem;left:0.75rem;display:none; }
#iorNDWvh0PyAyrb4145tUK1FBOMJZS8r { color:rgba(var(--color-tertiary-4),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:80.75rem;left:0.75rem;display:none; }
#MdctsRlu5z0130TgFctTOPlLbOwUyAEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { background-color: transparent; background-image: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container > .video-iframe-container { display: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container { display: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .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); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { border-width: 0; border-radius: 0; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:block; }#iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.375rem;left:33.75rem;height:21rem;display:block; }
#laAdvhuWqPXqHgKgFBi9RbNy9cyvInCi { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8125rem;left:33.75rem;height:5.5244125rem;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; }
#DGmw05439pUUzGWHdPlcObAKC0p4sLaZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.25rem;width:31.25rem;top:5.625rem;left:0rem;overflow:hidden;display:block; }
#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .row .container { background-color: transparent; background-image: none; }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .row .container > .video-iframe-container { display: none; }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .row > .video-iframe-container { display: none; }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .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); }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .row .container { border-width: 0; border-radius: 0; }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#K88JuGrHcq5XFWoWuKFrFdpiflGIv4Ih { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OxvCkd2fIhpoMWkfKWiSNR8SJ4R6n9T1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#OZVphy4Iekmsi6d7KczC5Sg3FJrcpZLu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .row .container { background-color: transparent; background-image: none; }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .row .container > .video-iframe-container { display: none; }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .row > .video-iframe-container { display: none; }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .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); }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .row .container { border-width: 0; border-radius: 0; }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#ugZstAl712B40TXTuQrTZ6yED4nlNHTu { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.76220625rem;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; }
#k7v0gumA710cxIO2helT1wJBg5M9ETqh { color:rgba(var(--color-primary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:7.9375rem;left:0rem;height:9rem;display:block; }
#t019K0FS7L7CX0hX10oKCyEuRmVD49T8 { 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;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.375rem;left:0rem;display:block; }
#lDyiA7PIeCIM98vmDCVg7fz49Mh0GlXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .row .container { background-color: transparent; background-image: none; }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .row .container > .video-iframe-container { display: none; }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .row > .video-iframe-container { display: none; }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .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); }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .row .container { border-width: 0; border-radius: 0; }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#ydpAh3cDUHzpTFry8uegpUABuyLFD5iU { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.94921875rem;left:0rem;height:2.54980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gpSxHGleAOzE0UKcqdUDpTMb0DgoT47f { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:10.5rem;left:27.25rem;height:25.5937625rem;font-style:normal;display:block; }
#ECpe3FAxKbHHhQpZGaFPUPnQHmpeaJ1I { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:8.5rem;left:29.75rem;display:block; }
#WuUlJezvsm7LTOWmA7l6hxCQSStOVBBq { box-sizing:content-box;height:39rem;width:26.3125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:8.4375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bwpcDClPV5o4ildq3Oy512diqlJmAJoN { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.9375rem;left:48.375rem;display:block; }
#DBUpVAwwZgezzf4TZvqgxr2J0sMAn4Ik { color:rgba(var(--color-secondary-3),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:41.625rem;left:41.75rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hQ1Lw11zLQWyy4ARwfRskkqJONAMTOCD { color:rgba(var(--color-secondary-3),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:41.5625rem;left:51.25rem;height:1.69970625rem;font-style:normal;display:block; }
#K45HPrysN9bLVgwME8upFdLmyPig1Hub { color:rgba(var(--color-secondary-3),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:41.5rem;left:27.25rem;height:1.69970625rem;font-style:normal;display:block; }
#WrR6pnOxTu2RHFaKWFFhdPqUvF5H0XGn { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:37.4375rem;left:41.75rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gbDoCF2EPKJkw8hzFsM0wNwGmmSBIfAX { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:37.375rem;left:51.25rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xDT4hnr4iN8NFaUWdSFDpT2JqIrOHvT1 { color:rgba(var(--color-primary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:37.3125rem;left:27.25rem;height:4.19970625rem;font-style:normal;display:block; }
#TlQtpAKv9I4QPhzBbFTTvGBeIMIStTot { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:34.5625rem;width:22.875rem;top:10.5rem;left:1.78125rem;overflow:hidden;display:block; }
#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.36);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; }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .row .container { background-color: transparent; background-image: none; }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .row .container > .video-iframe-container { display: none; }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .row > .video-iframe-container { display: none; }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .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); }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .row .container { border-width: 0; border-radius: 0; }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:60rem;position:relative;display:block; }#tz5wqZpUkiDdfli1vdnUHgl6sHM2bkcN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.875rem;left:0rem;height:2.125rem;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; }
#EU6ynBVs223wE4zOkLUlMC8mGEufmz86 { box-sizing:content-box;height:10.5625rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.4375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;display:block; }
#FdabWg2tow4yviMKVb3Dy1JhVaEbMDwH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.125rem;left:2.0625rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MxLbWdNqtPBVb8Q2ZNAPF2zvpGR6Ftbk { box-sizing:content-box;height:10.5625rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:9.4375rem;left:20.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#UTKq3odxAqtgu0eF9c00oOhWEFcGSxbF { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;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:11.90625rem;left:22.6875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gwDMx6cn8kmNDSWDVTGDAhwLLBZeUU9o { box-sizing:content-box;height:10.5625rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:9.4375rem;left:41.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#vo2iziKtfFGy7deOzSW4E3eoq0bRzt7o { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:11.90625rem;left:43.375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yzSGFHJxuWIrhUofrM5GpivvvDswAhz4 { box-sizing:content-box;height:10.5625rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:21.5rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#Kdl5kWttJ0TQW8VOJ8Mzq8l0C1RT0uIZ { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.328125rem;left:2.0625rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fAAqb0Sh5TBtWRUwDXKfhNGC4JB9PZvR { box-sizing:content-box;height:10.5625rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:21.5625rem;left:20.3125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#r0buR9vN0pcWhVn8HiHJqroLnG2FBk3v { color:rgba(var(--color-primary-2),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:22.625rem;left:22rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AnNZu9TMBAQS8i3TQoz0aVlKMAlRJFdF { color:rgba(var(--color-primary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:42rem;left:0rem;height:6.375rem;display:block; }
#kUqyDU3bzE2zSaWxCQ6GAP7paiQLUa6U { color:rgba(var(--color-primary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:34.5rem;left:1.25rem;height:5.625rem;display:block; }
#SRoukJGQUfn3XibGsEuXwrn3Enw6ocpm { box-sizing:content-box;height:6.9375rem;width:0.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.8125rem;left:0rem;display:block; }
#JDhx84M50eZvlGT0y05iZ38iuvbl88ze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ae9e3860-6a6c-4564-a893-d3db240a6232/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze.adaptive-delivery-prevent-bg, #JDhx84M50eZvlGT0y05iZ38iuvbl88ze.lazyload, #JDhx84M50eZvlGT0y05iZ38iuvbl88ze.lazyloading { background-image: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { background-color: transparent; background-image: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container > .video-iframe-container { display: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row > .video-iframe-container { display: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .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); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { border-width: 0; border-radius: 0; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:60rem;position:relative;display:block; }#wgcGsJMoeLLv7umFWkaUT1AoE12tWG8e { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.5625rem;left:15.21875rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iOP5OaBgdHJiNVfSepvudaTftCeLSzvb { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:45.84375rem;left:14.28125rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#Jzl2icNnemeWOTsTQDckTJ8wqlR8w31h { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.9375rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:45.53125rem;left:11.28125rem; }
#ky2xwSNbBODm4Niiz79tiTwkqNUQcW1u { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.0712890625rem;left:11.28125rem;height:9.94825rem;font-style:normal;display:block; }#ky2xwSNbBODm4Niiz79tiTwkqNUQcW1u li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ky2xwSNbBODm4Niiz79tiTwkqNUQcW1u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a85a7aacdd03d0a2087423e556c1d05b7abb46e.svg); }
#bcwwBONMlTcf0vzzxDMgd1SoE0qVO8qd { box-sizing:content-box;height:47.6875rem;width:48.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.22);background-image:none;top:1.91796875rem;left:5.875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gsTzQ3wsMDXGT7iJmkxtBJ5TkXCIpB4i { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13.375rem;left:20rem;height:2.5996125rem;font-style:normal;display:block; }
#txFhd9dHTWtXIOAltH0ghELEJVtVRCqG { color:rgba(var(--color-secondary-1),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:8.75rem;left:20rem;height:3.9375rem;font-style:normal;display:block; }
#PSyCaNIynEMb0xkglbwpREQ7gVqcS0pe { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.0625rem;left:20rem;display:block; }
#xV5tw3cbSV89Vw0Z8OLXAXuMhzHevB8r { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.5625rem;left:20rem;display:block; }
#s5EvVlhzOCsk5Jrfnv3ecqPFTNnUlQXx { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.5625rem;left:11.28125rem;height:1.4624rem;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; }
#e6CBdWzd3NTOU5yFDJoS13wQuDBlcFPB { 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;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.25rem;left:17.78125rem;display:block; }
#NR4KB0AGUoCDeXxHgoOEXSBOOFV7iKuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UG45zW2phREArIE8pW717phPTeSKA4xJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:38.125rem;left:11.28125rem;height:1.4624rem;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; }
#PB6DhsCPkHFPTIcINo7TbXEf19SLA4vl { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:40.6943359375rem;left:11.28125rem;height:2.8994125rem;font-style:normal;display:block; }#PB6DhsCPkHFPTIcINo7TbXEf19SLA4vl li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#PB6DhsCPkHFPTIcINo7TbXEf19SLA4vl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a85a7aacdd03d0a2087423e556c1d05b7abb46e.svg); }
#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { background-color: transparent; background-image: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container > .video-iframe-container { display: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container { display: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .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); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { border-width: 0; border-radius: 0; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#Nr4XsDyTcVLP2pNLsZ06VZuuIqo9KT7A { color:rgba(var(--color-primary-2),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:3.46875rem;left:3.71875rem;height:15.9375rem;display:block; }
#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row .container { background-color: transparent; background-image: none; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row .container > .video-iframe-container { display: none; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row > .video-iframe-container { display: none; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .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); }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row .container { border-width: 0; border-radius: 0; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;overflow:visible;position:relative;display:block; }#r6SSbdJgRMssaSll6UuR7NSGiUwdRVsb { color:rgba(var(--color-primary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:9.3125rem;left:0rem;height:6.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DSJAiQgFQq7rwquNeOCVDcFBHREonFpd { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:16.625rem;left:0rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MopnREVdk6wKAxZeT715pZC8Z1UAdmHy { 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;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19.375rem;left:0rem;display:block; }
#lFKUfBqilgzIoVaXZLxPh3kqL0Td7fZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D210QqUggdCFl8rb6oArP6Cg27pyT0m9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.4375rem;width:31.375rem;top:4.1875rem;left:28.3125rem;overflow:hidden;display:block; }
#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .row .container { background-color: transparent; background-image: none; }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .row .container > .video-iframe-container { display: none; }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .row > .video-iframe-container { display: none; }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .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); }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .row .container { border-width: 0; border-radius: 0; }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#vNbOV30SbqvEOQNwiu8vqAJwyvPvCeoJ { color:#000114;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:42.8125rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#cyaG0cJ4fJCuqvghPwB9sbLz7ukLOWSk { color:#000114;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.09375rem;left:0rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#Grn8i26WUr6iPiuTfN9Tgab8pWRSs86T { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.3125rem;top:2rem;left:26.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { top:14.375rem;left:0rem;width:46.0625rem;height:13.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giuFLVUoOTl5CN37ZxDMu26ptbPaxgDD { width:24.4375rem;height:3.25rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7QVFETzdnTuyJFKn8FvOTP92lo9NJTm { display:block; }
 }@media only screen and (max-width: 763px) { #seOadm4wQ7N00gzLEE3EuNC6lzRMxnsZ { width:8.625rem;height:2.3125rem;top:2.75rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Tg2JRP9V6R0HJoI0UX4slvbdq0aRtU { display:block; }
 }@media only screen and (max-width: 763px) { #nEU7M8RTlkQfPN2Pl972rUlHekJBFMKx { width:5.6875rem;height:2.3125rem;top:2.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yExG8tmzwuL9gd8vUqq80GE1AWcuxwu0 { display:block; }
 }@media only screen and (max-width: 763px) { #h4KvaB1BkSO2HzXySl7TRBp2gNpozXul { width:7.8125rem;height:2.3125rem;top:2.75rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTJr5DMXGcyUf6HLtPBtog9fJd3h9xq { display:block; }
 }@media only screen and (max-width: 763px) { #GEneV67nTHVm8KWwT0Rl6OW7kR3VMAb1 { width:6.1875rem;height:2.3125rem;top:2.6875rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi4t8lfrVrER5Dnw5HrpRH6ohTfnaNKb { display:block; }
 }@media only screen and (max-width: 763px) { #S5KRBJarvpree7hu68qRJuvriWWSQHDl { width:24.4375rem;height:3.1875rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ3xKHQ5kw7txlBnr7drXIhbuBZ3kDhZ { top:39.625rem;left:0rem;width:16.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFu9TVZRNnWnH1Jseim0MTpdzrNHXSN { top:31.8125rem;left:0rem;width:29.5625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hkXPZbuRXcuwyOnpHJnLiBpgWNZ2TA { top:29.8125rem;left:0rem;width:27.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIhMMSAttMNvSoPiLqH3hnEuCeqlidXC { top:12.4375rem;left:0rem;width:34.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlck9sVwoinH2KDwrpB1TRZnEKoMlg9V { top:2.375rem;left:0rem;width:9rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { display:block; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { top:6.5625rem;left:0rem;width:45.1875rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULZ2sJTb9Tq2iBwMLTi0G7wkGP2RTBI2 { top:11rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7sImx8nfP0BwuAMHgNUNlkyKVKukPlV { top:21.5625rem;left:0rem;width:0.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blWQz5LRNR2wdhug4TLUpUao4vPpy0DC { top:22.25rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGtMBLNPQ26AiqopFiO7vfM2Sp4ZXIpe { top:29.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { top:11.9375rem;left:0rem;width:28.5rem;height:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { top:5rem;left:0rem;width:26.25rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7krnKBLNBGI2oFX60ODKn1gcOX7f5cT { top:7.125rem;left:18.625rem;width:29.125rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0kNvhxTS2JOLVyiUIwQWXIAm13PKVC { width:13.1875rem;height:9.6875rem;top:26.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5GrBRgLTWZKsFxCf0i2TX6c62d2RmyH { width:15.0625rem;height:9.6875rem;top:26.875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqzx1QM6grRrnuirNLS513wWi8n8bRE6 { display:block; }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au7InsiIk6uXAeKfOhHLMV4KMemqanUt { top:6.8125rem;left:0rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh7CI32mH5zOfe0tR9qMml1SsfgsuvSP { top:2.625rem;left:0rem;width:32.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2yrGlZ1IwlzIM8c03OOuyvKzMWVVS91 { top:8.5rem;left:0rem;width:22.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfwkFRPywcli0Atc5WJALFK2kQgshJk4 { top:8.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Kokny2rIKwxTOerQH7BeK4QuZm0Grp { top:6.875rem;left:18.75rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Aln4RBR0Wv07Hd4xIgR4tV5fVMKLDd { top:8.5rem;left:25.375rem;width:22.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLespm6eIbixCxJ8rXxooyF5TxWCbMTx { top:8.6875rem;left:27.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv88hRNrdNbCvLG3FIkQo0omcFLUnWDJ { top:13.0625rem;left:0rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGFisb8ldmqwDivunpT9pSXHeV5RuW7d { top:13.125rem;left:18.75rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiSrfLbxeJyHxHuFJ1701voH1luZEmDO { top:14.0625rem;left:0rem;width:22.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzkgFJP1TFZU5I0C4y7MwcaMcowTLqDd { top:14.125rem;left:25.375rem;width:22.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdPVhoZUSg8Qsa3Odd9f7tUI40yi2zbi { top:14.9375rem;left:27.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igr0vPhMMOaezOhpcznondSG22DlgMLh { top:14.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK2DSpvPRsqXIOLZXFWpmbbuxgc1c9E4 { top:19.3125rem;left:0rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPkkmhLnesMoU3Ay2OysVx3AJXyqhHr0 { top:19.375rem;left:18.75rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zNr67g6cOgHiDq3k38dE2tSxBzDHsC { top:21rem;left:0rem;width:22.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlEuawlarM7aKn4BkP4pPJ5wKBPMtcC4 { top:21rem;left:25.375rem;width:22.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiIUepWBRNu26WKLRF7fXQe2VL4ZdVgI { top:21.1875rem;left:27.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLdVv9mbPoT0OnRzkMVvWTI13bzzClq7 { top:21.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULd3EMyVnoxT8PbNqeTbkxzazRRUUqhe { top:38.125rem;left:18.75rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLvmHnaOJSMH4bw6Z5NLW1uonkx8fEw7 { top:39.8125rem;left:25.375rem;width:22.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgVoKqeBmJ5oalZSM0Msq84idxqZQhen { top:39.9375rem;left:27.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwllrNOlrJD6BJCeOXPVT216yoc2bcgp { top:31.8125rem;left:0rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0fWtZNOCeS0X2Q0C5rvRsQl9tA9gXbl { top:31.875rem;left:18.75rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW3FXo7DI7ZmsJcDS0F56N71yPKuLzQt { top:38.0625rem;left:0rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyVHfg577AI3ZXBTfZaNaz3VwkW9IZie { top:39.8125rem;left:0rem;width:22.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seglA6HSllI4r13SWBDsGyxWt7Tw6EdM { top:33.5rem;left:0rem;width:22.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7CdCwbTCQEfd9cpcP6E5hcerpCT6dCC { top:33.5rem;left:25.375rem;width:22.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgRQWrzTGV2pf7N1uIKyNZzXSyC4fuum { top:33.6875rem;left:27.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLdtv4lCkyEyHOpXEP9UMfI0iiLMCDay { top:25.5625rem;left:0rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJzDqMEcSJugFyXkR75vTH8W63gaxNDQ { top:27.25rem;left:0rem;width:22.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRpJfTgCBvxq8pTNcprBIVkhQV30JavX { top:25.625rem;left:18.75rem;width:28.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBf0pLJXDNepTJFOushdO5I3CU4WTPG5 { top:27.25rem;left:25.375rem;width:22.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBNA4EXuNUsHMd80dqLaLdGF37a9EwcG { top:27.4375rem;left:27.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm6koSlENodefo4VJp2gnoBeGyqLRXnS { top:39.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IwENBz4U2dRDdJXOtWATwhRTnlGll6 { top:33.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwxTLq5uqMIlcBnJFBSoD41U4O8qzUDP { top:27.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLXBUMhaJveoOB9xxtTieoHGASI6aF6v { width:24.4375rem;height:3.25rem;top:45.4375rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDutJVX1LDTb7wI8AwhXroI0Aar3H4xX { display:block; }
 }@media only screen and (max-width: 763px) { #GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV { display:block; }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6fapHrLQyoU29GTvsaVXmGWUrpaNz1U { width:6.25rem;height:6.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJZXfWZKww0dRpRUrhKRwZ68IBGHtyRZ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGBTFHKetn0gzEFbSxgmGhT56gLlbTT1 { width:0.5rem;height:45.5625rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr5tkDA7T5iTpEfa7kzl7noVzVMBZDP0 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMXFX5b4dhu3hJ4oR7abKfwv4uANQTOZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZuN3gXJmC1zGF1Xb5wT00gPKHJuNls { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSOHqp0rdOVWbJFULHV4kXaKTJApOefO { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbkFEzDvyrxgCKnD4y6xTJimXfoToJt4 { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKehQclx5ZhPudKIHwyBJONemk69NZTw { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFRzAeZUzJx0SkEtU43Kv3Hn12crNxpO { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z61olROnp0DBIVdFkU11ehhnRXETWoS4 { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbhpX7mplTo9HD3P8pMRlNGVew29K8q3 { top:4.875rem;left:0rem;width:32.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHQTVGT6zE9pR9ilLQTIuLFMD9iikZJf { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0xQvSkL5z4ZSIckqhnz0SgkfsTBsPDM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8zV0Pa6HDofXKn4Aihf9VLP6Oy6w27O { width:6.25rem;height:6.25rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auidtntcro28eO8iULG7Jw4bQ36VrMV2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faoLN6KRdR0hawifsnwJUufgKmfIwtT0 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAIxwauqI5ghE1cNRx3eW1I4yQ8V8Gpx { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2z686sMmNLB5I7eNgzrFhSbU6DyTDDM { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTllGkxGrfi0Og1Ne5WPtpyqEnGQFtAP { width:6.25rem;height:6.25rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va08VhBdruRFcMuKRyqnsTBWA8xSUvAU { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3sZQyat7kAiE4Taor305n1DkrMiNwvc { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSOpGbDArcJP9HPyKAoRQfTl3HeTGaKK { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKPTd7M59H6masoOTiMqWoIQnKAHcWcm { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #va1Ba57PTJyX9EG4KrInGZCcfyAAhBUW { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx5fD72GxcfEcHfvnsypWTz4Eg6utNgi { width:6.25rem;height:6.25rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm7OgsqnxPXU7WxN59yp1TdPegxgb8U3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh7kdelcqfq6nlvMZl9zWJvJdKEGASL7 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oun7WLBn6LMdh4eFuTwaFTRoNbMEZeDd { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #od7dGKUT7GvkxFanliuknim6AfhVFGKW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwHXqqbH1suXyaG6EdC3Nv9q5Oar669y { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7TyAwO4xeTJwnmDhk7lg7O1QU115Apx { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwOoyvmNSky1tcWPrWlbWhsG7DdXz6TM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIeNXIPq8ZhEE8Pi6lOfiK2xeilyy1pq { width:6.25rem;height:6.25rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXZU8JEkx6qcBo3O2zs79JQzSKFaSCN1 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CusRyygu4tflm4qSMrU5QZViFFttU43z { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBNodtGbko8yCnpcsTGTxRaqzXHwLgg8 { top:5.6875rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJ1UWc7kI6rPzGVn7TZOGtImcvI7T9hN { top:24.6875rem;left:0rem;width:2rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #prSfEPT0ZJH4ynIBgtQylNRCrTTBuTGB { top:41.3125rem;left:0rem;width:2rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Niic4rtekHS9p2DEPTU2ZvR81z4hwvtU { top:61.625rem;left:0rem;width:2rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iorNDWvh0PyAyrb4145tUK1FBOMJZS8r { top:80.75rem;left:0rem;width:2rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdctsRlu5z0130TgFctTOPlLbOwUyAEV { display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { top:9.375rem;left:21.5rem;width:26.25rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laAdvhuWqPXqHgKgFBi9RbNy9cyvInCi { top:2.8125rem;left:21.5rem;width:26.25rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGmw05439pUUzGWHdPlcObAKC0p4sLaZ { width:31.25rem;height:23.25rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg { display:block; }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K88JuGrHcq5XFWoWuKFrFdpiflGIv4Ih { width:19.6875rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxvCkd2fIhpoMWkfKWiSNR8SJ4R6n9T1 { width:19.6875rem;height:13.125rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZVphy4Iekmsi6d7KczC5Sg3FJrcpZLu { width:19.6875rem;height:13.125rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 { display:block; }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugZstAl712B40TXTuQrTZ6yED4nlNHTu { top:4.375rem;left:0rem;width:26.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7v0gumA710cxIO2helT1wJBg5M9ETqh { top:7.9375rem;left:0rem;width:43.9375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t019K0FS7L7CX0hX10oKCyEuRmVD49T8 { width:24.4375rem;height:3.25rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDyiA7PIeCIM98vmDCVg7fz49Mh0GlXS { display:block; }
 }@media only screen and (max-width: 763px) { #K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 { display:block; }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydpAh3cDUHzpTFry8uegpUABuyLFD5iU { top:3.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpSxHGleAOzE0UKcqdUDpTMb0DgoT47f { top:10.5rem;left:15rem;width:32.75rem;height:25.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECpe3FAxKbHHhQpZGaFPUPnQHmpeaJ1I { top:8.5rem;left:23.625rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUlJezvsm7LTOWmA7l6hxCQSStOVBBq { top:8.4375rem;left:0rem;width:26.3125rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwpcDClPV5o4ildq3Oy512diqlJmAJoN { top:7.9375rem;left:42.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBUpVAwwZgezzf4TZvqgxr2J0sMAn4Ik { top:32.375rem;left:34.75rem;width:5.625rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ1Lw11zLQWyy4ARwfRskkqJONAMTOCD { top:32.375rem;left:42.75rem;width:5.625rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K45HPrysN9bLVgwME8upFdLmyPig1Hub { top:32.3125rem;left:25.9375rem;width:5.625rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrR6pnOxTu2RHFaKWFFhdPqUvF5H0XGn { top:28.1875rem;left:34.75rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbDoCF2EPKJkw8hzFsM0wNwGmmSBIfAX { top:28.1875rem;left:42.75rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDT4hnr4iN8NFaUWdSFDpT2JqIrOHvT1 { top:28.125rem;left:25.9375rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQtpAKv9I4QPhzBbFTTvGBeIMIStTot { top:10.5rem;left:0rem;width:22.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a { display:block; }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz5wqZpUkiDdfli1vdnUHgl6sHM2bkcN { top:3.875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU6ynBVs223wE4zOkLUlMC8mGEufmz86 { top:9.4375rem;left:0rem;width:18.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdabWg2tow4yviMKVb3Dy1JhVaEbMDwH { top:12.125rem;left:0rem;width:14.625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxLbWdNqtPBVb8Q2ZNAPF2zvpGR6Ftbk { top:9.4375rem;left:14.125rem;width:18.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKq3odxAqtgu0eF9c00oOhWEFcGSxbF { top:11.875rem;left:16.5625rem;width:14.625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwDMx6cn8kmNDSWDVTGDAhwLLBZeUU9o { top:9.4375rem;left:28.875rem;width:18.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo2iziKtfFGy7deOzSW4E3eoq0bRzt7o { top:11.875rem;left:33.125rem;width:14.625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzSGFHJxuWIrhUofrM5GpivvvDswAhz4 { top:21.5rem;left:0rem;width:18.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdl5kWttJ0TQW8VOJ8Mzq8l0C1RT0uIZ { top:23.3125rem;left:0rem;width:14.625rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAAqb0Sh5TBtWRUwDXKfhNGC4JB9PZvR { top:21.5625rem;left:14.1875rem;width:18.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0buR9vN0pcWhVn8HiHJqroLnG2FBk3v { top:22.625rem;left:15.875rem;width:16rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnNZu9TMBAQS8i3TQoz0aVlKMAlRJFdF { top:42rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqyDU3bzE2zSaWxCQ6GAP7paiQLUa6U { top:34.5rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRoukJGQUfn3XibGsEuXwrn3Enw6ocpm { top:33.8125rem;left:0rem;width:0.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDhx84M50eZvlGT0y05iZ38iuvbl88ze { display:block; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgcGsJMoeLLv7umFWkaUT1AoE12tWG8e { top:3.5625rem;left:9.09375rem;width:29.5625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOP5OaBgdHJiNVfSepvudaTftCeLSzvb { top:45.8125rem;left:8.15625rem;width:22.3125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzl2icNnemeWOTsTQDckTJ8wqlR8w31h { width:1.6875rem;height:1.9375rem;top:45.5rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky2xwSNbBODm4Niiz79tiTwkqNUQcW1u { top:27.0625rem;left:5.15625rem;width:33.5625rem;height:9.9375rem;font-size:0.875rem;display:block; }#ky2xwSNbBODm4Niiz79tiTwkqNUQcW1u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a85a7aacdd03d0a2087423e556c1d05b7abb46e.svg); }
 }@media only screen and (max-width: 763px) { #bcwwBONMlTcf0vzzxDMgd1SoE0qVO8qd { top:1.875rem;left:0rem;width:47.75rem;height:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTzQ3wsMDXGT7iJmkxtBJ5TkXCIpB4i { top:13.375rem;left:13.875rem;width:20rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txFhd9dHTWtXIOAltH0ghELEJVtVRCqG { top:8.75rem;left:13.875rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSyCaNIynEMb0xkglbwpREQ7gVqcS0pe { top:23.0625rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV5tw3cbSV89Vw0Z8OLXAXuMhzHevB8r { top:7.5625rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5EvVlhzOCsk5Jrfnv3ecqPFTNnUlQXx { top:24.5625rem;left:5.15625rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6CBdWzd3NTOU5yFDJoS13wQuDBlcFPB { width:24.4375rem;height:3.25rem;top:17.25rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR4KB0AGUoCDeXxHgoOEXSBOOFV7iKuU { display:block; }
 }@media only screen and (max-width: 763px) { #UG45zW2phREArIE8pW717phPTeSKA4xJ { top:38.125rem;left:5.15625rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB6DhsCPkHFPTIcINo7TbXEf19SLA4vl { top:40.6875rem;left:5.15625rem;width:28.3125rem;height:2.875rem;font-size:0.875rem;display:block; }#PB6DhsCPkHFPTIcINo7TbXEf19SLA4vl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a85a7aacdd03d0a2087423e556c1d05b7abb46e.svg); }
 }@media only screen and (max-width: 763px) { #he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { display:block; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nr4XsDyTcVLP2pNLsZ06VZuuIqo9KT7A { top:3.4375rem;left:0rem;width:47.75rem;height:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA { display:block; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6SSbdJgRMssaSll6UuR7NSGiUwdRVsb { top:9.3125rem;left:0rem;width:27.1875rem;height:6.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSJAiQgFQq7rwquNeOCVDcFBHREonFpd { top:16.625rem;left:0rem;width:43.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MopnREVdk6wKAxZeT715pZC8Z1UAdmHy { width:24.4375rem;height:3.25rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFKUfBqilgzIoVaXZLxPh3kqL0Td7fZG { display:block; }
 }@media only screen and (max-width: 763px) { #D210QqUggdCFl8rb6oArP6Cg27pyT0m9 { width:31.375rem;height:23.4375rem;top:4.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR { display:block; }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNbOV30SbqvEOQNwiu8vqAJwyvPvCeoJ { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyaG0cJ4fJCuqvghPwB9sbLz7ukLOWSk { top:2.0625rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grn8i26WUr6iPiuTfN9Tgab8pWRSs86T { top:2rem;left:20.1875rem;width:7.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae9e3860-6a6c-4564-a893-d3db240a6232/image.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyloading { background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,15,55,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,15,55,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { width:20rem;height:10.724625rem;top:12.0625rem;left:0rem;font-size:2.4375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #giuFLVUoOTl5CN37ZxDMu26ptbPaxgDD { width:20rem;height:3.25rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7QVFETzdnTuyJFKn8FvOTP92lo9NJTm { display:block; }
 }@media only screen and (max-width: 763px) { #seOadm4wQ7N00gzLEE3EuNC6lzRMxnsZ { width:5.6875rem;height:2.3125rem;top:3.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Tg2JRP9V6R0HJoI0UX4slvbdq0aRtU { display:block; }
 }@media only screen and (max-width: 763px) { #nEU7M8RTlkQfPN2Pl972rUlHekJBFMKx { width:3.9375rem;height:2.3125rem;top:3.3125rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yExG8tmzwuL9gd8vUqq80GE1AWcuxwu0 { display:block; }
 }@media only screen and (max-width: 763px) { #h4KvaB1BkSO2HzXySl7TRBp2gNpozXul { width:4.4375rem;height:2.3125rem;top:3.3125rem;left:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTJr5DMXGcyUf6HLtPBtog9fJd3h9xq { display:block; }
 }@media only screen and (max-width: 763px) { #GEneV67nTHVm8KWwT0Rl6OW7kR3VMAb1 { width:4.75rem;height:2.3125rem;top:3.3125rem;left:15.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi4t8lfrVrER5Dnw5HrpRH6ohTfnaNKb { display:block; }
 }@media only screen and (max-width: 763px) { #S5KRBJarvpree7hu68qRJuvriWWSQHDl { width:19.875rem;height:3.1875rem;top:33.6875rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uQ3xKHQ5kw7txlBnr7drXIhbuBZ3kDhZ { width:16.4375rem;height:1.21875rem;top:34.6875rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sQFu9TVZRNnWnH1Jseim0MTpdzrNHXSN { width:20rem;height:6rem;top:25.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4hkXPZbuRXcuwyOnpHJnLiBpgWNZ2TA { width:20rem;height:1.3808625rem;top:23.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fIhMMSAttMNvSoPiLqH3hnEuCeqlidXC { width:20rem;height:0.9746125rem;top:9.625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wlck9sVwoinH2KDwrpB1TRZnEKoMlg9V { width:5.1875rem;height:1.6875rem;top:0.875rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { display:block; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { width:20rem;height:4.79980625rem;top:3.875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ULZ2sJTb9Tq2iBwMLTi0G7wkGP2RTBI2 { width:20rem;height:16.875rem;top:10.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E7sImx8nfP0BwuAMHgNUNlkyKVKukPlV { width:0.1875rem;height:9.875rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blWQz5LRNR2wdhug4TLUpUao4vPpy0DC { width:19.3125rem;height:9.5625rem;top:28.3125rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WGtMBLNPQ26AiqopFiO7vfM2Sp4ZXIpe { width:20rem;height:2.8125rem;top:39.5625rem;left:0.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { width:20rem;height:26.25rem;top:7.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { width:20rem;height:4.2246125rem;top:2rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i7krnKBLNBGI2oFX60ODKn1gcOX7f5cT { width:20rem;height:13.17575rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0kNvhxTS2JOLVyiUIwQWXIAm13PKVC { width:9.0625rem;height:6.6875rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5GrBRgLTWZKsFxCf0i2TX6c62d2RmyH { width:10.125rem;height:6.625rem;top:49.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqzx1QM6grRrnuirNLS513wWi8n8bRE6 { display:block; }#bqzx1QM6grRrnuirNLS513wWi8n8bRE6 > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au7InsiIk6uXAeKfOhHLMV4KMemqanUt { width:19.875rem;height:4.8125rem;top:6.7246125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh7CI32mH5zOfe0tR9qMml1SsfgsuvSP { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h2yrGlZ1IwlzIM8c03OOuyvKzMWVVS91 { width:14.5625rem;height:2.625rem;top:7.75rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zfwkFRPywcli0Atc5WJALFK2kQgshJk4 { display:flex;width:1.375rem;height:1.375rem;top:8.287109375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #x3Kokny2rIKwxTOerQH7BeK4QuZm0Grp { width:19.875rem;height:4.8125rem;top:12.9121125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Aln4RBR0Wv07Hd4xIgR4tV5fVMKLDd { width:15.25rem;height:2.625rem;top:14rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tLespm6eIbixCxJ8rXxooyF5TxWCbMTx { display:flex;width:1.375rem;height:1.375rem;top:15.125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #Iv88hRNrdNbCvLG3FIkQo0omcFLUnWDJ { width:19.875rem;height:4.8125rem;top:19.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGFisb8ldmqwDivunpT9pSXHeV5RuW7d { width:19.875rem;height:4.8125rem;top:25.2871125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiSrfLbxeJyHxHuFJ1701voH1luZEmDO { width:15.4375rem;height:3.9375rem;top:19.537109375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GzkgFJP1TFZU5I0C4y7MwcaMcowTLqDd { width:15.4375rem;height:3.9375rem;top:25.787109375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LdPVhoZUSg8Qsa3Odd9f7tUI40yi2zbi { display:flex;width:1.375rem;height:1.375rem;top:27.068359375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #igr0vPhMMOaezOhpcznondSG22DlgMLh { display:flex;width:1.375rem;height:1.375rem;top:20.880859375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #hK2DSpvPRsqXIOLZXFWpmbbuxgc1c9E4 { width:19.875rem;height:4.8125rem;top:31.4746125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPkkmhLnesMoU3Ay2OysVx3AJXyqhHr0 { width:19.875rem;height:4.8125rem;top:37.6621125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zNr67g6cOgHiDq3k38dE2tSxBzDHsC { width:15.4375rem;height:1.3125rem;top:33.287109375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlEuawlarM7aKn4BkP4pPJ5wKBPMtcC4 { width:8.625rem;height:2.625rem;top:38.818359375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uiIUepWBRNu26WKLRF7fXQe2VL4ZdVgI { display:flex;width:1.375rem;height:1.375rem;top:39.443359375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FLdVv9mbPoT0OnRzkMVvWTI13bzzClq7 { display:flex;width:1.375rem;height:1.375rem;top:33.255859375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ULd3EMyVnoxT8PbNqeTbkxzazRRUUqhe { width:19.875rem;height:4.8125rem;top:74.7871125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLvmHnaOJSMH4bw6Z5NLW1uonkx8fEw7 { width:10.75rem;height:2.625rem;top:75.943359375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AgVoKqeBmJ5oalZSM0Msq84idxqZQhen { display:flex;width:1.375rem;height:1.375rem;top:76.568359375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UwllrNOlrJD6BJCeOXPVT216yoc2bcgp { width:19.875rem;height:4.8125rem;top:56.2246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0fWtZNOCeS0X2Q0C5rvRsQl9tA9gXbl { width:19.875rem;height:4.8125rem;top:62.4121125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW3FXo7DI7ZmsJcDS0F56N71yPKuLzQt { width:19.875rem;height:4.8125rem;top:68.5996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyVHfg577AI3ZXBTfZaNaz3VwkW9IZie { width:12.8125rem;height:2.625rem;top:69.755859375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #seglA6HSllI4r13SWBDsGyxWt7Tw6EdM { width:10.3125rem;height:2.625rem;top:57.380859375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7CdCwbTCQEfd9cpcP6E5hcerpCT6dCC { width:11.375rem;height:2.625rem;top:63.568359375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KgRQWrzTGV2pf7N1uIKyNZzXSyC4fuum { display:flex;width:1.375rem;height:1.375rem;top:64.193359375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FLdtv4lCkyEyHOpXEP9UMfI0iiLMCDay { width:19.875rem;height:4.8125rem;top:43.8496125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJzDqMEcSJugFyXkR75vTH8W63gaxNDQ { width:15.4375rem;height:1.3125rem;top:45.662109375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DRpJfTgCBvxq8pTNcprBIVkhQV30JavX { width:19.875rem;height:4.8125rem;top:50.0371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBf0pLJXDNepTJFOushdO5I3CU4WTPG5 { width:12.125rem;height:2.625rem;top:51.193359375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RBNA4EXuNUsHMd80dqLaLdGF37a9EwcG { display:flex;width:1.375rem;height:1.375rem;top:51.818359375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Nm6koSlENodefo4VJp2gnoBeGyqLRXnS { display:flex;width:1.375rem;height:1.375rem;top:70.380859375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #J4IwENBz4U2dRDdJXOtWATwhRTnlGll6 { display:flex;width:1.375rem;height:1.375rem;top:58.005859375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #HwxTLq5uqMIlcBnJFBSoD41U4O8qzUDP { display:flex;width:1.375rem;height:1.375rem;top:45.630859375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #HLXBUMhaJveoOB9xxtTieoHGASI6aF6v { width:18.875rem;height:3.25rem;top:80.974609375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDutJVX1LDTb7wI8AwhXroI0Aar3H4xX { display:block; }
 }@media only screen and (max-width: 763px) { #GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV { display:block; }#GMd14HCLVUMmJoFmuteU4cWlvVg6ddFV > .row .container { width:20rem;height:117.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6fapHrLQyoU29GTvsaVXmGWUrpaNz1U { width:3.4375rem;height:3.4375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJZXfWZKww0dRpRUrhKRwZ68IBGHtyRZ { width:0.625rem;height:0;top:8.15625rem;left:1.46875rem;font-size:1.75rem;line-height:0;display:none; }
 }@media only screen and (max-width: 763px) { #oGBTFHKetn0gzEFbSxgmGhT56gLlbTT1 { width:0.125rem;height:108.8125rem;top:8.15625rem;left:1.6873597081931rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr5tkDA7T5iTpEfa7kzl7noVzVMBZDP0 { width:3.75rem;height:0;top:10rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMXFX5b4dhu3hJ4oR7abKfwv4uANQTOZ { width:16.125rem;height:1.48730625rem;top:7.25rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mwZuN3gXJmC1zGF1Xb5wT00gPKHJuNls { width:16.125rem;height:2.125rem;top:8.75rem;left:3.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mSOHqp0rdOVWbJFULHV4kXaKTJApOefO { width:16.125rem;height:8.9238125rem;top:11.25rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hbkFEzDvyrxgCKnD4y6xTJimXfoToJt4 { width:0.5rem;height:15rem;top:0rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKehQclx5ZhPudKIHwyBJONemk69NZTw { width:0.5rem;height:15rem;top:0rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFRzAeZUzJx0SkEtU43Kv3Hn12crNxpO { width:0.5rem;height:15rem;top:0rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z61olROnp0DBIVdFkU11ehhnRXETWoS4 { width:0.5rem;height:15rem;top:0rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbhpX7mplTo9HD3P8pMRlNGVew29K8q3 { width:20rem;height:2.11230625rem;top:2.3125rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NHQTVGT6zE9pR9ilLQTIuLFMD9iikZJf { width:16.125rem;height:8.9238125rem;top:27.8125rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m0xQvSkL5z4ZSIckqhnz0SgkfsTBsPDM { width:16.125rem;height:2.125rem;top:25.3125rem;left:3.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8zV0Pa6HDofXKn4Aihf9VLP6Oy6w27O { width:3.4375rem;height:3.4375rem;top:23.8310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auidtntcro28eO8iULG7Jw4bQ36VrMV2 { width:2.3125rem;height:0;top:23.8310546875rem;left:0.625rem;font-size:1.75rem;line-height:0;display:none; }
 }@media only screen and (max-width: 763px) { #faoLN6KRdR0hawifsnwJUufgKmfIwtT0 { width:3.75rem;height:0;top:21.78125rem;left:8.125rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAIxwauqI5ghE1cNRx3eW1I4yQ8V8Gpx { width:16.125rem;height:1.48730625rem;top:23.8125rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z2z686sMmNLB5I7eNgzrFhSbU6DyTDDM { width:16.125rem;height:10.411125rem;top:46.6875rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTllGkxGrfi0Og1Ne5WPtpyqEnGQFtAP { width:3.4375rem;height:3.4375rem;top:40.4248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va08VhBdruRFcMuKRyqnsTBWA8xSUvAU { width:3.75rem;height:0;top:41.54980625rem;left:8.125rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3sZQyat7kAiE4Taor305n1DkrMiNwvc { width:16.125rem;height:4.25rem;top:41.9375rem;left:3.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CSOpGbDArcJP9HPyKAoRQfTl3HeTGaKK { width:1.625rem;height:0;top:41.3310546875rem;left:0.96875rem;font-size:1.75rem;line-height:0;display:none; }
 }@media only screen and (max-width: 763px) { #xKPTd7M59H6masoOTiMqWoIQnKAHcWcm { width:16.125rem;height:1.48730625rem;top:40.4375rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #va1Ba57PTJyX9EG4KrInGZCcfyAAhBUW { width:16.125rem;height:11.8984375rem;top:66.9375rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xx5fD72GxcfEcHfvnsypWTz4Eg6utNgi { width:3.4375rem;height:3.4375rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm7OgsqnxPXU7WxN59yp1TdPegxgb8U3 { width:16.125rem;height:4.25rem;top:62.1875rem;left:3.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lh7kdelcqfq6nlvMZl9zWJvJdKEGASL7 { width:3.75rem;height:0;top:61.3183625rem;left:8.125rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oun7WLBn6LMdh4eFuTwaFTRoNbMEZeDd { width:1.9375rem;height:0;top:61.84375rem;left:0.8125rem;font-size:1.75rem;line-height:0;display:none; }
 }@media only screen and (max-width: 763px) { #od7dGKUT7GvkxFanliuknim6AfhVFGKW { width:16.125rem;height:1.48730625rem;top:60.9375rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwHXqqbH1suXyaG6EdC3Nv9q5Oar669y { width:16.125rem;height:23.79686875rem;top:86.625rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F7TyAwO4xeTJwnmDhk7lg7O1QU115Apx { width:16.125rem;height:4.25rem;top:82.1875rem;left:3.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xwOoyvmNSky1tcWPrWlbWhsG7DdXz6TM { width:16.125rem;height:1.48730625rem;top:80.7001953125rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EIeNXIPq8ZhEE8Pi6lOfiK2xeilyy1pq { width:3.4375rem;height:3.4375rem;top:79.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXZU8JEkx6qcBo3O2zs79JQzSKFaSCN1 { width:3.75rem;height:0;top:81.08691875rem;left:8.125rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CusRyygu4tflm4qSMrU5QZViFFttU43z { width:2rem;height:0;top:80.5rem;left:0.78125rem;font-size:1.75rem;line-height:0;display:none; }
 }@media only screen and (max-width: 763px) { #CBNodtGbko8yCnpcsTGTxRaqzXHwLgg8 { top:8.13720703125rem;left:0.78125rem;width:2rem;height:1.7871125rem;z-index:15056;font-size:1.375rem;text-align:center;text-align-last:center;font-family:fraunces;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #WJ1UWc7kI6rPzGVn7TZOGtImcvI7T9hN { top:24.71826171875rem;left:0.78125rem;width:2rem;height:1.7871125rem;z-index:15057;font-size:1.375rem;text-align:center;text-align-last:center;font-family:fraunces;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #prSfEPT0ZJH4ynIBgtQylNRCrTTBuTGB { top:41.3125rem;left:0.78125rem;width:2rem;height:1.7871125rem;z-index:15058;font-size:1.375rem;text-align:center;text-align-last:center;font-family:fraunces;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Niic4rtekHS9p2DEPTU2ZvR81z4hwvtU { top:61.6689453125rem;left:0.78125rem;width:2rem;height:1.7871125rem;z-index:15059;font-size:1.375rem;text-align:center;text-align-last:center;font-family:fraunces;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #iorNDWvh0PyAyrb4145tUK1FBOMJZS8r { top:80.7626953125rem;left:0.78125rem;width:2rem;height:;z-index:15060;font-size:1.375rem;text-align:center;text-align-last:center;font-family:fraunces;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #MdctsRlu5z0130TgFctTOPlLbOwUyAEV { display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { width:20rem;height:21rem;top:21.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #laAdvhuWqPXqHgKgFBi9RbNy9cyvInCi { width:20rem;height:4.2246125rem;top:16.125rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DGmw05439pUUzGWHdPlcObAKC0p4sLaZ { width:20rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg { display:block; }#yEscWDDW3fvVF5Fwaavyu7rCg6lEvGzg > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K88JuGrHcq5XFWoWuKFrFdpiflGIv4Ih { width:19.6875rem;height:14.75rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxvCkd2fIhpoMWkfKWiSNR8SJ4R6n9T1 { width:19.6875rem;height:13.125rem;top:17.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZVphy4Iekmsi6d7KczC5Sg3FJrcpZLu { width:19.6875rem;height:14.75rem;top:31.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 { display:block; }#bO5x6fZ11KFfSe3FPfMo5ZHXnxKyvuT9 > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugZstAl712B40TXTuQrTZ6yED4nlNHTu { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k7v0gumA710cxIO2helT1wJBg5M9ETqh { width:20rem;height:11.8125rem;top:4.61230625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t019K0FS7L7CX0hX10oKCyEuRmVD49T8 { width:18.875rem;height:3.25rem;top:17.6748046875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDyiA7PIeCIM98vmDCVg7fz49Mh0GlXS { display:block; }
 }@media only screen and (max-width: 763px) { #K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 { display:block; }#K5e4WhaN5Vah3lkT8NAvQ6Sn2EPcksR0 > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydpAh3cDUHzpTFry8uegpUABuyLFD5iU { width:20rem;height:2.3999rem;top:2.1259765625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gpSxHGleAOzE0UKcqdUDpTMb0DgoT47f { width:20rem;height:25.198225rem;top:7.62353515625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ECpe3FAxKbHHhQpZGaFPUPnQHmpeaJ1I { width:18.75rem;height:0.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUlJezvsm7LTOWmA7l6hxCQSStOVBBq { width:19.1875rem;height:29.0625rem;top:33.5087890625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwpcDClPV5o4ildq3Oy512diqlJmAJoN { width:1rem;height:1rem;top:5.5625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBUpVAwwZgezzf4TZvqgxr2J0sMAn4Ik { width:20rem;height:1.48730625rem;top:69.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQ1Lw11zLQWyy4ARwfRskkqJONAMTOCD { width:20rem;height:1.48730625rem;top:73.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K45HPrysN9bLVgwME8upFdLmyPig1Hub { width:20rem;height:1.48730625rem;top:65.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WrR6pnOxTu2RHFaKWFFhdPqUvF5H0XGn { width:20rem;height:2.44970625rem;top:67.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbDoCF2EPKJkw8hzFsM0wNwGmmSBIfAX { width:20rem;height:2.44970625rem;top:71.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xDT4hnr4iN8NFaUWdSFDpT2JqIrOHvT1 { width:20rem;height:2.44970625rem;top:63.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlQtpAKv9I4QPhzBbFTTvGBeIMIStTot { width:16.8125rem;height:25.5rem;top:35.3525390625rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a { display:block; }#lbKWbuVkG05tLfF5Gl7E6VOe2uZMHT4a > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz5wqZpUkiDdfli1vdnUHgl6sHM2bkcN { width:20rem;height:4rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU6ynBVs223wE4zOkLUlMC8mGEufmz86 { width:20rem;height:8.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdabWg2tow4yviMKVb3Dy1JhVaEbMDwH { width:17.5rem;height:3.9375rem;top:9.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxLbWdNqtPBVb8Q2ZNAPF2zvpGR6Ftbk { width:20rem;height:8.75rem;top:17.4375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKq3odxAqtgu0eF9c00oOhWEFcGSxbF { width:18.125rem;height:5.625rem;top:19.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwDMx6cn8kmNDSWDVTGDAhwLLBZeUU9o { width:19.875rem;height:8.75rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo2iziKtfFGy7deOzSW4E3eoq0bRzt7o { width:17.9375rem;height:4.21875rem;top:29.9375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzSGFHJxuWIrhUofrM5GpivvvDswAhz4 { width:19.875rem;height:8.75rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdl5kWttJ0TQW8VOJ8Mzq8l0C1RT0uIZ { width:16.9375rem;height:5.625rem;top:39.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAAqb0Sh5TBtWRUwDXKfhNGC4JB9PZvR { width:19.875rem;height:10.5625rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0buR9vN0pcWhVn8HiHJqroLnG2FBk3v { width:16.875rem;height:7.03125rem;top:49.15625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnNZu9TMBAQS8i3TQoz0aVlKMAlRJFdF { width:20rem;height:9.1875rem;top:69.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kUqyDU3bzE2zSaWxCQ6GAP7paiQLUa6U { width:18.875rem;height:7.875rem;top:60.40625rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SRoukJGQUfn3XibGsEuXwrn3Enw6ocpm { width:0.375rem;height:8.8125rem;top:59.9375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDhx84M50eZvlGT0y05iZ38iuvbl88ze { display:block; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { width:20rem;height:53.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgcGsJMoeLLv7umFWkaUT1AoE12tWG8e { width:16.5625rem;height:1.51220625rem;top:3.80078125rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #iOP5OaBgdHJiNVfSepvudaTftCeLSzvb { width:10.5rem;height:2.4375rem;top:46.5625rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jzl2icNnemeWOTsTQDckTJ8wqlR8w31h { width:1.6875rem;height:1.9375rem;top:46.5625rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky2xwSNbBODm4Niiz79tiTwkqNUQcW1u { width:18rem;height:14.4970625rem;top:24.0625rem;left:1.25rem;font-size:0.875rem;display:block; }#ky2xwSNbBODm4Niiz79tiTwkqNUQcW1u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a85a7aacdd03d0a2087423e556c1d05b7abb46e.svg); }
 }@media only screen and (max-width: 763px) { #bcwwBONMlTcf0vzzxDMgd1SoE0qVO8qd { width:20rem;height:49.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTzQ3wsMDXGT7iJmkxtBJ5TkXCIpB4i { width:20rem;height:2.4375rem;top:12.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txFhd9dHTWtXIOAltH0ghELEJVtVRCqG { width:17.5rem;height:3.9375rem;top:6.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSyCaNIynEMb0xkglbwpREQ7gVqcS0pe { width:17.5rem;height:0.0625rem;top:20.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV5tw3cbSV89Vw0Z8OLXAXuMhzHevB8r { width:17.5rem;height:0.0625rem;top:11.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5EvVlhzOCsk5Jrfnv3ecqPFTNnUlQXx { width:17.5rem;height:1.4624rem;top:22.0888671875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6CBdWzd3NTOU5yFDJoS13wQuDBlcFPB { width:18.875rem;height:3.25rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR4KB0AGUoCDeXxHgoOEXSBOOFV7iKuU { display:block; }
 }@media only screen and (max-width: 763px) { #UG45zW2phREArIE8pW717phPTeSKA4xJ { width:15rem;height:1.4624rem;top:39.6005859375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB6DhsCPkHFPTIcINo7TbXEf19SLA4vl { width:18rem;height:4.03661875rem;top:41.5625rem;left:1.25rem;font-size:0.875rem;display:block; }#PB6DhsCPkHFPTIcINo7TbXEf19SLA4vl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a85a7aacdd03d0a2087423e556c1d05b7abb46e.svg); }
 }@media only screen and (max-width: 763px) { #he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { display:block; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nr4XsDyTcVLP2pNLsZ06VZuuIqo9KT7A { width:20rem;height:25.3125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;display:block; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row .container { background-color: transparent; background-image: none; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row .container > .video-iframe-container { display: none; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row > .video-iframe-container { display: none; }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .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); }#I32tztM2c1fOWNUZr8Sgi8t4OFRzASKA > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6SSbdJgRMssaSll6UuR7NSGiUwdRVsb { width:20rem;height:4.25rem;top:16.625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSJAiQgFQq7rwquNeOCVDcFBHREonFpd { width:20rem;height:2.79980625rem;top:21.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MopnREVdk6wKAxZeT715pZC8Z1UAdmHy { width:18.875rem;height:3.25rem;top:25.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFKUfBqilgzIoVaXZLxPh3kqL0Td7fZG { display:block; }
 }@media only screen and (max-width: 763px) { #D210QqUggdCFl8rb6oArP6Cg27pyT0m9 { width:20rem;height:14.9399375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR { display:block; }#tylPoV4CyeaBIWmFAai2HoQ66rbBNlxR > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNbOV30SbqvEOQNwiu8vqAJwyvPvCeoJ { width:11.3125rem;height:1.949225rem;top:8.13671875rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyaG0cJ4fJCuqvghPwB9sbLz7ukLOWSk { width:18.25rem;height:1.949225rem;top:4.693359375rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Grn8i26WUr6iPiuTfN9Tgab8pWRSs86T { width:7.3125rem;height:2.4375rem;top:1.25rem;left:6.34375rem;display:block; }
 }