.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:202,237,255;--color-primary-1:142,162,236;--color-primary-2:66,100,224;--color-primary-3:40,60,134;--color-primary-4:13,20,45;--color-secondary-0:244,217,255;--color-secondary-1:219,128,255;--color-secondary-2:183,0,255;--color-secondary-3:92,0,128;--color-secondary-4:27,0,38;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:Inter;--paragraphs-font-family:Roboto; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 { background-color: transparent; background-image: none; }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 > .row .container > .video-iframe-container { display: none; }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 > .row > .video-iframe-container { display: none; }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 > .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); }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 { border-width: 0; border-radius: 0; }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bgTIDyzwSS697kTgkEnF9kg9heuiVibA { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.125rem;height:2.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:0.625rem;left:66.625rem;display:block; }
#qi7EFufNZiJ5hcDDl0fSF1P53MCqT58b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x6pW51XD2cbBQbTwRSs3zMibi5k9aWVO { position:absolute;display:block;z-index:15031;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:5rem;width:9.375rem;top:0rem;left:65.375rem;overflow:hidden;display:block; }
#kkDsxDuwGGMBGc9wh06Zznf818hNxLau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#abb4b9;background-image:url("https://images.assets-landingi.com/uc/9f5d567e-402d-4ec7-acb2-acbd1dadc7de/BG_top_v2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau.adaptive-delivery-prevent-bg, #kkDsxDuwGGMBGc9wh06Zznf818hNxLau.lazyload, #kkDsxDuwGGMBGc9wh06Zznf818hNxLau.lazyloading { background-image: none; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row .container { background-color: transparent; background-image: none; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row .container > .video-iframe-container { display: none; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row > .video-iframe-container { display: none; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .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); }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row .container { border-width: 0; border-radius: 0; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#AWWL6CebEAJaCFWqihNeHdtkmkqG412a { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:13rem;left:43.125rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KkGmDWPXHJObphZvGaHSsgl7GA7h5dv3 { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:19.875rem;left:43.125rem;height:2.79948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQTpZRXydoA1cn0wChMlJadDXF6QnXxd { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-secondary-2),0.99), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(197deg, rgba(var(--color-secondary-2),0.99), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(197deg, rgba(var(--color-secondary-2),0.99), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(197deg, rgba(var(--color-secondary-2),0.99), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.99)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.99)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(197deg, rgba(var(--color-secondary-2),0.99), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.32) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:25.0625rem;left:43.25rem;display:block; }
#xbZ6unIZtkNPe0aT1FATJgX0Szc9wQ3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qO7LMGIp4uum345SudqziydavdzOeAVU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.5rem;left:43.125rem; }
#UJDoiTyzGQzmNz0rUDvu9HF2VKcmTsdO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:6.1875rem;left:43.125rem;overflow:hidden;display:block; }
#mT6ff4rpE28KWqXlOcQ1WCThVGOXqU6t { color:rgba(var(--color-tertiary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:28.6875rem;left:45rem;height:1.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QoJkuuJuTuK0JTzpARybZ89mA9iQ6kwq { position:absolute;display:block;z-index:15000;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:37.5rem;width:38.5rem;display:none; }
#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 { 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; }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .row .container { background-color: transparent; background-image: none; }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .row .container > .video-iframe-container { display: none; }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .row > .video-iframe-container { display: none; }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .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); }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .row .container { border-width: 0; border-radius: 0; }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#rVETH7adguuSb4XtWNlGRk78orq2LpAV { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:4.9375rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLzUKxPcQL8L0JaZvGph9lGpI5rqpnLD { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:8rem;left:4.9375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#dLzUKxPcQL8L0JaZvGph9lGpI5rqpnLD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dLzUKxPcQL8L0JaZvGph9lGpI5rqpnLD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#rvtRxzscH2qkh1RndivAlN1aaPrEHfEe { color:rgba(var(--color-tertiary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:10.125rem;left:4.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#rvtRxzscH2qkh1RndivAlN1aaPrEHfEe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rvtRxzscH2qkh1RndivAlN1aaPrEHfEe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#ClS18u7I3TW9LV6XQluTDdLNXdCzOb0q { color:rgba(var(--color-tertiary-2),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:13.75rem;left:4.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ClS18u7I3TW9LV6XQluTDdLNXdCzOb0q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ClS18u7I3TW9LV6XQluTDdLNXdCzOb0q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#ZylOdHq0x6FmNv4SMfgG7Wr7Rc9LQbZk { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:17.375rem;left:4.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ZylOdHq0x6FmNv4SMfgG7Wr7Rc9LQbZk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZylOdHq0x6FmNv4SMfgG7Wr7Rc9LQbZk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#RMEFmeIX8bAcK1srHm3PcTTeDy9CMCe0 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:21rem;left:4.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#RMEFmeIX8bAcK1srHm3PcTTeDy9CMCe0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RMEFmeIX8bAcK1srHm3PcTTeDy9CMCe0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#T5Mwz7FMHNJNPvkV8Vds4lSLeIzTAC1f { position:absolute;display:block;z-index:15018;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:2.5rem;width:2.5rem;top:6.75rem;left:37.250003814698rem;overflow:hidden;display:none; }
#uK1zpZxPy9nvLVGzSa9J1uEVtZUibtM7 { position:absolute;display:block;z-index:15023;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:25rem;width:25rem;top:1.59375rem;left:46.9375rem;overflow:hidden;display:block; }
#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .row .container { background-color: transparent; background-image: none; }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .row .container > .video-iframe-container { display: none; }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .row > .video-iframe-container { display: none; }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .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); }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .row .container { border-width: 0; border-radius: 0; }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#LbxXJDlnsHOpzRLb8JQuvZBCrIJovARs { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-2),0.1) ;height:7.5rem;width:12.5rem;top:7.373046875rem;left:5rem;display:block; }
#b62ZNgBP5OtA9r88AkwoBN2Of8gPeUD7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.375rem;left:10.3125rem;overflow:hidden;display:block; }
#Kc51BsGNr5b6zzona3SsI1aPaxuELXA6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-2),0.16) ;height:3.75rem;width:3.75rem;top:5.4375rem;left:9.375rem;display:block; }
#F1nah5vpvTd0SkqHzEZBS6r7tnNeNOzF { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:9.97265625rem;left:6.84375rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZnyxvfsAQ3W4u3wqwBPFd5qOUGVtDvR { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:18.75rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vpx9UkUDH0azhcHxmkzBQrszOGEZFig0 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-2),0.1) ;height:7.5rem;width:12.5rem;top:7.373046875rem;left:22.5rem;display:block; }
#V09vst2ZvDaLcH7iDoCf8IW4opFQysEM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.375rem;left:27.812503814698rem;overflow:hidden;display:block; }
#ZBz5Txd7dLdhW2rPR3olFRyA0A42l60S { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-2),0.16) ;height:3.75rem;width:3.75rem;top:5.4375rem;left:26.875003814698rem;display:block; }
#oBKr3mWpstJJRmocwFvFZp97B4bPTp8U { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:9.97265625rem;left:22.46875rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OAWwKgNbcH7rKmKkdSlFV7ay6OmTZ2P3 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-2),0.1) ;height:7.5rem;width:12.5rem;top:7.373046875rem;left:40.000003814698rem;display:block; }
#WocXpnkKLzglaP75rb2v0fPaPcHaVHow { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.375rem;left:45.312503814698rem;overflow:hidden;display:block; }
#zxenOo8XmCnaNWnunTMirkRWQZUJIiF3 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-2),0.16) ;height:3.75rem;width:3.75rem;top:5.4375rem;left:44.375003814698rem;display:block; }
#p0BN9PJopeLM3fp5QH1fGwrmB0sUepOg { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:9.97265625rem;left:41.843753814698rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eksagXoUtIDPIyxdnci9znGNRHlkrLTR { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-2),0.1) ;height:7.5rem;width:12.5rem;top:7.373046875rem;left:57.500003814698rem;display:block; }
#y81K2FH3dtmlg3SiozPUrKeEpPesqsbu { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.375rem;left:62.8125038147rem;overflow:hidden;display:block; }
#a4IaQp89CwAWN9grgrBLvB0c0re7xFPw { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-2),0.16) ;height:3.75rem;width:3.75rem;top:5.4375rem;left:61.875003814698rem;display:block; }
#NUhGqOSd3uSBb1aTgKHixvLLGBrMmWNx { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:9.97265625rem;left:59.343753814698rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XypaRrKTzugz5fixXVXsDZk1lqsTRewc { 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; }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .row .container { background-color: transparent; background-image: none; }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .row .container > .video-iframe-container { display: none; }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .row > .video-iframe-container { display: none; }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .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); }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .row .container { border-width: 0; border-radius: 0; }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#XKduJyvTdTVM56tx2kwnXbOGwxSAiN9f { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl { 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; }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .row .container { background-color: transparent; background-image: none; }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .row .container > .video-iframe-container { display: none; }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .row > .video-iframe-container { display: none; }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .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); }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .row .container { border-width: 0; border-radius: 0; }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#acxV0JwTBdJ0ZGpsKEcTqIhQoVU4KNdF { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:4.375rem;left:43.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XqNRv6Z8nrVxg4CTywOaPbzPCqAU7CfR { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:6.6875rem;left:43.75rem;height:12.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XSQkcMy1CP38ggJCpTSQMZ0gevyw64qF { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:6.25rem;top:20.572917938233rem;left:43.75rem;display:block; }
#BUTwhUCIdMihrkZGOufIm5U71MFzl246 { position:absolute;display:block;z-index:15018;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:22.9375rem;width:34.375rem;top:1.03125rem;left:1.5625rem;overflow:hidden;display:block; }
#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc { 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; }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .row .container { background-color: transparent; background-image: none; }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .row .container > .video-iframe-container { display: none; }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .row > .video-iframe-container { display: none; }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .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); }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .row .container { border-width: 0; border-radius: 0; }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#xWuVyyEVMxKr4MQbTQQRNNUBTqV6qPvN { color:rgba(var(--color-tertiary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:5.3125rem;left:6.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDKWMHOshPUo8MSLL3z0wWstFibGdSwc { color:rgba(var(--color-tertiary-2),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:7.625rem;left:6.25rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#sDKWMHOshPUo8MSLL3z0wWstFibGdSwc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDKWMHOshPUo8MSLL3z0wWstFibGdSwc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#mx3aA0QkWNtHIlSFLZvKBFLAeztkpHLS { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:6.25rem;top:19.635417938233rem;left:6.25rem;display:block; }
#Q1xZhnTQLwoHV8FmUqmZRBRfaCmEF94m { position:absolute;display:block;z-index:15019;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:22.9375rem;width:34.375rem;top:1.03125rem;left:39.0625rem;overflow:hidden;display:block; }
#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH { 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; }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .row .container { background-color: transparent; background-image: none; }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .row .container > .video-iframe-container { display: none; }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .row > .video-iframe-container { display: none; }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .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); }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .row .container { border-width: 0; border-radius: 0; }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#zwKKrbT12apkxLOf6mHX5bsqgsOigyTF { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:4rem;left:43.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wokH16mhcoXTz9TV5TC2pTPxiIZ9BQiA { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:6.3125rem;left:43.75rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWplwrQUyuiQDxgJNkBchDkF2orkOQuD { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:6.25rem;top:21rem;left:43.75rem;display:block; }
#SKUZ6hTW8GdMqF4W67pvz5m11vdnUFsp { position:absolute;display:block;z-index:15021;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:22.9375rem;width:34.375rem;top:1.03125rem;left:1.5625rem;overflow:hidden;display:block; }
#sNdTFeZLpTd39i6n6EQZSNEk084LhGEV { color:rgba(var(--color-tertiary-2),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:9.75rem;left:43.75rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#sNdTFeZLpTd39i6n6EQZSNEk084LhGEV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sNdTFeZLpTd39i6n6EQZSNEk084LhGEV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh { 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; }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .row .container { background-color: transparent; background-image: none; }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .row .container > .video-iframe-container { display: none; }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .row > .video-iframe-container { display: none; }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .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); }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .row .container { border-width: 0; border-radius: 0; }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#iyCMpLQPAZtmHNQTeSiytao8oIn27KDA { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:5.625rem;left:6.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p6OwQ8h2miMU7rLL0aTK9g4f3rmWm6AE { color:rgba(var(--color-tertiary-2),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:7.9375rem;left:6.25rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#p6OwQ8h2miMU7rLL0aTK9g4f3rmWm6AE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p6OwQ8h2miMU7rLL0aTK9g4f3rmWm6AE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#Fyed7IWgskbI4SX3zWvKswhP12dzI9gh { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:6.25rem;top:19.3125rem;left:6.25rem;display:block; }
#cMRTX9iQJi3PcTyHfhF9grxPsJZHggWJ { position:absolute;display:block;z-index:15023;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:22.9375rem;width:34.375rem;top:1.03125rem;left:39.0625rem;overflow:hidden;display:block; }
#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG { 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; }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .row .container { background-color: transparent; background-image: none; }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .row .container > .video-iframe-container { display: none; }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .row > .video-iframe-container { display: none; }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .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); }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .row .container { border-width: 0; border-radius: 0; }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#S4TZXMdOptmeTeolHwFIyEi2OLhIO36Q { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:4.625rem;left:43.750003814698rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L2kGusDy5KahNRMNP87St5go3DpahPbK { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:6.9375rem;left:43.75rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#L2kGusDy5KahNRMNP87St5go3DpahPbK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L2kGusDy5KahNRMNP87St5go3DpahPbK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#T3rA7ABF8qFTpl4HJrtcylvt0cTzf4pl { position:absolute;display:block;z-index:15016;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:22.9375rem;width:34.375rem;top:1.03125rem;left:1.5625rem;overflow:hidden;display:block; }
#ka7wDiUOsuzIOisQ4ZxRVkunTKLkpiAT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:6.25rem;top:20.375rem;left:43.75rem;display:block; }
#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw { 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; }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .row .container { background-color: transparent; background-image: none; }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .row .container > .video-iframe-container { display: none; }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .row > .video-iframe-container { display: none; }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .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); }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .row .container { border-width: 0; border-radius: 0; }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#zptCbrKNlJAl8ef557qtT73MX8qHboTK { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:5.6875rem;left:6.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GOlynAEDNlLp3feJtX5pWBKTR8wF6dGT { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:8rem;left:6.25rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GOlynAEDNlLp3feJtX5pWBKTR8wF6dGT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GOlynAEDNlLp3feJtX5pWBKTR8wF6dGT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#F109pauMTtwreJc0niAEnL2q3dQfIJ16 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:6.25rem;top:19.25rem;left:6.25rem;display:block; }
#sKv6kxhlLghlriMMyCAnIDn4PkE9Ltkl { position:absolute;display:block;z-index:15025;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:22.9375rem;width:34.375rem;top:1.03125rem;left:39.0625rem;overflow:hidden;display:block; }
#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B { 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; }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .row .container { background-color: transparent; background-image: none; }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .row .container > .video-iframe-container { display: none; }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .row > .video-iframe-container { display: none; }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .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); }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .row .container { border-width: 0; border-radius: 0; }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#TpyuWxRtm7IpP0SawysINfqqyOr41sbG { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:3.125rem;left:43.875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rpsPTkHl3DFOvGJhZ4QbnyUTU5sModKm { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:5.4375rem;left:43.875rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#rpsPTkHl3DFOvGJhZ4QbnyUTU5sModKm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rpsPTkHl3DFOvGJhZ4QbnyUTU5sModKm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#HFoqqbn4ICJuUlT8T9E0aSszG7gA0GT2 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:6.25rem;top:21.8125rem;left:43.875rem;display:block; }
#UDf9kyUcyZ8PxOrfRXlFH0ITUqfTdBZv { position:absolute;display:block;z-index:15025;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:22.9375rem;width:34.375rem;top:1.03125rem;left:1.5625rem;overflow:hidden;display:block; }
#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR { 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; }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .row .container { background-color: transparent; background-image: none; }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .row .container > .video-iframe-container { display: none; }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .row > .video-iframe-container { display: none; }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .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); }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .row .container { border-width: 0; border-radius: 0; }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#O6oMhuTOQTna5J9LGfEMIqo5naTOPNQa { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:5.5625rem;left:6.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0tZV5b9HsFHL6zyFOROMk5yBbyCUPfq { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:7.875rem;left:6.25rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TzINP4MOzmTa2FvQEF3V0yIaTLHWVk5E { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:6.25rem;top:19.4375rem;left:6.25rem;display:block; }
#QxBrJJb7ieixrco1xyFvd9BC3BNSkhcW { position:absolute;display:block;z-index:15024;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:22.9375rem;width:34.375rem;top:1.03125rem;left:39.0625rem;overflow:hidden;display:block; }
#KXQ2Eo0LpTTzU86x4UtwqVnPRFfDgw2S { color:rgba(var(--color-tertiary-2),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:9.875rem;left:6.25rem;height:8.28125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#KXQ2Eo0LpTTzU86x4UtwqVnPRFfDgw2S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KXQ2Eo0LpTTzU86x4UtwqVnPRFfDgw2S li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d { 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; }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .row .container { background-color: transparent; background-image: none; }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .row .container > .video-iframe-container { display: none; }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .row > .video-iframe-container { display: none; }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .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); }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .row .container { border-width: 0; border-radius: 0; }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#cvuHcT4sZs8x2cvq5RXDCSSdn6sRke5C { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:8.1875rem;left:43.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dQgHBDd0TgKBaPUi7OidQhWNMvTLJ0pJ { color:rgba(var(--color-tertiary-2),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:10.5rem;left:43.75rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqySSs6ofncDQi1iJUpOpTBUDMmdpvCO { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:6.25rem;top:18.75rem;left:43.75rem;display:block; }
#ixbsS63WD11B02Kyk3sC8Ug48m3RrTsI { position:absolute;display:block;z-index:15027;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:22.9375rem;width:34.375rem;top:2.03125rem;left:1.5625rem;overflow:hidden;display:block; }
#P9qThPyt45koZZbQSmDAl4CB74qb2oxI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .row .container { background-color: transparent; background-image: none; }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .row .container > .video-iframe-container { display: none; }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .row > .video-iframe-container { display: none; }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .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); }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .row .container { border-width: 0; border-radius: 0; }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#HuVVNcJOazuyfIZ7VA2NCMgrVCIiXcQT { position:absolute;display:block;z-index:15000;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:9.375rem;width:13.75rem;top:4.9375rem;left:3.25rem;overflow:hidden;display:block; }
#JtMXlkr6a40xXHgZJM1EQdLHtE9Tgzwt { position:absolute;display:block;z-index:15001;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:9.375rem;width:13.75rem;top:4.9375rem;left:17.3125rem;overflow:hidden;display:block; }
#lutv6A3JQspHXy4nmiKz74a9But8SxPp { position:absolute;display:block;z-index:15002;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:8.9375rem;width:13.125rem;top:5.15625rem;left:44.375003814698rem;overflow:hidden;display:block; }
#kpfAfZ5fVJZW1OW0HxQUWx58buDpG5Hg { position:absolute;display:block;z-index:15003;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:9.375rem;width:13.75rem;top:4.9375rem;left:30.625rem;overflow:hidden;display:block; }
#U5U2vhNRrs0tyUHbwHDVnk7PoUTd2XRv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:4.9375rem;left:58rem;overflow:hidden;display:block; }
#KCVVZeP0NA7yVXPgOn1e7mvmH8iOP1Py { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .row .container { background-color: transparent; background-image: none; }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .row .container > .video-iframe-container { display: none; }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .row > .video-iframe-container { display: none; }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .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); }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .row .container { border-width: 0; border-radius: 0; }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#s9tB1dRrNttKE2TdF5PU8sATB85y7NST { color:rgba(var(--color-tertiary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #ffffff;top:1.875rem;left:17.5625rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HaHSG2HvysvEfz23GUT5zVDPTqFgMeJa { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.14) ;height:28.5rem;width:50.9375rem;top:6.15625rem;left:12.03125rem;display:none; }
#FLi8yQC8ndoGMHyGqaoqqV3p41MFH8GT { position:absolute;display:block;z-index:15013;height:28.5rem;width:50.9375rem;top:6.21875rem;left:12.03125rem;display:block; }
#iyXUnnKsuu963AZrwhn2rfgkrEnhZZ7r { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq { position:relative;display:block; }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq { background-color: transparent; background-image: none; }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq > .row .container > .video-iframe-container { display: none; }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq > .row > .video-iframe-container { display: none; }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq > .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); }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq { border-width: 0; border-radius: 0; }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JpKXFtWppAE1AogDAZNhBPHTek5Tb3Ch { color:rgba(var(--color-tertiary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.5rem;left:18.9375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTDh6cAtTtsHZyTqhx0wdhh6GAFsrcnn { color:rgba(var(--color-tertiary-2),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:4.96875rem;left:23.375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo { position:relative;display:block; }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo { background-color: transparent; background-image: none; }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo > .row .container > .video-iframe-container { display: none; }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo > .row > .video-iframe-container { display: none; }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo > .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); }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo { border-width: 0; border-radius: 0; }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mNSlyfqQ86FdvJWzV88mDTORRxafRLVc { box-sizing:content-box;height:14.5625rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.75rem;left:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-2),0.15) ;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; }
#bKy3ttxP6XmUbDXKZEGmqNdroso8Lyb3 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.5rem;left:5.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxNq6pzcx7ELeiBkR6Pse5oNKw0MNh1B { color:rgba(var(--color-tertiary-2),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.375rem;left:4.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cp3dSsHxoPuGoLvqCTSc1M8KOPGp6A5V { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(197deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(197deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(197deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(197deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.32) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:10.125rem;left:12.03125rem;display:block; }
#gQmb8cWEKfvLmHxxICZDQvmq7nIHEKX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTGWwWlT8m6AePNedqX7x2grHiPAzsTx { box-sizing:content-box;height:14.5625rem;width:35rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.9375rem;left:38.75rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-2),0.15) ;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; }
#TqwPuQthO7cv04VVBHGKVc1dnnrhZkT7 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:5.4375rem;left:42.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwAaTavOfoVS10TBxvz2q8yVHiFBXQ0x { color:rgba(var(--color-tertiary-2),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:7.3125rem;left:42.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkvGMByQiq55aEalqqHX3xn8LzkSbU25 { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(197deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(197deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(197deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(197deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.32) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:10.0625rem;left:49.5625rem;display:block; }
#rPGa6cSKTq0uwQaqUoN6AfksgUOITa8o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { border-top:0.125rem solid #ffffff;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;background-color:#f7f7f7;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; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { background-color: transparent; background-image: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container > .video-iframe-container { display: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container { display: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .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); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { border-width: 0; border-radius: 0; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { color:rgba(var(--color-tertiary-2),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.625rem;height:1.13736875rem;font-style:normal;display:block; }
#iQ99JoyQsu9LReEm1hpQ0TzHQtPJC3UD { box-sizing:content-box;color:#343434;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.5625rem;left:60.3125rem;display:block; }
#eNVgTBWXW3eIMsVxeP6Ia5H2BxFIogWM { box-sizing:content-box;color:#343434;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5625rem;left:66.5625rem;display:block; }
#rpfqQaNxm7ayhXNAdtpJqJ8F6t367Km6 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:24.1875rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mATzsETn4BcTbo7aF3T4w8206T457MTC { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.9375rem;left:33.8125rem;display:block; }
#W55Hd9SEzDcCm4VtT56v4Q3yiBVBIh4q { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:36.3125rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pZ3TSZChETFpWwbubr9f5xld7E7PbxDz { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.875rem;left:42.625rem;display:block; }
#GzoBxhO9ylPVPFylDhVOxqSTdxcto2Z7 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:45.125rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kl8m1O7HeOHRCiuiDBq2UyNQ5cNb3CRE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:2.15625rem;left:64.03125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D7C95VTnd5whW3VFarb6D62cJBO8iMq8 { display:block; }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgTIDyzwSS697kTgkEnF9kg9heuiVibA { width:7.125rem;height:2.3125rem;top:0.625rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi7EFufNZiJ5hcDDl0fSF1P53MCqT58b { display:block; }
 }@media only screen and (max-width: 763px) { #x6pW51XD2cbBQbTwRSs3zMibi5k9aWVO { top:0rem;left:38.125rem;width:9.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkDsxDuwGGMBGc9wh06Zznf818hNxLau { display:block; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWWL6CebEAJaCFWqihNeHdtkmkqG412a { top:13rem;left:19rem;width:28.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkGmDWPXHJObphZvGaHSsgl7GA7h5dv3 { top:19.875rem;left:21.75rem;width:26rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQTpZRXydoA1cn0wChMlJadDXF6QnXxd { width:16.875rem;height:2.875rem;top:25.0625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbZ6unIZtkNPe0aT1FATJgX0Szc9wQ3d { display:block; }
 }@media only screen and (max-width: 763px) { #qO7LMGIp4uum345SudqziydavdzOeAVU { top:28.5rem;left:29.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJDoiTyzGQzmNz0rUDvu9HF2VKcmTsdO { top:6.1875rem;left:29.5rem;width:7.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT6ff4rpE28KWqXlOcQ1WCThVGOXqU6t { top:28.6875rem;left:31.375rem;width:14.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoJkuuJuTuK0JTzpARybZ89mA9iQ6kwq { width:38.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 { display:block; }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVETH7adguuSb4XtWNlGRk78orq2LpAV { top:3.75rem;left:0rem;width:31.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLzUKxPcQL8L0JaZvGph9lGpI5rqpnLD { top:8rem;left:0rem;width:33.1875rem;height:;font-size:1rem;display:block; }#dLzUKxPcQL8L0JaZvGph9lGpI5rqpnLD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #rvtRxzscH2qkh1RndivAlN1aaPrEHfEe { top:10.125rem;left:0rem;width:32.125rem;height:;font-size:1rem;display:block; }#rvtRxzscH2qkh1RndivAlN1aaPrEHfEe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #ClS18u7I3TW9LV6XQluTDdLNXdCzOb0q { top:13.75rem;left:0rem;width:35.3125rem;height:;font-size:1rem;display:block; }#ClS18u7I3TW9LV6XQluTDdLNXdCzOb0q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #ZylOdHq0x6FmNv4SMfgG7Wr7Rc9LQbZk { top:17.375rem;left:0rem;width:28.8125rem;height:;font-size:1rem;display:block; }#ZylOdHq0x6FmNv4SMfgG7Wr7Rc9LQbZk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #RMEFmeIX8bAcK1srHm3PcTTeDy9CMCe0 { top:21rem;left:0rem;width:34.4375rem;height:3rem;font-size:1rem;display:block; }#RMEFmeIX8bAcK1srHm3PcTTeDy9CMCe0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #T5Mwz7FMHNJNPvkV8Vds4lSLeIzTAC1f { top:6.75rem;left:23.625003814698rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK1zpZxPy9nvLVGzSa9J1uEVtZUibtM7 { top:1.5625rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO { display:block; }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbxXJDlnsHOpzRLb8JQuvZBCrIJovARs { top:7.3125rem;left:0rem;width:12.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b62ZNgBP5OtA9r88AkwoBN2Of8gPeUD7 { top:6.375rem;left:6.90625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc51BsGNr5b6zzona3SsI1aPaxuELXA6 { top:5.4375rem;left:5.96875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1nah5vpvTd0SkqHzEZBS6r7tnNeNOzF { top:9.9375rem;left:3.125rem;width:8.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnyxvfsAQ3W4u3wqwBPFd5qOUGVtDvR { top:1.875rem;left:0rem;width:37.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpx9UkUDH0azhcHxmkzBQrszOGEZFig0 { top:7.3125rem;left:11.375rem;width:12.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V09vst2ZvDaLcH7iDoCf8IW4opFQysEM { top:6.375rem;left:17.593753814698rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBz5Txd7dLdhW2rPR3olFRyA0A42l60S { top:5.4375rem;left:16.656253814698rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBKr3mWpstJJRmocwFvFZp97B4bPTp8U { top:9.9375rem;left:11.3125rem;width:12.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAWwKgNbcH7rKmKkdSlFV7ay6OmTZ2P3 { top:7.3125rem;left:23.3125rem;width:12.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WocXpnkKLzglaP75rb2v0fPaPcHaVHow { top:6.375rem;left:28.281253814698rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxenOo8XmCnaNWnunTMirkRWQZUJIiF3 { top:5.4375rem;left:27.343753814698rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0BN9PJopeLM3fp5QH1fGwrmB0sUepOg { top:9.9375rem;left:24.812503814698rem;width:8.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eksagXoUtIDPIyxdnci9znGNRHlkrLTR { top:7.3125rem;left:35.25rem;width:12.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y81K2FH3dtmlg3SiozPUrKeEpPesqsbu { top:6.375rem;left:38.968753814698rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4IaQp89CwAWN9grgrBLvB0c0re7xFPw { top:5.4375rem;left:38.031253814698rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUhGqOSd3uSBb1aTgKHixvLLGBrMmWNx { top:9.9375rem;left:35.8125rem;width:8.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XypaRrKTzugz5fixXVXsDZk1lqsTRewc { display:block; }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKduJyvTdTVM56tx2kwnXbOGwxSAiN9f { top:1.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQrFEX98keIoZsXVATtDuQEH0ESt0xl { display:block; }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acxV0JwTBdJ0ZGpsKEcTqIhQoVU4KNdF { top:4.375rem;left:23.875rem;width:23.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqNRv6Z8nrVxg4CTywOaPbzPCqAU7CfR { top:6.6875rem;left:22.875rem;width:24.875rem;height:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSQkcMy1CP38ggJCpTSQMZ0gevyw64qF { top:20.5625rem;left:23.875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUTwhUCIdMihrkZGOufIm5U71MFzl246 { top:1rem;left:0rem;width:34.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc { display:block; }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWuVyyEVMxKr4MQbTQQRNNUBTqV6qPvN { top:5.3125rem;left:0rem;width:22.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDKWMHOshPUo8MSLL3z0wWstFibGdSwc { top:7.625rem;left:0rem;width:25.5625rem;height:;font-size:0.9375rem;display:block; }#sDKWMHOshPUo8MSLL3z0wWstFibGdSwc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #mx3aA0QkWNtHIlSFLZvKBFLAeztkpHLS { top:19.625rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1xZhnTQLwoHV8FmUqmZRBRfaCmEF94m { top:1rem;left:13.375rem;width:34.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH { display:block; }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwKKrbT12apkxLOf6mHX5bsqgsOigyTF { top:4rem;left:23.875rem;width:22.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wokH16mhcoXTz9TV5TC2pTPxiIZ9BQiA { top:6.3125rem;left:21.625rem;width:26.125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWplwrQUyuiQDxgJNkBchDkF2orkOQuD { top:21rem;left:23.875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKUZ6hTW8GdMqF4W67pvz5m11vdnUFsp { top:1rem;left:0rem;width:34.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNdTFeZLpTd39i6n6EQZSNEk084LhGEV { top:9.75rem;left:21rem;width:26.75rem;height:;font-size:0.9375rem;display:block; }#sNdTFeZLpTd39i6n6EQZSNEk084LhGEV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh { display:block; }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyCMpLQPAZtmHNQTeSiytao8oIn27KDA { top:5.625rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6OwQ8h2miMU7rLL0aTK9g4f3rmWm6AE { top:7.9375rem;left:0rem;width:29.5rem;height:10rem;font-size:0.9375rem;display:block; }#p6OwQ8h2miMU7rLL0aTK9g4f3rmWm6AE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #Fyed7IWgskbI4SX3zWvKswhP12dzI9gh { top:19.3125rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMRTX9iQJi3PcTyHfhF9grxPsJZHggWJ { top:1rem;left:13.375rem;width:34.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG { display:block; }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4TZXMdOptmeTeolHwFIyEi2OLhIO36Q { top:4.625rem;left:23.875rem;width:22.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2kGusDy5KahNRMNP87St5go3DpahPbK { top:6.9375rem;left:23.8125rem;width:23.9375rem;height:;font-size:0.9375rem;display:block; }#L2kGusDy5KahNRMNP87St5go3DpahPbK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #T3rA7ABF8qFTpl4HJrtcylvt0cTzf4pl { top:1rem;left:0rem;width:34.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka7wDiUOsuzIOisQ4ZxRVkunTKLkpiAT { top:20.375rem;left:23.875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKAhiMZoO4f4DPXT87ws5kmHSppHopBw { display:block; }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zptCbrKNlJAl8ef557qtT73MX8qHboTK { top:5.6875rem;left:0rem;width:19.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOlynAEDNlLp3feJtX5pWBKTR8wF6dGT { top:8rem;left:0rem;width:26.125rem;height:;font-size:0.9375rem;display:block; }#GOlynAEDNlLp3feJtX5pWBKTR8wF6dGT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #F109pauMTtwreJc0niAEnL2q3dQfIJ16 { top:19.25rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKv6kxhlLghlriMMyCAnIDn4PkE9Ltkl { top:1rem;left:13.375rem;width:34.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B { display:block; }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpyuWxRtm7IpP0SawysINfqqyOr41sbG { top:3.125rem;left:23.875rem;width:19.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpsPTkHl3DFOvGJhZ4QbnyUTU5sModKm { top:5.4375rem;left:21.625rem;width:26.125rem;height:;font-size:0.9375rem;display:block; }#rpsPTkHl3DFOvGJhZ4QbnyUTU5sModKm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #HFoqqbn4ICJuUlT8T9E0aSszG7gA0GT2 { top:21.8125rem;left:23.875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDf9kyUcyZ8PxOrfRXlFH0ITUqfTdBZv { top:1rem;left:0rem;width:34.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJUVdKs0T1TD4wk82s10krS7TAFEs1OR { display:block; }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6oMhuTOQTna5J9LGfEMIqo5naTOPNQa { top:5.5625rem;left:0rem;width:17.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0tZV5b9HsFHL6zyFOROMk5yBbyCUPfq { top:7.875rem;left:0rem;width:26.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzINP4MOzmTa2FvQEF3V0yIaTLHWVk5E { top:19.4375rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxBrJJb7ieixrco1xyFvd9BC3BNSkhcW { top:1rem;left:13.375rem;width:34.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQ2Eo0LpTTzU86x4UtwqVnPRFfDgw2S { top:9.875rem;left:0rem;width:30.25rem;height:8.25rem;font-size:0.9375rem;display:block; }#KXQ2Eo0LpTTzU86x4UtwqVnPRFfDgw2S li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d { display:block; }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvuHcT4sZs8x2cvq5RXDCSSdn6sRke5C { top:8.1875rem;left:23.875rem;width:16.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQgHBDd0TgKBaPUi7OidQhWNMvTLJ0pJ { top:10.5rem;left:20.0625rem;width:27.6875rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqySSs6ofncDQi1iJUpOpTBUDMmdpvCO { top:18.75rem;left:23.875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixbsS63WD11B02Kyk3sC8Ug48m3RrTsI { top:2rem;left:0rem;width:34.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9qThPyt45koZZbQSmDAl4CB74qb2oxI { display:block; }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuVVNcJOazuyfIZ7VA2NCMgrVCIiXcQT { top:4.9375rem;left:0rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtMXlkr6a40xXHgZJM1EQdLHtE9Tgzwt { top:4.9375rem;left:3.6875rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lutv6A3JQspHXy4nmiKz74a9But8SxPp { top:5.125rem;left:30.750003814698rem;width:13.125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpfAfZ5fVJZW1OW0HxQUWx58buDpG5Hg { top:4.9375rem;left:17rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5U2vhNRrs0tyUHbwHDVnk7PoUTd2XRv { top:4.9375rem;left:34rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCVVZeP0NA7yVXPgOn1e7mvmH8iOP1Py { top:1.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW { display:block; }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9tB1dRrNttKE2TdF5PU8sATB85y7NST { top:1.875rem;left:3.9375rem;width:39.875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaHSG2HvysvEfz23GUT5zVDPTqFgMeJa { top:6.125rem;left:0rem;width:47.75rem;height:26.716564417178rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLi8yQC8ndoGMHyGqaoqqV3p41MFH8GT { top:6.1875rem;left:0rem;width:47.75rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyXUnnKsuu963AZrwhn2rfgkrEnhZZ7r { display:none; }
 }@media only screen and (max-width: 763px) { #VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq { display:block; }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpKXFtWppAE1AogDAZNhBPHTek5Tb3Ch { top:2.5rem;left:5.3125rem;width:37.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDh6cAtTtsHZyTqhx0wdhh6GAFsrcnn { top:4.9375rem;left:9.75rem;width:28.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFpnlRQN9PhBczgA6CypGUfTOeKVilWo { display:block; }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNSlyfqQ86FdvJWzV88mDTORRxafRLVc { top:1.75rem;left:0rem;width:35rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKy3ttxP6XmUbDXKZEGmqNdroso8Lyb3 { top:5.5rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxNq6pzcx7ELeiBkR6Pse5oNKw0MNh1B { top:7.375rem;left:0rem;width:28.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp3dSsHxoPuGoLvqCTSc1M8KOPGp6A5V { width:13.4375rem;height:2.875rem;top:10.125rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQmb8cWEKfvLmHxxICZDQvmq7nIHEKX8 { display:block; }
 }@media only screen and (max-width: 763px) { #GTGWwWlT8m6AePNedqX7x2grHiPAzsTx { top:1.9375rem;left:12.75rem;width:35rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqwPuQthO7cv04VVBHGKVc1dnnrhZkT7 { top:5.4375rem;left:21.125rem;width:26.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwAaTavOfoVS10TBxvz2q8yVHiFBXQ0x { top:7.3125rem;left:19.5rem;width:28.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvGMByQiq55aEalqqHX3xn8LzkSbU25 { width:13.4375rem;height:2.875rem;top:10.0625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPGa6cSKTq0uwQaqUoN6AfksgUOITa8o { display:block; }
 }@media only screen and (max-width: 763px) { #EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { top:2.5rem;left:0rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ99JoyQsu9LReEm1hpQ0TzHQtPJC3UD { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNVgTBWXW3eIMsVxeP6Ia5H2BxFIogWM { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpfqQaNxm7ayhXNAdtpJqJ8F6t367Km6 { top:2.5rem;left:10.5625rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATzsETn4BcTbo7aF3T4w8206T457MTC { top:1.9375rem;left:20.1875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W55Hd9SEzDcCm4VtT56v4Q3yiBVBIh4q { top:2.5rem;left:22.6875rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3TSZChETFpWwbubr9f5xld7E7PbxDz { top:1.875rem;left:29rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzoBxhO9ylPVPFylDhVOxqSTdxcto2Z7 { top:2.5rem;left:31.5rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl8m1O7HeOHRCiuiDBq2UyNQ5cNb3CRE { top:2.125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f7f7f7;background-image:none;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); } }@media only screen and (max-width: 763px) { #D7C95VTnd5whW3VFarb6D62cJBO8iMq8 { position:relative;z-index:auto;display:none; }#D7C95VTnd5whW3VFarb6D62cJBO8iMq8 > .row .container { width:20rem;height:10.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bgTIDyzwSS697kTgkEnF9kg9heuiVibA { width:8.5625rem;height:2.0625rem;top:3.1875rem;left:5.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qi7EFufNZiJ5hcDDl0fSF1P53MCqT58b { display:block; }
 }@media only screen and (max-width: 763px) { #x6pW51XD2cbBQbTwRSs3zMibi5k9aWVO { width:14.4375rem;height:7.75rem;top:1.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkDsxDuwGGMBGc9wh06Zznf818hNxLau { background-color:#ffffff;background-image:none;display:block; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row .container { background-color: transparent; background-image: none; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row .container > .video-iframe-container { display: none; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row > .video-iframe-container { display: none; }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .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); }#kkDsxDuwGGMBGc9wh06Zznf818hNxLau > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWWL6CebEAJaCFWqihNeHdtkmkqG412a { width:20rem;height:7.1979375rem;top:8.5625rem;left:-0.0615234375rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15024;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KkGmDWPXHJObphZvGaHSsgl7GA7h5dv3 { width:20rem;height:6rem;top:17.19921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15023;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rQTpZRXydoA1cn0wChMlJadDXF6QnXxd { width:17.8125rem;height:2.875rem;top:25.5625rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbZ6unIZtkNPe0aT1FATJgX0Szc9wQ3d { display:block; }
 }@media only screen and (max-width: 763px) { #qO7LMGIp4uum345SudqziydavdzOeAVU { display:flex;width:1.5rem;height:1.5rem;top:29rem;left:1.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UJDoiTyzGQzmNz0rUDvu9HF2VKcmTsdO { width:8.1875rem;height:4.8125rem;top:1.25rem;left:6.5312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT6ff4rpE28KWqXlOcQ1WCThVGOXqU6t { width:16.125rem;height:1.125rem;top:29.228515625rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15023;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QoJkuuJuTuK0JTzpARybZ89mA9iQ6kwq { top:32.25rem;left:0rem;width:20rem;height:19.4375rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 { display:block; }#phnDkZBZZUqkxHUoFgFULBTPm3TA6pd3 > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVETH7adguuSb4XtWNlGRk78orq2LpAV { width:18.75rem;height:4.22395625rem;top:1.25rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dLzUKxPcQL8L0JaZvGph9lGpI5rqpnLD { width:20rem;height:3.375rem;top:6.72265625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#dLzUKxPcQL8L0JaZvGph9lGpI5rqpnLD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #rvtRxzscH2qkh1RndivAlN1aaPrEHfEe { width:20rem;height:6.75rem;top:11.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#rvtRxzscH2qkh1RndivAlN1aaPrEHfEe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #ClS18u7I3TW9LV6XQluTDdLNXdCzOb0q { width:20rem;height:8.4375rem;top:19.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#ClS18u7I3TW9LV6XQluTDdLNXdCzOb0q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #ZylOdHq0x6FmNv4SMfgG7Wr7Rc9LQbZk { width:19.6875rem;height:6.75rem;top:29.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#ZylOdHq0x6FmNv4SMfgG7Wr7Rc9LQbZk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #RMEFmeIX8bAcK1srHm3PcTTeDy9CMCe0 { width:20rem;height:5.0625rem;top:37.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#RMEFmeIX8bAcK1srHm3PcTTeDy9CMCe0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #T5Mwz7FMHNJNPvkV8Vds4lSLeIzTAC1f { width:2.5rem;height:2.5rem;top:6.724609375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uK1zpZxPy9nvLVGzSa9J1uEVtZUibtM7 { width:20rem;height:20rem;top:43.853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO { display:block; }#ZcO92aSGCm9E0UtfvBm7KUQLeORJL9PO > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbxXJDlnsHOpzRLb8JQuvZBCrIJovARs { width:15.25rem;height:9.375rem;top:6.4375rem;left:2.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #b62ZNgBP5OtA9r88AkwoBN2Of8gPeUD7 { width:1.875rem;height:1.875rem;top:5.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc51BsGNr5b6zzona3SsI1aPaxuELXA6 { width:3.75rem;height:3.75rem;top:4.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1nah5vpvTd0SkqHzEZBS6r7tnNeNOzF { width:8.8125rem;height:2.92448125rem;top:9.9375rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XZnyxvfsAQ3W4u3wqwBPFd5qOUGVtDvR { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Vpx9UkUDH0azhcHxmkzBQrszOGEZFig0 { width:15.25rem;height:9.375rem;top:19.5rem;left:2.375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #V09vst2ZvDaLcH7iDoCf8IW4opFQysEM { width:1.875rem;height:1.875rem;top:18.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBz5Txd7dLdhW2rPR3olFRyA0A42l60S { width:3.75rem;height:3.75rem;top:17.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBKr3mWpstJJRmocwFvFZp97B4bPTp8U { width:12.5625rem;height:2.92448125rem;top:23rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OAWwKgNbcH7rKmKkdSlFV7ay6OmTZ2P3 { width:15.25rem;height:9.375rem;top:32.5625rem;left:2.375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #WocXpnkKLzglaP75rb2v0fPaPcHaVHow { width:1.875rem;height:1.875rem;top:31.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxenOo8XmCnaNWnunTMirkRWQZUJIiF3 { width:3.75rem;height:3.75rem;top:30.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0BN9PJopeLM3fp5QH1fGwrmB0sUepOg { width:8.8125rem;height:2.92448125rem;top:36.0625rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #eksagXoUtIDPIyxdnci9znGNRHlkrLTR { width:15.25rem;height:9.375rem;top:45.625rem;left:2.375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #y81K2FH3dtmlg3SiozPUrKeEpPesqsbu { width:1.875rem;height:1.875rem;top:44.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4IaQp89CwAWN9grgrBLvB0c0re7xFPw { width:3.75rem;height:3.75rem;top:43.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUhGqOSd3uSBb1aTgKHixvLLGBrMmWNx { width:8.8125rem;height:2.92448125rem;top:49.125rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XypaRrKTzugz5fixXVXsDZk1lqsTRewc { display:block; }#XypaRrKTzugz5fixXVXsDZk1lqsTRewc > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKduJyvTdTVM56tx2kwnXbOGwxSAiN9f { width:16.0625rem;height:4.22395625rem;top:1.25rem;left:1.96875rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aAQrFEX98keIoZsXVATtDuQEH0ESt0xl { display:block; }#aAQrFEX98keIoZsXVATtDuQEH0ESt0xl > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acxV0JwTBdJ0ZGpsKEcTqIhQoVU4KNdF { width:20rem;height:1.6875rem;top:1.2500019073486rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XqNRv6Z8nrVxg4CTywOaPbzPCqAU7CfR { width:20rem;height:21.9375rem;top:16.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XSQkcMy1CP38ggJCpTSQMZ0gevyw64qF { width:6.25rem;height:0.0625rem;top:40.041668891907rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUTwhUCIdMihrkZGOufIm5U71MFzl246 { width:20rem;height:13.3125rem;top:2.9791660308838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc { display:block; }#TyKMezZhtZbJOQCBGTBcFzN2hFZTgVTc > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWuVyyEVMxKr4MQbTQQRNNUBTqV6qPvN { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sDKWMHOshPUo8MSLL3z0wWstFibGdSwc { width:20rem;height:17.8125rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#sDKWMHOshPUo8MSLL3z0wWstFibGdSwc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #mx3aA0QkWNtHIlSFLZvKBFLAeztkpHLS { width:6.25rem;height:0.0625rem;top:37.166667938233rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1xZhnTQLwoHV8FmUqmZRBRfaCmEF94m { width:20rem;height:13.3125rem;top:3.6041679382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH { display:block; }#OVKzdgTBQd3D9BBWPPqdEynT9CqIv0nH > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwKKrbT12apkxLOf6mHX5bsqgsOigyTF { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wokH16mhcoXTz9TV5TC2pTPxiIZ9BQiA { width:20rem;height:5.0625rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QWplwrQUyuiQDxgJNkBchDkF2orkOQuD { width:6.25rem;height:0.0625rem;top:38.416667938233rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKUZ6hTW8GdMqF4W67pvz5m11vdnUFsp { width:20rem;height:13.3125rem;top:3.6041660308838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNdTFeZLpTd39i6n6EQZSNEk084LhGEV { width:20rem;height:13.375rem;top:23.812501192093rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#sNdTFeZLpTd39i6n6EQZSNEk084LhGEV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh { display:block; }#IslQACOp1KtGCoVFMSRSi9HhMAcXWXIh > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyCMpLQPAZtmHNQTeSiytao8oIn27KDA { width:20rem;height:1.6875rem;top:1.2500152587891rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #p6OwQ8h2miMU7rLL0aTK9g4f3rmWm6AE { width:20rem;height:15.0625rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#p6OwQ8h2miMU7rLL0aTK9g4f3rmWm6AE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #Fyed7IWgskbI4SX3zWvKswhP12dzI9gh { width:6.25rem;height:0.0625rem;top:34.416667938233rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMRTX9iQJi3PcTyHfhF9grxPsJZHggWJ { width:20rem;height:13.3125rem;top:3.6041660308838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG { display:block; }#yyOgcXRtfhQPxAO3AHXM56roaRuZ04MG > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4TZXMdOptmeTeolHwFIyEi2OLhIO36Q { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #L2kGusDy5KahNRMNP87St5go3DpahPbK { width:20rem;height:22.875rem;top:17.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#L2kGusDy5KahNRMNP87St5go3DpahPbK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #T3rA7ABF8qFTpl4HJrtcylvt0cTzf4pl { width:19.6875rem;height:13.125rem;top:3.6041660308838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka7wDiUOsuzIOisQ4ZxRVkunTKLkpiAT { width:6.25rem;height:0.0625rem;top:42.041667938233rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKAhiMZoO4f4DPXT87ws5kmHSppHopBw { display:block; }#OKAhiMZoO4f4DPXT87ws5kmHSppHopBw > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zptCbrKNlJAl8ef557qtT73MX8qHboTK { width:19.5625rem;height:1.6875rem;top:1.25rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #GOlynAEDNlLp3feJtX5pWBKTR8wF6dGT { width:20rem;height:15.0625rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#GOlynAEDNlLp3feJtX5pWBKTR8wF6dGT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #F109pauMTtwreJc0niAEnL2q3dQfIJ16 { width:6.25rem;height:0.0625rem;top:34.416667938233rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKv6kxhlLghlriMMyCAnIDn4PkE9Ltkl { width:20rem;height:13.3125rem;top:3.6041660308838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B { display:block; }#hN5oVQUPMTbQ5nuP8THcnwr5kwFNbM5B > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpyuWxRtm7IpP0SawysINfqqyOr41sbG { width:19.5625rem;height:1.6875rem;top:1.25rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rpsPTkHl3DFOvGJhZ4QbnyUTU5sModKm { width:20rem;height:17.6875rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#rpsPTkHl3DFOvGJhZ4QbnyUTU5sModKm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #HFoqqbn4ICJuUlT8T9E0aSszG7gA0GT2 { width:6.25rem;height:0.0625rem;top:37.041667938233rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDf9kyUcyZ8PxOrfRXlFH0ITUqfTdBZv { width:20rem;height:13.3125rem;top:3.6041660308838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJUVdKs0T1TD4wk82s10krS7TAFEs1OR { display:block; }#CJUVdKs0T1TD4wk82s10krS7TAFEs1OR > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6oMhuTOQTna5J9LGfEMIqo5naTOPNQa { width:17.625rem;height:1.6875rem;top:1.25rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #x0tZV5b9HsFHL6zyFOROMk5yBbyCUPfq { width:20rem;height:3.375rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TzINP4MOzmTa2FvQEF3V0yIaTLHWVk5E { width:6.25rem;height:0.0625rem;top:38.104167938233rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxBrJJb7ieixrco1xyFvd9BC3BNSkhcW { width:20rem;height:13.3125rem;top:3.5833320617676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQ2Eo0LpTTzU86x4UtwqVnPRFfDgw2S { width:20rem;height:14.75rem;top:22.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }#KXQ2Eo0LpTTzU86x4UtwqVnPRFfDgw2S li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60140e19-9644-4fdc-8497-8bcaa4928fdd/dott.png); }
 }@media only screen and (max-width: 763px) { #ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d { display:block; }#ah9oicEQ4Nrt6svRTx5AMcRUh2nbqg4d > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvuHcT4sZs8x2cvq5RXDCSSdn6sRke5C { width:16.625rem;height:1.6875rem;top:1.25rem;left:1.6875001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dQgHBDd0TgKBaPUi7OidQhWNMvTLJ0pJ { width:20rem;height:15.1875rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BqySSs6ofncDQi1iJUpOpTBUDMmdpvCO { width:6.25rem;height:0.0625rem;top:34.541667938233rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixbsS63WD11B02Kyk3sC8Ug48m3RrTsI { width:20rem;height:13.3125rem;top:3.6041660308838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9qThPyt45koZZbQSmDAl4CB74qb2oxI { display:block; }#P9qThPyt45koZZbQSmDAl4CB74qb2oxI > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuVVNcJOazuyfIZ7VA2NCMgrVCIiXcQT { width:10rem;height:6.75rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtMXlkr6a40xXHgZJM1EQdLHtE9Tgzwt { width:9.875rem;height:6.75rem;top:5.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lutv6A3JQspHXy4nmiKz74a9But8SxPp { width:10rem;height:6.75rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpfAfZ5fVJZW1OW0HxQUWx58buDpG5Hg { width:10rem;height:6.75rem;top:11.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5U2vhNRrs0tyUHbwHDVnk7PoUTd2XRv { width:10rem;height:6.75rem;top:18.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCVVZeP0NA7yVXPgOn1e7mvmH8iOP1Py { width:20rem;height:4.22395625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW { display:block; }#q4AA5vTDC17CJOE0iKiumRB1fKRiXdhW > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9tB1dRrNttKE2TdF5PU8sATB85y7NST { width:20rem;height:4.22395625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HaHSG2HvysvEfz23GUT5zVDPTqFgMeJa { height:11.19018404908rem;width:20rem;top:6.72330625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLi8yQC8ndoGMHyGqaoqqV3p41MFH8GT { width:20rem;height:28.5rem;top:19.16343125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyXUnnKsuu963AZrwhn2rfgkrEnhZZ7r { top:7.33203125rem;left:0rem;width:20rem;height:11.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq { display:block; }#VVHdmGKyZxgcILd3KDlBfKCpKVr5CZMq > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpKXFtWppAE1AogDAZNhBPHTek5Tb3Ch { width:18.625rem;height:4.875rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RTDh6cAtTtsHZyTqhx0wdhh6GAFsrcnn { width:16.0625rem;height:3rem;top:6.75rem;left:1.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aFpnlRQN9PhBczgA6CypGUfTOeKVilWo { display:block; }#aFpnlRQN9PhBczgA6CypGUfTOeKVilWo > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNSlyfqQ86FdvJWzV88mDTORRxafRLVc { width:19.125rem;height:14rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKy3ttxP6XmUbDXKZEGmqNdroso8Lyb3 { width:20rem;height:3.375rem;top:2.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #hxNq6pzcx7ELeiBkR6Pse5oNKw0MNh1B { width:20rem;height:1.5rem;top:5.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Cp3dSsHxoPuGoLvqCTSc1M8KOPGp6A5V { width:13.4375rem;height:2.875rem;top:8.625rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQmb8cWEKfvLmHxxICZDQvmq7nIHEKX8 { display:block; }
 }@media only screen and (max-width: 763px) { #GTGWwWlT8m6AePNedqX7x2grHiPAzsTx { width:19.125rem;height:14rem;top:15.250000953674rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqwPuQthO7cv04VVBHGKVc1dnnrhZkT7 { width:20rem;height:3.375rem;top:17.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #SwAaTavOfoVS10TBxvz2q8yVHiFBXQ0x { width:20rem;height:1.5rem;top:21.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #vkvGMByQiq55aEalqqHX3xn8LzkSbU25 { width:13.4375rem;height:2.875rem;top:23.875000953674rem;left:3.2812501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPGa6cSKTq0uwQaqUoN6AfksgUOITa8o { display:block; }
 }@media only screen and (max-width: 763px) { #EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { width:20rem;height:1.1375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQ99JoyQsu9LReEm1hpQ0TzHQtPJC3UD { width:3.125rem;height:3.125rem;top:3.125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNVgTBWXW3eIMsVxeP6Ia5H2BxFIogWM { width:3.125rem;height:3.125rem;top:3.125rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpfqQaNxm7ayhXNAdtpJqJ8F6t367Km6 { width:9.6875rem;height:0;top:7.125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #mATzsETn4BcTbo7aF3T4w8206T457MTC { width:2.5rem;height:2.5rem;top:8.875rem;left:5.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W55Hd9SEzDcCm4VtT56v4Q3yiBVBIh4q { width:6.0625rem;height:0;top:9.5rem;left:7.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #pZ3TSZChETFpWwbubr9f5xld7E7PbxDz { width:2.5rem;height:2.5rem;top:11.375rem;left:5.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzoBxhO9ylPVPFylDhVOxqSTdxcto2Z7 { width:5.75rem;height:0;top:12rem;left:8.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #kl8m1O7HeOHRCiuiDBq2UyNQ5cNb3CRE { width:1.9375rem;height:1.9375rem;top:3.71875rem;left:9.03125rem;display:block; }
 }