.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,242,252;--color-primary-1:236,211,244;--color-primary-2:216,167,232;--color-primary-3:108,84,116;--color-primary-4:32,25,35;--color-secondary-0:254,253,253;--color-secondary-1:250,249,250;--color-secondary-2:245,243,244;--color-secondary-3:123,122,122;--color-secondary-4:37,36,37;--color-tertiary-0:255,255,255;--color-tertiary-1:197,181,212;--color-tertiary-2:62,9,112;--color-tertiary-3:31,5,56;--color-tertiary-4:6,1,11;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_e6565b1a5a6d381c6203981a4f248572c76292cc.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { background-color: transparent; background-image: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .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); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { border-width: 0; border-radius: 0; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { font-size:0.875rem;font-family:poppins;height:8.6875rem;width:75rem;position:relative;display:block; }#AlBrMTCEkrvv7EnAkJlbBPDTUG8rC4KJ { box-sizing:content-box;height:4.375rem;width:42.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.1875rem;left:32.1875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#VBx1qm6gESuIzD12vly9ABnsoxeel2tc { background-color:rgba(var(--color-tertiary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.125rem;left:63.5rem;display:block; }
#EE2GgbGoHVXb4tOISsI3VhMryx3DTOB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJZo3WvxPOZ1UTDFnfT61gUMUTyE4Eot { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.09375rem;left:54.4375rem;display:block; }
#wyFZvwZGLzEf9BPWp7I7bFtMnMFCTZ5h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4Fm8DsZmLsPdp1IhgVyanIDqHnA9Kk8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.09375rem;left:47.8125rem;display:block; }
#qynCMPlpUIsoEsnK3I4H2kxxP6aXSABb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cfn7MpLds9PnSACJuqXQcvsLgQBdqMIo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.09375rem;left:40.6875rem;display:block; }
#ugcr82MuTT9dzTprAq5XVEbp7ZGUcTDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xcQuctxaoD1T7OwKmCQD1sbSnd0VmMG6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.125rem;left:33.5rem;display:block; }
#raU2ycmlCpuH45Gz9sCV8ELNy4PK3x6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1lG6T4GF0P34VrNKy7kuHwqFkKNAgn8 { position:absolute;display:block;z-index:15036;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:6.25rem;width:15.4375rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container { background-color: transparent; background-image: none; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container > .video-iframe-container { display: none; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row > .video-iframe-container { display: none; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .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); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container { border-width: 0; border-radius: 0; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container { font-size:0.875rem;font-family:poppins;height:50.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#TTr8N5PTbVypIQbqCGOtWuwaKSmOiuiZ { color:#070605;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:4.25rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:15.75rem;left:0rem;height:11.875rem;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; }
#oWUhJoA51xIgI4kiGRXasKL1zemqeqhb { color:#070605;display:block;width:31.875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:7.1875rem;left:0rem;height:3.0625rem;font-style:normal;display:block; }
#uhRiCtKBwkeZ3SZ2mwaTkNxZbW38bQSL { background-color:rgba(var(--color-tertiary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:43.0625rem;left:3.5rem;display:block; }
#CdBxXr1nqWSeQ2gGXlOIS1rMNmpCTO0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4dvX8ic53yHNCc8W8rk3RNhIGMrhgvX { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:39.5rem;width:45.3125rem;top:11.1875rem;left:29.6875rem;overflow:hidden;display:block; }
#ZxvJNTrIFkgTbB6FF2iAfT0HATGV6cAE { box-sizing:content-box;height:26.6875rem;width:34.25rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:52.6005859375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }
#WT8SzHi8zUFPlvNfRdBKeA4aMso0FbKT { color:#070605;display:block;width:39.3125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:33.25rem;left:0rem;height:4.625rem;font-style:normal;display:block; }
#n72mloX8Rg74gymXTJ6h2EKoJpgbP3Gc { box-sizing:content-box;height:13.5rem;width:14.375rem;position:absolute;display:block;z-index:15037;background-color:#e09495;background-image:none;top:37.125rem;left:60.599548969072rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC { position:relative;display:block; }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC { background-color: transparent; background-image: none; }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC > .row .container > .video-iframe-container { display: none; }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC > .row > .video-iframe-container { display: none; }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC > .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); }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC { border-width: 0; border-radius: 0; }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RA0BoLPW7PucaaR3547V4E9yyZusZtg8 { position:absolute;display:block;z-index:15000;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:50.8125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { position:relative;display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:poppins;height:50.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W40N3zNfe2RCs0sGeTTEfe53XN6piU5q { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.125rem;width:31.3125rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#uDKcQ0aaSymUNokSfMo7UCwphnQFWNe0 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.5rem;top:26.5rem;left:0rem;overflow:hidden;display:block; }
#ToDss36VQq9SpyzRXiyKuSPq6HelZE4k { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.5rem;left:15.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { color:rgba(var(--color-primary-4),1);display:block;width:31.6875rem;position:absolute;font-family:poppins;font-size:5.375rem;font-weight:400;z-index:15038;line-height:1;letter-spacing:0;top:4.8125rem;left:41.875rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LwRLykgOVL3EVh1W0p9mI9prwtVCEmqt { color:rgba(var(--color-primary-4),1);display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:16.6875rem;left:42.125rem;height:25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L7tBUidVsCyUd67oxVddORpzCBOGFTBn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:12.25rem;left:42.25rem;height:2.3125rem;font-style:normal;display:block; }
#GzAD5Q5WcGSarbg0ddTzO23JbFCUTmOQ { box-sizing:content-box;height:50.4375rem;width:37.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:37.5rem;display:block; }
#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { background-color:transparent;background-image:url("https://icons.assets-landingi.com/icon_39ff1337455b883b8ff5fe5b5757d05148b1f4ad.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.adaptive-delivery-prevent-bg, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyload, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyloading { background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { background-color: transparent; background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .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); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { border-width: 0; border-radius: 0; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { font-size:0.875rem;font-family:poppins;height:55.875rem;width:75rem;overflow:visible;position:relative;display:block; }#fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.3125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:10.5625rem;left:41.25rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.875rem;left:41.25rem; }
#KUFEk3D926RXgPFmsVP28v2P3kf7Pfsw { box-sizing:content-box;height:18.9375rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#L5zXC7xQ79mAErurqbSOEhverIT25d1r { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:39.9375rem;left:41.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:47.25rem;left:41.25rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXFBrNToSpTDFb8RdlHSXcxU108E92VF { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:36.3125rem;left:41.25rem; }
#q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:25.3125rem;left:41.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:21.1875rem;left:41.25rem; }
#OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { box-sizing:content-box;height:34.75rem;width:33.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#hw0cJOMly17BzEQ2WZwSpgt3o85c3RM5 { position:absolute;display:block;z-index:15000;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:21.125rem;width:18.625rem;top:34.75rem;left:0rem;overflow:hidden;display:block; }
#gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { color:rgba(var(--color-primary-0),1);display:block;width:28.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:8.625rem;left:3.15625rem;height:9.375rem;font-style:italic;display:block; }
#PlctMpxZtThgQzdlxzVtaTPU384qIl4n { color:rgba(var(--color-primary-0),1);display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:21.4375rem;left:3.15625rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTET7unkC94MllXIqx3WpqXXdfzhllIQ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .row .container { background-color: transparent; background-image: none; }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .row .container > .video-iframe-container { display: none; }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .row > .video-iframe-container { display: none; }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .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); }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .row .container { border-width: 0; border-radius: 0; }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .row .container { font-size:0.875rem;font-family:poppins;height:54.25rem;width:75rem;overflow:visible;position:relative;display:block; }#q3cfBa8XhFvI5s8yqUdbHHZNtQGUxabO { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:poppins;font-size:5.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vBW5s61pOdwtXJod0W4dSQFnGnRAT0NM { box-sizing:content-box;height:20.4375rem;width:29.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20.4375rem;left:45.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;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);display:block; }
#fiOIoRdVgTRR7GTXCPubrNdUMkhMqeiN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:23.875rem;left:52.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AEcwgcgXz3ZOx3DbBgnXMeMziRARLQXO { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:28.125rem;left:50.125rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uPq15icTTBfI2FlnKRg0ToSQNmx0pNlw { box-sizing:content-box;height:25.0625rem;width:29.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JUpWSTEQEPJh39vCPWgp77geLKnUOvFg { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:22.125rem;left:0rem;height:6.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFQt4Pc8CvVgTt9XT84SasTBMy8waR4G { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:17.875rem;left:4.09375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqKtFZZkcJpQTbvWSO5bdlhL6XZomGvi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:29.9375rem;top:0rem;left:44.9375rem;overflow:hidden;display:block; }
#Ikq5p5k15URI5cgmOwvmAMhorvq6XG9e { position:absolute;display:block;z-index:15010;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:19.875rem;width:29.4375rem;top:34.25rem;left:0.125rem;overflow:hidden;display:block; }
#mBsfNVDMJU9azC2F7N0sHz0msl9cpHM7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:31.25rem;left:0.6875rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHaTMC4AdGV9tzKceF62CsalmMycWey3 { background-color:transparent;background-image:url("https://icons.assets-landingi.com/icon_67c3f6dc1c7b86600109a19371459a2d173e91ac.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3.adaptive-delivery-prevent-bg, #mHaTMC4AdGV9tzKceF62CsalmMycWey3.lazyload, #mHaTMC4AdGV9tzKceF62CsalmMycWey3.lazyloading { background-image: none; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container { background-color: transparent; background-image: none; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container > .video-iframe-container { display: none; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row > .video-iframe-container { display: none; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .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); }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container { border-width: 0; border-radius: 0; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container { font-size:0.875rem;font-family:poppins;height:79.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#nNif8rVqBmzQSb3eG2fkmPRd45q2tFTB { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:poppins;font-size:5.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:8.125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Byu4WK7exaypaCtqnweTfzJaC21Sm8u0 { box-sizing:content-box;height:56.375rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.5rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#QJfDNlGlK2kOoUv9sxfpcwU5UkOUOxyO { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5625rem;left:41.25rem;height:5.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z47LTXAOzcr54pxfgbCBeUq2c0k65AT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:26rem;left:41.25rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DhPbtJwJaK1kJWcVRqtir6bUZKp0uiUE { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.0625rem;left:41.25rem; }
#tiMsOueWkntpKstlPBhm6OApbQG7CVEr { box-sizing:content-box;height:53.625rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zEPTsN6iV1GuwdJe0HlLxV2A3VC5dFXz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:26.6875rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qnN0dKNu3J0rUTL1TxFeVyR5885cs6vz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:31.375rem;left:2.5rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNNS8TyHP15LGor2cLMJITKLkRHm8TPy { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.5625rem;left:2.5rem; }
#OKoQIfMSpFeAFV61L70aQ1T4LbPXCZ1u { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:41rem;left:2.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#OKoQIfMSpFeAFV61L70aQ1T4LbPXCZ1u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OKoQIfMSpFeAFV61L70aQ1T4LbPXCZ1u li:before{  }
#prfxbsmE8SDbIaUvZTbgvELpeNnL1yn9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:64.0625rem;left:2.5rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#prfxbsmE8SDbIaUvZTbgvELpeNnL1yn9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#prfxbsmE8SDbIaUvZTbgvELpeNnL1yn9 li:before{  }
#GgmZoloCFSJR9vKrhWMQF0SJnOmvZHdv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:34.1875rem;left:41.25rem;height:19rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GgmZoloCFSJR9vKrhWMQF0SJnOmvZHdv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GgmZoloCFSJR9vKrhWMQF0SJnOmvZHdv li:before{  }
#WQZULyuWzGngh0TA5kZAurpDQ4Ln7oGB { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:55.625rem;left:41.25rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq { background-color:rgba(var(--color-primary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { background-color: transparent; background-image: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container > .video-iframe-container { display: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row > .video-iframe-container { display: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .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); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { border-width: 0; border-radius: 0; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { font-size:0.875rem;font-family:poppins;height:51.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#a7qpzDkeGVMAcTmpTVoQv0Ic04FhffHL { color:rgba(var(--color-tertiary-2),1);display:block;width:48.75rem;position:absolute;font-family:poppins;font-size:5.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:14.5625rem;left:0rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZATOTMqa3vX61DHeSceR63Fam677Apk5 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:22.9375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lEO8yaWmROIe0LTktTOS3y0bDWuxMLx9 { background-color:rgba(var(--color-secondary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.3125rem;left:0rem;display:block; }
#tmiEFMVihIgiUpMkX1pgQkf2OX0SSHgA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIQZxkeI7FNthVSUGSVoCtInbpnhVvJ3 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:27.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oaFZn5bNhNAQGKDqf67fBCT1RuOVACax { position:absolute;display:block;z-index:15010;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:48.1875rem;width:25.125rem;top:2.875rem;left:44.970703125rem;overflow:hidden;display:block; }
#xDzXeeN21kpANx4FmJuvThquRuOamDlB { background-color:rgba(var(--color-primary-2),0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { background-color: transparent; background-image: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .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); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { border-width: 0; border-radius: 0; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { font-size:0.875rem;font-family:poppins;height:55.75rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#JN8ASbTc9BOsTlGS1b1J8IWZZGZ64IRO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:11.4375rem;left:0rem;height:16.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PzK88LySl4Cde3x91rUEvpLFNG2xHBaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:30.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;color:rgba(var(--color-tertiary-4),1);font-family:poppins;height:auto;line-height:1.4;overflow:hidden; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:rgba(var(--color-tertiary-4),1);font-family:poppins;height:auto;line-height:1.4;overflow:hidden; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_91db2059f63415e7ce488ed68ba098535381a293.svg");background-size:contain !important; }#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger.adaptive-delivery-prevent-bg, #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger.lazyload, #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger.lazyloading { background-image: none; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC { box-sizing:content-box;height:auto;width:36.9375rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12rem;left:38.0625rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #Vr7b4tvR2O5cAm3peas0v4kXuWxQ4TO0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #FXDUt9VWlrD6gE6LO9N5R0plLlcTPeGa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #THMUbGACJxqkz52w10FQnV461LyVRBSy { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #DW4FGposdabnNKT7OVzXww3Lh6UJ4dIV {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #gDolRcnJBHVgJwu4QbzpqdwOtyiPHFLi { display:none; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #GxK10iO6q3gBldaxBgUgslyBAoH205KZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #z2BbtBJp6D9ffBKH2ruSKGO10TBNLDyP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #FOJN05q74hnnP4Zy2MpLaJ3HA2VS5vmQ { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #Izzdm03kSK9UgpAmXNNZNe9OuvebQNy0 {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #cMvNaBTMz06hpfqIEfTaV7Tbs8kvsqdZ { display:none; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#tLXtIal3C0bIGwl02Jufl9AMcmwGBq5y { box-sizing:content-box;height:50.1875rem;width:50.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.4375rem;left:-19.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF { background-color:rgba(var(--color-tertiary-0),0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container { background-color: transparent; background-image: none; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container > .video-iframe-container { display: none; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row > .video-iframe-container { display: none; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .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); }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container { border-width: 0; border-radius: 0; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container { font-size:0.875rem;font-family:poppins;height:71.5rem;width:75rem;overflow:visible;position:relative;display:block; }#E1xEfwExQabDvU3mDNQCCaW8TFtMuxhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:poppins;font-size:4.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:9.625rem;left:1.96875rem;height:4.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q2IoAIOR51mpNqkHbVnaWRUzKuQH3Ql4 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:36.25rem;width:35.1875rem;top:25.3125rem;left:0rem;overflow:hidden;display:block; }
#xDZwVl8qx2dPe2WyuRL0wQMk086tS3ts { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:5.8125rem;left:57.5rem;overflow:hidden;display:block; }
#IieseAvEW0CLD0BHA2LPb73Del16ZBJq { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:5.8125rem;left:38.1875rem;overflow:hidden;display:block; }
#qcAKb09fxRhwELKJ1G1V7R0swwAN2bG3 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:24.625rem;left:57.5rem;overflow:hidden;display:block; }
#Xoe8Kme6iVUB1kF3ZR6b8x8WMZR1cQvL { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:24.625rem;left:38.1875rem;overflow:hidden;display:block; }
#ZQEZwL5SqxGoWKuVT9rVy4HGrcmKxBZD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:44rem;left:38.1875rem;overflow:hidden;display:block; }
#DSGT9DdQNwnWdBvo9zTC7chqIuovwEJf { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:44rem;left:57.5rem;overflow:hidden;display:block; }
#FfHF3ehiBzUodwWP6a6usxxGUnvaw9BJ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:17.8125rem;left:1.96875rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPV2u8nBvDCyX8k52HMC5gra7ILI4RcE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:15.0625rem;top:1.5rem;left:1.96875rem;overflow:hidden;display:block; }
#oibWCwKDntkaWxtfwpubayoWtOkEgTDp { background-color:rgba(var(--color-tertiary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { background-color: transparent; background-image: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container > .video-iframe-container { display: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row > .video-iframe-container { display: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .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); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { border-width: 0; border-radius: 0; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { font-size:0.875rem;font-family:poppins;height:39.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#rX4Ptg3rTTFXP4WZwQ2bOT3Bm4Ki3z3d { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:8.5625rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KhkzZeEaNwIhuWCPM0z0Oh9a0ORlOqOS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:19.625rem;left:0rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DrxrMaAXDpiP0XWL5JXqkCzcq0D49PET { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:10.787109375rem;left:48.4375rem;height:1.875rem;font-style:normal;display:block; }
#TTQoKdX3uAO5KPfwQsZe0uJcoqAnamwE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:8.875rem;left:48.4375rem;height:1.875rem;font-style:normal;display:block; }
#qlFy7HxEHi1mNzcvXroUdtC5cJc3ShbO { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:24.849609375rem;left:48.4375rem;height:1.875rem;font-style:normal;display:block; }
#CKuikh7gL9R41CsRHt7hmvIECVE04WbP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:22.9375rem;left:48.4375rem;height:1.875rem;font-style:normal;display:block; }
#KhSm6Tl9yzSHpsTT5GFsqfFHrvFGnROw { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:17.75rem;left:48.4375rem;height:1.875rem;font-style:normal;display:block; }
#DuokeiRwly0vnzc6azPgGTOq39uO8ixW { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:15.875rem;left:48.4375rem;height:1.875rem;font-style:normal;display:block; }
#iKNUsyEpCqd7nTGxL3lJHqdWVZyzvC9n { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10rem;left:44.5rem; }
#dA4U4NQ2M1MGh4u7w5L1ga9zhL1hhuWU { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#yvQJT5sBqBIwZm1So1y8HFWPx3oTeAca { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17rem;left:44.5rem; }
#gNl97eSSMllxW8eIzbIoaNL7ZxbC3ArG { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#SM3ZmK0538Xq4JRySG5Dqcqfe7QN8byP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:24.25rem;left:44.5rem; }
#pPNO90FtV08F0EmbgJX69XPfTVcdyK5s { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.125rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd { 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; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { background-color: transparent; background-image: none; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container > .video-iframe-container { display: none; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row > .video-iframe-container { display: none; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .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); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { border-width: 0; border-radius: 0; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { font-size:0.875rem;font-family:poppins;height:22.625rem;width:75rem;position:relative;display:block; }#pKrnEunpTzKNBSCxiHGWLhy67TWgSpn6 { color:rgba(var(--color-primary-2),1);display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:16rem;left:7.9375rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#v0mC7qHHTXb6BJiTorTf7Ep3XQMpe3FL { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.6875rem;left:37.5rem;display:block; }
#SNV1oWtHDlGRfZQqzt0pbHdo1BHkCq57 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:15.0625rem;top:3.8125rem;left:5.4375rem;overflow:hidden;display:block; }
#qp3a1T5h77yFdrEHW2eomqED1T8Pqqlc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.90625rem;left:51.625rem;display:block; }
#r5qBTt0LoNKDUN1yMcHPcHbxKMcdmAo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tzVUuC3uwiWVfckkhaNzSCstpCtD2TIn { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:5.25rem;top:3.03125rem;left:34.875rem;overflow:hidden;display:block; }
#F2roHHGK9FlMTKZ7oyHK7k25LqwxI8CZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:10.1875rem;top:3.3125rem;left:60.1875rem;overflow:hidden;display:block; }
#iKA8yFkwWaKcTOEiH53pFGkGekelH7o4 { box-sizing:content-box;height:9.9375rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { background-color: transparent; background-image: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .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); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { border-width: 0; border-radius: 0; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlBrMTCEkrvv7EnAkJlbBPDTUG8rC4KJ { top:2.1875rem;left:4.9375rem;width:42.8125rem;height:4.375rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #VBx1qm6gESuIzD12vly9ABnsoxeel2tc { width:9.375rem;height:2.5rem;top:3.125rem;left:38.375rem;background-color:#28887a;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EE2GgbGoHVXb4tOISsI3VhMryx3DTOB8 { display:block; }
 }@media only screen and (max-width: 763px) { #zJZo3WvxPOZ1UTDFnfT61gUMUTyE4Eot { width:6.875rem;height:2.5rem;top:3.0625rem;left:40.8125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #wyFZvwZGLzEf9BPWp7I7bFtMnMFCTZ5h { display:block; }
 }@media only screen and (max-width: 763px) { #p4Fm8DsZmLsPdp1IhgVyanIDqHnA9Kk8 { width:5.625rem;height:2.5rem;top:3.0625rem;left:34.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #qynCMPlpUIsoEsnK3I4H2kxxP6aXSABb { display:block; }
 }@media only screen and (max-width: 763px) { #Cfn7MpLds9PnSACJuqXQcvsLgQBdqMIo { width:5.625rem;height:2.5rem;top:3.0625rem;left:27.0625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ugcr82MuTT9dzTprAq5XVEbp7ZGUcTDO { display:block; }
 }@media only screen and (max-width: 763px) { #xcQuctxaoD1T7OwKmCQD1sbSnd0VmMG6 { width:5.625rem;height:2.5rem;top:3.125rem;left:19.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #raU2ycmlCpuH45Gz9sCV8ELNy4PK3x6L { display:block; }
 }@media only screen and (max-width: 763px) { #o1lG6T4GF0P34VrNKy7kuHwqFkKNAgn8 { top:1.1875rem;left:0rem;width:15.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VieweJrP84JCrqd1spZG9gLRGJvfa6Cl { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container { background-color: transparent; background-image: none; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container > .video-iframe-container { display: none; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row > .video-iframe-container { display: none; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .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); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container { border-width: 0; border-radius: 0; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTr8N5PTbVypIQbqCGOtWuwaKSmOiuiZ { top:15.75rem;left:0rem;width:40.625rem;height:11.875rem;font-size:2.0625rem;color:#070605;display:block; }
 }@media only screen and (max-width: 763px) { #oWUhJoA51xIgI4kiGRXasKL1zemqeqhb { top:7.1875rem;left:0rem;width:31.875rem;height:3.0625rem;font-size:1.25rem;color:#070605;display:block; }
 }@media only screen and (max-width: 763px) { #uhRiCtKBwkeZ3SZ2mwaTkNxZbW38bQSL { width:12.5rem;height:3.5rem;top:43.0625rem;left:0rem;background-color:#c1282a;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CdBxXr1nqWSeQ2gGXlOIS1rMNmpCTO0D { display:block; }
 }@media only screen and (max-width: 763px) { #k4dvX8ic53yHNCc8W8rk3RNhIGMrhgvX { top:11.1875rem;left:2.4375rem;width:45.3125rem;height:39.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZxvJNTrIFkgTbB6FF2iAfT0HATGV6cAE { top:0rem;left:13.5rem;width:34.25rem;height:26.6875rem;background-color:#e09495;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WT8SzHi8zUFPlvNfRdBKeA4aMso0FbKT { top:33.25rem;left:0rem;width:39.3125rem;height:4.625rem;font-size:1.125rem;color:#070605;display:block; }
 }@media only screen and (max-width: 763px) { #n72mloX8Rg74gymXTJ6h2EKoJpgbP3Gc { top:37.125rem;left:33.375rem;width:14.375rem;height:13.5rem;background-color:#e09495;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC { display:block; }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RA0BoLPW7PucaaR3547V4E9yyZusZtg8 { top:0rem;left:0rem;width:47.75rem;height:32.350625rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7icl3TlvPTno1GTLW8O3Puu01hEn3e { display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W40N3zNfe2RCs0sGeTTEfe53XN6piU5q { top:8.4375rem;left:0rem;width:31.3125rem;height:18.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uDKcQ0aaSymUNokSfMo7UCwphnQFWNe0 { top:26.5rem;left:0rem;width:15.5rem;height:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ToDss36VQq9SpyzRXiyKuSPq6HelZE4k { top:26.5rem;left:8.25rem;width:15.625rem;height:15.625rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { top:4.8125rem;left:16.0625rem;width:31.6875rem;height:5.375rem;font-size:2.4375rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #LwRLykgOVL3EVh1W0p9mI9prwtVCEmqt { top:16.6875rem;left:19.5rem;width:28.25rem;height:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7tBUidVsCyUd67oxVddORpzCBOGFTBn { top:12.25rem;left:15rem;width:32.75rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzAD5Q5WcGSarbg0ddTzO23JbFCUTmOQ { top:0rem;left:10.25rem;width:37.5rem;height:50.4375rem;background-color:#f6dfdf;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { top:3.3125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { top:10.5625rem;left:16.5rem;width:31.25rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { top:5.875rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUFEk3D926RXgPFmsVP28v2P3kf7Pfsw { top:34rem;left:11.5rem;width:36.25rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zXC7xQ79mAErurqbSOEhverIT25d1r { top:39.9375rem;left:16.5rem;width:31.25rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { top:47.25rem;left:16.5rem;width:31.25rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXFBrNToSpTDFb8RdlHSXcxU108E92VF { top:36.3125rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { top:25.3125rem;left:16.5rem;width:31.25rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { top:21.1875rem;left:27.625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { top:0rem;left:0rem;width:33.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw0cJOMly17BzEQ2WZwSpgt3o85c3RM5 { top:34.75rem;left:0rem;width:18.625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { top:8.625rem;left:0rem;width:28.75rem;height:9.375rem;font-size:1rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #PlctMpxZtThgQzdlxzVtaTPU384qIl4n { top:21.4375rem;left:0rem;width:20.9375rem;height:3.9375rem;font-size:0.9375rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #vTET7unkC94MllXIqx3WpqXXdfzhllIQ { display:block; }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3cfBa8XhFvI5s8yqUdbHHZNtQGUxabO { top:4.3125rem;left:0rem;width:43.5rem;height:5.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBW5s61pOdwtXJod0W4dSQFnGnRAT0NM { top:20.4375rem;left:18.125rem;width:29.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiOIoRdVgTRR7GTXCPubrNdUMkhMqeiN { top:23.875rem;left:29rem;width:18.75rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEcwgcgXz3ZOx3DbBgnXMeMziRARLQXO { top:28.125rem;left:24.875rem;width:22.875rem;height:8rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPq15icTTBfI2FlnKRg0ToSQNmx0pNlw { top:13.625rem;left:0rem;width:29.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUpWSTEQEPJh39vCPWgp77geLKnUOvFg { top:22.125rem;left:0rem;width:26.9375rem;height:6.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFQt4Pc8CvVgTt9XT84SasTBMy8waR4G { top:17.875rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqKtFZZkcJpQTbvWSO5bdlhL6XZomGvi { top:0rem;left:17.6875rem;width:29.9375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikq5p5k15URI5cgmOwvmAMhorvq6XG9e { top:34.25rem;left:0rem;width:29.4375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBsfNVDMJU9azC2F7N0sHz0msl9cpHM7 { top:31.25rem;left:0rem;width:28.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHaTMC4AdGV9tzKceF62CsalmMycWey3 { display:block; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNif8rVqBmzQSb3eG2fkmPRd45q2tFTB { top:8.125rem;left:0rem;width:47.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byu4WK7exaypaCtqnweTfzJaC21Sm8u0 { top:13.5rem;left:11.5rem;width:36.25rem;height:56.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJfDNlGlK2kOoUv9sxfpcwU5UkOUOxyO { top:19.5625rem;left:16.5rem;width:31.25rem;height:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z47LTXAOzcr54pxfgbCBeUq2c0k65AT7 { top:26rem;left:16.5rem;width:31.25rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhPbtJwJaK1kJWcVRqtir6bUZKp0uiUE { top:16.0625rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiMsOueWkntpKstlPBhm6OApbQG7CVEr { top:20.1875rem;left:0rem;width:36.25rem;height:53.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEPTsN6iV1GuwdJe0HlLxV2A3VC5dFXz { top:26.6875rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnN0dKNu3J0rUTL1TxFeVyR5885cs6vz { top:31.375rem;left:0rem;width:31.25rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNNS8TyHP15LGor2cLMJITKLkRHm8TPy { top:22.5625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKoQIfMSpFeAFV61L70aQ1T4LbPXCZ1u { top:41rem;left:0rem;width:31.25rem;height:;font-size:1rem;display:block; }#OKoQIfMSpFeAFV61L70aQ1T4LbPXCZ1u li:before{  }
 }@media only screen and (max-width: 763px) { #prfxbsmE8SDbIaUvZTbgvELpeNnL1yn9 { top:64.0625rem;left:0rem;width:31.25rem;height:6.875rem;font-size:1rem;display:block; }#prfxbsmE8SDbIaUvZTbgvELpeNnL1yn9 li:before{  }
 }@media only screen and (max-width: 763px) { #GgmZoloCFSJR9vKrhWMQF0SJnOmvZHdv { top:34.1875rem;left:16.5rem;width:31.25rem;height:;font-size:1rem;display:block; }#GgmZoloCFSJR9vKrhWMQF0SJnOmvZHdv li:before{  }
 }@media only screen and (max-width: 763px) { #WQZULyuWzGngh0TA5kZAurpDQ4Ln7oGB { top:55.625rem;left:16.5rem;width:31.25rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4c0tSJXvJtfnw0oZiaODBTINq6kugKq { display:block; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7qpzDkeGVMAcTmpTVoQv0Ic04FhffHL { top:14.5625rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZATOTMqa3vX61DHeSceR63Fam677Apk5 { top:22.9375rem;left:0rem;width:43.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEO8yaWmROIe0LTktTOS3y0bDWuxMLx9 { width:12.5rem;height:3.5rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmiEFMVihIgiUpMkX1pgQkf2OX0SSHgA { display:block; }
 }@media only screen and (max-width: 763px) { #bIQZxkeI7FNthVSUGSVoCtInbpnhVvJ3 { top:27.25rem;left:0rem;width:43.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaFZn5bNhNAQGKDqf67fBCT1RuOVACax { top:2.875rem;left:22.625rem;width:25.125rem;height:48.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDzXeeN21kpANx4FmJuvThquRuOamDlB { display:block; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JN8ASbTc9BOsTlGS1b1J8IWZZGZ64IRO { top:11.4375rem;left:0rem;width:26.25rem;height:16.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzK88LySl4Cde3x91rUEvpLFNG2xHBaQ { top:30.5rem;left:0rem;width:26.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #Vr7b4tvR2O5cAm3peas0v4kXuWxQ4TO0 {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #FXDUt9VWlrD6gE6LO9N5R0plLlcTPeGa {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #THMUbGACJxqkz52w10FQnV461LyVRBSy {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #DW4FGposdabnNKT7OVzXww3Lh6UJ4dIV {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #gDolRcnJBHVgJwu4QbzpqdwOtyiPHFLi {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #GxK10iO6q3gBldaxBgUgslyBAoH205KZ {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #z2BbtBJp6D9ffBKH2ruSKGO10TBNLDyP {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #FOJN05q74hnnP4Zy2MpLaJ3HA2VS5vmQ {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #Izzdm03kSK9UgpAmXNNZNe9OuvebQNy0 {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #cMvNaBTMz06hpfqIEfTaV7Tbs8kvsqdZ {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #tLXtIal3C0bIGwl02Jufl9AMcmwGBq5y { top:5.4375rem;left:0rem;width:47.75rem;height:50.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAur7uGgTBDza7fahMGkw0zzJv2nJFpF { display:block; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1xEfwExQabDvU3mDNQCCaW8TFtMuxhJ { top:9.625rem;left:0rem;width:39rem;height:4.25rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2IoAIOR51mpNqkHbVnaWRUzKuQH3Ql4 { top:25.3125rem;left:0rem;width:35.1875rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDZwVl8qx2dPe2WyuRL0wQMk086tS3ts { top:5.8125rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IieseAvEW0CLD0BHA2LPb73Del16ZBJq { top:5.8125rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAKb09fxRhwELKJ1G1V7R0swwAN2bG3 { top:24.625rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoe8Kme6iVUB1kF3ZR6b8x8WMZR1cQvL { top:24.625rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQEZwL5SqxGoWKuVT9rVy4HGrcmKxBZD { top:44rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSGT9DdQNwnWdBvo9zTC7chqIuovwEJf { top:44rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfHF3ehiBzUodwWP6a6usxxGUnvaw9BJ { top:17.8125rem;left:0rem;width:31.25rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPV2u8nBvDCyX8k52HMC5gra7ILI4RcE { width:15.0625rem;height:5.9375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oibWCwKDntkaWxtfwpubayoWtOkEgTDp { display:block; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX4Ptg3rTTFXP4WZwQ2bOT3Bm4Ki3z3d { top:8.5625rem;left:0rem;width:40.625rem;height:7.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhkzZeEaNwIhuWCPM0z0Oh9a0ORlOqOS { top:19.625rem;left:0rem;width:36.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrxrMaAXDpiP0XWL5JXqkCzcq0D49PET { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQoKdX3uAO5KPfwQsZe0uJcoqAnamwE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlFy7HxEHi1mNzcvXroUdtC5cJc3ShbO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKuikh7gL9R41CsRHt7hmvIECVE04WbP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhSm6Tl9yzSHpsTT5GFsqfFHrvFGnROw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuokeiRwly0vnzc6azPgGTOq39uO8ixW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKNUsyEpCqd7nTGxL3lJHqdWVZyzvC9n { top:10rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA4U4NQ2M1MGh4u7w5L1ga9zhL1hhuWU { top:8.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQJT5sBqBIwZm1So1y8HFWPx3oTeAca { top:17rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNl97eSSMllxW8eIzbIoaNL7ZxbC3ArG { top:15.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM3ZmK0538Xq4JRySG5Dqcqfe7QN8byP { top:24.25rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNO90FtV08F0EmbgJX69XPfTVcdyK5s { top:23.125rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd { display:block; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKrnEunpTzKNBSCxiHGWLhy67TWgSpn6 { top:16rem;left:0rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mC7qHHTXb6BJiTorTf7Ep3XQMpe3FL { top:7.6875rem;left:23.875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNV1oWtHDlGRfZQqzt0pbHdo1BHkCq57 { width:15.0625rem;height:5.9375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp3a1T5h77yFdrEHW2eomqED1T8Pqqlc { width:12.5rem;height:3.5rem;top:14.875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5qBTt0LoNKDUN1yMcHPcHbxKMcdmAo4 { display:block; }
 }@media only screen and (max-width: 763px) { #tzVUuC3uwiWVfckkhaNzSCstpCtD2TIn { width:5.25rem;height:7.5rem;top:3rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2roHHGK9FlMTKZ7oyHK7k25LqwxI8CZ { width:10.1875rem;height:6.9375rem;top:3.3125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKA8yFkwWaKcTOEiH53pFGkGekelH7o4 { top:1.8125rem;left:0rem;width:47.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { background-color: transparent; background-image: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row > .video-iframe-container { display: none; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .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); }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { border-width: 0; border-radius: 0; }#TFq1FbWN2DaAqLxJ2P4qWXd0nPDP11Bo > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlBrMTCEkrvv7EnAkJlbBPDTUG8rC4KJ { width:20rem;height:10.9375rem;top:1.25rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #VBx1qm6gESuIzD12vly9ABnsoxeel2tc { width:9.375rem;height:2.5rem;top:8.0625rem;left:5.3125rem;background-color:rgba(var(--color-tertiary-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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EE2GgbGoHVXb4tOISsI3VhMryx3DTOB8 { display:block; }
 }@media only screen and (max-width: 763px) { #zJZo3WvxPOZ1UTDFnfT61gUMUTyE4Eot { width:8.125rem;height:2.5rem;top:4.8125rem;left:9.75rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #wyFZvwZGLzEf9BPWp7I7bFtMnMFCTZ5h { display:block; }
 }@media only screen and (max-width: 763px) { #p4Fm8DsZmLsPdp1IhgVyanIDqHnA9Kk8 { width:5.625rem;height:2.5rem;top:4.8125rem;left:3.375rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #qynCMPlpUIsoEsnK3I4H2kxxP6aXSABb { display:block; }
 }@media only screen and (max-width: 763px) { #Cfn7MpLds9PnSACJuqXQcvsLgQBdqMIo { width:6.25rem;height:2.5rem;top:2.375rem;left:11.6875rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ugcr82MuTT9dzTprAq5XVEbp7ZGUcTDO { display:block; }
 }@media only screen and (max-width: 763px) { #xcQuctxaoD1T7OwKmCQD1sbSnd0VmMG6 { width:5.625rem;height:2.5rem;top:2.3125rem;left:1.3125rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #raU2ycmlCpuH45Gz9sCV8ELNy4PK3x6L { display:block; }
 }@media only screen and (max-width: 763px) { #o1lG6T4GF0P34VrNKy7kuHwqFkKNAgn8 { width:15.4375rem;height:6.25rem;top:13.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VieweJrP84JCrqd1spZG9gLRGJvfa6Cl { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container { background-color: transparent; background-image: none; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container > .video-iframe-container { display: none; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row > .video-iframe-container { display: none; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .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); }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container { border-width: 0; border-radius: 0; }#VieweJrP84JCrqd1spZG9gLRGJvfa6Cl > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTr8N5PTbVypIQbqCGOtWuwaKSmOiuiZ { width:20rem;height:5.75rem;top:9.75rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;color:#070605;display:block; }
 }@media only screen and (max-width: 763px) { #oWUhJoA51xIgI4kiGRXasKL1zemqeqhb { width:20rem;height:1.75rem;top:4.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;color:#070605;display:block; }
 }@media only screen and (max-width: 763px) { #uhRiCtKBwkeZ3SZ2mwaTkNxZbW38bQSL { width:12.5rem;height:3.5rem;top:25.625rem;left:3.75rem;background-color:rgba(var(--color-tertiary-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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CdBxXr1nqWSeQ2gGXlOIS1rMNmpCTO0D { display:block; }
 }@media only screen and (max-width: 763px) { #k4dvX8ic53yHNCc8W8rk3RNhIGMrhgvX { width:20rem;height:17.5rem;top:31.1875rem;left:0rem;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZxvJNTrIFkgTbB6FF2iAfT0HATGV6cAE { width:3.1875rem;height:2.8125rem;top:45.9375rem;left:16.8125rem;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT8SzHi8zUFPlvNfRdBKeA4aMso0FbKT { width:19.1875rem;height:3.125rem;top:18.625rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;color:#070605;display:block; }
 }@media only screen and (max-width: 763px) { #n72mloX8Rg74gymXTJ6h2EKoJpgbP3Gc { width:3.1875rem;height:2.8125rem;top:0rem;left:0rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC { display:block; }#sdQ9bExpmdirTEWIHlGFFBoV9uoXGfQC > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RA0BoLPW7PucaaR3547V4E9yyZusZtg8 { width:20rem;height:13.55rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7icl3TlvPTno1GTLW8O3Puu01hEn3e { display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { width:20rem;height:67.5625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W40N3zNfe2RCs0sGeTTEfe53XN6piU5q { width:20rem;height:11.5625rem;top:44.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uDKcQ0aaSymUNokSfMo7UCwphnQFWNe0 { width:9.875rem;height:10rem;top:55.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ToDss36VQq9SpyzRXiyKuSPq6HelZE4k { width:10rem;height:10rem;top:55.9375rem;left:10rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { width:17.5rem;height:2.4375rem;top:2rem;left:1.25rem;font-size:2.4375rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #LwRLykgOVL3EVh1W0p9mI9prwtVCEmqt { width:17.4375rem;height:31.625rem;top:10.3125rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7tBUidVsCyUd67oxVddORpzCBOGFTBn { width:20rem;height:2rem;top:5.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #GzAD5Q5WcGSarbg0ddTzO23JbFCUTmOQ { width:20rem;height:48.4375rem;top:0rem;left:0rem;z-index:14996;background-color:rgba(var(--color-primary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { width:20rem;height:116.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { width:20rem;height:15.5625rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { width:17.5rem;height:6.75rem;top:35.875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { display:flex;width:2.75rem;height:2.75rem;top:31.8125rem;left:8.625rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #KUFEk3D926RXgPFmsVP28v2P3kf7Pfsw { width:20rem;height:27.875rem;top:64.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zXC7xQ79mAErurqbSOEhverIT25d1r { width:17.5rem;height:9rem;top:70.25rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { width:17.9375rem;height:8.25rem;top:82.9375rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXFBrNToSpTDFb8RdlHSXcxU108E92VF { display:flex;width:2.75rem;height:2.75rem;top:65.75rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { width:18.25rem;height:9rem;top:52.65625rem;left:0.875rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { display:flex;width:2.75rem;height:2.75rem;top:48.375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { width:20rem;height:27.8125rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw0cJOMly17BzEQ2WZwSpgt3o85c3RM5 { width:20rem;height:22.6875rem;top:93.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { width:14.75rem;height:15.125rem;top:1.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PlctMpxZtThgQzdlxzVtaTPU384qIl4n { width:14.875rem;height:5.25rem;top:20.75rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vTET7unkC94MllXIqx3WpqXXdfzhllIQ { display:block; }#vTET7unkC94MllXIqx3WpqXXdfzhllIQ > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3cfBa8XhFvI5s8yqUdbHHZNtQGUxabO { width:17.5rem;height:2.5rem;top:2.8125rem;left:1.25rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBW5s61pOdwtXJod0W4dSQFnGnRAT0NM { width:20rem;height:21.625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiOIoRdVgTRR7GTXCPubrNdUMkhMqeiN { width:17.5rem;height:1.75rem;top:23.6875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEcwgcgXz3ZOx3DbBgnXMeMziRARLQXO { width:14.75rem;height:6.875rem;top:27.1875rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPq15icTTBfI2FlnKRg0ToSQNmx0pNlw { width:20rem;height:21.875rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUpWSTEQEPJh39vCPWgp77geLKnUOvFg { width:17.5rem;height:4.875rem;top:45.75rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FFQt4Pc8CvVgTt9XT84SasTBMy8waR4G { width:17.5rem;height:1.75rem;top:41.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqKtFZZkcJpQTbvWSO5bdlhL6XZomGvi { width:19.875rem;height:13.48512526096rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikq5p5k15URI5cgmOwvmAMhorvq6XG9e { width:20rem;height:13.503184713376rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBsfNVDMJU9azC2F7N0sHz0msl9cpHM7 { width:16.875rem;height:3.5rem;top:52.3125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHaTMC4AdGV9tzKceF62CsalmMycWey3 { display:block; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container { width:20rem;height:152.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNif8rVqBmzQSb3eG2fkmPRd45q2tFTB { width:18.5rem;height:2.3125rem;top:4.6875rem;left:0.75rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Byu4WK7exaypaCtqnweTfzJaC21Sm8u0 { width:20rem;height:69.6875rem;top:81.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJfDNlGlK2kOoUv9sxfpcwU5UkOUOxyO { width:17.5rem;height:4.5rem;top:88.125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z47LTXAOzcr54pxfgbCBeUq2c0k65AT7 { width:17.25rem;height:11rem;top:95.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhPbtJwJaK1kJWcVRqtir6bUZKp0uiUE { display:flex;width:2.75rem;height:2.75rem;top:84.125rem;left:8.625rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #tiMsOueWkntpKstlPBhm6OApbQG7CVEr { width:20rem;height:65.8125rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEPTsN6iV1GuwdJe0HlLxV2A3VC5dFXz { width:17.5rem;height:3.5rem;top:17.9375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qnN0dKNu3J0rUTL1TxFeVyR5885cs6vz { width:17.5rem;height:11rem;top:23.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNNS8TyHP15LGor2cLMJITKLkRHm8TPy { display:flex;width:2.75rem;height:2.75rem;top:13.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #OKoQIfMSpFeAFV61L70aQ1T4LbPXCZ1u { width:18.9375rem;height:30.75rem;top:36rem;left:0.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#OKoQIfMSpFeAFV61L70aQ1T4LbPXCZ1u li:before{  }
 }@media only screen and (max-width: 763px) { #prfxbsmE8SDbIaUvZTbgvELpeNnL1yn9 { width:20rem;height:8.25rem;top:67.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#prfxbsmE8SDbIaUvZTbgvELpeNnL1yn9 li:before{  }
 }@media only screen and (max-width: 763px) { #GgmZoloCFSJR9vKrhWMQF0SJnOmvZHdv { width:18.8125rem;height:25.875rem;top:106.09375rem;left:0.59375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#GgmZoloCFSJR9vKrhWMQF0SJnOmvZHdv li:before{  }
 }@media only screen and (max-width: 763px) { #WQZULyuWzGngh0TA5kZAurpDQ4Ln7oGB { width:18.5rem;height:16.5rem;top:133.1875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4c0tSJXvJtfnw0oZiaODBTINq6kugKq { background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { background-color: transparent; background-image: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container > .video-iframe-container { display: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row > .video-iframe-container { display: none; }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .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); }#p4c0tSJXvJtfnw0oZiaODBTINq6kugKq > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7qpzDkeGVMAcTmpTVoQv0Ic04FhffHL { width:20rem;height:5.25rem;top:4.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZATOTMqa3vX61DHeSceR63Fam677Apk5 { width:20rem;height:1.375rem;top:12.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEO8yaWmROIe0LTktTOS3y0bDWuxMLx9 { width:12.5rem;height:3.5rem;top:22.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmiEFMVihIgiUpMkX1pgQkf2OX0SSHgA { display:block; }
 }@media only screen and (max-width: 763px) { #bIQZxkeI7FNthVSUGSVoCtInbpnhVvJ3 { width:20rem;height:2.4375rem;top:18.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oaFZn5bNhNAQGKDqf67fBCT1RuOVACax { width:20rem;height:38.357421875rem;top:27.955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDzXeeN21kpANx4FmJuvThquRuOamDlB { background-color:#ffffff;background-image:none;display:block; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { background-color: transparent; background-image: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .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); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { width:20rem;height:72.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JN8ASbTc9BOsTlGS1b1J8IWZZGZ64IRO { width:20rem;height:6.75rem;top:3.70703125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PzK88LySl4Cde3x91rUEvpLFNG2xHBaQ { width:14rem;height:4.125rem;top:13.01953125rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-text { font-size:1.125rem;height:auto; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC { display:flex;height:auto;width:20rem;top:19.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #Vr7b4tvR2O5cAm3peas0v4kXuWxQ4TO0 {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #FXDUt9VWlrD6gE6LO9N5R0plLlcTPeGa {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #THMUbGACJxqkz52w10FQnV461LyVRBSy {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #DW4FGposdabnNKT7OVzXww3Lh6UJ4dIV {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #gDolRcnJBHVgJwu4QbzpqdwOtyiPHFLi {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #GxK10iO6q3gBldaxBgUgslyBAoH205KZ {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #z2BbtBJp6D9ffBKH2ruSKGO10TBNLDyP {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #FOJN05q74hnnP4Zy2MpLaJ3HA2VS5vmQ {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #Izzdm03kSK9UgpAmXNNZNe9OuvebQNy0 {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #cMvNaBTMz06hpfqIEfTaV7Tbs8kvsqdZ {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #tLXtIal3C0bIGwl02Jufl9AMcmwGBq5y { width:20rem;height:72.0625rem;top:0rem;left:0rem;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QAur7uGgTBDza7fahMGkw0zzJv2nJFpF { display:block; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container { width:20rem;height:72.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1xEfwExQabDvU3mDNQCCaW8TFtMuxhJ { width:20rem;height:5.5rem;top:20.25rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2IoAIOR51mpNqkHbVnaWRUzKuQH3Ql4 { width:8.5rem;height:8.75rem;top:40.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDZwVl8qx2dPe2WyuRL0wQMk086tS3ts { width:8.75rem;height:8.75rem;top:30.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IieseAvEW0CLD0BHA2LPb73Del16ZBJq { width:8.75rem;height:8.75rem;top:30.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAKb09fxRhwELKJ1G1V7R0swwAN2bG3 { width:8.75rem;height:8.75rem;top:50.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoe8Kme6iVUB1kF3ZR6b8x8WMZR1cQvL { width:8.75rem;height:8.75rem;top:40.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQEZwL5SqxGoWKuVT9rVy4HGrcmKxBZD { width:8.75rem;height:8.75rem;top:50.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSGT9DdQNwnWdBvo9zTC7chqIuovwEJf { width:8.75rem;height:8.75rem;top:60.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfHF3ehiBzUodwWP6a6usxxGUnvaw9BJ { width:20rem;height:3.125rem;top:12.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPV2u8nBvDCyX8k52HMC5gra7ILI4RcE { width:15.0625rem;height:5.9375rem;top:2.4375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oibWCwKDntkaWxtfwpubayoWtOkEgTDp { display:block; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX4Ptg3rTTFXP4WZwQ2bOT3Bm4Ki3z3d { width:20rem;height:11.5rem;top:3.4375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhkzZeEaNwIhuWCPM0z0Oh9a0ORlOqOS { width:20rem;height:4.125rem;top:18.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrxrMaAXDpiP0XWL5JXqkCzcq0D49PET { width:15rem;height:1.875rem;top:26.375rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTQoKdX3uAO5KPfwQsZe0uJcoqAnamwE { width:15rem;height:1.875rem;top:24.5rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qlFy7HxEHi1mNzcvXroUdtC5cJc3ShbO { width:15rem;height:1.875rem;top:37.8125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CKuikh7gL9R41CsRHt7hmvIECVE04WbP { width:15rem;height:1.875rem;top:35.9375rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhSm6Tl9yzSHpsTT5GFsqfFHrvFGnROw { width:15rem;height:1.875rem;top:32.0625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DuokeiRwly0vnzc6azPgGTOq39uO8ixW { width:15rem;height:1.875rem;top:30.1875rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iKNUsyEpCqd7nTGxL3lJHqdWVZyzvC9n { display:flex;width:1.625rem;height:1.625rem;top:25.5625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #dA4U4NQ2M1MGh4u7w5L1ga9zhL1hhuWU { width:3.875rem;height:3.875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQJT5sBqBIwZm1So1y8HFWPx3oTeAca { display:flex;width:1.625rem;height:1.625rem;top:31.25rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #gNl97eSSMllxW8eIzbIoaNL7ZxbC3ArG { width:3.875rem;height:3.875rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM3ZmK0538Xq4JRySG5Dqcqfe7QN8byP { display:flex;width:1.625rem;height:1.625rem;top:37.8125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #pPNO90FtV08F0EmbgJX69XPfTVcdyK5s { width:3.875rem;height:3.875rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd { display:block; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKrnEunpTzKNBSCxiHGWLhy67TWgSpn6 { width:20rem;height:1.3125rem;top:54.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0mC7qHHTXb6BJiTorTf7Ep3XQMpe3FL { width:12.5rem;height:0.0625rem;top:3.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNV1oWtHDlGRfZQqzt0pbHdo1BHkCq57 { width:15.625rem;height:6.0625rem;top:17rem;left:2.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #qp3a1T5h77yFdrEHW2eomqED1T8Pqqlc { width:12.5rem;height:3.5rem;top:4.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5qBTt0LoNKDUN1yMcHPcHbxKMcdmAo4 { display:block; }
 }@media only screen and (max-width: 763px) { #tzVUuC3uwiWVfckkhaNzSCstpCtD2TIn { width:6.5rem;height:9.375rem;top:26.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2roHHGK9FlMTKZ7oyHK7k25LqwxI8CZ { width:10.1875rem;height:6.9375rem;top:40.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKA8yFkwWaKcTOEiH53pFGkGekelH7o4 { width:20rem;height:38.625rem;top:13.6875rem;left:0rem;display:block; }
 }