.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:222,222,233;--color-primary-1:144,144,183;--color-primary-2:32,33,111;--color-primary-3:16,17,56;--color-primary-4:5,5,17;--color-secondary-0:255,255,255;--color-secondary-1:251,251,251;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:30,30,30;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .row .container { background-color: transparent; background-image: none; }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .row .container > .video-iframe-container { display: none; }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .row > .video-iframe-container { display: none; }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .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); }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .row .container { border-width: 0; border-radius: 0; }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:60rem;position:relative;display:block; }#mu7lBpBhDrlTTlb1702XaTIDEvwJGlHr { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.237500190735rem;left:3.25rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K5wvGNVTB0QU4Tzz0dTCi54vm7grXuwv { position:absolute;display:block;z-index:15004;height:21.75rem;width:28.9375rem;top:22.5rem;left:27.4375rem;display:block; }
#drVAazZnUQfSv629Smh1zPJbg42Mu9hq { box-sizing:content-box;height:33.5625rem;width:31.6875rem;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:26.0625rem;display:block; }
#RTW413ILXVmsyennDogVvpPpwaTFHLSl { position:absolute;display:block;z-index:15007;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:28.1875rem;width:20.1875rem;top:21.875rem;left:2.1875rem;overflow:hidden;display:block; }
#DnJOEQ5WoFPBPDAaJWOLWn3bfJvbH5LB { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.375rem;left:3.25rem;height:6.05rem;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; }
#kS9d7oS3A1F3k0RgAap2bhuK9MZ2ptIW { 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:5.8125rem;width:15.125rem;top:2.125rem;left:0.6875rem;overflow:hidden;display:block; }
#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row .container { background-color: transparent; background-image: none; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row .container > .video-iframe-container { display: none; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row > .video-iframe-container { display: none; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .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); }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row .container { border-width: 0; border-radius: 0; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#DgsZyzHKXZ7dwniWLbDml3umaasmXHVi { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:2.0375001430511rem;left:13.0625rem;height:3.3rem;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; }
#xwbP02uyfKWZIqTqqlJhHg4bT2XA3dHE { color:rgba(var(--color-tertiary-0),0.04);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.4375rem;font-weight:400;z-index:15009;line-height:.5;letter-spacing:0;top:0.84687423706056rem;left:0rem;height:5.21875rem;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; }
#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .row .container { background-color: transparent; background-image: none; }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .row .container > .video-iframe-container { display: none; }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .row > .video-iframe-container { display: none; }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .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); }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .row .container { border-width: 0; border-radius: 0; }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:60rem;position:relative;display:block; }#OlEJTtUSsmJbKcvkTnFc4qCImkh5MqID { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:6.4375rem;left:0rem;display:block; }
#fXoNvf4ibPrLlJqz1Zi8IFxm0Q7M6wad { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:4.5625rem;left:2.1875rem;height:4.4rem;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; }
#wnM5N8CoOqIo1V7OkDwicXR7sSxkfvh1 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.0625rem;top:4.125rem;left:0rem;display:block; }
#HgTMyakIXP6q3WUH1TKQKyLcNWI4q8S6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:15.75rem;left:41.1875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LWZ3V91EIxBqb7zfPrz6zabfqHP7kEeo { color:#393939;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:18.3125rem;left:41.1875rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U0csXdTuTsfqi1kHVZGCmbDoEF22XSAc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:31.6875rem;left:41.125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LQxAF6U9tvLEqwnPBWmhli16KvdzuCio { color:#393939;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:34.4375rem;left:41.1875rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AzxexhqpSMa2VKsEgAQN4G0SZP3ZGFAT { color:#393939;display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13.0625rem;left:2.1875rem;height:10.5rem;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; }
#GzHLEaqxEATTfN2ybDmzUqrSv0ghBQgl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:29.0625rem;left:41.1875rem; }
#ghu0NqfTmwFtOdeuVksit4Sm1kRDMAPx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.0625rem;left:41.1875rem; }
#MUgcIlkffvlmxR0uDkOFRCDiVEO1uuBs { 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:19.5625rem;width:14.4375rem;top:25.71875rem;left:0.75rem;overflow:hidden;display:block; }
#t2WyvzymzBEHMJIMiyk1HXhgDSffBl7x { position:absolute;display:block;z-index:15001;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.5625rem;width:14.375rem;top:28.875rem;left:11.4375rem;overflow:hidden;display:block; }
#ARvcZOlTC8t0EC1AfixwEwVTovTwbD0h { position:absolute;display:block;z-index:14999;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.5625rem;width:14.375rem;top:24.1875rem;left:22.362501144409rem;overflow:hidden;display:block; }
#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .row .container { background-color: transparent; background-image: none; }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .row .container > .video-iframe-container { display: none; }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .row > .video-iframe-container { display: none; }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .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); }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .row .container { border-width: 0; border-radius: 0; }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#sGQAxDShSDSxl7Qd9kNf6M7uonqkvVhc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:6.1875rem;left:0rem;display:block; }
#BA7cAJmFSocZ0uh3dcBeVHd8oabMyI00 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:4.625rem;left:1.875rem;height:4.4rem;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; }
#RPVcRTCHCNLlhswG5pBSy0Ni1ZmWO9Mp { color:#393939;display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:11.875rem;left:1.875rem;height:17.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tr8OTKxLH98S4EXFK2wMfigKA9auVeH1 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.0625rem;top:3.875rem;left:0rem;display:block; }
#n9WTNZw4FlF9H5kQW6T222oRD4qf8xio { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:26.5rem;width:26.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:.49;top:3.84375rem;left:33.500001907349rem; }
#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row .container { background-color: transparent; background-image: none; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row .container > .video-iframe-container { display: none; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row > .video-iframe-container { display: none; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .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); }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row .container { border-width: 0; border-radius: 0; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#TOLdgAhUFpmoL15I5yUqJ2JR8qK4ulSo { background-color:#e72e3a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.9375rem;left:43.687501907349rem;display:block; }
#zmUEWITyHWkRo6BLaOoJm5sSK4zwLR6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7wyMpha8tqlT3s9O7HgTE9iw7n8dWmf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:2.7625002861023rem;left:18.781251907349rem;height:3.85rem;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; }
#NAstyDRqe9yiIOtcgkDIPioDs8TtsWfT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:.04;top:0.25rem;left:0rem; }
#KtUv0ixFwiMZ3h64LsyLv9f8lHMiu3UT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.04;top:0.25rem;left:7.72500038147rem; }
#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .row .container { background-color: transparent; background-image: none; }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .row .container > .video-iframe-container { display: none; }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .row > .video-iframe-container { display: none; }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .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); }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .row .container { border-width: 0; border-radius: 0; }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#mvZggBVTRgPuTgEIdXOKSaC3GxaMswZD { color:#393939;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:18.625rem;left:1.3125rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qQEAOoXVBp8PAOaTF18diG9wKyBq8l20 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:14.1875rem;left:1.3125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TFGuu9Rdg7RZ2AlwUvOkTBTklenGOoIk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.1875rem;left:41.1875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UOfnnpOmlSMZdkwAXDHVKPR8tolDzl35 { color:#393939;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:19.0625rem;left:41.1875rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VSsZIfTBlDOQym9eUxPzdoKkJk4zbM0D { color:#393939;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:18.75rem;left:21.1875rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m4yIabLyWfAx83IOLvUQza8yK8a31o1o { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:14.3125rem;left:21.1875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uTPSCQQootLmABgv6TJ6xrpd9SnTPKdU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:32.0625rem;left:21.125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#va2My9VdhDWumqDmIfUPkwMhLACgHKuZ { color:#393939;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:36.9375rem;left:21.1875rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#R7RJHxon2nvUSOK8vMgqB0kwtpLCkT0w { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:4.9375rem;left:0rem;display:block; }
#CbQcJ67wyb3Z0BeeHhTu96trsaONyTUC { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:5.2867183685303rem;left:2.15625rem;height:2.2rem;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; }
#KSrQUF7z1JKPv7RrKqvPN14KhAxp5QH1 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.0625rem;top:2.625rem;left:0rem;display:block; }
#o762CZdSqbvm1F6dR32KPOfoEgdyOIpB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.5625rem;left:1.3125rem; }
#nCETkl51wa1oVT5qIJKp9JO7nBocyWHi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.625rem;left:21.1875rem; }
#R8W4Rt5ZCEznuAmbPEg8lxL4S3ZHFx1Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.5625rem;left:41.1875rem; }
#TAEg4xpQWKTN23GC02m4WphP2zQnaV2v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:29.4375rem;left:21.1875rem; }
#qcxT6RmAqbzF3GGxDBi9dQv7CpWRAcPZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:32.125rem;left:1.1875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BqCdxS71D9zF8M8w1E5aG7voFTJo17ph { color:#393939;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:36.5625rem;left:1.1875rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VyGAwoM9vDlyzXD8yThFuqUNxSIu2lcC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:29.4375rem;left:1.1875rem; }
#FVEfamzKm2EVWPNFJ3vmo0HqDefWmDBQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:29.375rem;left:41.1875rem; }
#i8kvWudvdUc5ETWyk0zcEOMgl7oNJSPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:32rem;left:41.125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iGNCDnOzqUKXIkT528WTy9KkGhULN6b1 { color:#393939;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:36.875rem;left:41.1875rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .row .container { background-color: transparent; background-image: none; }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .row .container > .video-iframe-container { display: none; }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .row > .video-iframe-container { display: none; }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .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); }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .row .container { border-width: 0; border-radius: 0; }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:60rem;position:relative;display:block; }#q1RktK0dmbmtXTqiCqhtQiz13GFMVGbD { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:8.6875rem;top:2.375rem;left:51.250001907349rem;display:block; }
#LTvrt6ums678h4JCJH3cVdKZLOi85Cc1 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:7.1875rem;left:51.250001907349rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKdSRAzJd27OVhx5D648N2S90dHz5NUz { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:8.6875rem;top:2.375rem;left:40.625001907349rem;display:block; }
#JB5mE7OTeSFWsyOmr7aEcffnHQpRqxSM { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:7.1875rem;left:40.625001907349rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dM4MpnA4QzDJTuoxE4Z9T60H79GpNgpp { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:8.6875rem;top:2.375rem;left:30.000001907349rem;display:block; }
#G78zgpTqytMXiEE0BSLBFFa4El6C3s5V { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:7.1875rem;left:30.000001907349rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTTaC1TzNbtoBkMP7XAwO7wSo1GJAPvM { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.0625rem;top:3.5625rem;left:0rem;display:block; }
#J4f76VRTrgwGA70zEc7PV7NESpbSE1Xc { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:5.875rem;left:0rem;display:block; }
#ykr3WDExUJwLHStD22faTpDfIt1MnkKw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:6.25rem;left:2.1875rem;height:2.2rem;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; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp .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; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#393939; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp .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;font-family:var(--paragraphs-font-family);color:#393939;line-height:1.4;overflow:hidden;height:auto; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp .accordion-trigger.adaptive-delivery-prevent-bg, #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp .accordion-trigger.lazyload, #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp .accordion-trigger.lazyloading { background-image: none; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp { box-sizing:content-box;height:auto;width:51.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.262496948243rem;left:0rem; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #fVDWJnFdWEo4NV8n3CslvgQm7ClVImq2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #NDTigTunRLBqWu41BBTqhq5JPpAmmPGp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #le2vfQTGB3Dthvf6S3sgqvLalWtn05e5 { display:block;position:relative; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #ByZPpMh8wIAh7CCBThnwlXxlTH2RaqQ4 {  }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #dovMcHs5Fif6wGLOs0T72ITK8WA7DCDX {  }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #MhLIDB4CccF5vCFEiV5niX4zoMWbT4zC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #VbxAmuqWO70OaHTCFuFhex5xUKu7VHEd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #C323Th01y2woJHHSZaL2Q6KtD4XCmRzN { display:block;position:relative; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #ZlJqlhyfWOwasvArLTCJJWAyPJ9s445M {  }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #PdiyB0uA9ke4QfPIkRLLKVwPRbiurD5L { display:none; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #Hiu31c5v8avET5ELZc2TkKlSQe8AhUVU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #Q4mnMqCN2ggZMoCnpwAHvmodzT4Sfo4z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #u6ZCmA7csyL2lty2LkGRcqTS4TWnE5A0 { display:block;position:relative; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #zMLJkCFkkyU0hxACgOWz0aJdiSoTZTmT {  }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #gaOKlBEwTf0MQpqSTHvM8QhbmqN42kX4 { display:none; }
#Zo4m6A0oxXu7f32RdSa6cPmRUXVhLBJd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.57421875rem;left:32.875001907349rem; }
#mSwLPf2EZp53cVANKmva0plu8RxwR5Vq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.57421875rem;left:43.500001907349rem; }
#E7UtaUa0hJWRBTgPv0ChwTxdW4vzlLgd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.57421875rem;left:54.125001907349rem; }
#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .row .container { background-color: transparent; background-image: none; }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .row .container > .video-iframe-container { display: none; }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .row > .video-iframe-container { display: none; }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .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); }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .row .container { border-width: 0; border-radius: 0; }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#uwTPPSynHQdce6uVPaymhR9qWpWPS3Fh { color:rgba(var(--color-tertiary-0),1);display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:12.0625rem;left:1.5625rem;height:;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; }
#rAT4C0uObH6CCcpgNSkvykrW3AT1lNgE { color:#ffffff;display:block;width:48rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:21.1875rem;left:1.5625rem;height:1.4875rem;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; }
#zoZXxuGTTGG1dLDuM7umVVWOchpxTTT2 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:5.75rem;left:0rem;display:block; }
#eAmXCVqohH9FENJUil50JPC69FaiKGxd { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:3.875rem;left:1.5625rem;height:4.4rem;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; }
#UKioEMZBK0hWwnb0xsLyiITe6CBzQHi9 { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.0625rem;top:3.4375rem;left:0rem;display:block; }
#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .row .container { background-color: transparent; background-image: none; }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .row .container > .video-iframe-container { display: none; }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .row > .video-iframe-container { display: none; }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .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); }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .row .container { border-width: 0; border-radius: 0; }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:60rem;position:relative;display:block; }#UXpE8uqgspmwSNw3BvMZNwlgMq2TfNLx { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4033889-f026-4f06-a08c-93eced90156c/ukladychemoodporneamargo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:21.937500953674rem;left:20.250001907349rem;display:block; }#UXpE8uqgspmwSNw3BvMZNwlgMq2TfNLx.adaptive-delivery-prevent-bg, #UXpE8uqgspmwSNw3BvMZNwlgMq2TfNLx.lazyload, #UXpE8uqgspmwSNw3BvMZNwlgMq2TfNLx.lazyloading { background-image: none; }
#pR14AgJl51ss6UTGZVZnO4BpbTfgLUaA { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d8a9ebdc-4b17-4461-b5bd-3ebc2faf1269/przewidywanyokreseksploatacjizbiornikadozorowegozywotnoscrewizjanaprawawymiana.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:35.874999046326rem;left:0.0625rem;display:block; }#pR14AgJl51ss6UTGZVZnO4BpbTfgLUaA.adaptive-delivery-prevent-bg, #pR14AgJl51ss6UTGZVZnO4BpbTfgLUaA.lazyload, #pR14AgJl51ss6UTGZVZnO4BpbTfgLUaA.lazyloading { background-image: none; }
#xyyQXGGWqKuKD7mwxCTXXn9ZSnTHT5NQ { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f282fc8e-e28b-47a7-8b1d-82f1f205f1f8/transportcylindrowzbiornikawielkogabarytowegoprzemyslowegoprzezdrzwiprzemyslowe1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:19.75rem;top:21.937500953674rem;left:40.250001907349rem;display:block; }#xyyQXGGWqKuKD7mwxCTXXn9ZSnTHT5NQ.adaptive-delivery-prevent-bg, #xyyQXGGWqKuKD7mwxCTXXn9ZSnTHT5NQ.lazyload, #xyyQXGGWqKuKD7mwxCTXXn9ZSnTHT5NQ.lazyloading { background-image: none; }
#ezGpZRvka1JsLTplOIKq0faq7zm8TLER { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/62a19312-1517-4b30-bc01-11ad2f680e4e/amargoproducentdostawcawielkogabarytowychzbiornikownachemieskandynawia.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:49.874999046326rem;left:0.0625rem;display:block; }#ezGpZRvka1JsLTplOIKq0faq7zm8TLER.adaptive-delivery-prevent-bg, #ezGpZRvka1JsLTplOIKq0faq7zm8TLER.lazyload, #ezGpZRvka1JsLTplOIKq0faq7zm8TLER.lazyloading { background-image: none; }
#PPkzsWhTEiu05s70BpgsDbJuUSqKrNRC { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:5.0625rem;left:0rem;display:block; }
#W1fLFoLQ9Myx8lcDzdaUCLGD9tqS4VEl { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:5.4375rem;left:2.1875rem;height:;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; }
#VNFyVvgnx5HodD1KvEin041hJcpiy6XW { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.0625rem;top:2.75rem;left:0rem;display:block; }
#BUXCdQKbnkSX7FZ0DVLVZMUZ9u3MiXrp { color:#393939;display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:9.0742197036744rem;left:2.1875rem;height:9.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XeAVXKrAmuVNkEuJo0AzbTU25HcIM5sS { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/baeda433-f909-400e-a30b-eab328ed8dfd/zbiornikdozorowyztworzywaamargo.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:35.874999046326rem;left:20.312501907349rem;display:block; }#XeAVXKrAmuVNkEuJo0AzbTU25HcIM5sS.adaptive-delivery-prevent-bg, #XeAVXKrAmuVNkEuJo0AzbTU25HcIM5sS.lazyload, #XeAVXKrAmuVNkEuJo0AzbTU25HcIM5sS.lazyloading { background-image: none; }
#GtpeX0OeutKsFpyDQph3kNzAhT2Wbvx1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a086e87e-b254-4122-9d6a-db86f9ee4c76/20250513_114003.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:21.936718940735rem;left:0.125rem;display:block; }#GtpeX0OeutKsFpyDQph3kNzAhT2Wbvx1.adaptive-delivery-prevent-bg, #GtpeX0OeutKsFpyDQph3kNzAhT2Wbvx1.lazyload, #GtpeX0OeutKsFpyDQph3kNzAhT2Wbvx1.lazyloading { background-image: none; }
#uGmxwLQQOXSD6c6fiEydv4PhCZpxsu4J { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1894c230-e86e-4c86-bbe0-8710309a16f4/zbiornik_procesowy_kompozyt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:19.75rem;top:41.362502098084rem;left:40.250001907349rem;display:block; }#uGmxwLQQOXSD6c6fiEydv4PhCZpxsu4J.adaptive-delivery-prevent-bg, #uGmxwLQQOXSD6c6fiEydv4PhCZpxsu4J.lazyload, #uGmxwLQQOXSD6c6fiEydv4PhCZpxsu4J.lazyloading { background-image: none; }
#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.34);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; }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .row .container { background-color: transparent; background-image: none; }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .row .container > .video-iframe-container { display: none; }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .row > .video-iframe-container { display: none; }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .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); }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .row .container { border-width: 0; border-radius: 0; }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;position:relative;display:block; }#EI5svv7Bfhcsr6RE9TWgbWpqFXqoUUZq { 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:28.1875rem;width:20.1875rem;top:5.125rem;left:2.1875rem;overflow:hidden;display:block; }
#ieGROBhVnvgAZz8wFGlbwdKoTkwv1Qc6 { position:absolute;display:block;z-index:15006;height:21.75rem;width:28.9375rem;top:5.1250004768372rem;left:27.437501907349rem;display:block; }
#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.34);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; }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .row .container { background-color: transparent; background-image: none; }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .row .container > .video-iframe-container { display: none; }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .row > .video-iframe-container { display: none; }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .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); }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .row .container { border-width: 0; border-radius: 0; }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#yHbU4KyiSNwp0DJBopTzwdL2QVv6mwHJ { color:#393939;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:1.8000011444092rem;left:0rem;height:5.775rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pPDM4kbOaK5BEQR617RHAMNESUk9RKSu { display:block; }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mu7lBpBhDrlTTlb1702XaTIDEvwJGlHr { width:28rem;height:1.75rem;top:16.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5wvGNVTB0QU4Tzz0dTCi54vm7grXuwv { top:22.5rem;left:18.8125rem;width:28.9375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drVAazZnUQfSv629Smh1zPJbg42Mu9hq { top:20.6875rem;left:16.0625rem;width:31.6875rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTW413ILXVmsyennDogVvpPpwaTFHLSl { top:21.875rem;left:0rem;width:20.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnJOEQ5WoFPBPDAaJWOLWn3bfJvbH5LB { width:47.75rem;height:6rem;top:9.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS9d7oS3A1F3k0RgAap2bhuK9MZ2ptIW { top:2.125rem;left:0rem;width:15.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ictb2py9gf1TS0oH03mFiSMrvBQb8NmN { display:block; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgsZyzHKXZ7dwniWLbDml3umaasmXHVi { width:44.5rem;height:3.25rem;top:2rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwbP02uyfKWZIqTqqlJhHg4bT2XA3dHE { width:36.875rem;height:5.1875rem;top:0.8125rem;left:0rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd { display:block; }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlEJTtUSsmJbKcvkTnFc4qCImkh5MqID { width:0.125rem;height:2.5rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXoNvf4ibPrLlJqz1Zi8IFxm0Q7M6wad { width:46.625rem;height:4.375rem;top:4.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnM5N8CoOqIo1V7OkDwicXR7sSxkfvh1 { width:0.0625rem;height:2.5rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgTMyakIXP6q3WUH1TKQKyLcNWI4q8S6 { width:15.625rem;height:1.875rem;top:15.75rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWZ3V91EIxBqb7zfPrz6zabfqHP7kEeo { width:17.6875rem;height:8.4375rem;top:18.3125rem;left:29.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0csXdTuTsfqi1kHVZGCmbDoEF22XSAc { width:14.3125rem;height:1.875rem;top:31.6875rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQxAF6U9tvLEqwnPBWmhli16KvdzuCio { width:18.125rem;height:8.4375rem;top:34.4375rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzxexhqpSMa2VKsEgAQN4G0SZP3ZGFAT { width:34.5rem;height:10.5rem;top:13.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzHLEaqxEATTfN2ybDmzUqrSv0ghBQgl { top:29.0625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghu0NqfTmwFtOdeuVksit4Sm1kRDMAPx { top:13.0625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUgcIlkffvlmxR0uDkOFRCDiVEO1uuBs { top:25.6875rem;left:0rem;width:14.4375rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2WyvzymzBEHMJIMiyk1HXhgDSffBl7x { top:28.875rem;left:1.5rem;width:14.375rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARvcZOlTC8t0EC1AfixwEwVTovTwbD0h { top:24.1875rem;left:16.175001144409rem;width:14.375rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh { display:block; }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGQAxDShSDSxl7Qd9kNf6M7uonqkvVhc { width:0.125rem;height:2.5rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA7cAJmFSocZ0uh3dcBeVHd8oabMyI00 { width:34.125rem;height:4.375rem;top:4.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPVcRTCHCNLlhswG5pBSy0Ni1ZmWO9Mp { width:38.25rem;height:17.5625rem;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr8OTKxLH98S4EXFK2wMfigKA9auVeH1 { width:0.0625rem;height:2.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9WTNZw4FlF9H5kQW6T222oRD4qf8xio { top:3.8125rem;left:21.25rem;width:26.5rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR { display:block; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOLdgAhUFpmoL15I5yUqJ2JR8qK4ulSo { width:13.9375rem;height:3.5rem;top:2.9375rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmUEWITyHWkRo6BLaOoJm5sSK4zwLR6T { display:block; }
 }@media only screen and (max-width: 763px) { #w7wyMpha8tqlT3s9O7HgTE9iw7n8dWmf { width:22.4375rem;height:3.8125rem;top:2.75rem;left:12.656251907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAstyDRqe9yiIOtcgkDIPioDs8TtsWfT { top:0.25rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtUv0ixFwiMZ3h64LsyLv9f8lHMiu3UT { top:0.25rem;left:1.6000003814698rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 { display:block; }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvZggBVTRgPuTgEIdXOKSaC3GxaMswZD { width:17.375rem;height:7rem;top:18.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQEAOoXVBp8PAOaTF18diG9wKyBq8l20 { width:15.625rem;height:3.75rem;top:14.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFGuu9Rdg7RZ2AlwUvOkTBTklenGOoIk { width:14.25rem;height:3.75rem;top:14.1875rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOfnnpOmlSMZdkwAXDHVKPR8tolDzl35 { width:16.1875rem;height:7rem;top:19.0625rem;left:31.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSsZIfTBlDOQym9eUxPzdoKkJk4zbM0D { width:17.6875rem;height:7rem;top:18.75rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4yIabLyWfAx83IOLvUQza8yK8a31o1o { width:15.625rem;height:3.75rem;top:14.3125rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPSCQQootLmABgv6TJ6xrpd9SnTPKdU { width:14.3125rem;height:3.75rem;top:32.0625rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #va2My9VdhDWumqDmIfUPkwMhLACgHKuZ { width:16.1875rem;height:7rem;top:36.9375rem;left:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7RJHxon2nvUSOK8vMgqB0kwtpLCkT0w { width:0.125rem;height:2.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQcJ67wyb3Z0BeeHhTu96trsaONyTUC { width:44.375rem;height:2.1875rem;top:5.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSrQUF7z1JKPv7RrKqvPN14KhAxp5QH1 { width:0.0625rem;height:2.5rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o762CZdSqbvm1F6dR32KPOfoEgdyOIpB { top:11.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCETkl51wa1oVT5qIJKp9JO7nBocyWHi { top:11.625rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8W4Rt5ZCEznuAmbPEg8lxL4S3ZHFx1Z { top:11.5625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAEg4xpQWKTN23GC02m4WphP2zQnaV2v { top:29.4375rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcxT6RmAqbzF3GGxDBi9dQv7CpWRAcPZ { width:15.625rem;height:3.75rem;top:32.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqCdxS71D9zF8M8w1E5aG7voFTJo17ph { width:17.6875rem;height:8.4375rem;top:36.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyGAwoM9vDlyzXD8yThFuqUNxSIu2lcC { top:29.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVEfamzKm2EVWPNFJ3vmo0HqDefWmDBQ { top:29.375rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kvWudvdUc5ETWyk0zcEOMgl7oNJSPJ { width:14.3125rem;height:;top:32rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGNCDnOzqUKXIkT528WTy9KkGhULN6b1 { width:19.0625rem;height:8.4375rem;top:36.875rem;left:28.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk { display:block; }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1RktK0dmbmtXTqiCqhtQiz13GFMVGbD { width:8.6875rem;height:8.75rem;top:2.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvrt6ums678h4JCJH3cVdKZLOi85Cc1 { width:8.75rem;height:2.4375rem;top:7.1875rem;left:39rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKdSRAzJd27OVhx5D648N2S90dHz5NUz { width:8.6875rem;height:8.75rem;top:2.375rem;left:34.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB5mE7OTeSFWsyOmr7aEcffnHQpRqxSM { width:8.75rem;height:2.4375rem;top:7.1875rem;left:34.500001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM4MpnA4QzDJTuoxE4Z9T60H79GpNgpp { width:8.6875rem;height:8.75rem;top:2.375rem;left:23.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #G78zgpTqytMXiEE0BSLBFFa4El6C3s5V { width:8.75rem;height:3.625rem;top:7.1875rem;left:23.875001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTaC1TzNbtoBkMP7XAwO7wSo1GJAPvM { width:0.0625rem;height:2.5rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4f76VRTrgwGA70zEc7PV7NESpbSE1Xc { width:0.125rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykr3WDExUJwLHStD22faTpDfIt1MnkKw { width:25.875rem;height:2.1875rem;top:6.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp { display:flex;height:auto;width:45.25rem;top:12.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #fVDWJnFdWEo4NV8n3CslvgQm7ClVImq2 {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #NDTigTunRLBqWu41BBTqhq5JPpAmmPGp {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #le2vfQTGB3Dthvf6S3sgqvLalWtn05e5 {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #ByZPpMh8wIAh7CCBThnwlXxlTH2RaqQ4 {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #dovMcHs5Fif6wGLOs0T72ITK8WA7DCDX {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #MhLIDB4CccF5vCFEiV5niX4zoMWbT4zC {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #VbxAmuqWO70OaHTCFuFhex5xUKu7VHEd {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #C323Th01y2woJHHSZaL2Q6KtD4XCmRzN {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #ZlJqlhyfWOwasvArLTCJJWAyPJ9s445M {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #PdiyB0uA9ke4QfPIkRLLKVwPRbiurD5L {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #Hiu31c5v8avET5ELZc2TkKlSQe8AhUVU {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #Q4mnMqCN2ggZMoCnpwAHvmodzT4Sfo4z {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #u6ZCmA7csyL2lty2LkGRcqTS4TWnE5A0 {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #zMLJkCFkkyU0hxACgOWz0aJdiSoTZTmT {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #gaOKlBEwTf0MQpqSTHvM8QhbmqN42kX4 {  }
 }@media only screen and (max-width: 763px) { #Zo4m6A0oxXu7f32RdSa6cPmRUXVhLBJd { top:3.5625rem;left:26.750001907349rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSwLPf2EZp53cVANKmva0plu8RxwR5Vq { top:3.5625rem;left:37.375001907349rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7UtaUa0hJWRBTgPv0ChwTxdW4vzlLgd { top:3.5625rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz { display:block; }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwTPPSynHQdce6uVPaymhR9qWpWPS3Fh { width:47.75rem;height:;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAT4C0uObH6CCcpgNSkvykrW3AT1lNgE { width:47.75rem;height:1.4375rem;top:21.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoZXxuGTTGG1dLDuM7umVVWOchpxTTT2 { width:0.125rem;height:2.5rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAmXCVqohH9FENJUil50JPC69FaiKGxd { width:36.625rem;height:4.375rem;top:3.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKioEMZBK0hWwnb0xsLyiITe6CBzQHi9 { width:0.0625rem;height:2.5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 { display:block; }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXpE8uqgspmwSNw3BvMZNwlgMq2TfNLx { top:21.9375rem;left:12rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR14AgJl51ss6UTGZVZnO4BpbTfgLUaA { top:35.8125rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyQXGGWqKuKD7mwxCTXXn9ZSnTHT5NQ { top:21.9375rem;left:27.875rem;width:19.75rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezGpZRvka1JsLTplOIKq0faq7zm8TLER { top:49.8125rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPkzsWhTEiu05s70BpgsDbJuUSqKrNRC { width:0.125rem;height:2.5rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1fLFoLQ9Myx8lcDzdaUCLGD9tqS4VEl { width:44.375rem;height:;top:5.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNFyVvgnx5HodD1KvEin041hJcpiy6XW { width:0.0625rem;height:2.5rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUXCdQKbnkSX7FZ0DVLVZMUZ9u3MiXrp { width:47.75rem;height:9.625rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeAVXKrAmuVNkEuJo0AzbTU25HcIM5sS { top:35.8125rem;left:12rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtpeX0OeutKsFpyDQph3kNzAhT2Wbvx1 { top:21.875rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGmxwLQQOXSD6c6fiEydv4PhCZpxsu4J { top:41.3125rem;left:27.875rem;width:19.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz { display:block; }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI5svv7Bfhcsr6RE9TWgbWpqFXqoUUZq { top:5.125rem;left:0rem;width:20.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGROBhVnvgAZz8wFGlbwdKoTkwv1Qc6 { top:5.125rem;left:18.8125rem;width:28.9375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv { display:block; }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHbU4KyiSNwp0DJBopTzwdL2QVv6mwHJ { width:47.75rem;height:5.75rem;top:1.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pPDM4kbOaK5BEQR617RHAMNESUk9RKSu { display:block; }#pPDM4kbOaK5BEQR617RHAMNESUk9RKSu > .row .container { width:20rem;height:89.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mu7lBpBhDrlTTlb1702XaTIDEvwJGlHr { width:15.5625rem;height:3.0875rem;top:14.400000572204rem;left:2.2187500596046rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5wvGNVTB0QU4Tzz0dTCi54vm7grXuwv { width:18.5rem;height:41.4375rem;top:43.5625rem;left:0.74921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #drVAazZnUQfSv629Smh1zPJbg42Mu9hq { width:20rem;height:44.625rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTW413ILXVmsyennDogVvpPpwaTFHLSl { width:15.9375rem;height:22.25rem;top:18.425001144409rem;left:2.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnJOEQ5WoFPBPDAaJWOLWn3bfJvbH5LB { width:18.25rem;height:5.3625rem;top:8.125rem;left:0.87421876192094rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS9d7oS3A1F3k0RgAap2bhuK9MZ2ptIW { width:15.125rem;height:5.8125rem;top:1.1492187976837rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ictb2py9gf1TS0oH03mFiSMrvBQb8NmN { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row .container { background-color: transparent; background-image: none; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row .container > .video-iframe-container { display: none; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row > .video-iframe-container { display: none; }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .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); }#ictb2py9gf1TS0oH03mFiSMrvBQb8NmN > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgsZyzHKXZ7dwniWLbDml3umaasmXHVi { width:16.625rem;height:6.6rem;top:3.7734384536743rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwbP02uyfKWZIqTqqlJhHg4bT2XA3dHE { width:20rem;height:3rem;top:1.6500043869019rem;left:0rem;text-align:left;text-align-last:left;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd { display:block; }#uhW93TLdLrK220u0rX9KXsCZtZ9rSZXd > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlEJTtUSsmJbKcvkTnFc4qCImkh5MqID { width:0.125rem;height:2.5rem;top:5.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXoNvf4ibPrLlJqz1Zi8IFxm0Q7M6wad { width:18rem;height:5.775rem;top:2.1500005722046rem;left:1.1242187619209rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnM5N8CoOqIo1V7OkDwicXR7sSxkfvh1 { width:0.0625rem;height:2.5rem;top:3.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgTMyakIXP6q3WUH1TKQKyLcNWI4q8S6 { width:15.625rem;height:1.875rem;top:44rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWZ3V91EIxBqb7zfPrz6zabfqHP7kEeo { width:17.6875rem;height:6.5625rem;top:47.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0csXdTuTsfqi1kHVZGCmbDoEF22XSAc { width:14.3125rem;height:1.875rem;top:59.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQxAF6U9tvLEqwnPBWmhli16KvdzuCio { width:18.125rem;height:7.875rem;top:62.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzxexhqpSMa2VKsEgAQN4G0SZP3ZGFAT { width:18.0625rem;height:15.75rem;top:9.125rem;left:0.96796876192094rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzHLEaqxEATTfN2ybDmzUqrSv0ghBQgl { display:flex;width:2rem;height:2rem;top:56.125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #ghu0NqfTmwFtOdeuVksit4Sm1kRDMAPx { display:flex;width:2rem;height:2rem;top:40.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #MUgcIlkffvlmxR0uDkOFRCDiVEO1uuBs { width:7.6875rem;height:10.4375rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2WyvzymzBEHMJIMiyk1HXhgDSffBl7x { width:8.25rem;height:11.3125rem;top:28.0625rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARvcZOlTC8t0EC1AfixwEwVTovTwbD0h { width:7rem;height:9.5625rem;top:25.612500190735rem;left:12.174218714237rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh { display:block; }#pBFhTCrTTavTZGU3JQM4POE2d3Qaq6hh > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGQAxDShSDSxl7Qd9kNf6M7uonqkvVhc { width:0.125rem;height:2.5rem;top:3.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA7cAJmFSocZ0uh3dcBeVHd8oabMyI00 { width:18.75rem;height:2.8875rem;top:3.1812438964844rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPVcRTCHCNLlhswG5pBSy0Ni1ZmWO9Mp { width:17.5rem;height:25.2rem;top:7.8125rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr8OTKxLH98S4EXFK2wMfigKA9auVeH1 { width:0.0625rem;height:2.5rem;top:0.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9WTNZw4FlF9H5kQW6T222oRD4qf8xio { display:flex;width:20rem;height:26.5rem;top:0.87499952316281rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row .container { background-color: transparent; background-image: none; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row .container > .video-iframe-container { display: none; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row > .video-iframe-container { display: none; }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .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); }#xECb1zhCUv4ASeQzrrAM2hsuIExxCkrR > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOLdgAhUFpmoL15I5yUqJ2JR8qK4ulSo { width:17.5rem;height:3.5rem;top:10.500000953674rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmUEWITyHWkRo6BLaOoJm5sSK4zwLR6T { display:block; }
 }@media only screen and (max-width: 763px) { #w7wyMpha8tqlT3s9O7HgTE9iw7n8dWmf { width:17.5rem;height:3.025rem;top:5.4625008106232rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAstyDRqe9yiIOtcgkDIPioDs8TtsWfT { display:flex;width:8.4375rem;height:8.4375rem;top:0rem;left:1.5367186665535rem; }
 }@media only screen and (max-width: 763px) { #KtUv0ixFwiMZ3h64LsyLv9f8lHMiu3UT { display:flex;width:8.875rem;height:8.875rem;top:0rem;left:9.9242187142375rem; }
 }@media only screen and (max-width: 763px) { #MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 { display:block; }#MrPGr4kQpG4ayV3aVTrkBFRz2KzExSC9 > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvZggBVTRgPuTgEIdXOKSaC3GxaMswZD { width:16.5625rem;height:6.5625rem;top:17rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQEAOoXVBp8PAOaTF18diG9wKyBq8l20 { width:15.625rem;height:3.75rem;top:12.686719655991rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFGuu9Rdg7RZ2AlwUvOkTBTklenGOoIk { width:15.625rem;height:3.75rem;top:43.5rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOfnnpOmlSMZdkwAXDHVKPR8tolDzl35 { width:16.5625rem;height:6.5625rem;top:48rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSsZIfTBlDOQym9eUxPzdoKkJk4zbM0D { width:16.5625rem;height:6.5625rem;top:32rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4yIabLyWfAx83IOLvUQza8yK8a31o1o { width:18.0625rem;height:3.75rem;top:28.25rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTPSCQQootLmABgv6TJ6xrpd9SnTPKdU { width:15.625rem;height:3.75rem;top:76.375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #va2My9VdhDWumqDmIfUPkwMhLACgHKuZ { width:16.5625rem;height:6.5625rem;top:80.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7RJHxon2nvUSOK8vMgqB0kwtpLCkT0w { width:0.125rem;height:2.5rem;top:4.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQcJ67wyb3Z0BeeHhTu96trsaONyTUC { width:13.8125rem;height:2.8875rem;top:3.9937505722046rem;left:1.6875000596046rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSrQUF7z1JKPv7RrKqvPN14KhAxp5QH1 { width:0.0625rem;height:2.5rem;top:1.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o762CZdSqbvm1F6dR32KPOfoEgdyOIpB { display:flex;width:2rem;height:2rem;top:10.124218940735rem;left:9.0000005364419rem; }
 }@media only screen and (max-width: 763px) { #nCETkl51wa1oVT5qIJKp9JO7nBocyWHi { display:flex;width:2rem;height:2rem;top:25.5625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #R8W4Rt5ZCEznuAmbPEg8lxL4S3ZHFx1Z { display:flex;width:2rem;height:2rem;top:40.937500953674rem;left:9.0000005364419rem; }
 }@media only screen and (max-width: 763px) { #TAEg4xpQWKTN23GC02m4WphP2zQnaV2v { display:flex;width:2rem;height:2rem;top:73.8125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #qcxT6RmAqbzF3GGxDBi9dQv7CpWRAcPZ { width:15.625rem;height:3.75rem;top:59.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqCdxS71D9zF8M8w1E5aG7voFTJo17ph { width:17.6875rem;height:7.875rem;top:64.1875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyGAwoM9vDlyzXD8yThFuqUNxSIu2lcC { display:flex;width:2rem;height:2rem;top:57rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #FVEfamzKm2EVWPNFJ3vmo0HqDefWmDBQ { display:flex;width:2rem;height:2rem;top:89.6875rem;left:9.0000005364419rem; }
 }@media only screen and (max-width: 763px) { #i8kvWudvdUc5ETWyk0zcEOMgl7oNJSPJ { width:14.3125rem;height:3.75rem;top:92.312505722044rem;left:2.8437500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGNCDnOzqUKXIkT528WTy9KkGhULN6b1 { width:18rem;height:7.875rem;top:96.937504768369rem;left:0.99921876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk { display:block; }#JF3Rq0WmUpZJgKmPSbgMGdmdJoBHdSGk > .row .container { width:20rem;height:95.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1RktK0dmbmtXTqiCqhtQiz13GFMVGbD { width:8.6875rem;height:8.75rem;top:32.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvrt6ums678h4JCJH3cVdKZLOi85Cc1 { width:8.75rem;height:4.2rem;top:36.9375rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKdSRAzJd27OVhx5D648N2S90dHz5NUz { width:8.6875rem;height:8.75rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB5mE7OTeSFWsyOmr7aEcffnHQpRqxSM { width:8.75rem;height:2.8rem;top:36.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM4MpnA4QzDJTuoxE4Z9T60H79GpNgpp { width:8.6875rem;height:8.75rem;top:42.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G78zgpTqytMXiEE0BSLBFFa4El6C3s5V { width:8.75rem;height:4.2rem;top:47.5625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTaC1TzNbtoBkMP7XAwO7wSo1GJAPvM { width:0.0625rem;height:2.5rem;top:0.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4f76VRTrgwGA70zEc7PV7NESpbSE1Xc { width:0.125rem;height:2.5rem;top:3.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykr3WDExUJwLHStD22faTpDfIt1MnkKw { width:9.625rem;height:2.8875rem;top:3.0554676055908rem;left:1.8625000119209rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp { display:flex;height:auto;width:17.5rem;top:12.2109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #fVDWJnFdWEo4NV8n3CslvgQm7ClVImq2 {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #NDTigTunRLBqWu41BBTqhq5JPpAmmPGp {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #le2vfQTGB3Dthvf6S3sgqvLalWtn05e5 {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #ByZPpMh8wIAh7CCBThnwlXxlTH2RaqQ4 {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #dovMcHs5Fif6wGLOs0T72ITK8WA7DCDX {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #MhLIDB4CccF5vCFEiV5niX4zoMWbT4zC {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #VbxAmuqWO70OaHTCFuFhex5xUKu7VHEd {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #C323Th01y2woJHHSZaL2Q6KtD4XCmRzN {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #ZlJqlhyfWOwasvArLTCJJWAyPJ9s445M {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #PdiyB0uA9ke4QfPIkRLLKVwPRbiurD5L {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #Hiu31c5v8avET5ELZc2TkKlSQe8AhUVU {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #Q4mnMqCN2ggZMoCnpwAHvmodzT4Sfo4z {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #u6ZCmA7csyL2lty2LkGRcqTS4TWnE5A0 {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #zMLJkCFkkyU0hxACgOWz0aJdiSoTZTmT {  }
 }@media only screen and (max-width: 763px) { #SasZSZyZAi1Ql3QVbyHx6dRN9hZ3EoTp #gaOKlBEwTf0MQpqSTHvM8QhbmqN42kX4 {  }
 }@media only screen and (max-width: 763px) { #Zo4m6A0oxXu7f32RdSa6cPmRUXVhLBJd { display:flex;width:2.9375rem;height:2.9375rem;top:7.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #mSwLPf2EZp53cVANKmva0plu8RxwR5Vq { display:flex;width:2.9375rem;height:2.9375rem;top:7.9375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #E7UtaUa0hJWRBTgPv0ChwTxdW4vzlLgd { display:flex;width:2.9375rem;height:2.9375rem;top:7.9375rem;left:10rem; }
 }@media only screen and (max-width: 763px) { #p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz { display:block; }#p771gJkgNq0aEGLIOCK9TAgGPF2pL1Iz > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwTPPSynHQdce6uVPaymhR9qWpWPS3Fh { width:15.9375rem;height:14rem;top:9.98593711853rem;left:2.2812500596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAT4C0uObH6CCcpgNSkvykrW3AT1lNgE { width:13.875rem;height:2.8rem;top:26.249220848084rem;left:2.2812500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zoZXxuGTTGG1dLDuM7umVVWOchpxTTT2 { width:0.125rem;height:2.5rem;top:5.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAmXCVqohH9FENJUil50JPC69FaiKGxd { width:13.25rem;height:5.775rem;top:2.4992189407349rem;left:2.2500000596046rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKioEMZBK0hWwnb0xsLyiITe6CBzQHi9 { width:0.0625rem;height:2.5rem;top:3.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 { display:block; }#FcRmbwEwz0OfScpXwqEqcB1w3Hvyh0i3 > .row .container { width:20rem;height:165.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXpE8uqgspmwSNw3BvMZNwlgMq2TfNLx { width:19.75rem;height:13.5625rem;top:31.687505722046rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR14AgJl51ss6UTGZVZnO4BpbTfgLUaA { width:19.75rem;height:13.5625rem;top:45.500000953674rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyQXGGWqKuKD7mwxCTXXn9ZSnTHT5NQ { width:19.75rem;height:27.625rem;top:73.12500190735rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezGpZRvka1JsLTplOIKq0faq7zm8TLER { width:19.75rem;height:13.5625rem;top:59.312501907349rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPkzsWhTEiu05s70BpgsDbJuUSqKrNRC { width:0.125rem;height:2.5rem;top:4.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1fLFoLQ9Myx8lcDzdaUCLGD9tqS4VEl { width:11rem;height:2.8875rem;top:4.3054685592651rem;left:1.8125000596046rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNFyVvgnx5HodD1KvEin041hJcpiy6XW { width:0.0625rem;height:2.5rem;top:2.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUXCdQKbnkSX7FZ0DVLVZMUZ9u3MiXrp { width:17.5rem;height:21rem;top:9.0625009536744rem;left:1.7992187142372rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeAVXKrAmuVNkEuJo0AzbTU25HcIM5sS { width:19.75rem;height:27.625rem;top:114.68750572204rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtpeX0OeutKsFpyDQph3kNzAhT2Wbvx1 { width:19.75rem;height:13.5625rem;top:101.00000095367rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGmxwLQQOXSD6c6fiEydv4PhCZpxsu4J { width:19.75rem;height:22.0625rem;top:142.52499675751rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz { display:block; }#FyWivIUriQUvJTb0Cof6Qxz9ofTWRyfz > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI5svv7Bfhcsr6RE9TWgbWpqFXqoUUZq { width:15.125rem;height:21.125rem;top:2.0625rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGROBhVnvgAZz8wFGlbwdKoTkwv1Qc6 { width:18.0625rem;height:43.5rem;top:25.674255371094rem;left:0.96796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv { display:block; }#J3WSpqsU2coGPh3IdQon4KV9JwTe97Cv > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHbU4KyiSNwp0DJBopTzwdL2QVv6mwHJ { width:18.1875rem;height:18.2875rem;top:2.0430173873901rem;left:0.90546876192094rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }