.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:242,246,250;--color-primary-1:213,226,239;--color-primary-2:170,196,223;--color-primary-3:85,98,112;--color-primary-4:26,29,33;--color-secondary-0:253,252,251;--color-secondary-1:248,246,243;--color-secondary-2:241,236,230;--color-secondary-3:121,118,115;--color-secondary-4:36,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:232,179,203;--color-tertiary-2:179,3,80;--color-tertiary-3:90,2,40;--color-tertiary-4:18,0,8;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#eee5e2;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); }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .row .container { background-color: transparent; background-image: none; }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .row .container > .video-iframe-container { display: none; }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .row > .video-iframe-container { display: none; }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .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); }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .row .container { border-width: 0; border-radius: 0; }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .row .container { width:60rem;height:40rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#imGuQ0VyCsUGkPNM9ZVIBFbPKWNFHL5r { display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.201171875rem;left:0rem;height:10.96875rem;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;color:rgba(var(--color-tertiary-4),1);display:block; }
#ZIC2zxRF5iVScBM8EItA65RTrZ1T4ktk { display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:22.375rem;left:0rem;height:4.78125rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SQOnLJIkQmOWyPxixelhN1MCafbH2SVR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.3125rem;left:0rem;display:block; }
#X8qFOhZsuZAoeB42Xs3uZNwhTufSVfnU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlNryFDtTkSP6AdH2C8rEfTLRpvtryDv { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.3125rem;left:16.9375rem;display:block; }
#QqKwTKBbnU0A4Io22AEv7Vr46B6gIy76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFIiP03RKTrvTbGB0WWN6fVUX70RFlmJ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:23.8125rem;top:6.3125rem;left:35.251953125rem;overflow:hidden;display:block; }
#UISQNrKbNwezoOLFUzbQpK0PBDhX2fwT { color:rgba(var(--color-tertiary-2),1);display:block;width:16.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15073;line-height:1.9;letter-spacing:0;top:6.3125rem;left:0rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr { 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; }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .row .container { background-color: transparent; background-image: none; }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .row .container > .video-iframe-container { display: none; }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .row > .video-iframe-container { display: none; }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .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); }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .row .container { border-width: 0; border-radius: 0; }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;position:relative;display:block; }#LdcVWiJz55yrmDLECHvMUPEz1RtQlTPo { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15075;line-height:1.9;letter-spacing:0;top:5.375rem;left:21.875rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#a1BJpGaKg8Ha65lGF04v10RrgO6LCPfi { display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:8.3125rem;height:5.36230625rem;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;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#SmCcWMdwHkRGRGVMmuB7T1eBBaHAhz0F { box-sizing:content-box;height:7rem;width:18.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.625rem;left:2rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#sPz9inQVi8hbL2hWcs4gABAeL5BNOyQz { box-sizing:content-box;height:7rem;width:18.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.625rem;left:20.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bTRZbXXTGD8TmunpqoopK49P2QCIbXHN { box-sizing:content-box;height:7rem;width:18.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.625rem;left:39.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#siFenL8wdSiibhwiq7uExyKfu6LlSMQV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.5;letter-spacing:0;top:17rem;left:3.125rem;height:4.21875rem;display:block; }#siFenL8wdSiibhwiq7uExyKfu6LlSMQV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#siFenL8wdSiibhwiq7uExyKfu6LlSMQV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
#zGtgNfhMp3pVNzDrQZmtbpsMEUo3EiSD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15077;line-height:1.5;letter-spacing:0;top:17rem;left:22.0625rem;height:2.8125rem;display:block; }#zGtgNfhMp3pVNzDrQZmtbpsMEUo3EiSD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zGtgNfhMp3pVNzDrQZmtbpsMEUo3EiSD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
#PD6V6UyPdMeenzpzWbHeWnkleqwNOUJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15078;line-height:1.5;letter-spacing:0;top:17rem;left:41.0625rem;height:2.8125rem;display:block; }#PD6V6UyPdMeenzpzWbHeWnkleqwNOUJZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PD6V6UyPdMeenzpzWbHeWnkleqwNOUJZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
#QO1aZDO4yErtUlFTibINeBE9Npz3MUAa { box-sizing:content-box;height:7rem;width:18.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.1875rem;left:20.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MVyPBPlTlGLRbpnz5hgETbK6z3wUT0vM { box-sizing:content-box;height:7rem;width:18.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.1875rem;left:39.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#S4X3pI1GRwo0pTDWLIxRfsO0i69JnJPM { box-sizing:content-box;height:7rem;width:18.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.1875rem;left:2rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#JboDFt5KavMg5W7dwD34vtVc7DcAyHpz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:24.5625rem;left:3.125rem;height:2.8125rem;display:block; }#JboDFt5KavMg5W7dwD34vtVc7DcAyHpz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JboDFt5KavMg5W7dwD34vtVc7DcAyHpz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
#NHIbgLT7HhHqAzvXTTawZ21WW5ZGTPiz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15083;line-height:1.5;letter-spacing:0;top:24.5625rem;left:22.0625rem;height:2.8125rem;display:block; }#NHIbgLT7HhHqAzvXTTawZ21WW5ZGTPiz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NHIbgLT7HhHqAzvXTTawZ21WW5ZGTPiz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
#BaKVne65nBvWWs8AEXiEsXs0uTfLG1UN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15084;line-height:1.5;letter-spacing:0;top:24.5625rem;left:41.0625rem;height:2.8125rem;display:block; }#BaKVne65nBvWWs8AEXiEsXs0uTfLG1UN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BaKVne65nBvWWs8AEXiEsXs0uTfLG1UN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
#t4wlETHPX3xU0wbu4fl5bDDP42J2zmTb { box-sizing:content-box;height:7rem;width:18.0625rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.8125rem;left:20.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bxKVJRhT4pvgDRpe3xDBccIaUT1Ubiha { box-sizing:content-box;height:7rem;width:18.0625rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.8125rem;left:39.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#yt5ragJpo3z9o44LkxAqzOsSX5QoIIFB { box-sizing:content-box;height:7rem;width:18.0625rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.8125rem;left:2rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dwNFdtK0WGlBgHn3lZEsTxdSUHWgtpUy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.5;letter-spacing:0;top:32.1875rem;left:3.125rem;height:2.8125rem;display:block; }#dwNFdtK0WGlBgHn3lZEsTxdSUHWgtpUy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dwNFdtK0WGlBgHn3lZEsTxdSUHWgtpUy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
#FGaLW8usgAmMBicMVo066HtSIHRD9hOM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15089;line-height:1.5;letter-spacing:0;top:32.1875rem;left:22.0625rem;height:2.8125rem;display:block; }#FGaLW8usgAmMBicMVo066HtSIHRD9hOM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FGaLW8usgAmMBicMVo066HtSIHRD9hOM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
#keJ3DODDGqfoJ0TvaZ79eagIhLhSfwTM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15090;line-height:1.5;letter-spacing:0;top:32.1875rem;left:41.0625rem;height:2.8125rem;display:block; }#keJ3DODDGqfoJ0TvaZ79eagIhLhSfwTM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#keJ3DODDGqfoJ0TvaZ79eagIhLhSfwTM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row .container { background-color: transparent; background-image: none; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row .container > .video-iframe-container { display: none; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row > .video-iframe-container { display: none; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .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); }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row .container { border-width: 0; border-radius: 0; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#eKMJ3IS89sgW2kEQQ3Wl3ZZtXJia8krl { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15077;line-height:1.9;letter-spacing:0;top:5rem;left:21.875rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#Mp4fSOUXePSeoqLpUAtXxTseoDL90ZXN { display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:8.3125rem;height:2.68115rem;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;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#li3qeCiiw53VUb8NDFLChPZk5O4DGi9B { box-sizing:content-box;height:19.625rem;width:18.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:12.125rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#L567zXiw9N2WMe0THQCnh9pvmq34wvBT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:17.9375rem;left:1.5rem;height:1.5996125rem;display:block; }
#H0gnRlboeJbzi12wdqT3Msvi19mFwH5s { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:20.4375rem;left:1.5rem;height:8.3994375rem;display:block; }
#O73O0FF1ecsxxOGoxK1JGtrpt52thBTA { color:rgba(var(--color-primary-2),0.43);display:block;width:6.25rem;position:absolute;font-family:fraunces;font-size:2.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:12.75rem;left:1.46875rem;height:2.92480625rem;display:block; }
#qkuTvSWAllTGJKF5SIm1L5LS3HLrLBzO { box-sizing:content-box;height:19.625rem;width:18.75rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:12.1875rem;left:20.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#gHIxDMlZekgh2ylX9Te5JLSAULGZnoRG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:18rem;left:22.125rem;height:1.5996125rem;display:block; }
#qt5yIbGQF4iGFbgnwB5KMXPyvVRbCoFF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:20.5rem;left:22.125rem;height:6.9995rem;display:block; }
#xUwDt2JzDVJ27gvL14ldAaXzBdqHbth8 { color:rgba(var(--color-primary-2),0.43);display:block;width:6.25rem;position:absolute;font-family:fraunces;font-size:2.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:13.9375rem;left:22.125rem;height:2.92480625rem;display:block; }
#FheOs9TEwGmFCd8rNPyi0U7FqTox0ZeV { box-sizing:content-box;height:19.625rem;width:18.75rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:12.125rem;left:41.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ToTvSyxC3krRzheKpaLMlPy8m3sxwacl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.6;letter-spacing:0;top:17.9375rem;left:42.625rem;height:1.5996125rem;display:block; }
#kusxLVmTlVg28HAakLtKmZ4gfzBNKUTn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.6;letter-spacing:0;top:20.4375rem;left:42.625rem;height:6.9995rem;display:block; }
#i0kaMuy5fr3KGc5IDZ2zGNHRcJoU3Cep { color:rgba(var(--color-primary-2),0.43);display:block;width:6.25rem;position:absolute;font-family:fraunces;font-size:2.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:13.875rem;left:42.625rem;height:2.92480625rem;display:block; }
#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .row .container { background-color: transparent; background-image: none; }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .row .container > .video-iframe-container { display: none; }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .row > .video-iframe-container { display: none; }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .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); }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .row .container { border-width: 0; border-radius: 0; }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#qlfbwrUW3Wiuyae91NdCODOcOCwU0LaC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.125rem;width:12.5rem;top:10.4375rem;left:0rem;display:block; }
#p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { color:#3b3838;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:14.9375rem;left:0rem;height:23.7983375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { color:#3b3838;display:block;width:29.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.2890625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zhrQiucZePngEmhzpyH6u3rQUhTXMJUt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39rem;width:20.8125rem;top:2.375rem;left:35rem;overflow:hidden;display:block; }
#JvLOyQbAywyzr7AR4uqDH1rKv6RTz4mC { box-sizing:content-box;height:33.4375rem;width:22.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.45)', endColorstr='rgba(var(--color-secondary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.45)', endColorstr='rgba(var(--color-secondary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-size:auto !important;top:2.5625rem;left:31.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#B7vRFWZiytXp1OCBHN5piJsulsJXVob3 { box-sizing:content-box;height:35.375rem;width:22.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.25);background-image:none;top:5.9375rem;left:34.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#aaJfggZTtmos9CfhIwd5NO0yqmLyIFVT { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15079;line-height:1.9;letter-spacing:0;top:3.5625rem;left:0rem;height:1.54345625rem;text-align:left;text-align-last:left;display:block; }
#Xyb0f9QUpgLxTtiJtGvRLhoaQkCt7ZaV { display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:2.68115rem;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;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }
#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container { background-color: transparent; background-image: none; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container > .video-iframe-container { display: none; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row > .video-iframe-container { display: none; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .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); }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container { border-width: 0; border-radius: 0; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#Nk25lx8EA4czeBPZD64X1xPwZAdr2TRe { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.6875rem;width:21.4375rem;top:1.4375rem;left:6.25rem;display:block; }
#cbhgvNPI5zhAJqy3FRUbaD1xxfbG6hF9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.8125rem;width:21.4375rem;top:1.3125rem;left:31.0625rem;display:block; }
#gQzuTc38zJt92R8OSAxli6glgJRBLRut { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:18.6875rem;left:7.25rem;height:9.7993375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yEgOLOzACOPA1CC8OsV4sBB7V8252qJH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:3.3125rem;left:7.1875rem;height:8.3994375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#akPOxsbzxKWLSrBxBOplVEwn8783sZTg { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.6875rem;width:21.4375rem;top:18rem;left:31.0625rem;display:block; }
#J0zcIAcPlVkcT8qUTgvh0ZTo2a3SiEKP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:19.375rem;left:32.1875rem;height:5.59960625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BUzmvkTq55E2HJQQXTPNCpQddOf9Witb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.6875rem;width:21.4375rem;top:18.125rem;left:6.25rem;display:block; }
#ZPawAwaDTPakPaXd3UShbNo7oMiBo6pq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:3.3125rem;left:32.1875rem;height:8.3994375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J0lm0AZgfIGQWHSEvZhmG1doTnCHuFOd { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.875rem;width:21rem;top:19.375rem;left:32.75rem;display:block; }
#TUQZXFfRR7xAtOMIl5KZV7mh5Ell0yXv { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.875rem;width:21rem;top:2.875rem;left:32.8125rem;display:block; }
#iSaOzh3e5W4s1cWEKGgxvRev2WGnAZXd { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.875rem;width:21rem;top:2.875rem;left:8.25rem;display:block; }
#Xq0DXRe8QCnryTx9HPpq5Vvlf7bFbz5I { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.875rem;width:21rem;top:19.25rem;left:8.25rem;display:block; }
#zncUDhsSUAOlraIbzC0K6mtKhFuFiTAC { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15025;opacity:1;top:16.75rem;left:22.5625rem; }
#E34pJvOG5dRFSh70DLNul4s7hqlfVUbu { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15026;opacity:1;top:16.75rem;left:47.8125rem; }
#QmU6Mklrs7ZfyXZhUOA5m4kkp8xbukmp { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15027;opacity:1;top:0.25rem;left:47.5rem; }
#fPMDdMkyDBLHr1JJyl3kD9xnMtx09FLL { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15028;opacity:1;top:0rem;left:22.5625rem; }
#XgyDNaXZ85Qtf4ycO3ubP6dLsPrrGaQq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.875rem;left:18.8125rem; }
#JMfMzr0k0QTifO2USfUQQ8QB8WeKhRVT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:29.875rem;left:20.3125rem; }
#IHpigzMhqISomR2TSKfkugkKorKmSkXx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:29.875rem;left:21.875rem; }
#aqyaMnuTB8sU30r4sKt6cxHSPdo6TrgR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.875rem;left:23.4375rem; }
#oVlkIaqyK3Ft6h2iJMVxJxH34TW7i9Mb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:29.875rem;left:25rem; }
#sACikZgLWMpTqgit3GUkHRbwyJl1VcQp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:29.5625rem;left:43.6875rem; }
#SOvmRGGNqa4EE81Cv4fFZ3pEPw1R0sTA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:29.5625rem;left:49.9375rem; }
#lzJTa9ER1va8b5Go1uUbBFVSlWaiwuXv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:29.5625rem;left:45.25rem; }
#ME2eb7CJ0XSxGGRUdQmMKxyO72HeJyX0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:29.5625rem;left:46.8125rem; }
#GWyGPhAsaU877mr5gXft2uiiLuaANAal { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:29.5625rem;left:48.375rem; }
#efPNg0sxgIE7D9g7Zm08WPwWNb3zePEV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:13rem;left:20.875rem; }
#cQs0mITd8MKitA3VP1URT0vaziBe9zFv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:13rem;left:22.4375rem; }
#neEB74ZUOe8MwcCpb5PnXdLEXAJosf26 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13rem;left:19.3125rem; }
#GhFvcPXkT2hRQQpd4TzCRUrE5li7cpLG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:13rem;left:24rem; }
#r40LasccgRoWt1osQsq0KKVGv7LZLgLr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:13rem;left:25.5625rem; }
#BL7En7gzFObflaGvEkmMWCyTqTRutQh5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:13.0625rem;left:45.375rem; }
#Cp7WLZP82vO65DCLxhTHAfuEzREGzEDo { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:13.0625rem;left:46.9375rem; }
#WOViwbNKcc2HLZSC5mOpguOn4WbTT0yT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.0625rem;left:43.8125rem; }
#xM3A3gA7HyBvCUBmf7vZ8Im0c8pivDBB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:13.0625rem;left:48.5rem; }
#qe3MFdgJQ2kCaoHbD9FpbAycCugEVRE3 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.0625rem;left:50.0625rem; }
#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .row .container { background-color: transparent; background-image: none; }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .row .container > .video-iframe-container { display: none; }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .row > .video-iframe-container { display: none; }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .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); }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .row .container { border-width: 0; border-radius: 0; }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#TeFD2TvIRiDTVdT4Bn0GNc9p33Fvueg1 { box-sizing:content-box;height:8.125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875rem;left:0rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#egnGQvyd07P0isrHpamdEcVVsb5E9SM4 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15001;opacity:1;top:5.1875rem;left:2.25rem; }
#wh8isKBegEeSoi5PTzWw0OutMi7bHFTF { color:rgba(var(--color-primary-2),1);display:block;width:16.3110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15080;line-height:1.9;letter-spacing:0;top:4.3125rem;left:7.5625rem;height:1.54345625rem;text-align:left;text-align-last:left;display:block; }
#WL9ozIQqWuSbhmWHdlzvcK2FUqmy8kHE { color:rgba(var(--color-primary-0),1);display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:5.8125rem;left:7.5625rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GToggJesM5p6D0THFZadtFRP3iQHudEE { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .row .container { background-color: transparent; background-image: none; }#GToggJesM5p6D0THFZadtFRP3iQHudEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .row .container > .video-iframe-container { display: none; }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .row > .video-iframe-container { display: none; }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .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); }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .row .container { border-width: 0; border-radius: 0; }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .row .container { width:60rem;height:58.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ZeCgkVkye9wqE62r4wa4nXgznzTJy0BN { position:absolute;display:block;z-index:15008;background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:47.5rem;width:26.375rem;top:3.375rem;left:15.34375rem;display:block; }
#L8cXJsH13LcWqSzXWyBHQuBv8wThs0fq { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.375rem;left:20.625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3ZduSRFLuRTZyWDmzUTxNoKDihbvo7i { color:#333333;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:17.53125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EALrLMqwuxXi3J25K4Gcal6ETBt3a8Zz { position:absolute;display:block;z-index:15011;height:21.75rem;width:23.625rem;top:13.9375rem;left:16.71875rem;display:block; }
#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .row .container { background-color: transparent; background-image: none; }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .row .container > .video-iframe-container { display: none; }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .row > .video-iframe-container { display: none; }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .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); }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .row .container { border-width: 0; border-radius: 0; }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#DNbT99G9LcXSmzFPW8c4lEH3sMB9xbIA { 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:1.3745125rem;width:1.3745125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#hpdhRrrrvNk8rJzfBuoXfAb1KG9XItbU { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1.94921875rem;left:3.1875rem;height:1.2246125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nLPxdBwkpLJPR6J44thwRldeGHOTdSOe { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:1.8623046875rem;left:39.1875rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AihUvBFAgcRWWPRKtN17MMOkAlRBUMdg { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:54.0625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt { display:block; }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imGuQ0VyCsUGkPNM9ZVIBFbPKWNFHL5r { width:32.3125rem;height:;top:9.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIC2zxRF5iVScBM8EItA65RTrZ1T4ktk { width:33.75rem;height:4.75rem;top:22.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQOnLJIkQmOWyPxixelhN1MCafbH2SVR { width:16.0625rem;height:3.625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8qFOhZsuZAoeB42Xs3uZNwhTufSVfnU { display:block; }
 }@media only screen and (max-width: 763px) { #UlNryFDtTkSP6AdH2C8rEfTLRpvtryDv { width:16.0625rem;height:3.625rem;top:29.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqKwTKBbnU0A4Io22AEv7Vr46B6gIy76 { display:block; }
 }@media only screen and (max-width: 763px) { #lFIiP03RKTrvTbGB0WWN6fVUX70RFlmJ { top:6.3125rem;left:23.9375rem;width:23.8125rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UISQNrKbNwezoOLFUzbQpK0PBDhX2fwT { top:6.3125rem;left:0rem;width:16.25rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCcTKFMvqS0M6VRXLecUbId4PiUw3omr { display:block; }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdcVWiJz55yrmDLECHvMUPEz1RtQlTPo { top:5.375rem;left:15.75rem;width:16.25rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1BJpGaKg8Ha65lGF04v10RrgO6LCPfi { width:43.375rem;height:5.3125rem;top:7.5rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmCcWMdwHkRGRGVMmuB7T1eBBaHAhz0F { top:15.625rem;left:0rem;width:18.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPz9inQVi8hbL2hWcs4gABAeL5BNOyQz { top:15.625rem;left:14.8125rem;width:18.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTRZbXXTGD8TmunpqoopK49P2QCIbXHN { top:15.625rem;left:29.6875rem;width:18.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #siFenL8wdSiibhwiq7uExyKfu6LlSMQV { top:17rem;left:0rem;width:15.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }#siFenL8wdSiibhwiq7uExyKfu6LlSMQV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #zGtgNfhMp3pVNzDrQZmtbpsMEUo3EiSD { top:17rem;left:15.9375rem;width:15.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }#zGtgNfhMp3pVNzDrQZmtbpsMEUo3EiSD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #PD6V6UyPdMeenzpzWbHeWnkleqwNOUJZ { top:17rem;left:31.9375rem;width:15.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }#PD6V6UyPdMeenzpzWbHeWnkleqwNOUJZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #QO1aZDO4yErtUlFTibINeBE9Npz3MUAa { top:23.1875rem;left:14.8125rem;width:18.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVyPBPlTlGLRbpnz5hgETbK6z3wUT0vM { top:23.1875rem;left:29.6875rem;width:18.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4X3pI1GRwo0pTDWLIxRfsO0i69JnJPM { top:23.1875rem;left:0rem;width:18.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JboDFt5KavMg5W7dwD34vtVc7DcAyHpz { top:24.5625rem;left:0rem;width:15.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }#JboDFt5KavMg5W7dwD34vtVc7DcAyHpz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #NHIbgLT7HhHqAzvXTTawZ21WW5ZGTPiz { top:24.5625rem;left:15.9375rem;width:15.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }#NHIbgLT7HhHqAzvXTTawZ21WW5ZGTPiz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #BaKVne65nBvWWs8AEXiEsXs0uTfLG1UN { top:24.5625rem;left:31.9375rem;width:15.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }#BaKVne65nBvWWs8AEXiEsXs0uTfLG1UN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #t4wlETHPX3xU0wbu4fl5bDDP42J2zmTb { top:30.8125rem;left:14.8125rem;width:18.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxKVJRhT4pvgDRpe3xDBccIaUT1Ubiha { top:30.8125rem;left:29.6875rem;width:18.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt5ragJpo3z9o44LkxAqzOsSX5QoIIFB { top:30.8125rem;left:0rem;width:18.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwNFdtK0WGlBgHn3lZEsTxdSUHWgtpUy { top:32.1875rem;left:0rem;width:15.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }#dwNFdtK0WGlBgHn3lZEsTxdSUHWgtpUy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #FGaLW8usgAmMBicMVo066HtSIHRD9hOM { top:32.1875rem;left:15.9375rem;width:15.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }#FGaLW8usgAmMBicMVo066HtSIHRD9hOM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #keJ3DODDGqfoJ0TvaZ79eagIhLhSfwTM { top:32.1875rem;left:32.1875rem;width:15.5625rem;height:2.8125rem;font-size:0.9375rem;display:block; }#keJ3DODDGqfoJ0TvaZ79eagIhLhSfwTM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 { display:block; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKMJ3IS89sgW2kEQQ3Wl3ZZtXJia8krl { top:5rem;left:15.75rem;width:16.25rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4fSOUXePSeoqLpUAtXxTseoDL90ZXN { width:43.375rem;height:2.625rem;top:7.125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3qeCiiw53VUb8NDFLChPZk5O4DGi9B { top:12.125rem;left:0rem;width:18.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L567zXiw9N2WMe0THQCnh9pvmq34wvBT { top:17.9375rem;left:0rem;width:15.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0gnRlboeJbzi12wdqT3Msvi19mFwH5s { top:20.4375rem;left:0rem;width:15.9375rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O73O0FF1ecsxxOGoxK1JGtrpt52thBTA { top:12.75rem;left:0rem;width:6.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkuTvSWAllTGJKF5SIm1L5LS3HLrLBzO { top:12.1875rem;left:14.5rem;width:18.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHIxDMlZekgh2ylX9Te5JLSAULGZnoRG { top:18rem;left:16rem;width:15.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt5yIbGQF4iGFbgnwB5KMXPyvVRbCoFF { top:20.5rem;left:16rem;width:15.9375rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUwDt2JzDVJ27gvL14ldAaXzBdqHbth8 { top:13.9375rem;left:16rem;width:6.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FheOs9TEwGmFCd8rNPyi0U7FqTox0ZeV { top:12.125rem;left:28.875rem;width:18.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTvSyxC3krRzheKpaLMlPy8m3sxwacl { top:17.9375rem;left:32.0625rem;width:15.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kusxLVmTlVg28HAakLtKmZ4gfzBNKUTn { top:20.4375rem;left:31.8125rem;width:15.9375rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0kaMuy5fr3KGc5IDZ2zGNHRcJoU3Cep { top:13.875rem;left:36.5rem;width:6.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d { display:block; }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlfbwrUW3Wiuyae91NdCODOcOCwU0LaC { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { top:14.9375rem;left:0rem;width:29.25rem;height:23.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { top:12.25rem;left:0rem;width:29.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhrQiucZePngEmhzpyH6u3rQUhTXMJUt { top:2.375rem;left:26.9375rem;width:20.8125rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLOyQbAywyzr7AR4uqDH1rKv6RTz4mC { top:2.5625rem;left:25.6875rem;width:22.0625rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7vRFWZiytXp1OCBHN5piJsulsJXVob3 { top:5.9375rem;left:25.1875rem;width:22.5625rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaJfggZTtmos9CfhIwd5NO0yqmLyIFVT { top:3.5625rem;left:0rem;width:16.25rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyb0f9QUpgLxTtiJtGvRLhoaQkCt7ZaV { width:43.375rem;height:;top:5.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk { display:block; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk25lx8EA4czeBPZD64X1xPwZAdr2TRe { width:21.4375rem;height:13.6875rem;top:1.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbhgvNPI5zhAJqy3FRUbaD1xxfbG6hF9 { width:21.4375rem;height:13.8125rem;top:1.3125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQzuTc38zJt92R8OSAxli6glgJRBLRut { width:17.375rem;height:9.75rem;top:18.6875rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEgOLOzACOPA1CC8OsV4sBB7V8252qJH { width:17.5rem;height:8.375rem;top:3.3125rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPOxsbzxKWLSrBxBOplVEwn8783sZTg { width:21.4375rem;height:13.6875rem;top:18rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0zcIAcPlVkcT8qUTgvh0ZTo2a3SiEKP { width:17.5rem;height:5.5625rem;top:19.375rem;left:26.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUzmvkTq55E2HJQQXTPNCpQddOf9Witb { width:21.4375rem;height:13.6875rem;top:18.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPawAwaDTPakPaXd3UShbNo7oMiBo6pq { width:18.4375rem;height:8.375rem;top:3.3125rem;left:26.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0lm0AZgfIGQWHSEvZhmG1doTnCHuFOd { width:21rem;height:13.875rem;top:19.375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUQZXFfRR7xAtOMIl5KZV7mh5Ell0yXv { width:21rem;height:13.875rem;top:2.875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSaOzh3e5W4s1cWEKGgxvRev2WGnAZXd { width:21rem;height:13.875rem;top:2.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq0DXRe8QCnryTx9HPpq5Vvlf7bFbz5I { width:21rem;height:13.875rem;top:19.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zncUDhsSUAOlraIbzC0K6mtKhFuFiTAC { top:16.75rem;left:16.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E34pJvOG5dRFSh70DLNul4s7hqlfVUbu { top:16.75rem;left:41.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmU6Mklrs7ZfyXZhUOA5m4kkp8xbukmp { top:0.25rem;left:41.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPMDdMkyDBLHr1JJyl3kD9xnMtx09FLL { top:0rem;left:16.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgyDNaXZ85Qtf4ycO3ubP6dLsPrrGaQq { top:29.875rem;left:12.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMfMzr0k0QTifO2USfUQQ8QB8WeKhRVT { top:29.875rem;left:14.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHpigzMhqISomR2TSKfkugkKorKmSkXx { top:29.875rem;left:15.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqyaMnuTB8sU30r4sKt6cxHSPdo6TrgR { top:29.875rem;left:17.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVlkIaqyK3Ft6h2iJMVxJxH34TW7i9Mb { top:29.875rem;left:18.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sACikZgLWMpTqgit3GUkHRbwyJl1VcQp { top:29.5625rem;left:37.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOvmRGGNqa4EE81Cv4fFZ3pEPw1R0sTA { top:29.5625rem;left:43.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzJTa9ER1va8b5Go1uUbBFVSlWaiwuXv { top:29.5625rem;left:39.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME2eb7CJ0XSxGGRUdQmMKxyO72HeJyX0 { top:29.5625rem;left:40.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWyGPhAsaU877mr5gXft2uiiLuaANAal { top:29.5625rem;left:42.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efPNg0sxgIE7D9g7Zm08WPwWNb3zePEV { top:13rem;left:14.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQs0mITd8MKitA3VP1URT0vaziBe9zFv { top:13rem;left:16.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neEB74ZUOe8MwcCpb5PnXdLEXAJosf26 { top:13rem;left:13.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhFvcPXkT2hRQQpd4TzCRUrE5li7cpLG { top:13rem;left:17.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r40LasccgRoWt1osQsq0KKVGv7LZLgLr { top:13rem;left:19.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL7En7gzFObflaGvEkmMWCyTqTRutQh5 { top:13.0625rem;left:39.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp7WLZP82vO65DCLxhTHAfuEzREGzEDo { top:13.0625rem;left:40.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOViwbNKcc2HLZSC5mOpguOn4WbTT0yT { top:13.0625rem;left:37.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM3A3gA7HyBvCUBmf7vZ8Im0c8pivDBB { top:13.0625rem;left:42.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe3MFdgJQ2kCaoHbD9FpbAycCugEVRE3 { top:13.0625rem;left:43.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXSDebxPCFF4TmZW9qss0BAs4ym4khGF { display:block; }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeFD2TvIRiDTVdT4Bn0GNc9p33Fvueg1 { top:2.6875rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egnGQvyd07P0isrHpamdEcVVsb5E9SM4 { top:5.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh8isKBegEeSoi5PTzWw0OutMi7bHFTF { top:4.3125rem;left:1.4375rem;width:16.25rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL9ozIQqWuSbhmWHdlzvcK2FUqmy8kHE { width:41.125rem;height:2.75rem;top:5.8125rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GToggJesM5p6D0THFZadtFRP3iQHudEE { display:block; }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeCgkVkye9wqE62r4wa4nXgznzTJy0BN { width:26.375rem;height:47.5rem;top:3.375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8cXJsH13LcWqSzXWyBHQuBv8wThs0fq { width:15.8125rem;height:3.5625rem;top:6.375rem;left:14.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ZduSRFLuRTZyWDmzUTxNoKDihbvo7i { width:22rem;height:1.25rem;top:10.6875rem;left:11.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALrLMqwuxXi3J25K4Gcal6ETBt3a8Zz { top:13.9375rem;left:10.59375rem;width:23.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x { display:block; }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNbT99G9LcXSmzFPW8c4lEH3sMB9xbIA { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpdhRrrrvNk8rJzfBuoXfAb1KG9XItbU { width:25.9375rem;height:1.1875rem;top:1.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLPxdBwkpLJPR6J44thwRldeGHOTdSOe { width:12.1875rem;height:1.375rem;top:1.8125rem;left:33.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AihUvBFAgcRWWPRKtN17MMOkAlRBUMdg { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt { display:block; }#Ug8I0u0B5ILh9A0OGvMcsStqruQ4n0zt > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imGuQ0VyCsUGkPNM9ZVIBFbPKWNFHL5r { width:20rem;height:7.067875rem;top:6.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIC2zxRF5iVScBM8EItA65RTrZ1T4ktk { width:20rem;height:6.9995rem;top:14.375rem;left:0rem;font-size:0.875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SQOnLJIkQmOWyPxixelhN1MCafbH2SVR { width:16.0625rem;height:3.625rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8qFOhZsuZAoeB42Xs3uZNwhTufSVfnU { display:block; }
 }@media only screen and (max-width: 763px) { #UlNryFDtTkSP6AdH2C8rEfTLRpvtryDv { width:16.0625rem;height:3.625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqKwTKBbnU0A4Io22AEv7Vr46B6gIy76 { display:block; }
 }@media only screen and (max-width: 763px) { #lFIiP03RKTrvTbGB0WWN6fVUX70RFlmJ { width:20rem;height:28.293963254593rem;top:29.6591796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UISQNrKbNwezoOLFUzbQpK0PBDhX2fwT { width:16.25rem;height:1.30615rem;top:4rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WCcTKFMvqS0M6VRXLecUbId4PiUw3omr { display:block; }#WCcTKFMvqS0M6VRXLecUbId4PiUw3omr > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdcVWiJz55yrmDLECHvMUPEz1RtQlTPo { width:16.25rem;height:1.54345625rem;top:1.25rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1BJpGaKg8Ha65lGF04v10RrgO6LCPfi { width:20rem;height:6.09375rem;top:4.04296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmCcWMdwHkRGRGVMmuB7T1eBBaHAhz0F { width:18.0625rem;height:7rem;top:11.38671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPz9inQVi8hbL2hWcs4gABAeL5BNOyQz { width:18.0625rem;height:5.6875rem;top:19.63671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTRZbXXTGD8TmunpqoopK49P2QCIbXHN { width:18.0625rem;height:5.6875rem;top:26.57421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siFenL8wdSiibhwiq7uExyKfu6LlSMQV { width:15.8125rem;height:4.21875rem;top:12.76171875rem;left:2.0625rem;font-size:0.9375rem;display:block; }#siFenL8wdSiibhwiq7uExyKfu6LlSMQV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #zGtgNfhMp3pVNzDrQZmtbpsMEUo3EiSD { width:15.8125rem;height:2.8125rem;top:21.01171875rem;left:2.0625rem;font-size:0.9375rem;display:block; }#zGtgNfhMp3pVNzDrQZmtbpsMEUo3EiSD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #PD6V6UyPdMeenzpzWbHeWnkleqwNOUJZ { width:15.8125rem;height:2.8125rem;top:27.94921875rem;left:2.0625rem;font-size:0.9375rem;display:block; }#PD6V6UyPdMeenzpzWbHeWnkleqwNOUJZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #QO1aZDO4yErtUlFTibINeBE9Npz3MUAa { width:18.0625rem;height:5.6875rem;top:40.44921875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVyPBPlTlGLRbpnz5hgETbK6z3wUT0vM { width:18.0625rem;height:5.6875rem;top:47.38671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4X3pI1GRwo0pTDWLIxRfsO0i69JnJPM { width:18.0625rem;height:5.6875rem;top:33.51171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JboDFt5KavMg5W7dwD34vtVc7DcAyHpz { width:15.8125rem;height:2.8125rem;top:34.88671875rem;left:2.0625rem;font-size:0.9375rem;display:block; }#JboDFt5KavMg5W7dwD34vtVc7DcAyHpz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #NHIbgLT7HhHqAzvXTTawZ21WW5ZGTPiz { width:15.8125rem;height:2.8125rem;top:41.82421875rem;left:2.0625rem;font-size:0.9375rem;display:block; }#NHIbgLT7HhHqAzvXTTawZ21WW5ZGTPiz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #BaKVne65nBvWWs8AEXiEsXs0uTfLG1UN { width:15.8125rem;height:2.8125rem;top:48.76171875rem;left:2.0625rem;font-size:0.9375rem;display:block; }#BaKVne65nBvWWs8AEXiEsXs0uTfLG1UN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #t4wlETHPX3xU0wbu4fl5bDDP42J2zmTb { width:18.0625rem;height:5.6875rem;top:61.26171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxKVJRhT4pvgDRpe3xDBccIaUT1Ubiha { width:18.0625rem;height:5.6875rem;top:68.19921875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt5ragJpo3z9o44LkxAqzOsSX5QoIIFB { width:18.0625rem;height:5.6875rem;top:54.32421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwNFdtK0WGlBgHn3lZEsTxdSUHWgtpUy { width:15.8125rem;height:2.8125rem;top:55.69921875rem;left:2.0625rem;font-size:0.9375rem;display:block; }#dwNFdtK0WGlBgHn3lZEsTxdSUHWgtpUy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #FGaLW8usgAmMBicMVo066HtSIHRD9hOM { width:15.8125rem;height:2.8125rem;top:62.63671875rem;left:2.0625rem;font-size:0.9375rem;display:block; }#FGaLW8usgAmMBicMVo066HtSIHRD9hOM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #keJ3DODDGqfoJ0TvaZ79eagIhLhSfwTM { width:15.5625rem;height:2.8125rem;top:69.57421875rem;left:2.0625rem;font-size:0.9375rem;display:block; }#keJ3DODDGqfoJ0TvaZ79eagIhLhSfwTM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6a7fde45070eb41e9e0f829eec8c855498f50e06.svg); }
 }@media only screen and (max-width: 763px) { #PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 { background-color:#f1ece6;background-image:none;display:block; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row .container { background-color: transparent; background-image: none; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row .container > .video-iframe-container { display: none; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row > .video-iframe-container { display: none; }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .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); }#PL7Xuci6VOpaPxt1a0gyVplwMzT4qZb0 > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKMJ3IS89sgW2kEQQ3Wl3ZZtXJia8krl { width:16.25rem;height:1.54345625rem;top:1.25rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4fSOUXePSeoqLpUAtXxTseoDL90ZXN { width:20rem;height:3.8994125rem;top:4.04296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3qeCiiw53VUb8NDFLChPZk5O4DGi9B { width:18.75rem;height:19.625rem;top:9.19189375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L567zXiw9N2WMe0THQCnh9pvmq34wvBT { width:15.6875rem;height:1.5996125rem;top:15.00439375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0gnRlboeJbzi12wdqT3Msvi19mFwH5s { width:15.9375rem;height:6.499rem;top:17.50439375rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O73O0FF1ecsxxOGoxK1JGtrpt52thBTA { width:6.25rem;height:2.5996125rem;top:9.81689375rem;left:2.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkuTvSWAllTGJKF5SIm1L5LS3HLrLBzO { width:18.75rem;height:19.625rem;top:30.19189375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHIxDMlZekgh2ylX9Te5JLSAULGZnoRG { width:15.6875rem;height:1.5996125rem;top:36.00439375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt5yIbGQF4iGFbgnwB5KMXPyvVRbCoFF { width:15.9375rem;height:6.499rem;top:38.50439375rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUwDt2JzDVJ27gvL14ldAaXzBdqHbth8 { width:6.25rem;height:2.5996125rem;top:31.94189375rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FheOs9TEwGmFCd8rNPyi0U7FqTox0ZeV { width:18.75rem;height:19.625rem;top:51.19189375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTvSyxC3krRzheKpaLMlPy8m3sxwacl { width:15.6875rem;height:1.5996125rem;top:57.00439375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kusxLVmTlVg28HAakLtKmZ4gfzBNKUTn { width:15.9375rem;height:6.499rem;top:59.50439375rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0kaMuy5fr3KGc5IDZ2zGNHRcJoU3Cep { width:6.25rem;height:2.5996125rem;top:52.94189375rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d { display:block; }#z8H0dhseSSeQ4vL1VZm1G8D6HrMrHd7d > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlfbwrUW3Wiuyae91NdCODOcOCwU0LaC { width:12.5rem;height:0.125rem;top:7.2421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { width:20rem;height:33.597675rem;top:12.31640625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { width:20rem;height:2.44921875rem;top:8.6171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zhrQiucZePngEmhzpyH6u3rQUhTXMJUt { width:10.3125rem;height:19.375rem;top:48.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLOyQbAywyzr7AR4uqDH1rKv6RTz4mC { width:15.625rem;height:17.75rem;top:47.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7vRFWZiytXp1OCBHN5piJsulsJXVob3 { width:15.375rem;height:18.0625rem;top:49.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaJfggZTtmos9CfhIwd5NO0yqmLyIFVT { width:16.25rem;height:1.54345625rem;top:1.25rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xyb0f9QUpgLxTtiJtGvRLhoaQkCt7ZaV { width:20rem;height:1.94970625rem;top:4.04296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk { display:block; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk25lx8EA4czeBPZD64X1xPwZAdr2TRe { width:17.1875rem;height:11.5625rem;top:46.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbhgvNPI5zhAJqy3FRUbaD1xxfbG6hF9 { width:17.1875rem;height:11.5625rem;top:32.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQzuTc38zJt92R8OSAxli6glgJRBLRut { width:16.3115rem;height:8.39795625rem;top:33.1875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEgOLOzACOPA1CC8OsV4sBB7V8252qJH { width:15.561rem;height:7.19825rem;top:47.9375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPOxsbzxKWLSrBxBOplVEwn8783sZTg { width:17.1875rem;height:11.5625rem;top:2.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0zcIAcPlVkcT8qUTgvh0ZTo2a3SiEKP { width:14.625rem;height:5.59960625rem;top:4.3125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUzmvkTq55E2HJQQXTPNCpQddOf9Witb { width:17.1875rem;height:13.125rem;top:16.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPawAwaDTPakPaXd3UShbNo7oMiBo6pq { width:15.3125rem;height:7.19825rem;top:18.0625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0lm0AZgfIGQWHSEvZhmG1doTnCHuFOd { width:17.1875rem;height:11.5625rem;top:47.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUQZXFfRR7xAtOMIl5KZV7mh5Ell0yXv { width:17.1875rem;height:13.1875rem;top:17.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSaOzh3e5W4s1cWEKGgxvRev2WGnAZXd { width:17.1875rem;height:11.5625rem;top:3.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq0DXRe8QCnryTx9HPpq5Vvlf7bFbz5I { width:17.1875rem;height:11.5625rem;top:33.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zncUDhsSUAOlraIbzC0K6mtKhFuFiTAC { display:flex;width:3.125rem;height:3.125rem;top:31.1875rem;left:14.5rem; }
 }@media only screen and (max-width: 763px) { #E34pJvOG5dRFSh70DLNul4s7hqlfVUbu { display:flex;width:3.125rem;height:3.125rem;top:45.4375rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #QmU6Mklrs7ZfyXZhUOA5m4kkp8xbukmp { display:flex;width:3.125rem;height:3.125rem;top:15.25rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #fPMDdMkyDBLHr1JJyl3kD9xnMtx09FLL { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #XgyDNaXZ85Qtf4ycO3ubP6dLsPrrGaQq { display:flex;width:1.5625rem;height:1.5625rem;top:41.9375rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #JMfMzr0k0QTifO2USfUQQ8QB8WeKhRVT { display:flex;width:1.5625rem;height:1.5625rem;top:41.9375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #IHpigzMhqISomR2TSKfkugkKorKmSkXx { display:flex;width:1.5625rem;height:1.5625rem;top:41.9375rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #aqyaMnuTB8sU30r4sKt6cxHSPdo6TrgR { display:flex;width:1.5625rem;height:1.5625rem;top:41.9375rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #oVlkIaqyK3Ft6h2iJMVxJxH34TW7i9Mb { display:flex;width:1.5625rem;height:1.5625rem;top:41.9375rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #sACikZgLWMpTqgit3GUkHRbwyJl1VcQp { display:flex;width:1.5625rem;height:1.5625rem;top:56rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #SOvmRGGNqa4EE81Cv4fFZ3pEPw1R0sTA { display:flex;width:1.5625rem;height:1.5625rem;top:56rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #lzJTa9ER1va8b5Go1uUbBFVSlWaiwuXv { display:flex;width:1.5625rem;height:1.5625rem;top:56rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #ME2eb7CJ0XSxGGRUdQmMKxyO72HeJyX0 { display:flex;width:1.5625rem;height:1.5625rem;top:56rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #GWyGPhAsaU877mr5gXft2uiiLuaANAal { display:flex;width:1.5625rem;height:1.5625rem;top:56rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #efPNg0sxgIE7D9g7Zm08WPwWNb3zePEV { display:flex;width:1.5625rem;height:1.5625rem;top:11.5rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #cQs0mITd8MKitA3VP1URT0vaziBe9zFv { display:flex;width:1.5625rem;height:1.5625rem;top:11.5rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #neEB74ZUOe8MwcCpb5PnXdLEXAJosf26 { display:flex;width:1.5625rem;height:1.5625rem;top:11.5rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #GhFvcPXkT2hRQQpd4TzCRUrE5li7cpLG { display:flex;width:1.5625rem;height:1.5625rem;top:11.5rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #r40LasccgRoWt1osQsq0KKVGv7LZLgLr { display:flex;width:1.5625rem;height:1.5625rem;top:11.5rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #BL7En7gzFObflaGvEkmMWCyTqTRutQh5 { display:flex;width:1.5625rem;height:1.5625rem;top:27.3125rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #Cp7WLZP82vO65DCLxhTHAfuEzREGzEDo { display:flex;width:1.5625rem;height:1.5625rem;top:27.3125rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #WOViwbNKcc2HLZSC5mOpguOn4WbTT0yT { display:flex;width:1.5625rem;height:1.5625rem;top:27.3125rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #xM3A3gA7HyBvCUBmf7vZ8Im0c8pivDBB { display:flex;width:1.5625rem;height:1.5625rem;top:27.3125rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #qe3MFdgJQ2kCaoHbD9FpbAycCugEVRE3 { display:flex;width:1.5625rem;height:1.5625rem;top:27.3125rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #FXSDebxPCFF4TmZW9qss0BAs4ym4khGF { display:block; }#FXSDebxPCFF4TmZW9qss0BAs4ym4khGF > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeFD2TvIRiDTVdT4Bn0GNc9p33Fvueg1 { width:20rem;height:10.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egnGQvyd07P0isrHpamdEcVVsb5E9SM4 { display:flex;width:2.5rem;height:2.5rem;top:2.98046875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wh8isKBegEeSoi5PTzWw0OutMi7bHFTF { width:16.25rem;height:1.54345625rem;top:3.458984375rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WL9ozIQqWuSbhmWHdlzvcK2FUqmy8kHE { width:18.75rem;height:5.19921875rem;top:6.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GToggJesM5p6D0THFZadtFRP3iQHudEE { display:block; }#GToggJesM5p6D0THFZadtFRP3iQHudEE > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeCgkVkye9wqE62r4wa4nXgznzTJy0BN { width:20rem;height:45.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8cXJsH13LcWqSzXWyBHQuBv8wThs0fq { width:20rem;height:3.8994125rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ZduSRFLuRTZyWDmzUTxNoKDihbvo7i { width:19.75rem;height:1.29980625rem;top:8.9375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALrLMqwuxXi3J25K4Gcal6ETBt3a8Zz { width:17.875rem;height:21.75rem;top:12.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x { display:block; }#SRC2b9kDxFM9Z9hLZK62FH9ANocTzU8x > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNbT99G9LcXSmzFPW8c4lEH3sMB9xbIA { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpdhRrrrvNk8rJzfBuoXfAb1KG9XItbU { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLPxdBwkpLJPR6J44thwRldeGHOTdSOe { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AihUvBFAgcRWWPRKtN17MMOkAlRBUMdg { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }