.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:222,221,222;--color-primary-1:145,143,144;--color-primary-2:35,31,32;--color-primary-3:18,16,16;--color-primary-4:5,5,5;--color-secondary-0:254,248,226;--color-secondary-1:251,231,158;--color-secondary-2:247,206,60;--color-secondary-3:124,103,30;--color-secondary-4:37,31,9;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"DM SANS Black";--paragraphs-font-family:"Fira Sans"; }@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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container { background-color: transparent; background-image: none; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container > .video-iframe-container { display: none; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row > .video-iframe-container { display: none; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .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); }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container { border-width: 0; border-radius: 0; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#wu1XMueHfCTa6ge5Ad03OHzJd3abzC1r { position:absolute;display:block;z-index:14999;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:18.5rem;width:18.5rem;top:10.96875rem;left:10.5rem;overflow:hidden;display:none; }
#HEWbbv0RZanT99kgHWD7KXfnbXh4TzV8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:0.625rem;left:1.791015625rem;overflow:hidden;display:block; }
#MxQEGtUiIsKGvM6ZzecqBIX2qk0UBnGr { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans black";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:2.46875rem;left:35.4296875rem;display:block; }
#rt8EDIQA7mUrNVaR6GLKGoLThqEPRmFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ooa5rko5wt2F95SafLxrqBrQOI2xRHCx { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans black";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:2.46875rem;left:45.805557250976rem;display:block; }
#swbaXxxcvs4zNcBDRoGLVLZnSEbBygNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJJQzEVR7khhqyeyW4pFzDQGVF27IT0W { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans black";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:2.46875rem;left:52.625rem;display:block; }
#mzWM0TOoxC5TJpGfWrKCfoQcGuuTGK6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5WWad6TR0BH7POzaBQF6Uixa9T6wWJp { background-color:#ee3224;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;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(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:2.75rem;left:62.4375rem;display:block; }
#o4ABJqJeJez0i7ISiUTekt0JFvD0ouRz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#ClTKIaUvNDsfNKOPSTBztSJV7JDtET54 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:0.6875rem;left:70.78125rem;display:none; }
#wKtL2c8oNyR6rbOyZrebr09WVWxRq1bB { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:10.0625rem;left:44.562501907349rem;height:4.0625rem;display:none; }
#T0p7TtR9XUGnPvElBD2O1OCvWdT7y8AT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:10.0625rem;left:44.562501907349rem;height:4.0625rem;display:none; }
#s7ax5lOTvZVztcLatbp9qKASvEDIXzRD { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:"dm sans black";font-size:3.75rem;font-weight:700;z-index:15052;line-height:1.4;letter-spacing:0;top:11.092010498047rem;left:26.6796875rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#KHOF0OJ18OeNZdKBwZRWflT74OJArSZy { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:"dm sans black";font-size:2.1875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:22.453125rem;left:46.797744750976rem;height:8.532rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hK1wDrlS39Hs4VSgLK5rVStkVUCcahWU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:27.6875rem;top:23.4375rem;left:14.40625rem;overflow:hidden;display:block; }
#LW5cClKVcL8klVQbn4MmNwKpym3F91d3 { position:absolute;display:block;z-index:15055;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.375rem;width:7.75rem;top:47.124999046326rem;left:43.743057250976rem;overflow:hidden;display:block; }
#UHhHePoSHIbT665byqJOagpCNUUv09wf { background-color:#ee3224;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;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(--headlines-font-family);font-size:2.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:5.1875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:44.937499046326rem;left:27.21875rem;display:block; }
#ky3VcX6ObZR79TnTPN90TmupB2HTS44Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmPQnz2BU7GaMMUTokazOVpKOoJlkary { 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:36.75rem;width:27.25rem;top:6.25rem;left:0.6875rem;overflow:hidden;display:block; }
#b88hO1TXh52M2X5QLD5w75cp3F4L4kSo { position:absolute;display:block;z-index:15056;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.125rem;width:6.3125rem;top:13.028645515442rem;left:23.59375rem;overflow:hidden;display:block; }
#KRziRGcFu5q0Wu8ku68sWivMTylJ0RgF { position:absolute;display:block;z-index:15057;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.125rem;width:4.9375rem;top:9.25rem;left:30.409721374512rem;overflow:hidden;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:74.625rem;width:75rem;position:relative;display:block; }#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:65.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:4.8125rem;left:7.4019088745119rem;height:22.9980375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g8Qqq4cczixXETpruOyJChDExNkINWac { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:31.371527671814rem;left:8.2743053436281rem;overflow:hidden;display:block; }
#MMAT6eoorZEQfXDnK1y8Rx3VvN5TqnVm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:40.229166984558rem;left:3.5rem;height:6.8994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7cv0tsskTuOWckq9wASWfy8oPcmr0RV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:40.229166984558rem;left:21.596355438233rem;height:6.8994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Huqxt5dG8h6WknLo7d7BBhHWvrS1TaaZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:40.229166984558rem;left:40.159721374512rem;height:9.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bcffn8z3PirdLQwwieb9Ibvmkexg4HH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:40.229166984558rem;left:58.222221374512rem;height:6.8994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLoWAF5aHFbJTvRbuK18NBc450QRx6zb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:61.499999046326rem;left:3.5rem;height:9.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTuubpwmwfmq4mvkkg3gko2XFDyxF4Tc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:61.499999046326rem;left:21.625rem;height:6.8994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eINsZgIMP1oTwhJ9PFRE1qVkqw9nl5MO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:61.499999046326rem;left:40.1875rem;height:6.8994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nNnq43q4AUFITXok9KaUI3ie6QVEi1tN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:61.499999046326rem;left:58.222221374512rem;height:9.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpEOQdc5qfpxqCsdlbbmfUPSOtBimdlu { 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:6.75rem;width:6.75rem;top:31.371527671814rem;left:26.252605438233rem;overflow:hidden;display:block; }
#kt9M6FpgZmmpiukTSMyiD3moUEOqcNVp { 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:6.75rem;width:6.75rem;top:31.371527671814rem;left:44.815971374512rem;overflow:hidden;display:block; }
#dL4GunKuMdSkIsa66TkVvZL4tCekTSx0 { 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:6.6875rem;width:6.75rem;top:31.371527671814rem;left:62.878471374513rem;overflow:hidden;display:block; }
#BTNPcRWUMgpDQxFWcW6COCuZ6HJDBRCw { 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:6.75rem;width:6.75rem;top:52.687499046326rem;left:8.25rem;overflow:hidden;display:block; }
#NCMf1BzAbR9ihsiqO0SpPvbklQXeXVyg { 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:6.75rem;width:6.75rem;top:52.687499046326rem;left:26.25rem;overflow:hidden;display:block; }
#v1wWcVQit75ymcNtbwdo1QexTLPGFSRq { 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:6.75rem;width:6.75rem;top:52.687499046326rem;left:44.8125rem;overflow:hidden;display:block; }
#rdmRcMM2rmIrxQZWFuWzQHG8fLRPl6so { 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:6.6875rem;width:6.6875rem;top:52.687499046326rem;left:62.875rem;overflow:hidden;display:block; }
#xT4Hm0JC4nhdRgFtMNEmWSBbJtVPBlNA { 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:26.25rem;width:5.5625rem;top:4.8125009536743rem;left:0rem;overflow:hidden;display:block; }
#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { border-width: 0; border-radius: 0; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { font-size:0.875rem;font-family:arial;height:80.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#uTZrq0LismLSRNXqQfCOrMTiVcR5F3ii { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:12.125rem;top:47.624350188232rem;left:-3.9688473884837rem;overflow:hidden;display:none; }
#JMpsggoK4vuQsLcn7DLa0RZG8r9lKWOT { 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:16.4375rem;width:5.375rem;top:4.7578125rem;left:69.3125rem;overflow:hidden;display:block; }
#TJdczhliXBocsnmEeKSxwn5xKgKno8l0 { 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:5.375rem;width:5.375rem;top:4.0607643127441rem;left:1.84375rem;overflow:hidden;display:block; }
#Pgk3AUH4vhhnnq7pMpmkaVJe5T40EtJo { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:5.5980901718139rem;left:8.28125rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pa2gXTNIq6ZTVDHR2gURl4gZ8ahSxIF3 { 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:5.375rem;width:5.375rem;top:10.5625rem;left:1.875rem;overflow:hidden;display:block; }
#Dlnv46u8ScRBmPoOUkh7kmbkcGkHaVxu { color:#231f20;display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:11.9375rem;left:0.5625rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cX0svkMgCvT8gOH4NuQVVsdbsAqdqOK0 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:12.099826812744rem;left:8.28125rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ppwlM9IF1cCCA0cNIVbQbpPoIGBbA3gq { color:rgba(var(--color-tertiary-2),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:15.04079914093rem;left:8.28125rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka .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:#231f20;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka .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; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-2),1);height:auto;font-style:normal; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-2),1);height:auto;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka .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://images.assets-landingi.com/uc/e4429565-6e10-4be5-8f27-20b79031ba65/Video.png");background-size:contain !important; }#RGrV3tTDqh135qc7yM3tkD582RSPmfka .accordion-trigger.adaptive-delivery-prevent-bg, #RGrV3tTDqh135qc7yM3tkD582RSPmfka .accordion-trigger.lazyload, #RGrV3tTDqh135qc7yM3tkD582RSPmfka .accordion-trigger.lazyloading { background-image: none; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka { box-sizing:content-box;height:auto;width:61.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15039;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:16.281250953674rem;left:6.1579856872559rem; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka #uHfGmdT8f2dOB29yfDurkCTui6ACrnNl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka #mZtt5iyNnSdiEipEpQtWTPP0bEt22Gyu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka #hZxuwtx35wbUC8eeqLotTnyzxw9t04v4 { display:block;position:relative; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka #CCPH2LQFAK6tlECEP9oRvZaAIisdRHR1 {  }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka #JaXipMsTRQ6TQH0aISQJqwLrwhs52Tcq {  }
#bsBcTiTIO5VgkLy47Tif0qSbpklBpV3i { 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:5.375rem;width:5.375rem;top:26.375000715256rem;left:1.875rem;overflow:hidden;display:block; }
#fRNG8aHAC5DN4Vc0hTzOsVC1wCIvsSIQ { color:#231f20;display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:27.750000834465rem;left:0.5625rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .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:#231f20;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .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; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-2),1);height:auto;font-style:normal; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-2),1);height:auto;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .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://images.assets-landingi.com/uc/e4429565-6e10-4be5-8f27-20b79031ba65/Video.png");background-size:contain !important; }#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .accordion-trigger.adaptive-delivery-prevent-bg, #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .accordion-trigger.lazyload, #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .accordion-trigger.lazyloading { background-image: none; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd { box-sizing:content-box;height:auto;width:61.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15044;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:32.062500953674rem;left:6.125rem; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #oMe3pc6wkqpaSMbTvXsu2FS2DK2VaScF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #JRkSFsQttzS1ZMNWCM3pMrJXI0oWdfBX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #LZBAPQrxwUF0LZTyrPwmiSZKT5IdZBuO { display:block;position:relative; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #Iu8Zuz4bE0K1pacW5JDhOZ1BW3P71HlL {  }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #t83HMquV3J0QOgENbfo5chmgPqTsTapd {  }
#mKxCuXlQKpFsCHxGHTz6ssdTGGvvnrvo { color:rgba(var(--color-tertiary-2),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:27.875000834465rem;left:8.25rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wEzdbURQRJDiDPIzt8HsycX6AaWdyoPi { color:rgba(var(--color-tertiary-2),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:30.812500834465rem;left:8.25rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yHwL5bc2WSmyQBBx9PoC14SCUxLyPU3J { color:#231f20;display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:5.5980901718139rem;left:0.65625rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJZiMJfOOy7ilhO7NdM3wW7RHovvOXPq { 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:5.375rem;width:5.375rem;top:42.437500953674rem;left:1.9375rem;overflow:hidden;display:block; }
#A6nMFGlKcLRWqzF4KRr6R1OI6PiGcgPk { color:#231f20;display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:43.812500953674rem;left:0.625rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nq94fzXeWMqULTNNLsLF9QnX2bB3LXA5 { color:rgba(var(--color-tertiary-2),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:43.937500953674rem;left:8.3125rem;height:4.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .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:#231f20;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .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; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-2),1);height:auto;font-style:normal; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-2),1);height:auto;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .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://images.assets-landingi.com/uc/e4429565-6e10-4be5-8f27-20b79031ba65/Video.png");background-size:contain !important; }#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .accordion-trigger.adaptive-delivery-prevent-bg, #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .accordion-trigger.lazyload, #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .accordion-trigger.lazyloading { background-image: none; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq { box-sizing:content-box;height:auto;width:61.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15049;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:50.562501907349rem;left:6.1875rem; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #AbdSmqamVFOf7NLZmvF1fkrOODsJQxQ2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #OnuiLV2KqZvZsM7PXd90gQEM3Egd2DeT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #fTGyLUNZndXr2UgDtqNE8cTFzZ7lrDkk { display:block;position:relative; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #S96BidE4VnC2yt3ABSTCTi0OmDCmTTlm {  }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #ntLIGs0ItrSGM3B9cSVNvyedUEV0gLt5 {  }
#OzWd46Ucgi4T5v1A74bNpTXIJHzOe9M6 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:49.187501907349rem;left:8.3125rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CeeiePTI3XURRLFbUgvMrUg0XS5z1N76 { color:rgba(var(--color-tertiary-2),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:63.736110687256rem;left:7.21875rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wG5Kh4w6yWgDT0gpyxEdhuw1U9Nlg72o { 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:3.75rem;width:2.1875rem;top:62.993057250975rem;left:3.4375rem;overflow:hidden;display:block; }
#okMeVrS7V5tV8HVT4m4JPeO3Q5T0kqPc { position:absolute;display:block;z-index:15057;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.375rem;width:7.75rem;top:70.9375rem;left:43.0625rem;overflow:hidden;display:block; }
#GDbmIgzkPaZqZLZSakIlndwxteNuxTrW { background-color:#ee3224;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;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(--headlines-font-family);font-size:2.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:5.1875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:69.125rem;left:26.5625rem;display:block; }
#niVRAhnQN73QhrOHsABMEvXPgmPfWsd6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRBNRbaOqy7DNG1q5z1MlaO21LawsUyu { color:rgba(var(--color-tertiary-2),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:7.8975696563719rem;left:8.28125rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LFDV8cy4nGNZCRsO6MFWHTz907aRJfiK { position:absolute;display:block;z-index:15055;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.375rem;width:7.75rem;top:47.124999046326rem;left:43.743057250976rem;overflow:hidden;display:none; }
#K7uURMZrD77RECALmSbcl48QCGB60BeN { background-color:#ee3224;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;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(--headlines-font-family);font-size:2.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:5.1875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:44.937499046326rem;left:27.21875rem;display:none; }
#k75n7ozqWgX93pOxFkx7VKGmiK63ivQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .row .container { background-color: transparent; background-image: none; }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .row .container > .video-iframe-container { display: none; }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .row > .video-iframe-container { display: none; }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .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); }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .row .container { border-width: 0; border-radius: 0; }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .row .container { font-size:0.875rem;font-family:arial;height:90.3125rem;width:75rem;position:relative;display:block; }#i1E4WBV18OcEzwe07EbRD3FWTNu6rDx2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:37.5rem;top:3.375rem;left:9.3359375rem;overflow:hidden;display:block; }
#GSlyKiN1mJkWr9447It6XAeLFzUKZ8IJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:13.012153625488rem;left:38.6875rem;height:4.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iWzPy1TTbnnp5uDKAU51Qku7MiesNRiI { 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:24.5rem;width:5.6875rem;top:3.0625038146973rem;left:0rem;overflow:hidden;display:block; }
#J6JspUTXaEtZHbacLI86TXXi0Kuybw7h { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:21.20139503479rem;left:30.859375rem;overflow:hidden;display:block; }
#KyxBPmLThph80zXvoZDIQ15XGunTAR5K { 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:26.375rem;width:37.3125rem;top:29.75rem;left:0rem;overflow:hidden;display:block; }
#C0kt6R2sxxMKABgmdQqsbp7wVKm3Lnvs { 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:9.6875rem;width:9.6875rem;top:47.5625rem;left:21.5rem;overflow:hidden;display:block; }
#A5Q7Cxk2nchnDxmdHhUMwQfCBGs5HIoU { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:39.375rem;left:29.375rem;height:4.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S2G7KfZBPGVDNS5vXQ4otRG5XUsVpArw { 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:26.375rem;width:37.3125rem;top:58.8125rem;left:9.3125rem;overflow:hidden;display:block; }
#kLuxZ5MEFhUTipHaSPWDS85JDVGtkCOf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:76.625rem;left:30.8125rem;overflow:hidden;display:block; }
#uLegU4IB4nPWlhKmmRZCovfPTPWP6lVQ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:68.4375rem;left:38.6875rem;height:4.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yFctVxg3oliTP3961QHmfuKNyaUXpL3h { background-color:#ebc4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;box-sizing:border-box;color:#231f20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.3125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:18.172742843628rem;left:38.6875rem;display:block; }
#FIrQLLH5bqtyu2uNnal9ZTqrhF2ONz8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6TNlmA0VsVozK9Xuup09LLgyI6oIIU7 { background-color:#ebc4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;box-sizing:border-box;color:#231f20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.3125rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:44.286462783814rem;left:29.227428436279rem;display:block; }
#huAMhkTN7qq4tXTAq8HWee0oyRi926fK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2uT79OrHmewpSKbC6AX1AQS1FFVwD3x { background-color:#ebc4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;box-sizing:border-box;color:#231f20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.3125rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:73.348960876462rem;left:38.6875rem;display:block; }
#y7TyNl6922P5ygRv87i8R5zEAulnOFX6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { 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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#iHlnUrWakVV7dSbZPrvEgr6xMd42ct9h { color:rgba(var(--color-tertiary-2),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:5.0234375rem;left:2.21875rem;height:20.69825625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FduV4RkUAeHTPLaOTkHlKNnpUdI7y0VK { 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:33.6875rem;width:5.25rem;top:0.83941078186037rem;left:69.5rem;overflow:hidden;display:block; }
#TXBO060amA29NhFtLgd4SF2VMILQfRPx { 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:3.4375rem;width:8.625rem;top:16.378473281861rem;left:2.21875rem;overflow:hidden;display:block; }
#I7tmtrNKRw0zcNFoy7EinLbM9QpiBR2x { position:absolute;display:block;z-index:15059;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.375rem;width:7.75rem;top:32.625rem;left:43.875rem;overflow:hidden;display:block; }
#hc11Iz0VxTqOvp3Oz7TsieK703vLkMwl { background-color:#ee3224;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;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(--headlines-font-family);font-size:2.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:5.1875rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:30.8125rem;left:27.375rem;display:block; }
#iAHxwBL5nhGlTcMwiKdbaOFz7sztVSAH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uheDSU7bC1w7Jvkb535aSu8nF4zn8gJ3 { position:absolute;display:block;z-index:15055;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.375rem;width:7.75rem;top:47.124999046326rem;left:43.743057250976rem;overflow:hidden;display:none; }
#dLE6wWo4pID3LnOye8v4NkxRHoA7IKJk { background-color:#ee3224;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;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(--headlines-font-family);font-size:2.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:5.1875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:44.937499046326rem;left:27.21875rem;display:none; }
#M1a2dynrMzMFoiWQz7E6Lbp0f8TZUAR5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ee3224;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; }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .row .container { background-color: transparent; background-image: none; }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .row .container > .video-iframe-container { display: none; }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .row > .video-iframe-container { display: none; }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .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); }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .row .container { border-width: 0; border-radius: 0; }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#atBFklcy9RZw9FISD24ezPkPaRexFG6r { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:2.25rem;left:64.625rem;overflow:hidden;display:block; }
#GOaiFwTsc1WpaKD4oNqNGdfS6i9P1xDT { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans black";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:left;text-align-last:left;top:16.214410781861rem;left:1.90625rem;display:block; }
#IRJ4DEbucQngDaRgx7tAApg4A7xkv12P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#auT5lwShBDuNglp61e0l4IfEwsp64bQD { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans black";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.0625rem;height:3.4375rem;text-decoration:none;z-index:15053;text-align:left;text-align-last:left;top:11.909723281861rem;left:1.90625rem;display:block; }
#NeWdGiZSLSVBKIOxNbIP5iQRcsbdWyuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FfRiK9xMhDUcXK2KCR85b74bs7gfLVdP { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans black";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;z-index:15053;text-align:left;text-align-last:left;top:3.0694446563721rem;left:1.90625rem;display:block; }
#ykMFBMwkLrdanTsEHJfazwkTUxuTRBCC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zi5vTyP3E8NtTP2UDJoDJlznw5li5P27 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans black";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.0625rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:left;text-align-last:left;top:7.4444446563719rem;left:1.90625rem;display:block; }
#TPti3AwbrNIc8VCNRgEGMGVa5dTqriWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5WPcTTuWxVp7vecKR67n3kNrs81V4EQ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans black";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;z-index:15053;text-align:left;text-align-last:left;top:20.354166030884rem;left:1.90625rem;display:block; }
#kIKQ1JOqkHWz5ecIqoJNO5vGIcSE7nVN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBwv2nubxQhwMwq8tgHO5f27GOInnePd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .row .container { background-color: transparent; background-image: none; }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .row .container > .video-iframe-container { display: none; }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .row > .video-iframe-container { display: none; }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .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); }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .row .container { border-width: 0; border-radius: 0; }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:5.375rem;width:75rem;overflow:visible;position:relative;display:block; }#t28LiOShy1Oor8TOGcBslXG8Jb5AyGLV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:0.6875rem;left:61.875rem;display:block; }
#xgrhJBBpMmHTTCJwSwfZ2DWrTO7xcaS7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#obSQhN2PonFGUbCkyX5OSllQIHUH5KTw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:1.6875rem;left:72.1875rem; }
#obSQhN2PonFGUbCkyX5OSllQIHUH5KTw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#RwXcEV5Qx6wVi8iF1odUcVCMru1T3IDg { color:rgba(var(--color-primary-2),1);display:block;width:64.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:1.5373268127441rem;left:1.34375rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HAcfColoun0sETbV8Vne96VGrFrXFms1 { position:absolute;display:block;z-index:15063;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.125rem;width:3.125rem;top:1.125rem;left:22.0625rem;overflow:hidden;display:block; }
#zfXIV5xoOuTOQHN4a52lJeZro537ri2I { position:absolute;display:block;z-index:15061;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.8125rem;width:2.8125rem;top:1.25rem;left:12.6875rem;overflow:hidden;display:block; }
#yUh9Sgiy5naB067Nom3zv0sdLQnZ9GLy { position:absolute;display:block;z-index:15062;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.8125rem;width:2.8125rem;top:1.25rem;left:17.4375rem;overflow:hidden;display:block; }
#onEF4ZlmycoLK6n4INuBqurR3dFcTwaD { position:absolute;display:block;z-index:15064;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.75rem;width:2.75rem;top:1.3125rem;left:26.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy { display:block; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wu1XMueHfCTa6ge5Ad03OHzJd3abzC1r { top:10.9375rem;left:3.6875rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEWbbv0RZanT99kgHWD7KXfnbXh4TzV8 { top:0.625rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxQEGtUiIsKGvM6ZzecqBIX2qk0UBnGr { width:10.125rem;height:3.4375rem;top:2.4375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt8EDIQA7mUrNVaR6GLKGoLThqEPRmFN { display:block; }
 }@media only screen and (max-width: 763px) { #ooa5rko5wt2F95SafLxrqBrQOI2xRHCx { width:6.625rem;height:3.4375rem;top:2.4375rem;left:25.368057250976rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbaXxxcvs4zNcBDRoGLVLZnSEbBygNT { display:block; }
 }@media only screen and (max-width: 763px) { #ZJJQzEVR7khhqyeyW4pFzDQGVF27IT0W { width:8.5625rem;height:3.4375rem;top:2.4375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzWM0TOoxC5TJpGfWrKCfoQcGuuTGK6z { display:block; }
 }@media only screen and (max-width: 763px) { #J5WWad6TR0BH7POzaBQF6Uixa9T6wWJp { width:10.3125rem;height:2.875rem;top:2.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ABJqJeJez0i7ISiUTekt0JFvD0ouRz { display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClTKIaUvNDsfNKOPSTBztSJV7JDtET54 { top:0.6875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKtL2c8oNyR6rbOyZrebr09WVWxRq1bB { top:10.0625rem;left:18.375rem;width:29.375rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0p7TtR9XUGnPvElBD2O1OCvWdT7y8AT { top:10.0625rem;left:18.375rem;width:29.375rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7ax5lOTvZVztcLatbp9qKASvEDIXzRD { top:11.0625rem;left:1.4375rem;width:46.3125rem;height:10.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHOF0OJ18OeNZdKBwZRWflT74OJArSZy { top:22.4375rem;left:21.5rem;width:26.25rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK1wDrlS39Hs4VSgLK5rVStkVUCcahWU { top:23.4375rem;left:0.78125rem;width:27.6875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW5cClKVcL8klVQbn4MmNwKpym3F91d3 { top:47.0625rem;left:30.118057250976rem;width:7.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHhHePoSHIbT665byqJOagpCNUUv09wf { width:20.5625rem;height:5.1875rem;top:44.875rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky3VcX6ObZR79TnTPN90TmupB2HTS44Z { display:block; }
 }@media only screen and (max-width: 763px) { #lmPQnz2BU7GaMMUTokazOVpKOoJlkary { top:6.25rem;left:0rem;width:25.625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b88hO1TXh52M2X5QLD5w75cp3F4L4kSo { top:13rem;left:9.96875rem;width:6.3125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRziRGcFu5q0Wu8ku68sWivMTylJ0RgF { top:9.25rem;left:16.784721374512rem;width:4.9375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:47.75rem;height:22.9375rem;top:4.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Qqq4cczixXETpruOyJChDExNkINWac { top:31.3125rem;left:1.4618053436279rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMAT6eoorZEQfXDnK1y8Rx3VvN5TqnVm { width:16.0625rem;height:6.875rem;top:40.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7cv0tsskTuOWckq9wASWfy8oPcmr0RV { width:16.0625rem;height:6.875rem;top:40.1875rem;left:7.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huqxt5dG8h6WknLo7d7BBhHWvrS1TaaZ { width:16.0625rem;height:9.1875rem;top:40.1875rem;left:23.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcffn8z3PirdLQwwieb9Ibvmkexg4HH1 { width:16.0625rem;height:9.1875rem;top:40.1875rem;left:31.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLoWAF5aHFbJTvRbuK18NBc450QRx6zb { width:16.0625rem;height:9.1875rem;top:61.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTuubpwmwfmq4mvkkg3gko2XFDyxF4Tc { width:16.0625rem;height:9.1875rem;top:61.4375rem;left:7.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eINsZgIMP1oTwhJ9PFRE1qVkqw9nl5MO { width:16.0625rem;height:9.1875rem;top:61.4375rem;left:23.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNnq43q4AUFITXok9KaUI3ie6QVEi1tN { width:16.0625rem;height:9.1875rem;top:61.4375rem;left:31.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpEOQdc5qfpxqCsdlbbmfUPSOtBimdlu { top:31.3125rem;left:17.125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt9M6FpgZmmpiukTSMyiD3moUEOqcNVp { top:31.3125rem;left:24.378471374512rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL4GunKuMdSkIsa66TkVvZL4tCekTSx0 { top:31.3125rem;left:41rem;width:6.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNPcRWUMgpDQxFWcW6COCuZ6HJDBRCw { top:52.625rem;left:1.4375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCMf1BzAbR9ihsiqO0SpPvbklQXeXVyg { top:52.625rem;left:17.125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1wWcVQit75ymcNtbwdo1QexTLPGFSRq { top:52.625rem;left:24.375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdmRcMM2rmIrxQZWFuWzQHG8fLRPl6so { top:52.625rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT4Hm0JC4nhdRgFtMNEmWSBbJtVPBlNA { top:4.8125rem;left:0rem;width:5.5625rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTZrq0LismLSRNXqQfCOrMTiVcR5F3ii { top:47.5625rem;left:0rem;width:12.125rem;height:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMpsggoK4vuQsLcn7DLa0RZG8r9lKWOT { top:4.75rem;left:42.375rem;width:5.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJdczhliXBocsnmEeKSxwn5xKgKno8l0 { top:4rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgk3AUH4vhhnnq7pMpmkaVJe5T40EtJo { width:16.0625rem;height:2.25rem;top:5.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa2gXTNIq6ZTVDHR2gURl4gZ8ahSxIF3 { top:10.5625rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlnv46u8ScRBmPoOUkh7kmbkcGkHaVxu { width:7.75rem;height:2.25rem;top:11.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX0svkMgCvT8gOH4NuQVVsdbsAqdqOK0 { width:47.75rem;height:2.25rem;top:12.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppwlM9IF1cCCA0cNIVbQbpPoIGBbA3gq { width:47.75rem;height:2.25rem;top:15rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka { display:flex;height:auto;width:27.8125rem;top:21.5625rem;left:6.4722213745119rem; }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka #uHfGmdT8f2dOB29yfDurkCTui6ACrnNl {  }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka #mZtt5iyNnSdiEipEpQtWTPP0bEt22Gyu {  }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka #hZxuwtx35wbUC8eeqLotTnyzxw9t04v4 {  }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka #CCPH2LQFAK6tlECEP9oRvZaAIisdRHR1 {  }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka #JaXipMsTRQ6TQH0aISQJqwLrwhs52Tcq {  }
 }@media only screen and (max-width: 763px) { #bsBcTiTIO5VgkLy47Tif0qSbpklBpV3i { top:26.375rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRNG8aHAC5DN4Vc0hTzOsVC1wCIvsSIQ { width:7.75rem;height:2.25rem;top:27.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd { display:flex;height:auto;width:27.8125rem;top:21.5625rem;left:6.4722213745119rem; }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #oMe3pc6wkqpaSMbTvXsu2FS2DK2VaScF {  }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #JRkSFsQttzS1ZMNWCM3pMrJXI0oWdfBX {  }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #LZBAPQrxwUF0LZTyrPwmiSZKT5IdZBuO {  }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #Iu8Zuz4bE0K1pacW5JDhOZ1BW3P71HlL {  }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #t83HMquV3J0QOgENbfo5chmgPqTsTapd {  }
 }@media only screen and (max-width: 763px) { #mKxCuXlQKpFsCHxGHTz6ssdTGGvvnrvo { width:47.75rem;height:2.25rem;top:27.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEzdbURQRJDiDPIzt8HsycX6AaWdyoPi { width:47.75rem;height:2.25rem;top:30.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHwL5bc2WSmyQBBx9PoC14SCUxLyPU3J { width:7.75rem;height:2.25rem;top:5.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJZiMJfOOy7ilhO7NdM3wW7RHovvOXPq { top:42.4375rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6nMFGlKcLRWqzF4KRr6R1OI6PiGcgPk { width:7.75rem;height:2.25rem;top:43.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq94fzXeWMqULTNNLsLF9QnX2bB3LXA5 { width:47.75rem;height:4.5625rem;top:43.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq { display:flex;height:auto;width:27.8125rem;top:21.5625rem;left:6.4722213745119rem; }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #AbdSmqamVFOf7NLZmvF1fkrOODsJQxQ2 {  }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #OnuiLV2KqZvZsM7PXd90gQEM3Egd2DeT {  }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #fTGyLUNZndXr2UgDtqNE8cTFzZ7lrDkk {  }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #S96BidE4VnC2yt3ABSTCTi0OmDCmTTlm {  }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #ntLIGs0ItrSGM3B9cSVNvyedUEV0gLt5 {  }
 }@media only screen and (max-width: 763px) { #OzWd46Ucgi4T5v1A74bNpTXIJHzOe9M6 { width:47.75rem;height:2.25rem;top:49.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeeiePTI3XURRLFbUgvMrUg0XS5z1N76 { width:47.75rem;height:2.25rem;top:63.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG5Kh4w6yWgDT0gpyxEdhuw1U9Nlg72o { top:62.9375rem;left:0rem;width:2.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okMeVrS7V5tV8HVT4m4JPeO3Q5T0kqPc { top:70.9375rem;left:29.4375rem;width:7.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbmIgzkPaZqZLZSakIlndwxteNuxTrW { width:20.5625rem;height:5.1875rem;top:69.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niVRAhnQN73QhrOHsABMEvXPgmPfWsd6 { display:block; }
 }@media only screen and (max-width: 763px) { #GRBNRbaOqy7DNG1q5z1MlaO21LawsUyu { width:47.75rem;height:2.25rem;top:7.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFDV8cy4nGNZCRsO6MFWHTz907aRJfiK { top:47.0625rem;left:30.118057250976rem;width:7.75rem;height:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7uURMZrD77RECALmSbcl48QCGB60BeN { width:20.5625rem;height:5.1875rem;top:44.875rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k75n7ozqWgX93pOxFkx7VKGmiK63ivQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF { display:block; }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1E4WBV18OcEzwe07EbRD3FWTNu6rDx2 { top:3.375rem;left:0rem;width:37.5rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSlyKiN1mJkWr9447It6XAeLFzUKZ8IJ { width:33.5rem;height:4.5625rem;top:13rem;left:14.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWzPy1TTbnnp5uDKAU51Qku7MiesNRiI { top:3.0625rem;left:0rem;width:5.6875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6JspUTXaEtZHbacLI86TXXi0Kuybw7h { top:21.1875rem;left:14.1875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyxBPmLThph80zXvoZDIQ15XGunTAR5K { top:29.75rem;left:0rem;width:37.3125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0kt6R2sxxMKABgmdQqsbp7wVKm3Lnvs { top:47.5625rem;left:14.1875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Q7Cxk2nchnDxmdHhUMwQfCBGs5HIoU { width:33.5rem;height:4.5625rem;top:39.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2G7KfZBPGVDNS5vXQ4otRG5XUsVpArw { top:58.8125rem;left:0rem;width:37.3125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLuxZ5MEFhUTipHaSPWDS85JDVGtkCOf { top:76.625rem;left:14.1875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLegU4IB4nPWlhKmmRZCovfPTPWP6lVQ { width:33.5rem;height:4.5625rem;top:68.4375rem;left:14.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFctVxg3oliTP3961QHmfuKNyaUXpL3h { width:11.5625rem;height:2.3125rem;top:18.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIrQLLH5bqtyu2uNnal9ZTqrhF2ONz8D { display:block; }
 }@media only screen and (max-width: 763px) { #N6TNlmA0VsVozK9Xuup09LLgyI6oIIU7 { width:11.5625rem;height:2.3125rem;top:44.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAMhkTN7qq4tXTAq8HWee0oyRi926fK { display:block; }
 }@media only screen and (max-width: 763px) { #v2uT79OrHmewpSKbC6AX1AQS1FFVwD3x { width:11.5625rem;height:2.3125rem;top:73.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7TyNl6922P5ygRv87i8R5zEAulnOFX6 { display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHlnUrWakVV7dSbZPrvEgr6xMd42ct9h { width:47.75rem;height:23rem;top:5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FduV4RkUAeHTPLaOTkHlKNnpUdI7y0VK { top:0.8125rem;left:42.5rem;width:5.25rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXBO060amA29NhFtLgd4SF2VMILQfRPx { top:16.375rem;left:0rem;width:8.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7tmtrNKRw0zcNFoy7EinLbM9QpiBR2x { top:32.625rem;left:30.25rem;width:7.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc11Iz0VxTqOvp3Oz7TsieK703vLkMwl { width:20.5625rem;height:5.1875rem;top:30.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAHxwBL5nhGlTcMwiKdbaOFz7sztVSAH { display:block; }
 }@media only screen and (max-width: 763px) { #uheDSU7bC1w7Jvkb535aSu8nF4zn8gJ3 { top:47.0625rem;left:30.118057250976rem;width:7.75rem;height:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLE6wWo4pID3LnOye8v4NkxRHoA7IKJk { width:20.5625rem;height:5.1875rem;top:44.875rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1a2dynrMzMFoiWQz7E6Lbp0f8TZUAR5 { display:block; }
 }@media only screen and (max-width: 763px) { #twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ { display:block; }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atBFklcy9RZw9FISD24ezPkPaRexFG6r { top:2.25rem;left:38.25rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOaiFwTsc1WpaKD4oNqNGdfS6i9P1xDT { width:19.625rem;height:3.4375rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJ4DEbucQngDaRgx7tAApg4A7xkv12P { display:block; }
 }@media only screen and (max-width: 763px) { #auT5lwShBDuNglp61e0l4IfEwsp64bQD { width:46.0625rem;height:3.4375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeWdGiZSLSVBKIOxNbIP5iQRcsbdWyuG { display:block; }
 }@media only screen and (max-width: 763px) { #FfRiK9xMhDUcXK2KCR85b74bs7gfLVdP { width:19.625rem;height:3.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMFBMwkLrdanTsEHJfazwkTUxuTRBCC { display:block; }
 }@media only screen and (max-width: 763px) { #zi5vTyP3E8NtTP2UDJoDJlznw5li5P27 { width:46.0625rem;height:3.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPti3AwbrNIc8VCNRgEGMGVa5dTqriWr { display:block; }
 }@media only screen and (max-width: 763px) { #a5WPcTTuWxVp7vecKR67n3kNrs81V4EQ { width:19.625rem;height:3.4375rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIKQ1JOqkHWz5ecIqoJNO5vGIcSE7nVN { display:block; }
 }@media only screen and (max-width: 763px) { #cBwv2nubxQhwMwq8tgHO5f27GOInnePd { display:block; }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t28LiOShy1Oor8TOGcBslXG8Jb5AyGLV { width:9.375rem;height:3.75rem;top:0.6875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgrhJBBpMmHTTCJwSwfZ2DWrTO7xcaS7 { display:block; }
 }@media only screen and (max-width: 763px) { #obSQhN2PonFGUbCkyX5OSllQIHUH5KTw { top:1.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#obSQhN2PonFGUbCkyX5OSllQIHUH5KTw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RwXcEV5Qx6wVi8iF1odUcVCMru1T3IDg { width:47.75rem;height:2.25rem;top:1.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAcfColoun0sETbV8Vne96VGrFrXFms1 { top:1.125rem;left:8.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfXIV5xoOuTOQHN4a52lJeZro537ri2I { top:1.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUh9Sgiy5naB067Nom3zv0sdLQnZ9GLy { top:1.25rem;left:3.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onEF4ZlmycoLK6n4INuBqurR3dFcTwaD { top:1.3125rem;left:13.1875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy { position:relative;z-index:auto;display:block; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wu1XMueHfCTa6ge5Ad03OHzJd3abzC1r { width:4.4375rem;height:4.4375rem;top:25.46044921875rem;left:14.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEWbbv0RZanT99kgHWD7KXfnbXh4TzV8 { width:6.1875rem;height:6.1875rem;top:0.58658856153488rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MxQEGtUiIsKGvM6ZzecqBIX2qk0UBnGr { width:10.125rem;height:3.4375rem;top:0.58658856153488rem;left:8.6770836114881rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rt8EDIQA7mUrNVaR6GLKGoLThqEPRmFN { display:block; }
 }@media only screen and (max-width: 763px) { #ooa5rko5wt2F95SafLxrqBrQOI2xRHCx { width:6.625rem;height:3.4375rem;top:6.3782553672787rem;left:12.218750596046rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #swbaXxxcvs4zNcBDRoGLVLZnSEbBygNT { display:block; }
 }@media only screen and (max-width: 763px) { #ZJJQzEVR7khhqyeyW4pFzDQGVF27IT0W { width:7.8125rem;height:3.4375rem;top:3.3782553672791rem;left:11.031250596046rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mzWM0TOoxC5TJpGfWrKCfoQcGuuTGK6z { display:block; }
 }@media only screen and (max-width: 763px) { #J5WWad6TR0BH7POzaBQF6Uixa9T6wWJp { width:10.3125rem;height:2.75rem;top:10.399088859558rem;left:8.5833336114881rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4ABJqJeJez0i7ISiUTekt0JFvD0ouRz { display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClTKIaUvNDsfNKOPSTBztSJV7JDtET54 { display:flex;width:2.8125rem;height:2.8125rem;top:1rem;left:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKtL2c8oNyR6rbOyZrebr09WVWxRq1bB { width:13.9375rem;height:0;top:44.625rem;left:3.0312501192093rem;font-size:1.375rem;z-index:15049;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T0p7TtR9XUGnPvElBD2O1OCvWdT7y8AT { width:13.9375rem;height:0;top:40.562501907349rem;left:2.0312501192093rem;font-size:1.375rem;z-index:15050;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s7ax5lOTvZVztcLatbp9qKASvEDIXzRD { width:20rem;height:9.1875rem;top:21.141492843628rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHOF0OJ18OeNZdKBwZRWflT74OJArSZy { width:20rem;height:4.875rem;top:31.891494750976rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hK1wDrlS39Hs4VSgLK5rVStkVUCcahWU { width:13.1875rem;height:9rem;top:10.516492843628rem;left:6.8125000596044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LW5cClKVcL8klVQbn4MmNwKpym3F91d3 { width:3.875rem;height:2.6875rem;top:41rem;left:15.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UHhHePoSHIbT665byqJOagpCNUUv09wf { width:15.5625rem;height:3.3125rem;top:39.5625rem;left:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky3VcX6ObZR79TnTPN90TmupB2HTS44Z { display:block; }
 }@media only screen and (max-width: 763px) { #lmPQnz2BU7GaMMUTokazOVpKOoJlkary { width:13.6875rem;height:18.625rem;top:0.8359375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b88hO1TXh52M2X5QLD5w75cp3F4L4kSo { width:3.8125rem;height:3.0625rem;top:4.1484375rem;left:9.93055588007rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KRziRGcFu5q0Wu8ku68sWivMTylJ0RgF { width:3.375rem;height:3.5rem;top:1.3984375rem;left:13.687500536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:118.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:15.9375rem;height:44.19094375rem;top:3.1675329208374rem;left:3.3750000596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #g8Qqq4cczixXETpruOyJChDExNkINWac { width:5.625rem;height:5.625rem;top:49.088542938233rem;left:0.49305552244186rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MMAT6eoorZEQfXDnK1y8Rx3VvN5TqnVm { width:12.0625rem;height:5.09895625rem;top:49.088541030884rem;left:6.8125005364419rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #x7cv0tsskTuOWckq9wASWfy8oPcmr0RV { width:12.3125rem;height:5.09895625rem;top:57.25rem;left:6.5625005364419rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Huqxt5dG8h6WknLo7d7BBhHWvrS1TaaZ { width:11.75rem;height:6.798625rem;top:65.599824905394rem;left:6.6875005364419rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Bcffn8z3PirdLQwwieb9Ibvmkexg4HH1 { width:10.9375rem;height:6.798625rem;top:74.287318706512rem;left:6.8125000596044rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kLoWAF5aHFbJTvRbuK18NBc450QRx6zb { width:11.9375rem;height:6.798625rem;top:82.914930343625rem;left:6.9375005364419rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mTuubpwmwfmq4mvkkg3gko2XFDyxF4Tc { width:12.5rem;height:5.09895625rem;top:91.6015625rem;left:6.8125005364419rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eINsZgIMP1oTwhJ9PFRE1qVkqw9nl5MO { width:13.375rem;height:5.09895625rem;top:100.49480438233rem;left:6.6250000596044rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nNnq43q4AUFITXok9KaUI3ie6QVEi1tN { width:13rem;height:6.798625rem;top:109.00434303284rem;left:7.0000000596044rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rpEOQdc5qfpxqCsdlbbmfUPSOtBimdlu { width:5.625rem;height:5.625rem;top:57.25rem;left:0.49305552244186rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kt9M6FpgZmmpiukTSMyiD3moUEOqcNVp { width:5.625rem;height:5.625rem;top:65.599826812744rem;left:0.49305552244186rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dL4GunKuMdSkIsa66TkVvZL4tCekTSx0 { width:5.625rem;height:5.5625rem;top:74.287324905394rem;left:0.49305552244186rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BTNPcRWUMgpDQxFWcW6COCuZ6HJDBRCw { width:5.625rem;height:5.625rem;top:82.914928436281rem;left:0.49305552244186rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NCMf1BzAbR9ihsiqO0SpPvbklQXeXVyg { width:5.625rem;height:5.625rem;top:91.602422714231rem;left:0.49305552244186rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v1wWcVQit75ymcNtbwdo1QexTLPGFSRq { width:5.625rem;height:5.625rem;top:100.23263931274rem;left:0.49305552244186rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rdmRcMM2rmIrxQZWFuWzQHG8fLRPl6so { width:5.625rem;height:5.625rem;top:109.00521087646rem;left:0.49305552244186rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xT4Hm0JC4nhdRgFtMNEmWSBbJtVPBlNA { width:3.375rem;height:16.0625rem;top:3.2282991409302rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:20rem;height:153.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTZrq0LismLSRNXqQfCOrMTiVcR5F3ii { width:12.3125rem;height:13.375rem;top:144.62500524521rem;left:4.3541666269303rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #JMpsggoK4vuQsLcn7DLa0RZG8r9lKWOT { width:3.125rem;height:10.0625rem;top:4.0269165039062rem;left:16.874999582768rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TJdczhliXBocsnmEeKSxwn5xKgKno8l0 { width:3.75rem;height:3.75rem;top:3.4296875rem;left:0.92274302244188rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pgk3AUH4vhhnnq7pMpmkaVJe5T40EtJo { width:9.0625rem;height:1.89930625rem;top:4.3046875rem;left:4.6171875596046rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#f8fdff;display:block; }
 }@media only screen and (max-width: 763px) { #Pa2gXTNIq6ZTVDHR2gURl4gZ8ahSxIF3 { width:3.75rem;height:3.75rem;top:15.875rem;left:0.87500005960463rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dlnv46u8ScRBmPoOUkh7kmbkcGkHaVxu { width:5.1875rem;height:1.69965rem;top:16.900173187256rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cX0svkMgCvT8gOH4NuQVVsdbsAqdqOK0 { width:12.6875rem;height:6.798625rem;top:15.875rem;left:4.6727429032326rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ppwlM9IF1cCCA0cNIVbQbpPoIGBbA3gq { width:14.75rem;height:5.09895625rem;top:23.594617843628rem;left:4.6727429032326rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka .accordion-heading-text { font-size:1.0625rem;height:auto;text-align:center;text-align-last:center; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka .accordion-desc-text { font-size:1.0625rem;height:auto;text-align:left;text-align-last:left; }
#RGrV3tTDqh135qc7yM3tkD582RSPmfka { display:flex;height:auto;width:17.5rem;top:27.752603530884rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka #uHfGmdT8f2dOB29yfDurkCTui6ACrnNl {  }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka #mZtt5iyNnSdiEipEpQtWTPP0bEt22Gyu {  }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka #hZxuwtx35wbUC8eeqLotTnyzxw9t04v4 {  }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka #CCPH2LQFAK6tlECEP9oRvZaAIisdRHR1 {  }
 }@media only screen and (max-width: 763px) { #RGrV3tTDqh135qc7yM3tkD582RSPmfka #JaXipMsTRQ6TQH0aISQJqwLrwhs52Tcq {  }
 }@media only screen and (max-width: 763px) { #bsBcTiTIO5VgkLy47Tif0qSbpklBpV3i { width:3.75rem;height:3.75rem;top:53.750001907349rem;left:0.81250005960463rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fRNG8aHAC5DN4Vc0hTzOsVC1wCIvsSIQ { width:3.8125rem;height:1.69965rem;top:54.750001907349rem;left:0.75000005960463rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .accordion-heading-text { font-size:1.0625rem;height:auto;text-align:center;text-align-last:center; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd .accordion-desc-text { font-size:1.0625rem;height:auto; }
#QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd { display:flex;height:auto;width:17.5rem;top:65.985246658325rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #oMe3pc6wkqpaSMbTvXsu2FS2DK2VaScF {  }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #JRkSFsQttzS1ZMNWCM3pMrJXI0oWdfBX {  }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #LZBAPQrxwUF0LZTyrPwmiSZKT5IdZBuO {  }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #Iu8Zuz4bE0K1pacW5JDhOZ1BW3P71HlL {  }
 }@media only screen and (max-width: 763px) { #QBxpQOC98pH0pfHfK2slpv5lRdC2VAnd #t83HMquV3J0QOgENbfo5chmgPqTsTapd {  }
 }@media only screen and (max-width: 763px) { #mKxCuXlQKpFsCHxGHTz6ssdTGGvvnrvo { width:13.25rem;height:6.798625rem;top:53.749132156372rem;left:4.6727429032326rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wEzdbURQRJDiDPIzt8HsycX6AaWdyoPi { width:15.375rem;height:5.09895625rem;top:61.692718505859rem;left:4.6250000596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yHwL5bc2WSmyQBBx9PoC14SCUxLyPU3J { width:5.1875rem;height:1.69965rem;top:4.4296875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KJZiMJfOOy7ilhO7NdM3wW7RHovvOXPq { width:3.75rem;height:3.75rem;top:90.0625rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A6nMFGlKcLRWqzF4KRr6R1OI6PiGcgPk { width:2.75rem;height:1.69965rem;top:91.125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nq94fzXeWMqULTNNLsLF9QnX2bB3LXA5 { width:14.625rem;height:10.1979375rem;top:90.06250190735rem;left:4.6727429032326rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .accordion-heading-text { text-align:center;text-align-last:center;font-size:1.0625rem;height:auto; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq .accordion-desc-text { font-size:1.0625rem;height:auto; }
#m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq { display:flex;height:auto;width:17.5rem;top:105.90971946716rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #AbdSmqamVFOf7NLZmvF1fkrOODsJQxQ2 {  }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #OnuiLV2KqZvZsM7PXd90gQEM3Egd2DeT {  }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #fTGyLUNZndXr2UgDtqNE8cTFzZ7lrDkk {  }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #S96BidE4VnC2yt3ABSTCTi0OmDCmTTlm {  }
 }@media only screen and (max-width: 763px) { #m2qx3Mxig1lzxguRl8C7LMZv9yhSJuoq #ntLIGs0ItrSGM3B9cSVNvyedUEV0gLt5 {  }
 }@media only screen and (max-width: 763px) { #OzWd46Ucgi4T5v1A74bNpTXIJHzOe9M6 { width:14.8125rem;height:5.09895625rem;top:101.3750038147rem;left:4.6727429032326rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CeeiePTI3XURRLFbUgvMrUg0XS5z1N76 { width:14.3125rem;height:6.798625rem;top:135.35070037842rem;left:4.6727429032326rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wG5Kh4w6yWgDT0gpyxEdhuw1U9Nlg72o { width:2.1875rem;height:3.75rem;top:135.6015625rem;left:1.7039931416511rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #okMeVrS7V5tV8HVT4m4JPeO3Q5T0kqPc { width:7.75rem;height:5.375rem;top:258.56076474609rem;left:6.125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GDbmIgzkPaZqZLZSakIlndwxteNuxTrW { width:19rem;height:5.1875rem;top:252.12326474609rem;left:0.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #niVRAhnQN73QhrOHsABMEvXPgmPfWsd6 { display:block; }
 }@media only screen and (max-width: 763px) { #GRBNRbaOqy7DNG1q5z1MlaO21LawsUyu { width:11.6875rem;height:6.798625rem;top:6.9921875rem;left:4.6727429032326rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LFDV8cy4nGNZCRsO6MFWHTz907aRJfiK { width:3.875rem;height:2.6875rem;top:147.0625rem;left:14.75rem;overflow:hidden;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #K7uURMZrD77RECALmSbcl48QCGB60BeN { width:15.5625rem;height:3.3125rem;top:144.875rem;left:1.875rem;font-size:2.1875rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #k75n7ozqWgX93pOxFkx7VKGmiK63ivQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF { display:block; }#GVdwpvVybzRnAQz1u4Zd7TaRTwld3RwF > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1E4WBV18OcEzwe07EbRD3FWTNu6rDx2 { width:12.5rem;height:8.75rem;top:2.9375rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GSlyKiN1mJkWr9447It6XAeLFzUKZ8IJ { width:13.9375rem;height:5.09895625rem;top:12.860242843628rem;left:3.0312500596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iWzPy1TTbnnp5uDKAU51Qku7MiesNRiI { width:2.625rem;height:11.9375rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J6JspUTXaEtZHbacLI86TXXi0Kuybw7h { width:3.75rem;height:3.75rem;top:8.125rem;left:11.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KyxBPmLThph80zXvoZDIQ15XGunTAR5K { width:12.5rem;height:8.8125rem;top:24.949644088745rem;left:3.7500000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C0kt6R2sxxMKABgmdQqsbp7wVKm3Lnvs { width:3.75rem;height:3.75rem;top:30.316850662231rem;left:11.437500536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A5Q7Cxk2nchnDxmdHhUMwQfCBGs5HIoU { width:15.125rem;height:5.09895625rem;top:34.951379537582rem;left:2.4375000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S2G7KfZBPGVDNS5vXQ4otRG5XUsVpArw { width:12.5rem;height:8.8125rem;top:47.235223770142rem;left:3.7500000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kLuxZ5MEFhUTipHaSPWDS85JDVGtkCOf { width:3.75rem;height:3.75rem;top:52.726572990418rem;left:11.437500536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uLegU4IB4nPWlhKmmRZCovfPTPWP6lVQ { width:15rem;height:5.09895625rem;top:57.708354949951rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yFctVxg3oliTP3961QHmfuKNyaUXpL3h { width:11.5625rem;height:2.5625rem;top:18.646701574326rem;left:4.2187500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIrQLLH5bqtyu2uNnal9ZTqrhF2ONz8D { display:block; }
 }@media only screen and (max-width: 763px) { #N6TNlmA0VsVozK9Xuup09LLgyI6oIIU7 { width:11.5625rem;height:2.5625rem;top:40.798612594604rem;left:4.2187500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAMhkTN7qq4tXTAq8HWee0oyRi926fK { display:block; }
 }@media only screen and (max-width: 763px) { #v2uT79OrHmewpSKbC6AX1AQS1FFVwD3x { width:11.5625rem;height:2.5rem;top:63.494792938231rem;left:4.2187500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7TyNl6922P5ygRv87i8R5zEAulnOFX6 { display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHlnUrWakVV7dSbZPrvEgr6xMd42ct9h { width:16.4375rem;height:37.39236875rem;top:3.2421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FduV4RkUAeHTPLaOTkHlKNnpUdI7y0VK { width:2.5rem;height:16.0625rem;top:3.3958435058594rem;left:17.055554926396rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TXBO060amA29NhFtLgd4SF2VMILQfRPx { width:5.9375rem;height:2.25rem;top:23.5546875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I7tmtrNKRw0zcNFoy7EinLbM9QpiBR2x { width:7.75rem;height:5.375rem;top:67.522562988281rem;left:6.125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hc11Iz0VxTqOvp3Oz7TsieK703vLkMwl { width:19rem;height:5.1875rem;top:61.085062988281rem;left:0.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAHxwBL5nhGlTcMwiKdbaOFz7sztVSAH { display:block; }
 }@media only screen and (max-width: 763px) { #uheDSU7bC1w7Jvkb535aSu8nF4zn8gJ3 { width:3.875rem;height:2.6875rem;top:44.5625rem;left:15.736112177372rem;overflow:hidden;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #dLE6wWo4pID3LnOye8v4NkxRHoA7IKJk { width:15.5625rem;height:3.3125rem;top:42.625rem;left:2.2187500596046rem;font-size:2.1875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #M1a2dynrMzMFoiWQz7E6Lbp0f8TZUAR5 { display:block; }
 }@media only screen and (max-width: 763px) { #twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ { display:block; }#twB5BWtUF2nXVunCmPaFVEXh7iS5PTiJ > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atBFklcy9RZw9FISD24ezPkPaRexFG6r { width:7.625rem;height:7.625rem;top:17.187480926514rem;left:12.375000536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GOaiFwTsc1WpaKD4oNqNGdfS6i9P1xDT { width:14rem;height:3.4375rem;top:13.125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJ4DEbucQngDaRgx7tAApg4A7xkv12P { display:block; }
 }@media only screen and (max-width: 763px) { #auT5lwShBDuNglp61e0l4IfEwsp64bQD { width:19rem;height:3.4375rem;top:9.6875rem;left:0.43750005960464rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeWdGiZSLSVBKIOxNbIP5iQRcsbdWyuG { display:block; }
 }@media only screen and (max-width: 763px) { #FfRiK9xMhDUcXK2KCR85b74bs7gfLVdP { width:15rem;height:3.4375rem;top:2.8125rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMFBMwkLrdanTsEHJfazwkTUxuTRBCC { display:block; }
 }@media only screen and (max-width: 763px) { #zi5vTyP3E8NtTP2UDJoDJlznw5li5P27 { width:20rem;height:3.4375rem;top:6.3055553436281rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPti3AwbrNIc8VCNRgEGMGVa5dTqriWr { display:block; }
 }@media only screen and (max-width: 763px) { #a5WPcTTuWxVp7vecKR67n3kNrs81V4EQ { width:12.0625rem;height:3.4375rem;top:16.5rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIKQ1JOqkHWz5ecIqoJNO5vGIcSE7nVN { display:block; }
 }@media only screen and (max-width: 763px) { #cBwv2nubxQhwMwq8tgHO5f27GOInnePd { display:block; }#cBwv2nubxQhwMwq8tgHO5f27GOInnePd > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t28LiOShy1Oor8TOGcBslXG8Jb5AyGLV { width:9.375rem;height:3.125rem;top:3.7849936485291rem;left:5.3124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgrhJBBpMmHTTCJwSwfZ2DWrTO7xcaS7 { display:block; }
 }@media only screen and (max-width: 763px) { #obSQhN2PonFGUbCkyX5OSllQIHUH5KTw { display:flex;width:1.875rem;height:1.875rem;top:1.9099936485291rem;left:9.0624994039537rem; }
#obSQhN2PonFGUbCkyX5OSllQIHUH5KTw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RwXcEV5Qx6wVi8iF1odUcVCMru1T3IDg { width:20rem;height:1.69965rem;top:8.1597900390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HAcfColoun0sETbV8Vne96VGrFrXFms1 { width:3.125rem;height:3.125rem;top:11.388889312744rem;left:10.250000536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zfXIV5xoOuTOQHN4a52lJeZro537ri2I { width:2.8125rem;height:2.8125rem;top:11.482639312744rem;left:1.6875000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yUh9Sgiy5naB067Nom3zv0sdLQnZ9GLy { width:2.8125rem;height:2.8125rem;top:11.482639312744rem;left:6.0000000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #onEF4ZlmycoLK6n4INuBqurR3dFcTwaD { width:2.75rem;height:2.75rem;top:11.513889312744rem;left:14.812500536442rem;overflow:hidden;display:block; }
 }