.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:253,225,219;--color-primary-1:249,166,148;--color-primary-2:245,107,76;--color-primary-3:236,82,9;--color-primary-4:49,21,15;--color-secondary-0:248,252,248;--color-secondary-1:230,244,231;--color-secondary-2:205,233,207;--color-secondary-3:103,117,104;--color-secondary-4:31,35,31;--color-tertiary-0:255,255,255;--color-tertiary-1:132,138,144;--color-tertiary-2:51,51,51;--color-tertiary-3:37,38,42;--color-tertiary-4:0,0,0;--headlines-font-family:Work Sans;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/14598e41-95fd-4af2-8508-2022d312d5ac/Frame1321316738.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O.adaptive-delivery-prevent-bg, #O5CAzyRNF1s4fzxE196zOlp1FzdN544O.lazyload, #O5CAzyRNF1s4fzxE196zOlp1FzdN544O.lazyloading { background-image: none; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row .container { background-color: transparent; background-image: none; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row .container > .video-iframe-container { display: none; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row > .video-iframe-container { display: none; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .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); }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row .container { border-width: 0; border-radius: 0; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#bFStW4mnZUhey0WnuDv1X4dw6FHPEv47 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.5rem;left:2.0625rem;height:;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; }
#HC6yslSS35iyKMqf4JXn5n0Qxusq9FxZ { color:#333d53;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:24.875rem;left:2.0625rem;height:4.5rem;display:block; }
#IEq4IimPWK1LtNSduuzGmPn2hq0Jt339 { background-color:rgba(var(--color-primary-3),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.5rem;left:2.0625rem;display:block; }
#DovcN64bJqb2h5FJaeDN3lUle1HwNFmV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XLUgU61TZdRSCoxeFAUWuOmpFeoxbonz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.8125rem;top:37.3125rem;left:2.0625rem;overflow:hidden;display:block; }
#IJFhv6BUw065dQR0q8UflZl8TnNShDtg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:32.75rem;top:8.125rem;left:40.800000190735rem;overflow:hidden;display:block; }
#bxFP12nnouoP5607KPBAdc3eWZiwgyoR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:17.25rem;top:30.5rem;left:36.937500953674rem;overflow:hidden;display:block; }
#JwIqxzyAZetlVHE1TIpvtbL7uBFXpfnn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:14.5625rem;top:2.03125rem;left:2.0625rem;overflow:hidden;display:block; }
#dyEeET1vWaIKeq3wpVSBHqie1G1WrBnZ { background-color:rgba(var(--color-primary-3),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.15625rem;left:60.6748046875rem;display:block; }
#DqyBLGk566y5h9kxMTDahX91cLQlXkmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRf7TBSL2or12OURsPkh9IMO4REWrW5r { background-color:#cde9cf;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.4375rem;left:16.9375rem;display:block; }
#egS1UA8sEAORPh1h66yuFGwoDUgf4dTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W39ZTWcvHsoZxT7ai2oJTLE2Zo7SXU75 { background-color:rgba(var(--color-primary-3),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.5rem;left:2.0625rem;display:none; }
#pHEG3XW57hv3ak9eO0PQED0O0STr1lwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K { position:relative;display:block; }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K { background-color: transparent; background-image: none; }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K > .row .container > .video-iframe-container { display: none; }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K > .row > .video-iframe-container { display: none; }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K > .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); }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K { border-width: 0; border-radius: 0; }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KQfOBw6K3bhQ3o3dHv6uK9g5lmfgDPle { position:absolute;display:block;z-index:15000;height:6.6875rem;width:73.3125rem;top:6.0304679870606rem;left:1.53125rem;display:block; }
#DDTbIPbBahWQ22L5EV4WwFm4rr0x3CyE { color:rgba(var(--color-tertiary-2),1);display:block;width:24.625rem;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:2.9984378814698rem;left:1.53125rem;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;text-align:left;text-align-last:left;display:block; }
#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq { position:relative;display:block; }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq { background-color: transparent; background-image: none; }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq > .row .container > .video-iframe-container { display: none; }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq > .row > .video-iframe-container { display: none; }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq > .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); }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq { border-width: 0; border-radius: 0; }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DZTzFZZBA8AesWyNFiBBax80LuMQHzeh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:32.625rem;top:1.96875rem;left:2.4375rem;overflow:hidden;display:block; }
#kRd7TfNd9t3cycenZ9FmebeMxStevCft { color:#333d53;display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:4.8125rem;left:41.099999427796rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UBQ5KxwmsuBWr6pnMao5mysqMJbA13tE { color:#333d53;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.8125rem;left:41.099999427796rem;height:4.78125rem;display:block; }
#NTTsRHQxxDqOWT6Zsr7thOnooqyo8JnL { box-sizing:content-box;height:1.875rem;width:27.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:17.0625rem;left:41.125000953674rem;display:block; }
#D1kXS2DsWbPfpi1Ubf3JLdaeNCVTGsIB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:17.375rem;left:41.125000953674rem;overflow:hidden;display:block; }
#DmruB0yLWwgCTHrKMa00uNOgcxnmx9UG { color:#333d53;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17.1875rem;left:43.062500953674rem;height:1.5rem;display:block; }
#ftAC3pH52OmXCnZRvdRw5HIHE4b07yeT { box-sizing:content-box;height:3.5rem;width:27.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:19.75rem;left:41.125000953674rem;display:block; }
#h740ZekBCEDhJ0qe4CBIwKOhDN7UWNO2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:20.0625rem;left:41.125000953674rem;overflow:hidden;display:block; }
#vXkqpn4HT9IwgaFNDPhsvK4Sb9vy6Mme { color:#333d53;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19.875rem;left:43.062500953674rem;height:3rem;display:block; }
#N4lTkTetO5Vwu7x7DMJIRCaS0cSBgN0b { box-sizing:content-box;height:1.875rem;width:27.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:23.6875rem;left:41.125000953674rem;display:block; }
#RIlsGTgVIt7W9tBSZ3tJ933kOzHKZlFT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:24rem;left:41.125000953674rem;overflow:hidden;display:block; }
#CwfyLtK9aet494nPaCmlVBETfTaTZgNk { color:#333d53;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:23.8125rem;left:43.062500953674rem;height:1.5rem;display:block; }
#aM1VERE6erzI1WQ3WZZ9JSZxR8qmH9Ta { background-color:rgba(var(--color-primary-3),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.300000190735rem;left:41.099999427796rem;display:block; }
#az2HungVIyrO70iLECxVRLTF0hvDrXfk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB { position:relative;display:block; }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB { background-color: transparent; background-image: none; }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB > .row .container > .video-iframe-container { display: none; }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB > .row > .video-iframe-container { display: none; }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB > .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); }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB { border-width: 0; border-radius: 0; }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cPzC20dy1tzEr4mEq727KtCJbA9ycKJ5 { color:#181d27;display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:3.3609376549721rem;left:15.537499427796rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xHIIaN8I1iI09VpwTCKHSDTG208oIZ9o { box-sizing:content-box;height:29.4375rem;width:36.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:8.8375005722044rem;left:0rem;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#WpSrCQxrBuf7QQHvWyUEv8uv03MX571L { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:10.300000011921rem;left:1.47265625rem;overflow:hidden;display:block; }
#bxBoMTtzt96RnmTw6W39L79oAJN1nrvE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.134375393391rem;left:6.8492193222044rem;height:1.70625rem;display:block; }
#K5zbMJmXxIpn21uL24TezgZ0iviUTg0c { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.0625rem;top:13.362500011921rem;left:6.8492193222044rem;overflow:hidden;display:block; }
#vxyvskqggFPkIUXigfITUGZkTOqCq8MP { position:absolute;display:block;z-index:15007;height:2.6875rem;width:14.8125rem;top:18.6875rem;left:1.47265625rem;display:block; }
#Vwr5Lrlmmx717dM9RW2onzKN5nbMPESr { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.675003051757rem;left:1.47265625rem;height:1.4625rem;display:block; }
#aoLSm0L79pTBRSCQFHPHOTyShXAHkxTZ { position:absolute;display:block;z-index:15009;height:2.6875rem;width:15.9375rem;top:18.75rem;left:17.374999046326rem;display:block; }
#sVIxr4koQzSZLUBqdgybRS77ai3yd0mK { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.75rem;left:17.374999046326rem;height:1.4625rem;display:block; }
#rxipbAXSu9ATypc0tKJCpWBUrzgZ6SSg { color:rgba(var(--color-tertiary-3),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:24.774219512939rem;left:1.47265625rem;height:3.3994125rem;font-style:normal;display:block; }
#HBlww5RLTLFcLarETfGtqTBxVNWbG4lx { box-sizing:content-box;height:3.5rem;width:27.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;top:29.5rem;left:1.5rem;display:block; }
#NfayOwkmkwGfqgH7TnTv9vLqrD2TKnTc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:30.625001430511rem;left:1.47265625rem;overflow:hidden;display:block; }
#MzTDpls7W092AX7Re2F1rpJ3xcpO5PJZ { color:rgba(var(--color-tertiary-3),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:29.625rem;left:3.4375rem;height:3.1875rem;display:block; }
#nCxqlrTlvB4VKaHxa6VxTTeiCfNLPeyg { box-sizing:content-box;height:2.5rem;width:27.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:33.625000953674rem;left:1.47265625rem;display:block; }
#qdOIzGC1uJcyzggPb1TDqx0LywxBziT9 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:34.078125953674rem;left:3.625rem;height:1.59375rem;display:block; }
#xcut0HaOCJTtKqqHRbWD1dQkABovsAZs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:34.250000953674rem;left:1.47265625rem;overflow:hidden;display:block; }
#bF7XPodzdeuDPMcT4Ot97Je2cEuedOhl { box-sizing:content-box;height:0.125rem;width:31.25rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:23.136719703674rem;left:1.47265625rem;display:block; }
#G16siKSf7C4VTdH1vlrWioLTowZTitOc { box-sizing:content-box;height:29.4375rem;width:36.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:8.8125rem;left:38.0625rem;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#nEaNpZBQZlBRwTGHX2niT3Uo9xXqXlvL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.0625rem;top:13.375rem;left:44.9375rem;overflow:hidden;display:block; }
#gvGy8SH2MEI6uD66KKWp0uLPBpmIgpyA { position:absolute;display:block;z-index:15023;height:2.6875rem;width:15.125rem;top:18.6875rem;left:39.562500953674rem;display:block; }
#KLTowOhQSJpTecXmd51HmmGUdSIT1NoT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:16.6875rem;left:39.562500953674rem;height:1.4625rem;display:block; }
#OaIpQlfzs0ELkNbhUyaWV85fGn7fveeg { position:absolute;display:block;z-index:15025;height:2.6875rem;width:15.4375rem;top:18.75rem;left:55.437500953674rem;display:block; }
#osO2E8efue7p07LbGcR7WNWAQKfZTnPo { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:16.75rem;left:55.437500953674rem;height:1.4625rem;display:block; }
#g6QdaeSuW13qthoEPwuR0uAtJCZKzUh3 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:24.75rem;left:39.5625rem;height:3.3994125rem;font-style:normal;display:block; }
#lyRlltfZHBlT7TAN01yiv6TCetUh3hP0 { box-sizing:content-box;height:3.5rem;width:27.75rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:none;top:29.5rem;left:39.5625rem;display:block; }
#kcLWuKBGwBGPbsblhZWDNzd9m163X9o7 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:29.625rem;left:41.5rem;height:3.1875rem;display:block; }
#bQ96UF4CmOpgVzNUTiB6MvfVs1keg7Km { box-sizing:content-box;height:2.5rem;width:27.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;top:33.625rem;left:39.5625rem;display:block; }
#tvJoOerSEFfUXaCIDSiHfyp6rChCt2oe { color:rgba(var(--color-tertiary-3),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:34.0625rem;left:41.6875rem;height:3.1875rem;display:block; }
#iudAZFW0yUbgimVVePcpSZVAe6dSzuki { box-sizing:content-box;height:0.125rem;width:31.25rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;top:23.125rem;left:39.5625rem;display:block; }
#StBXX5Ws1g6tmq2COp2dShi967oT99AD { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:10.3125rem;left:39.5625rem;overflow:hidden;display:block; }
#B35kxtTQNW4GstdGtxuEuzEh66XhAIGT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:11.125rem;left:44.9375rem;height:1.70625rem;display:block; }
#GPTSvgtbwrqOVK5NUVXTGgpi4LB6pVwQ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:30.625rem;left:39.5625rem;overflow:hidden;display:block; }
#UgdwJSKRHWfANl8UMl1AZm6QSClXF6wc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:34.924999237061rem;left:39.562500953674rem;overflow:hidden;display:block; }
#lWw7k714URoX952FHWEqPD1xUlU8F4ap { 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; }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .row .container { background-color: transparent; background-image: none; }#lWw7k714URoX952FHWEqPD1xUlU8F4ap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .row .container > .video-iframe-container { display: none; }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .row > .video-iframe-container { display: none; }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .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); }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .row .container { border-width: 0; border-radius: 0; }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#y1rXLRvSAoJHDD74e2P9rWwfV2i76Ul3 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:4.5242195129394rem;left:15.280468940735rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PvQi7aVs4H9dus1974dSqdwXfwoZBAow { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.5242195129394rem;left:11.467968940735rem;height:5.7rem;text-align:center;text-align-last:center;display:block; }
#UJtpwkPDRDP6Ifa8sc2XDVVvlox9KDvP { box-sizing:content-box;height:17.875rem;width:18.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.3125rem;left:1.625rem;display:block; }
#ni1mi7FDP7KtlMbUWVhieeWN9tQZ3NA5 { position:absolute;display:block;z-index:15005;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:3rem;width:3rem;top:19.6875rem;left:3rem;overflow:hidden;display:block; }
#FfHRpZ9TAhhGfn8q4Bl6u3ocfqy8hnf3 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.25rem;left:3rem;height:1.4625rem;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; }
#ThW2TNbVZN87AQZb0QvwPH1UrzTPgFLO { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.8;letter-spacing:0;top:26.625rem;left:3rem;height:6.75rem;display:block; }
#U1cQ3fDPMMllUOLlNV2McQ5XBmOGM5Tt { box-sizing:content-box;height:17.875rem;width:17rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.375rem;left:20.1875rem;display:block; }
#RhDyxKiVDKUBa08yvfilslvoe5XAAenr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:19.75rem;left:21.5625rem;overflow:hidden;display:block; }
#NX2iKaFWsqSZ600NOl9Ob1kwoHAyuCXq { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.3125rem;left:21.5625rem;height:1.4625rem;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; }
#x23Roszs60TM0yrdU6cx3qgHF1It7c34 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.8;letter-spacing:0;top:26.6875rem;left:21.5625rem;height:6.75rem;display:block; }
#lqQNqe3BZ9gk3DcrqSlDtpiMNyIU0vqu { box-sizing:content-box;height:17.875rem;width:18.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.3125rem;left:37.75rem;display:block; }
#Ex206JSKHh8EsM6TmUr46Jubc1ciKd58 { box-sizing:content-box;height:17.875rem;width:17rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.375rem;left:56.3125rem;display:block; }
#BRKaAUsfNGuA6ABSLQqvUMgbHRJ16eBH { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.8;letter-spacing:0;top:26.625rem;left:39.125rem;height:5.0625rem;display:block; }
#dD0DRokCpiJFenPPTbTXPwVrMF48XkT3 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.8;letter-spacing:0;top:27.25rem;left:57.625rem;height:5.0625rem;display:block; }
#Vy882ldIFhkU7CXVRyCeTBma4lRtooRe { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.25rem;left:39.125rem;height:1.4625rem;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; }
#yVI81sy1JLTUGNUf1o1EKX6pwMw9y4GA { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.5625rem;left:57.625rem;height:2.925rem;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; }
#IEGcWKdUSMCoAUBsVNeyNWJIaRqS8cUo { position:absolute;display:block;z-index:15013;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:3rem;width:3rem;top:19.6875rem;left:39.125rem;overflow:hidden;display:block; }
#s7EVMtMMG3nkGMt5PE0RxISAENL9HK1b { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:19.6875rem;left:57.625rem;overflow:hidden;display:block; }
#KZTGTWdSv2ZOt7t0PKsaZ9nwJ1DkNhV0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.6875rem;left:29.6875rem;display:block; }
#OteLNGznovRH5vLWd3ufFKtbIJSG9E82 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo { position:relative;display:block; }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo { background-color: transparent; background-image: none; }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo > .row .container > .video-iframe-container { display: none; }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo > .row > .video-iframe-container { display: none; }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo > .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); }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo { border-width: 0; border-radius: 0; }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cs7u2uX5WiRO6SHUub0FWU5KNDt4nZEH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:37.875rem;top:4.0625rem;left:37.125000953674rem;overflow:hidden;display:block; }
#oN5RxRxUVCJwxqyeDxH03glul7v98KEq { color:#333d53;display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:4.63671875rem;left:1.84765625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ph536Sp18fOLFItIL2alzXsCGraGcFrP { color:#333d53;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:10.82421875rem;left:1.8492183685302rem;height:4.78125rem;display:block; }
#CKhwSSrQfb7dRuIRT8XUaaz0qeeRBEM4 { box-sizing:content-box;height:5.5rem;width:33rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;top:17.261716842651rem;left:1.875rem;display:block; }
#sq428nKw4TOPnewbZ4MK86BsZ9oDlwTI { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:18.75rem;left:1.84765625rem;overflow:hidden;display:block; }
#eUqODnTL9PneqOVmSuOotIOpzK2ZQSqS { color:#333d53;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:17.387498855591rem;left:3.8125009536743rem;height:4.5rem;display:block; }
#TnwGHnGRqynOUQBX2iQ0tJbzyTbmlIC3 { background-color:rgba(var(--color-primary-3),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.250000953674rem;left:1.84765625rem;display:block; }
#ml3tbIwG8gcFPegpWzvZ2Qe5pWEfk4UR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nS0dtWHnUFP2uRT2VpoZ3pLHVmTt3JET { box-sizing:content-box;height:3.875rem;width:33rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:22.75rem;left:1.875rem;display:block; }
#qg8btbF3bRlwxvwhUDl75XyzNBlzCAqd { color:#333d53;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.875rem;left:3.8125rem;height:3rem;display:block; }
#IlT15H3IzJyEoqCT4w7ErLt6akvEKvNT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:23.75rem;left:1.84765625rem;overflow:hidden;display:block; }
#CZ506Wx3Kfn8Ky7q9GChP8nVGfVbgSXd { box-sizing:content-box;height:3.875rem;width:33rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;top:26.625rem;left:1.875rem;display:block; }
#ZJgWCTD6bqKmT9TBJyRnPwzyr6ltpDp4 { color:#333d53;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:26.75rem;left:3.8125rem;height:3rem;display:block; }
#cHnKgixKoZ4MkBhkyRV04gnTR2Zr0buQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:27.625rem;left:1.875rem;overflow:hidden;display:block; }
#oxbWsRZwWUaQKZ44afFPKl5LELnnmUL2 { box-sizing:content-box;height:3.875rem;width:33rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;top:30.6875rem;left:1.875rem;display:block; }
#Ix8uCyfITa85CfQD9xaibRBQpxFF2XQt { color:#333d53;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:30.8125rem;left:3.8125rem;height:3rem;display:block; }
#Tg312qXvCxhgrkHW5ssurLt3McwUr4XQ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.6875rem;left:1.875rem;overflow:hidden;display:block; }
#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq { position:relative;display:block; }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq { background-color: transparent; background-image: none; }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq > .row .container > .video-iframe-container { display: none; }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq > .row > .video-iframe-container { display: none; }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq > .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); }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq { border-width: 0; border-radius: 0; }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oHqB3QEh3CCGCTFKZvAlh1VU7iEfUqez { color:#181d27;display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:3.3742189407349rem;left:15.280468940735rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rdFmdlA9i13ptIUE7OvJbQtpb4azTOmu { color:#475467;display:block;width:60.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.32421875rem;left:7.217968940735rem;height:1.9rem;text-align:center;text-align-last:center;display:block; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .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:transparent;background-image:none;vertical-align:top; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .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; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1rem;font-style:normal;height:auto;color:#101828;line-height:1.5;overflow:hidden; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .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:#101828;height:auto;line-height:1.6;overflow:hidden; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .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_f3a1aba0d544d14a9b679e8e225d629dc9cce260.svg");background-size:contain !important; }#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .accordion-trigger.adaptive-delivery-prevent-bg, #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .accordion-trigger.lazyload, #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .accordion-trigger.lazyloading { background-image: none; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 { box-sizing:content-box;height:auto;width:64.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:11.196093559265rem;left:2.9664058685302rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #NJA7eUTgDO0vS8k3VkqpfPS7qBOyecAr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #pBy4GEHP5PP3eGqtkOephIk6DbpNvWQG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ByZPFHbUqzCo7Iz229iB8FJDmEazAtrA { display:block;position:relative; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #nsMRT67NBIZfNHWOcSAi43JaWyono07E {  }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #TiiZyGTS71aCsGnpt9dhlrvQd6QByQcP {  }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #XmQ1y9ZaD7T71ZLTGbeAZh8xnQCV2T1P { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #IlseOgDZvuIpTpiOc5mOdIf8R5nTyo7H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #XOiDkTbT8tAzOlOKsUZPT1qUvngFXJbM { display:block;position:relative; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #iTt2X2VCv3mdnJK2xgHy7SK9y4VtuZpI {  }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #X6ioMX3xrlvAJJ8t5rTh1LZIuQ3Ir34N { display:none; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #isJ7TX8GBfHE2l61n2Nm4FEPBHsXr792 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #CvkJ8ZT6gTZpXguLdDNJzg83IWpISubR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ktFq6IZenUVXlxVHWCaW6KBwxd0BTLZ2 { display:block;position:relative; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #Z5otdHVt1uedk0RDO70Z3U98x6UD8ZQk {  }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #RveQC6SSNK7TB7IgP1TVMpKi4tMWqmKH { display:none; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #KkxJNtQdziL22uFXtHOlPX7yRWsQ2ZQy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #frzmiTtyaR7iiAlFbHM5Ry4CLWFzMUb8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #tKE0uN0COgfV4ayNdXp7H2CGmoIGlCE3 { display:block;position:relative; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #H9LganQ4i5hUQpeIHzMmxgwg9ZQUgyNK {  }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #JPxtlBBEI40V6XspqJTRek28zCFrha1S { display:none; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #NC83GRKp1oq6FOaibs1tygR3J9HrSLRt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #hrJf7ETgRtpmotwDrDofIJGdUAgzgVMJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #WDHTxWvKV1O0KRp1oarruTbFxBGWgMFk { display:block;position:relative; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #TaW6rdHaN2wEFAgTHpDr9D0orGeUZMxC {  }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #CWOwSFqr3xuCNqZdFTNoQEqarOyUxRTp { display:none; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #cQ3A91s1SdDM0JGteyGqAd6Z3QLvFBzK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #IHGUUi50xXBNAn2GMi5nOTxTW6Ao9sFW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ITZvhIBlIduivCH9UeU8GXM5KqvzQMVv { display:block;position:relative; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #MZLTimuitNoF2mwF504LpN29Nd3Ah37m {  }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ZDTqXNTSLkvvtLRV8BiIUJizD8d13utA { display:none; }
#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h { position:relative;display:block; }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h { background-color: transparent; background-image: none; }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h > .row .container > .video-iframe-container { display: none; }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h > .row > .video-iframe-container { display: none; }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h > .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); }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h { border-width: 0; border-radius: 0; }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GtWnhOIFU3Uo47IdMVUw0ERu1DMF2wMd { color:rgba(var(--color-tertiary-2),1);display:block;width:57.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.625rem;left:8.75rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gcRU70k2inJ2fPo52oEqQOstFg7m8Rfs { color:rgba(var(--color-tertiary-2),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:5rem;left:18.75rem;height:1.9rem;text-align:center;text-align-last:center;display:block; }
#vKBz1treCeirRpcaa5JkTUeOnsIabMBo { position:absolute;display:block;z-index:15007;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.5625rem;width:6.9375rem;top:7.9375rem;left:26.125rem;overflow:hidden;display:block; }
#Z4n5Hcp4DDBzy6RzWZPx214cRcMUJTRU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:6.4375rem;top:8.5rem;left:34.0625rem;overflow:hidden;display:block; }
#tr5kcadQRpURL3NLFqBKz3v02oZV6uzs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.5625rem;top:8.625rem;left:41.875rem;overflow:hidden;display:block; }
#vWVp8lPgCX0G2hFT1uDFF3V1HZWwFZ5d { box-sizing:content-box;height:20.75rem;width:35.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.35000038147rem;left:1.16796875rem;border-top:0.0625rem solid #e7e7e7;border-left:0.0625rem solid #e7e7e7;border-right:0.0625rem solid #e7e7e7;border-bottom:0.0625rem solid #e7e7e7;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#RgW53pTZmKTOuCXkKK89xeDlC8QKrf14 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:15.587500095367rem;left:2.84765625rem;overflow:hidden;display:block; }
#eqzFa4uEvKLUkR7iCGcakLpvIMWNpmfU { color:#333d53;display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:19.900000095367rem;left:2.84765625rem;height:2.25rem;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; }
#kpWVVKXu7QkpXuVCopOnoO2vnzriqsQ1 { color:#000522;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:22.775001049042rem;left:2.84765625rem;height:4.25rem;display:block; }
#RySioi33C7WAXKPaREU8Gz6BC13U6g7Z { background-color:rgba(var(--color-primary-3),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:28.075000286103rem;left:2.84765625rem;display:block; }
#w9UwJQ94yB8dFsoxmSTnGGIOGaVf1ueL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPuhrIETHShAUunfTZWOXBrTned7yvSQ { box-sizing:content-box;height:20.75rem;width:35.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.375rem;left:38.75rem;border-top:0.0625rem solid #e7e7e7;border-left:0.0625rem solid #e7e7e7;border-right:0.0625rem solid #e7e7e7;border-bottom:0.0625rem solid #e7e7e7;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TqPqX7zV5T5i4P2I7CKLpihUd0pV8t2d { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:15.587500572204rem;left:40.500000953674rem;overflow:hidden;display:block; }
#bIeQhD2TiLzRso1a5svMHkBhvPJeZUhX { color:#333d53;display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:19.900000572204rem;left:40.500000953674rem;height:2.25rem;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; }
#FX6m0lBUL8TLuV2IrBX6dpKaTAL7QSKB { color:#000522;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:22.775000572204rem;left:40.656250953674rem;height:4.25rem;display:block; }
#IWFI6bAmsvzeDX9rfn2H2LTMrdQOMpqx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c0c0c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.075000286103rem;left:40.875000953674rem;display:block; }
#ei3fQrV5PREgM3DE1H4T01KgnGXsSwSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .row .container { background-color: transparent; background-image: none; }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .row .container > .video-iframe-container { display: none; }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .row > .video-iframe-container { display: none; }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .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); }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .row .container { border-width: 0; border-radius: 0; }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#KSTrq231S0yn6sMQcyxR7ypGZegrOZrV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.375rem;top:1.875rem;left:1.97265625rem;overflow:hidden;display:block; }
#WpvXvtQKwWZNlhwbmmV5SEtWUBT4W5PM { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:2.7929706573486rem;left:42.937500953674rem;height:1.6rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O5CAzyRNF1s4fzxE196zOlp1FzdN544O { display:block; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFStW4mnZUhey0WnuDv1X4dw6FHPEv47 { top:11.5rem;left:0rem;width:30.875rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC6yslSS35iyKMqf4JXn5n0Qxusq9FxZ { top:24.875rem;left:0rem;width:27.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEq4IimPWK1LtNSduuzGmPn2hq0Jt339 { width:13.0625rem;height:2.9375rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DovcN64bJqb2h5FJaeDN3lUle1HwNFmV { display:block; }
 }@media only screen and (max-width: 763px) { #XLUgU61TZdRSCoxeFAUWuOmpFeoxbonz { top:37.3125rem;left:0rem;width:11.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJFhv6BUw065dQR0q8UflZl8TnNShDtg { top:8.125rem;left:15rem;width:32.75rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxFP12nnouoP5607KPBAdc3eWZiwgyoR { top:30.5rem;left:6.625rem;width:17.25rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwIqxzyAZetlVHE1TIpvtbL7uBFXpfnn { top:2rem;left:0rem;width:14.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyEeET1vWaIKeq3wpVSBHqie1G1WrBnZ { width:12.9375rem;height:3.0625rem;top:2.125rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqyBLGk566y5h9kxMTDahX91cLQlXkmn { display:block; }
 }@media only screen and (max-width: 763px) { #lRf7TBSL2or12OURsPkh9IMO4REWrW5r { width:12.9375rem;height:3.0625rem;top:31.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egS1UA8sEAORPh1h66yuFGwoDUgf4dTx { display:block; }
 }@media only screen and (max-width: 763px) { #W39ZTWcvHsoZxT7ai2oJTLE2Zo7SXU75 { width:16rem;height:2.9375rem;top:31.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHEG3XW57hv3ak9eO0PQED0O0STr1lwn { display:block; }
 }@media only screen and (max-width: 763px) { #nWv6s3RhBc0XZG6gBenHa87l4UJqia2K { display:block; }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQfOBw6K3bhQ3o3dHv6uK9g5lmfgDPle { top:6rem;left:0rem;width:47.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDTbIPbBahWQ22L5EV4WwFm4rr0x3CyE { top:2.9375rem;left:0rem;width:24.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViHbpZ95oX4bd32V2lLemfPiMihKcXIq { display:block; }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZTzFZZBA8AesWyNFiBBax80LuMQHzeh { top:1.9375rem;left:0rem;width:32.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRd7TfNd9t3cycenZ9FmebeMxStevCft { top:4.8125rem;left:23.1875rem;width:24.5625rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBQ5KxwmsuBWr6pnMao5mysqMJbA13tE { top:10.8125rem;left:20rem;width:27.75rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTsRHQxxDqOWT6Zsr7thOnooqyo8JnL { top:17.0625rem;left:20rem;width:27.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1kXS2DsWbPfpi1Ubf3JLdaeNCVTGsIB { top:17.375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmruB0yLWwgCTHrKMa00uNOgcxnmx9UG { top:17.1875rem;left:18.4375rem;width:29.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftAC3pH52OmXCnZRvdRw5HIHE4b07yeT { top:19.75rem;left:20rem;width:27.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h740ZekBCEDhJ0qe4CBIwKOhDN7UWNO2 { top:20.0625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXkqpn4HT9IwgaFNDPhsvK4Sb9vy6Mme { top:19.875rem;left:19.4375rem;width:28.3125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4lTkTetO5Vwu7x7DMJIRCaS0cSBgN0b { top:23.6875rem;left:20rem;width:27.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIlsGTgVIt7W9tBSZ3tJ933kOzHKZlFT { top:24rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwfyLtK9aet494nPaCmlVBETfTaTZgNk { top:23.8125rem;left:18.4375rem;width:29.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM1VERE6erzI1WQ3WZZ9JSZxR8qmH9Ta { width:16rem;height:3.3125rem;top:27.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #az2HungVIyrO70iLECxVRLTF0hvDrXfk { display:block; }
 }@media only screen and (max-width: 763px) { #eBiSTqxylga4ThOuVTCq3UkGT4F8txaB { display:block; }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPzC20dy1tzEr4mEq727KtCJbA9ycKJ5 { top:3.3125rem;left:0rem;width:44.4375rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHIIaN8I1iI09VpwTCKHSDTG208oIZ9o { top:8.8125rem;left:0rem;width:36.8125rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpSrCQxrBuf7QQHvWyUEv8uv03MX571L { top:10.25rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxBoMTtzt96RnmTw6W39L79oAJN1nrvE { top:11.125rem;left:0.03671932220459rem;width:12.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5zbMJmXxIpn21uL24TezgZ0iviUTg0c { top:13.3125rem;left:0.03671932220459rem;width:6.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxyvskqggFPkIUXigfITUGZkTOqCq8MP { top:18.6875rem;left:0rem;width:14.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwr5Lrlmmx717dM9RW2onzKN5nbMPESr { top:16.625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoLSm0L79pTBRSCQFHPHOTyShXAHkxTZ { top:18.75rem;left:10.562499046326rem;width:15.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVIxr4koQzSZLUBqdgybRS77ai3yd0mK { top:16.75rem;left:10.562499046326rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxipbAXSu9ATypc0tKJCpWBUrzgZ6SSg { top:24.75rem;left:0rem;width:32.9375rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlww5RLTLFcLarETfGtqTBxVNWbG4lx { top:29.5rem;left:0rem;width:27.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfayOwkmkwGfqgH7TnTv9vLqrD2TKnTc { top:30.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzTDpls7W092AX7Re2F1rpJ3xcpO5PJZ { top:29.625rem;left:0rem;width:30.25rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCxqlrTlvB4VKaHxa6VxTTeiCfNLPeyg { top:33.625rem;left:0rem;width:27.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdOIzGC1uJcyzggPb1TDqx0LywxBziT9 { top:34.0625rem;left:0rem;width:30.25rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcut0HaOCJTtKqqHRbWD1dQkABovsAZs { top:34.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF7XPodzdeuDPMcT4Ot97Je2cEuedOhl { top:23.125rem;left:0rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G16siKSf7C4VTdH1vlrWioLTowZTitOc { top:8.8125rem;left:10.8125rem;width:36.8125rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEaNpZBQZlBRwTGHX2niT3Uo9xXqXlvL { top:13.375rem;left:24.5rem;width:6.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGy8SH2MEI6uD66KKWp0uLPBpmIgpyA { top:18.6875rem;left:23.875rem;width:15.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLTowOhQSJpTecXmd51HmmGUdSIT1NoT { top:16.6875rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaIpQlfzs0ELkNbhUyaWV85fGn7fveeg { top:18.75rem;left:32.3125rem;width:15.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osO2E8efue7p07LbGcR7WNWAQKfZTnPo { top:16.75rem;left:35.000000953674rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6QdaeSuW13qthoEPwuR0uAtJCZKzUh3 { top:24.75rem;left:14.8125rem;width:32.9375rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyRlltfZHBlT7TAN01yiv6TCetUh3hP0 { top:29.5rem;left:20rem;width:27.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcLWuKBGwBGPbsblhZWDNzd9m163X9o7 { top:29.625rem;left:17.5rem;width:30.25rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ96UF4CmOpgVzNUTiB6MvfVs1keg7Km { top:33.625rem;left:20rem;width:27.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvJoOerSEFfUXaCIDSiHfyp6rChCt2oe { top:34.0625rem;left:17.5rem;width:30.25rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iudAZFW0yUbgimVVePcpSZVAe6dSzuki { top:23.125rem;left:16.5rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StBXX5Ws1g6tmq2COp2dShi967oT99AD { top:10.3125rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B35kxtTQNW4GstdGtxuEuzEh66XhAIGT { top:11.125rem;left:24.5rem;width:12.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTSvgtbwrqOVK5NUVXTGgpi4LB6pVwQ { top:30.625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgdwJSKRHWfANl8UMl1AZm6QSClXF6wc { top:34.875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWw7k714URoX952FHWEqPD1xUlU8F4ap { display:block; }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1rXLRvSAoJHDD74e2P9rWwfV2i76Ul3 { top:4.5rem;left:1.6552734375rem;width:44.4375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvQi7aVs4H9dus1974dSqdwXfwoZBAow { top:8.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJtpwkPDRDP6Ifa8sc2XDVVvlox9KDvP { top:17.3125rem;left:0rem;width:18.0625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni1mi7FDP7KtlMbUWVhieeWN9tQZ3NA5 { top:19.6875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfHRpZ9TAhhGfn8q4Bl6u3ocfqy8hnf3 { top:24.25rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThW2TNbVZN87AQZb0QvwPH1UrzTPgFLO { top:26.625rem;left:0rem;width:14.4375rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1cQ3fDPMMllUOLlNV2McQ5XBmOGM5Tt { top:17.375rem;left:6.5625rem;width:17rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDyxKiVDKUBa08yvfilslvoe5XAAenr { top:19.75rem;left:7.9375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX2iKaFWsqSZ600NOl9Ob1kwoHAyuCXq { top:24.3125rem;left:7.9375rem;width:13.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23Roszs60TM0yrdU6cx3qgHF1It7c34 { top:26.6875rem;left:7.9375rem;width:14.4375rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqQNqe3BZ9gk3DcrqSlDtpiMNyIU0vqu { top:17.3125rem;left:24.125rem;width:18.0625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex206JSKHh8EsM6TmUr46Jubc1ciKd58 { top:17.375rem;left:30.75rem;width:17rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKaAUsfNGuA6ABSLQqvUMgbHRJ16eBH { top:26.625rem;left:25.5rem;width:14.4375rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0DRokCpiJFenPPTbTXPwVrMF48XkT3 { top:27.25rem;left:33.3125rem;width:14.4375rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy882ldIFhkU7CXVRyCeTBma4lRtooRe { top:24.25rem;left:25.5rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVI81sy1JLTUGNUf1o1EKX6pwMw9y4GA { top:23.5625rem;left:34.0625rem;width:13.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEGcWKdUSMCoAUBsVNeyNWJIaRqS8cUo { top:19.6875rem;left:25.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7EVMtMMG3nkGMt5PE0RxISAENL9HK1b { top:19.6875rem;left:44rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZTGTWdSv2ZOt7t0PKsaZ9nwJ1DkNhV0 { width:16rem;height:3.3125rem;top:37.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OteLNGznovRH5vLWd3ufFKtbIJSG9E82 { display:block; }
 }@media only screen and (max-width: 763px) { #k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo { display:block; }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cs7u2uX5WiRO6SHUub0FWU5KNDt4nZEH { top:4.0625rem;left:0rem;width:37.875rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN5RxRxUVCJwxqyeDxH03glul7v98KEq { top:4.625rem;left:0rem;width:21.8125rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph536Sp18fOLFItIL2alzXsCGraGcFrP { top:10.8125rem;left:0rem;width:24.5rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKhwSSrQfb7dRuIRT8XUaaz0qeeRBEM4 { top:17.25rem;left:0rem;width:33rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq428nKw4TOPnewbZ4MK86BsZ9oDlwTI { top:18.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUqODnTL9PneqOVmSuOotIOpzK2ZQSqS { top:17.375rem;left:0rem;width:29.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnwGHnGRqynOUQBX2iQ0tJbzyTbmlIC3 { width:16rem;height:3.3125rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml3tbIwG8gcFPegpWzvZ2Qe5pWEfk4UR { display:block; }
 }@media only screen and (max-width: 763px) { #nS0dtWHnUFP2uRT2VpoZ3pLHVmTt3JET { top:22.75rem;left:0rem;width:33rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg8btbF3bRlwxvwhUDl75XyzNBlzCAqd { top:22.875rem;left:0rem;width:29.3125rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlT15H3IzJyEoqCT4w7ErLt6akvEKvNT { top:23.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ506Wx3Kfn8Ky7q9GChP8nVGfVbgSXd { top:26.625rem;left:0rem;width:33rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJgWCTD6bqKmT9TBJyRnPwzyr6ltpDp4 { top:26.75rem;left:0rem;width:29.3125rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHnKgixKoZ4MkBhkyRV04gnTR2Zr0buQ { top:27.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxbWsRZwWUaQKZ44afFPKl5LELnnmUL2 { top:30.6875rem;left:0rem;width:33rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix8uCyfITa85CfQD9xaibRBQpxFF2XQt { top:30.8125rem;left:0rem;width:29.3125rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg312qXvCxhgrkHW5ssurLt3McwUr4XQ { top:31.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq { display:block; }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHqB3QEh3CCGCTFKZvAlh1VU7iEfUqez { top:3.3125rem;left:1.6552734375rem;width:44.4375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdFmdlA9i13ptIUE7OvJbQtpb4azTOmu { top:7.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 { display:flex;height:auto;width:45.25rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #NJA7eUTgDO0vS8k3VkqpfPS7qBOyecAr {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #pBy4GEHP5PP3eGqtkOephIk6DbpNvWQG {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ByZPFHbUqzCo7Iz229iB8FJDmEazAtrA {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #nsMRT67NBIZfNHWOcSAi43JaWyono07E {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #TiiZyGTS71aCsGnpt9dhlrvQd6QByQcP {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #XmQ1y9ZaD7T71ZLTGbeAZh8xnQCV2T1P {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #IlseOgDZvuIpTpiOc5mOdIf8R5nTyo7H {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #XOiDkTbT8tAzOlOKsUZPT1qUvngFXJbM {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #iTt2X2VCv3mdnJK2xgHy7SK9y4VtuZpI {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #X6ioMX3xrlvAJJ8t5rTh1LZIuQ3Ir34N {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #isJ7TX8GBfHE2l61n2Nm4FEPBHsXr792 {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #CvkJ8ZT6gTZpXguLdDNJzg83IWpISubR {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ktFq6IZenUVXlxVHWCaW6KBwxd0BTLZ2 {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #Z5otdHVt1uedk0RDO70Z3U98x6UD8ZQk {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #RveQC6SSNK7TB7IgP1TVMpKi4tMWqmKH {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #KkxJNtQdziL22uFXtHOlPX7yRWsQ2ZQy {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #frzmiTtyaR7iiAlFbHM5Ry4CLWFzMUb8 {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #tKE0uN0COgfV4ayNdXp7H2CGmoIGlCE3 {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #H9LganQ4i5hUQpeIHzMmxgwg9ZQUgyNK {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #JPxtlBBEI40V6XspqJTRek28zCFrha1S {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #NC83GRKp1oq6FOaibs1tygR3J9HrSLRt {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #hrJf7ETgRtpmotwDrDofIJGdUAgzgVMJ {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #WDHTxWvKV1O0KRp1oarruTbFxBGWgMFk {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #TaW6rdHaN2wEFAgTHpDr9D0orGeUZMxC {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #CWOwSFqr3xuCNqZdFTNoQEqarOyUxRTp {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #cQ3A91s1SdDM0JGteyGqAd6Z3QLvFBzK {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #IHGUUi50xXBNAn2GMi5nOTxTW6Ao9sFW {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ITZvhIBlIduivCH9UeU8GXM5KqvzQMVv {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #MZLTimuitNoF2mwF504LpN29Nd3Ah37m {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ZDTqXNTSLkvvtLRV8BiIUJizD8d13utA {  }
 }@media only screen and (max-width: 763px) { #ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h { display:block; }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtWnhOIFU3Uo47IdMVUw0ERu1DMF2wMd { top:1.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcRU70k2inJ2fPo52oEqQOstFg7m8Rfs { top:5rem;left:0rem;width:38.6875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKBz1treCeirRpcaa5JkTUeOnsIabMBo { top:7.9375rem;left:16.9375rem;width:6.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4n5Hcp4DDBzy6RzWZPx214cRcMUJTRU { top:8.5rem;left:17.4375rem;width:6.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5kcadQRpURL3NLFqBKz3v02oZV6uzs { top:8.625rem;left:23.875rem;width:6.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWVp8lPgCX0G2hFT1uDFF3V1HZWwFZ5d { top:13.3125rem;left:0rem;width:35.125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgW53pTZmKTOuCXkKK89xeDlC8QKrf14 { top:15.5625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqzFa4uEvKLUkR7iCGcakLpvIMWNpmfU { top:19.875rem;left:0rem;width:24.5625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpWVVKXu7QkpXuVCopOnoO2vnzriqsQ1 { top:22.75rem;left:0rem;width:24.5rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RySioi33C7WAXKPaREU8Gz6BC13U6g7Z { width:27.0625rem;height:3.9375rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9UwJQ94yB8dFsoxmSTnGGIOGaVf1ueL { display:block; }
 }@media only screen and (max-width: 763px) { #QPuhrIETHShAUunfTZWOXBrTned7yvSQ { top:13.375rem;left:12.5rem;width:35.125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPqX7zV5T5i4P2I7CKLpihUd0pV8t2d { top:15.5625rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIeQhD2TiLzRso1a5svMHkBhvPJeZUhX { top:19.875rem;left:15.3125rem;width:32.4375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX6m0lBUL8TLuV2IrBX6dpKaTAL7QSKB { top:22.75rem;left:16.5625rem;width:31.1875rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWFI6bAmsvzeDX9rfn2H2LTMrdQOMpqx { width:27.0625rem;height:3.9375rem;top:28.0625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei3fQrV5PREgM3DE1H4T01KgnGXsSwSS { display:block; }
 }@media only screen and (max-width: 763px) { #AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp { display:block; }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSTrq231S0yn6sMQcyxR7ypGZegrOZrV { top:1.875rem;left:0rem;width:14.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpvXvtQKwWZNlhwbmmV5SEtWUBT4W5PM { top:2.75rem;left:16.625rem;width:31.125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O5CAzyRNF1s4fzxE196zOlp1FzdN544O { display:block; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O { background-color: transparent; background-image: none; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row .container > .video-iframe-container { display: none; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row > .video-iframe-container { display: none; }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .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); }#O5CAzyRNF1s4fzxE196zOlp1FzdN544O > .row .container { width:20rem;height:53.9375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFStW4mnZUhey0WnuDv1X4dw6FHPEv47 { width:20rem;height:4.38671875rem;top:24.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HC6yslSS35iyKMqf4JXn5n0Qxusq9FxZ { width:20rem;height:5.625rem;top:31.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEq4IimPWK1LtNSduuzGmPn2hq0Jt339 { width:16rem;height:3.3125rem;top:38.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DovcN64bJqb2h5FJaeDN3lUle1HwNFmV { display:block; }
 }@media only screen and (max-width: 763px) { #XLUgU61TZdRSCoxeFAUWuOmpFeoxbonz { width:11.5rem;height:2.4375rem;top:49.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJFhv6BUw065dQR0q8UflZl8TnNShDtg { width:17.25rem;height:16.125rem;top:6.1875rem;left:2.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bxFP12nnouoP5607KPBAdc3eWZiwgyoR { width:11.125rem;height:3.8125rem;top:17.6875rem;left:0.56249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwIqxzyAZetlVHE1TIpvtbL7uBFXpfnn { width:13.8125rem;height:3.1875rem;top:1.4375rem;left:3.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyEeET1vWaIKeq3wpVSBHqie1G1WrBnZ { width:12.9375rem;height:3.0625rem;top:5.3125rem;left:3.5312500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqyBLGk566y5h9kxMTDahX91cLQlXkmn { display:block; }
 }@media only screen and (max-width: 763px) { #lRf7TBSL2or12OURsPkh9IMO4REWrW5r { width:12.9375rem;height:3.0625rem;top:31.4375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #egS1UA8sEAORPh1h66yuFGwoDUgf4dTx { display:block; }
 }@media only screen and (max-width: 763px) { #W39ZTWcvHsoZxT7ai2oJTLE2Zo7SXU75 { width:16rem;height:3.3125rem;top:43.375rem;left:2rem;z-index:15003;color:rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pHEG3XW57hv3ak9eO0PQED0O0STr1lwn { display:block; }
 }@media only screen and (max-width: 763px) { #nWv6s3RhBc0XZG6gBenHa87l4UJqia2K { display:block; }#nWv6s3RhBc0XZG6gBenHa87l4UJqia2K > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQfOBw6K3bhQ3o3dHv6uK9g5lmfgDPle { width:20rem;height:6rem;top:3.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDTbIPbBahWQ22L5EV4WwFm4rr0x3CyE { width:10.5625rem;height:2.4375rem;top:0.474609375rem;left:4.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ViHbpZ95oX4bd32V2lLemfPiMihKcXIq { display:block; }#ViHbpZ95oX4bd32V2lLemfPiMihKcXIq > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZTzFZZBA8AesWyNFiBBax80LuMQHzeh { width:19.1875rem;height:19.125rem;top:1.8125rem;left:0.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kRd7TfNd9t3cycenZ9FmebeMxStevCft { width:18rem;height:4.125rem;top:22.112501144409rem;left:1.1554687619209rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UBQ5KxwmsuBWr6pnMao5mysqMJbA13tE { width:16.8125rem;height:7.03125rem;top:26.987501144409rem;left:1.1554687619209rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTTsRHQxxDqOWT6Zsr7thOnooqyo8JnL { width:20rem;height:1.875rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1kXS2DsWbPfpi1Ubf3JLdaeNCVTGsIB { width:1.25rem;height:1.25rem;top:35.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmruB0yLWwgCTHrKMa00uNOgcxnmx9UG { width:15.25rem;height:2.625rem;top:35rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ftAC3pH52OmXCnZRvdRw5HIHE4b07yeT { width:20rem;height:3.5rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h740ZekBCEDhJ0qe4CBIwKOhDN7UWNO2 { width:1.25rem;height:1.25rem;top:39.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXkqpn4HT9IwgaFNDPhsvK4Sb9vy6Mme { width:16.3125rem;height:2.625rem;top:38.375rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4lTkTetO5Vwu7x7DMJIRCaS0cSBgN0b { width:20rem;height:1.875rem;top:50.2060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIlsGTgVIt7W9tBSZ3tJ933kOzHKZlFT { width:1.25rem;height:1.25rem;top:42.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwfyLtK9aet494nPaCmlVBETfTaTZgNk { width:15.75rem;height:2.625rem;top:41.875rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aM1VERE6erzI1WQ3WZZ9JSZxR8qmH9Ta { width:16rem;height:3.3125rem;top:46.9560546875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #az2HungVIyrO70iLECxVRLTF0hvDrXfk { display:block; }
 }@media only screen and (max-width: 763px) { #eBiSTqxylga4ThOuVTCq3UkGT4F8txaB { display:block; }#eBiSTqxylga4ThOuVTCq3UkGT4F8txaB > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPzC20dy1tzEr4mEq727KtCJbA9ycKJ5 { width:13.5625rem;height:3.7375rem;top:1.5625rem;left:3.34375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xHIIaN8I1iI09VpwTCKHSDTG208oIZ9o { width:20.125rem;height:35.1875rem;top:6.4365234375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WpSrCQxrBuf7QQHvWyUEv8uv03MX571L { width:3.75rem;height:3.75rem;top:7.90234375rem;left:1.53515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxBoMTtzt96RnmTw6W39L79oAJN1nrvE { width:12.5rem;height:1.4625rem;top:8.484375rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5zbMJmXxIpn21uL24TezgZ0iviUTg0c { width:6.0625rem;height:1.0625rem;top:10.1337890625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxyvskqggFPkIUXigfITUGZkTOqCq8MP { width:16.375rem;height:2.6875rem;top:14.6611328125rem;left:1.53515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwr5Lrlmmx717dM9RW2onzKN5nbMPESr { width:5.875rem;height:1.4625rem;top:12.5859375rem;left:1.53515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoLSm0L79pTBRSCQFHPHOTyShXAHkxTZ { width:16.5rem;height:2.6875rem;top:20.91015625rem;left:1.53515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVIxr4koQzSZLUBqdgybRS77ai3yd0mK { width:12.5rem;height:1.4625rem;top:18.4736328125rem;left:1.53515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxipbAXSu9ATypc0tKJCpWBUrzgZ6SSg { width:18.9375rem;height:4.5rem;top:26.3125rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HBlww5RLTLFcLarETfGtqTBxVNWbG4lx { width:20rem;height:3.5rem;top:27.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfayOwkmkwGfqgH7TnTv9vLqrD2TKnTc { width:1.25rem;height:1.25rem;top:33.0712890625rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzTDpls7W092AX7Re2F1rpJ3xcpO5PJZ { width:15.125rem;height:4.142575rem;top:31.625rem;left:2.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nCxqlrTlvB4VKaHxa6VxTTeiCfNLPeyg { width:20rem;height:2.5rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdOIzGC1uJcyzggPb1TDqx0LywxBziT9 { width:15.0625rem;height:2.76171875rem;top:36.537109375rem;left:2.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xcut0HaOCJTtKqqHRbWD1dQkABovsAZs { width:1.25rem;height:1.25rem;top:37.29296875rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF7XPodzdeuDPMcT4Ot97Je2cEuedOhl { width:20rem;height:0.125rem;top:24.9853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G16siKSf7C4VTdH1vlrWioLTowZTitOc { width:19.9375rem;height:36.8125rem;top:43.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEaNpZBQZlBRwTGHX2niT3Uo9xXqXlvL { width:6.0625rem;height:1.0625rem;top:46.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGy8SH2MEI6uD66KKWp0uLPBpmIgpyA { width:16.8125rem;height:2.6875rem;top:51.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLTowOhQSJpTecXmd51HmmGUdSIT1NoT { width:12.5rem;height:1.4625rem;top:49.625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaIpQlfzs0ELkNbhUyaWV85fGn7fveeg { width:16.625rem;height:2.6875rem;top:57.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osO2E8efue7p07LbGcR7WNWAQKfZTnPo { width:12.5rem;height:1.4625rem;top:55.5rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6QdaeSuW13qthoEPwuR0uAtJCZKzUh3 { width:17.6875rem;height:4.5rem;top:63.8125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lyRlltfZHBlT7TAN01yiv6TCetUh3hP0 { width:20rem;height:3.5rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcLWuKBGwBGPbsblhZWDNzd9m163X9o7 { width:16.3125rem;height:4.142575rem;top:69.625rem;left:2.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bQ96UF4CmOpgVzNUTiB6MvfVs1keg7Km { width:20rem;height:2.5rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvJoOerSEFfUXaCIDSiHfyp6rChCt2oe { width:17.75rem;height:2.76171875rem;top:74.875rem;left:2.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iudAZFW0yUbgimVVePcpSZVAe6dSzuki { width:20rem;height:0.125rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StBXX5Ws1g6tmq2COp2dShi967oT99AD { width:3.75rem;height:3.75rem;top:44.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B35kxtTQNW4GstdGtxuEuzEh66XhAIGT { width:12.5rem;height:1.4625rem;top:45.0625rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTSvgtbwrqOVK5NUVXTGgpi4LB6pVwQ { width:1.25rem;height:1.25rem;top:71.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgdwJSKRHWfANl8UMl1AZm6QSClXF6wc { width:1.25rem;height:1.25rem;top:75.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWw7k714URoX952FHWEqPD1xUlU8F4ap { display:block; }#lWw7k714URoX952FHWEqPD1xUlU8F4ap > .row .container { width:20rem;height:103.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1rXLRvSAoJHDD74e2P9rWwfV2i76Ul3 { width:18.375rem;height:7.3125rem;top:1rem;left:0.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PvQi7aVs4H9dus1974dSqdwXfwoZBAow { width:20rem;height:9.597625rem;top:8.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJtpwkPDRDP6Ifa8sc2XDVVvlox9KDvP { width:18.0625rem;height:17.875rem;top:19.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni1mi7FDP7KtlMbUWVhieeWN9tQZ3NA5 { width:3rem;height:3rem;top:21.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfHRpZ9TAhhGfn8q4Bl6u3ocfqy8hnf3 { width:16.25rem;height:1.4625rem;top:26.25rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ThW2TNbVZN87AQZb0QvwPH1UrzTPgFLO { width:14.4375rem;height:6.75rem;top:28.625rem;left:2.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U1cQ3fDPMMllUOLlNV2McQ5XBmOGM5Tt { width:18.1875rem;height:17.875rem;top:38.375002622604rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDyxKiVDKUBa08yvfilslvoe5XAAenr { width:3rem;height:3rem;top:40.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX2iKaFWsqSZ600NOl9Ob1kwoHAyuCXq { width:13.75rem;height:1.4625rem;top:45.375rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x23Roszs60TM0yrdU6cx3qgHF1It7c34 { width:14.4375rem;height:6.75rem;top:47.75rem;left:2.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lqQNqe3BZ9gk3DcrqSlDtpiMNyIU0vqu { width:18.0625rem;height:17.875rem;top:57.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex206JSKHh8EsM6TmUr46Jubc1ciKd58 { width:18rem;height:17.875rem;top:76.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKaAUsfNGuA6ABSLQqvUMgbHRJ16eBH { width:14.4375rem;height:5.0625rem;top:66.875rem;left:2.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dD0DRokCpiJFenPPTbTXPwVrMF48XkT3 { width:14.4375rem;height:5.0625rem;top:86.625rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vy882ldIFhkU7CXVRyCeTBma4lRtooRe { width:16.25rem;height:1.4625rem;top:64.5rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yVI81sy1JLTUGNUf1o1EKX6pwMw9y4GA { width:13.6875rem;height:2.925rem;top:82.9375rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IEGcWKdUSMCoAUBsVNeyNWJIaRqS8cUo { width:3rem;height:3rem;top:59.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7EVMtMMG3nkGMt5PE0RxISAENL9HK1b { width:3rem;height:3rem;top:79.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZTGTWdSv2ZOt7t0PKsaZ9nwJ1DkNhV0 { width:18rem;height:3.3125rem;top:96.687513351438rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #OteLNGznovRH5vLWd3ufFKtbIJSG9E82 { display:block; }
 }@media only screen and (max-width: 763px) { #k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo { display:block; }#k9a9CwNTZDbBffwdzKmgWlq0gUeeXKSo > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cs7u2uX5WiRO6SHUub0FWU5KNDt4nZEH { width:20rem;height:17.0953125rem;top:43.114068031311rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN5RxRxUVCJwxqyeDxH03glul7v98KEq { width:16.75rem;height:4.125rem;top:2.375rem;left:1.0615234375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ph536Sp18fOLFItIL2alzXsCGraGcFrP { width:17.875rem;height:5.625rem;top:7.0000019073488rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CKhwSSrQfb7dRuIRT8XUaaz0qeeRBEM4 { width:18.75rem;height:5.5rem;top:14.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq428nKw4TOPnewbZ4MK86BsZ9oDlwTI { width:1.25rem;height:1.25rem;top:16.11328125rem;left:0.9248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUqODnTL9PneqOVmSuOotIOpzK2ZQSqS { width:16.4375rem;height:5.25rem;top:14.11328125rem;left:3.048828125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnwGHnGRqynOUQBX2iQ0tJbzyTbmlIC3 { width:16rem;height:3.3125rem;top:37.23828125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml3tbIwG8gcFPegpWzvZ2Qe5pWEfk4UR { display:block; }
 }@media only screen and (max-width: 763px) { #nS0dtWHnUFP2uRT2VpoZ3pLHVmTt3JET { width:18.875rem;height:3.875rem;top:25.98828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg8btbF3bRlwxvwhUDl75XyzNBlzCAqd { width:16.5625rem;height:3.65625rem;top:20.8125rem;left:2.923828125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IlT15H3IzJyEoqCT4w7ErLt6akvEKvNT { width:1.25rem;height:1.25rem;top:22.015625rem;left:0.9248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ506Wx3Kfn8Ky7q9GChP8nVGfVbgSXd { width:18.9375rem;height:3.875rem;top:22.1640625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJgWCTD6bqKmT9TBJyRnPwzyr6ltpDp4 { width:16.9375rem;height:3.65625rem;top:25.98828125rem;left:2.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cHnKgixKoZ4MkBhkyRV04gnTR2Zr0buQ { width:1.25rem;height:1.25rem;top:27.30078125rem;left:0.9248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxbWsRZwWUaQKZ44afFPKl5LELnnmUL2 { width:18.875rem;height:3.875rem;top:24.46875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix8uCyfITa85CfQD9xaibRBQpxFF2XQt { width:16.75rem;height:3.65625rem;top:31.36328125rem;left:2.736328125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tg312qXvCxhgrkHW5ssurLt3McwUr4XQ { width:1.25rem;height:1.25rem;top:32.56640625rem;left:0.9248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq { display:block; }#ezttx2s9oNk3fq3gydwmiXJGAJTIXfbq > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHqB3QEh3CCGCTFKZvAlh1VU7iEfUqez { width:16.0625rem;height:3.4125rem;top:1.75rem;left:2rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rdFmdlA9i13ptIUE7OvJbQtpb4azTOmu { width:18.25rem;height:4.2rem;top:5.9375rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .accordion-heading-text { font-size:0.875rem;height:auto; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 .accordion-desc-text { font-size:0.8125rem;height:auto; }
#HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 { display:flex;height:auto;width:17.5rem;top:10.075006484986rem;left:0rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem; }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #NJA7eUTgDO0vS8k3VkqpfPS7qBOyecAr {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #pBy4GEHP5PP3eGqtkOephIk6DbpNvWQG {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ByZPFHbUqzCo7Iz229iB8FJDmEazAtrA {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #nsMRT67NBIZfNHWOcSAi43JaWyono07E {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #TiiZyGTS71aCsGnpt9dhlrvQd6QByQcP {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #XmQ1y9ZaD7T71ZLTGbeAZh8xnQCV2T1P {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #IlseOgDZvuIpTpiOc5mOdIf8R5nTyo7H {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #XOiDkTbT8tAzOlOKsUZPT1qUvngFXJbM {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #iTt2X2VCv3mdnJK2xgHy7SK9y4VtuZpI {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #X6ioMX3xrlvAJJ8t5rTh1LZIuQ3Ir34N {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #isJ7TX8GBfHE2l61n2Nm4FEPBHsXr792 {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #CvkJ8ZT6gTZpXguLdDNJzg83IWpISubR {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ktFq6IZenUVXlxVHWCaW6KBwxd0BTLZ2 {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #Z5otdHVt1uedk0RDO70Z3U98x6UD8ZQk {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #RveQC6SSNK7TB7IgP1TVMpKi4tMWqmKH {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #KkxJNtQdziL22uFXtHOlPX7yRWsQ2ZQy {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #frzmiTtyaR7iiAlFbHM5Ry4CLWFzMUb8 {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #tKE0uN0COgfV4ayNdXp7H2CGmoIGlCE3 {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #H9LganQ4i5hUQpeIHzMmxgwg9ZQUgyNK {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #JPxtlBBEI40V6XspqJTRek28zCFrha1S {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #NC83GRKp1oq6FOaibs1tygR3J9HrSLRt {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #hrJf7ETgRtpmotwDrDofIJGdUAgzgVMJ {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #WDHTxWvKV1O0KRp1oarruTbFxBGWgMFk {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #TaW6rdHaN2wEFAgTHpDr9D0orGeUZMxC {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #CWOwSFqr3xuCNqZdFTNoQEqarOyUxRTp {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #cQ3A91s1SdDM0JGteyGqAd6Z3QLvFBzK {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #IHGUUi50xXBNAn2GMi5nOTxTW6Ao9sFW {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ITZvhIBlIduivCH9UeU8GXM5KqvzQMVv {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #MZLTimuitNoF2mwF504LpN29Nd3Ah37m {  }
 }@media only screen and (max-width: 763px) { #HluLP5foyTr53aTCgPPfQ9EuNqwDzMs7 #ZDTqXNTSLkvvtLRV8BiIUJizD8d13utA {  }
 }@media only screen and (max-width: 763px) { #ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h { display:block; }#ddPr0B7RsXrRLQw4Etv5MQfFvqIkxw0h > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtWnhOIFU3Uo47IdMVUw0ERu1DMF2wMd { width:20rem;height:3.9375rem;top:2.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcRU70k2inJ2fPo52oEqQOstFg7m8Rfs { width:18.1875rem;height:3.19921875rem;top:7.375rem;left:0.90546876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKBz1treCeirRpcaa5JkTUeOnsIabMBo { width:6rem;height:2.25rem;top:12.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4n5Hcp4DDBzy6RzWZPx214cRcMUJTRU { width:5.125rem;height:1.25rem;top:12.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5kcadQRpURL3NLFqBKz3v02oZV6uzs { width:5.5rem;height:1rem;top:12.6875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWVp8lPgCX0G2hFT1uDFF3V1HZWwFZ5d { width:19rem;height:20.75rem;top:15.562500476837rem;left:0.48124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgW53pTZmKTOuCXkKK89xeDlC8QKrf14 { width:2.625rem;height:2.625rem;top:16.675003051757rem;left:1.7179687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqzFa4uEvKLUkR7iCGcakLpvIMWNpmfU { width:15.875rem;height:4.5rem;top:20.050001144409rem;left:1.6875000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kpWVVKXu7QkpXuVCopOnoO2vnzriqsQ1 { width:14.75rem;height:4.78125rem;top:25.112500190735rem;left:1.7179687619209rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RySioi33C7WAXKPaREU8Gz6BC13U6g7Z { width:16.5rem;height:3.1875rem;top:31.225001335144rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9UwJQ94yB8dFsoxmSTnGGIOGaVf1ueL { display:block; }
 }@media only screen and (max-width: 763px) { #QPuhrIETHShAUunfTZWOXBrTned7yvSQ { width:19rem;height:20.875rem;top:37.599999904632rem;left:0.44999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPqX7zV5T5i4P2I7CKLpihUd0pV8t2d { width:2.625rem;height:2.625rem;top:38.912506103516rem;left:1.5304687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIeQhD2TiLzRso1a5svMHkBhvPJeZUhX { width:16.5625rem;height:4.5rem;top:42.29921913147rem;left:1.7187500596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FX6m0lBUL8TLuV2IrBX6dpKaTAL7QSKB { width:17.375rem;height:4.78125rem;top:47.374218940735rem;left:1.5000000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IWFI6bAmsvzeDX9rfn2H2LTMrdQOMpqx { width:16.625rem;height:3.125rem;top:53.550001144409rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei3fQrV5PREgM3DE1H4T01KgnGXsSwSS { display:block; }
 }@media only screen and (max-width: 763px) { #AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp { display:block; }#AczlKcR79VaLhyHBbBO8UNu0KCHwcXvp > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSTrq231S0yn6sMQcyxR7ypGZegrOZrV { width:14.375rem;height:3.4375rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpvXvtQKwWZNlhwbmmV5SEtWUBT4W5PM { width:20rem;height:1.2rem;top:6.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }