.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:240,253,225;--color-secondary-1:207,248,155;--color-secondary-2:158,241,55;--color-secondary-3:79,121,28;--color-secondary-4:24,36,8;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open 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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#R9LSmZdymZE9B1DSAxCrmV2EfHe7w72r { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.6875rem;top:3.0625rem;left:3.375rem;overflow:hidden;display:block; }
#dwu4Z0pDXhgeiSi62NTNbs2oPTL9uPpJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.8125rem;left:55.75rem;display:block; }
#mkycKLQZiRlm5FKpfOPVWF0TZFcvMizL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#woeGgSeR9a1RTCdgm7SRPZdFmyd24rIq { background-color:rgba(var(--color-tertiary-0),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-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.625rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:3.71875rem;left:20.15625rem;display:block; }
#GSzkS8p7J0srhgt6lvlqbxVrrmikHT2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hm1RUK1ZMKMIik4DzgI4MUTyggCt2mTz { background-color:rgba(var(--color-tertiary-0),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-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.71875rem;left:26.375rem;display:block; }
#FlglBaOBSiIpOeHvT2CFo6sKKX0WluSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHt6D2IJ7d1aKKKQ9S3Kwkeew53hssIf { background-color:rgba(var(--color-tertiary-0),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-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:1.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.71875rem;left:36.5625rem;display:block; }
#vbntXqFhHc9xI5T35xeUKh9yDFOI5cT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQ9hA23uF4xcMIx9FDHxKVAC5fCxWIUS { background-color:rgba(var(--color-tertiary-0),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-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:1.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.71875rem;left:41.875rem;display:block; }
#LbPnbqNDOFtDF6vI3oWos2eXw0tv9Ez5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas { position:relative;display:block; }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas { background-color: transparent; background-image: none; }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas > .row .container > .video-iframe-container { display: none; }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas > .row > .video-iframe-container { display: none; }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas > .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); }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas { border-width: 0; border-radius: 0; }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZiTXbZ4DrNNI3JkdtVKTgJvDv3NPTTU4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#izhFT3IUnslrlU09sPQN1iL53MqQlaeV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.3125rem;left:4.3125rem;display:block; }
#VngsAGm4NvD0fu5aDx3wPPQBERbJtkXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQf3pxoQRcnZD4WnHUBAsk0mKHsTqPUm { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:14.25rem;left:4.3125rem;height:5.25rem;display:block; }
#dOcZ8TTA8gstsFshTp8vNAnFk0zV5b8t { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:19.4375rem;left:4.3125rem;height:2.625rem;font-style:normal;display:block; }
#gaUhr7ErsvAWTw8eWN3hxcqL2SUKFVdN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.875rem;left:4.3125rem;height:3.8994125rem;display:block; }
#mHuIn9LrNNf1X6kHhvbktTO1ipJk7wor { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.6875rem;width:33.375rem;display:none; }
#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE { position:relative;display:block; }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE { background-color: transparent; background-image: none; }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE > .row .container > .video-iframe-container { display: none; }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE > .row > .video-iframe-container { display: none; }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE > .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); }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE { border-width: 0; border-radius: 0; }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U2anKIcSTvL4InqNhL7Sdast6TXpNLNT { position:absolute;display:block;z-index:15000;height:4.1875rem;width:72.8125rem;top:2.625rem;left:1.09375rem;display:block; }
#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx { position:relative;display:block; }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx { background-color: transparent; background-image: none; }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx > .row .container > .video-iframe-container { display: none; }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx > .row > .video-iframe-container { display: none; }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx > .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); }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx { border-width: 0; border-radius: 0; }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FJcnAXh7QAfIC69hoPMgDNEhS9SW1Gqc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5rem;top:3.625rem;left:35rem;overflow:hidden;display:block; }
#EDp84MKfPvEhDTbzyXoB5Qxm7sTTtFKi { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3623046875rem;left:11.96875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#nWuGM917hIg2q0XnMkOEJ3E0tIdygyWq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:14.125rem;left:34.71875rem;overflow:hidden;display:block; }
#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID { position:relative;display:block; }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID { background-color: transparent; background-image: none; }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID > .row .container > .video-iframe-container { display: none; }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID > .row > .video-iframe-container { display: none; }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID > .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); }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID { border-width: 0; border-radius: 0; }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q2LCLP2fuB64Mgy6izGIMrsBoapczAXi { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:31.125rem;top:4.15625rem;left:39.875rem;overflow:hidden;display:block; }
#rHpqLNH60L6yuq4PtqitRbJulq7GhXN2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.90625rem;left:4.875rem;display:block; }
#ze0omzwQbxeNbpnMCwZBBT4RNEaBKhzs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vur3JCCaFTxTThlCgwIJveH9amAEznv0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.15625rem;left:4.875rem;height:;display:block; }
#ni9pB6xr6ZZEgHVszFdVNpiIRGIM6ccg { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.568359375rem;left:4.875rem;height:;display:block; }
#MVrGyUdofJU5iu8oQn8go4K7lrlnsBsT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.58203125rem;left:4.875rem;height:15.59766875rem;display:block; }
#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO { position:relative;display:block; }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO { background-color: transparent; background-image: none; }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO > .row .container > .video-iframe-container { display: none; }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO > .row > .video-iframe-container { display: none; }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO > .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); }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO { border-width: 0; border-radius: 0; }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#andFeRQTBJow04yT4lcdHCxcOHFKmsd7 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:3rem;left:12.875rem;height:;text-align:center;text-align-last:center;display:block; }
#ZRszvZtrRB74DTQcxKJrcOgA2Z71wcET { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:17rem;top:12rem;left:0.875rem;overflow:hidden;display:none; }
#st1bawuvp2v6lGGGQeLTehIFmuTXa9Uk { position:absolute;display:block;z-index:15002;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:26.125rem;width:16.875rem;top:9.375rem;left:19.875rem;overflow:hidden;display:block; }
#fdiKCGI7QI5dPvlZU2qxbMTKTxsUFvgV { position:absolute;display:block;z-index:15003;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:26.0625rem;width:16.875rem;top:9.4375rem;left:38.625rem;overflow:hidden;display:block; }
#TzMSZOVwu7i6dcIudxnUv7wetKffPI4b { position:absolute;display:block;z-index:15004;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:25.9375rem;width:16.8125rem;top:9.5625rem;left:57.4375rem;overflow:hidden;display:block; }
#KndoKX9RJVkseBGnSDnPIBsxpNDZXUg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.375rem;left:1.875rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#oWwrGw1h3g6mrPxGXg5dxb9t3e2CW2TT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.5rem;left:20.625rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#w2Pcwp9U9NDAbZtaVltLPth1U20XK9QA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5rem;left:39.375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#HWfdpBdfaseJ0k64Fs87RT6TUgXEENVG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:58.125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#m5IIn79q2ShPap4ni12A1RcOsbpfbuve { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.375rem;left:29.375rem;display:block; }
#Be2ysh8gfcW4Fr3PFR5SCk20kCEBKEzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8gd6ImmoF45H9Ne1dPUIKfhACQn5J3y { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:16.9375rem;top:9.375rem;left:1.125rem;overflow:hidden;display:block; }
#MGiZ1D7tEyTlsxT6O39MfiKnKqfds1Jm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:33.5625rem;display:none; }
#BREF7FxHLWaQUtGw7vDvoqs0J1mhJJtu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:33.5625rem;display:none; }
#zovn7wngy5z43pvH02XhlP7tTtDtwioL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:33.5625rem;display:none; }
#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT { position:relative;display:block; }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT { background-color: transparent; background-image: none; }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT > .row .container > .video-iframe-container { display: none; }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT > .row > .video-iframe-container { display: none; }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT > .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); }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT { border-width: 0; border-radius: 0; }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iXq3SCCzlRlpL1dVadteXa7ZaBcOXiXC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:31rem;top:4.15625rem;left:3.25rem;overflow:hidden;display:block; }
#NNGqkDRJeQbFTOhfVe2r0HTRaUnrH0iT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8125rem;left:41.5625rem;height:;display:block; }
#EimvXeJCzFppdgSqyK0UEcV2oxMF3iZM { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.80078125rem;left:41.5625rem;height:14.2978625rem;display:block; }
#f51gOPN9A7dqgvJOOSEN2siGIMsgAf8e { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.375rem;left:41.5625rem;display:block; }
#AS6AIcEU2yeO57KGSwmmXIqtp3qkyQQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5JeftHbLIX77qoLtHZrolPsyQx2apNO { position:relative;display:block; }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO { background-color: transparent; background-image: none; }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO > .row .container > .video-iframe-container { display: none; }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO > .row > .video-iframe-container { display: none; }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO > .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); }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO { border-width: 0; border-radius: 0; }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#boQ1FbrR2Tpgw0No1vc3nfNDFvss4HgG { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:14.78125rem;height:;text-align:center;text-align-last:center;display:block; }
#IGfNeX8Evq5CxAC5EAfDCpwrCuD5VzSD { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:31.6875rem;top:9.75rem;left:5rem;overflow:hidden;display:block; }
#k0CTUe7wvfQOR6BHnlZdPxkqA0Fi8MXz { position:absolute;display:block;z-index:15002;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:22.4375rem;width:31.5625rem;top:9.75rem;left:38.5rem;overflow:hidden;display:block; }
#MetLe60ALGVMAh6ZpwiVOiJn9Tbx8MPI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.3125rem;left:29.1875rem;display:block; }
#MsbwCCMn5zNxbcgVwHc4TAWAQbmy62T7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMnyaXdnN264hJbsPc9OL3PdU2UvbbOa { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:34.5625rem;left:17.84375rem;height:2.9238375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT { position:relative;display:block; }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT { background-color: transparent; background-image: none; }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT > .row .container > .video-iframe-container { display: none; }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT > .row > .video-iframe-container { display: none; }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT > .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); }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT { border-width: 0; border-radius: 0; }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#URQ8mIbpDzrIyxEKnc8u4LNUq1UE4egk { box-sizing:content-box;height:40.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),0.39);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#W0hSvVtLc5gMxVKAsKpAJAUNCnXJiKib { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:4.5625rem;left:4.875rem;height:7.875rem;display:block; }
#wGVh2bg3Ebslzd6nhPN0Ssr0DpWT6G8y { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.5rem;left:4.875rem;display:block; }
#HeIicod6NDgMPNJGfKT8ffrAmRfZ7klr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBXw1WbbvbmoS0pGxN4gbBSQHaHKRK32 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.76953125rem;left:4.875rem;height:16.897475rem;font-style:normal;display:block; }
#f80JhkwgR0lLDFqdwry7SRCquGu1vZbd { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:31rem;top:1.4375rem;left:37.8125rem;overflow:hidden;display:block; }
#TkCg2flkaeWcwZBe07iUUGkom450SaDM { position:relative;display:block; }#TkCg2flkaeWcwZBe07iUUGkom450SaDM { background-color: transparent; background-image: none; }#TkCg2flkaeWcwZBe07iUUGkom450SaDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkCg2flkaeWcwZBe07iUUGkom450SaDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkCg2flkaeWcwZBe07iUUGkom450SaDM > .row .container > .video-iframe-container { display: none; }#TkCg2flkaeWcwZBe07iUUGkom450SaDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkCg2flkaeWcwZBe07iUUGkom450SaDM > .row > .video-iframe-container { display: none; }#TkCg2flkaeWcwZBe07iUUGkom450SaDM > .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); }#TkCg2flkaeWcwZBe07iUUGkom450SaDM { border-width: 0; border-radius: 0; }#TkCg2flkaeWcwZBe07iUUGkom450SaDM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TkCg2flkaeWcwZBe07iUUGkom450SaDM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BOXUk2M9eqznLNV5o134nfs7AqmAGiCU { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.5625rem;left:22.375rem;height:;text-align:center;text-align-last:center;display:block; }
#sZDGdqK4P7wSQuAIlLg7GVZUHiBTOHAP { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:9.625rem;left:14.71875rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#Z6W8ZXClpdvKA0xtWQ4AAZnAdXenACwH { position:absolute;display:block;z-index:15002;height:33.1875rem;width:63.1875rem;top:12.90625rem;left:5.90625rem;display:block; }
#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW { position:relative;display:block; }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW { background-color: transparent; background-image: none; }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW > .row .container > .video-iframe-container { display: none; }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW > .row > .video-iframe-container { display: none; }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW > .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); }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW { border-width: 0; border-radius: 0; }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RoDiJw6BrpzrdNGKyn5OAc4NepN2L8qa { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:15.28125rem;height:;text-align:center;text-align-last:center;display:block; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .accordion-element-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-1),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .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; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1); }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .accordion-trigger.adaptive-delivery-prevent-bg, #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .accordion-trigger.lazyload, #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .accordion-trigger.lazyloading { background-image: none; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf { box-sizing:content-box;height:auto;width:55.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.65625rem;left:8.5625rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #ZQHJCH6157dGZNd1HqZvft7Ko6l5Ifoz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #fDMbh30boFt2Cx3EBeRWxMFH9AzFL5uF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #eBfVBx15endgTm8FXczJ2cuA07TNPEbq { display:block;position:relative; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #NSTIShfMinsJSy24sPDHf8nTFfD0oBq0 {  }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #LiFa9yqCX4ceIn9ORBd4TtHgn0i4vVGz {  }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #rs2kV8DM7Q4HKZlGExRP4AZKc8yOL6q7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #OE3wP2tSXFgsPVGZx4tNaZdcBa6mcxNC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #fv8iwp9rWXQMMM8ZN936SMpUZk1EBmvc { display:block;position:relative; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #ACrmzRUIxy5c92HVZ3XhLyMWyqONU55h {  }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #lyJw3QCW1ZJmy2US5aJhFrmhs8PUhl2v { display:none; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #T7leMrkIZwLgPWH4W0XJnc1kCqTz3Osy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #qJnxRxyyF1XxB8wqMNP35PKzGZiNmcwe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #JAsFoKvRFnkWKTRPfQU2gTLu3ODnoTFO { display:block;position:relative; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #xGoIgmmWxLLcwNtnnvhb2RuNR30Pvmuh {  }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #wfH9mydd5qdD1Rzw2QlSR64vpIVIJMeu { display:none; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #hLR3AtTPqXEtwk16nnLL7OTW4hvbsl9a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #EiXwrr8fVzEwyE1zVkLWGTaGIQdm0LKn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #xnbnFwQTfHe0MDmAHqsF1emKl772V5I5 { display:block;position:relative; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #u455K7vJroi1vdww9RbEO3zKURTxxfzU {  }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #CeSTM6v7wQ3zCsZzV3wh9txMaQN3zq7o { display:none; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #QIBonXIMM9fcSDdRusHDeSQglwExKOTJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #SffyZnDy0UmH4XDC7sOVeLe23cWInKF6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #svrzTBxtX94rr2hpN5K2ksI7d5ewbsq0 { display:block;position:relative; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #eFB2uCGm3TiCN8OO1nZ7NkC03Xs14u2r {  }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #D9gr6gMufE3HD29wViSTT0ZQLgl8sbXT { display:none; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #Bu5I6F8JGpPSrsHx9xRq5J8drfEzKhTb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #C72TtdNFHlL9ZKN0BptCSPuqAADAg32q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #s7NsTai0iTobxO7kGyOGJOQdKUMeET0k { display:block;position:relative; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #qvkGdTWZANqCgEzXXeIl19Qd5FRoMWp4 {  }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #CvKUH3g4DqOEEIJ8KGeRl0LE7kT4kcTZ { display:none; }
#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf { position:relative;display:block; }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf { background-color: transparent; background-image: none; }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf > .row .container > .video-iframe-container { display: none; }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf > .row > .video-iframe-container { display: none; }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf > .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); }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf { border-width: 0; border-radius: 0; }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pf41qpUn9MdSMCLoO1MAFrsq1F8MGgah { background-color:rgba(var(--color-secondary-2),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:38.0625rem;left:3.5rem;display:none; }
#wqaoFUXfgzx0Kv4WMkC6tf2ecBvcT9vc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WN1IL1zewl3X6m1VNcQLSm9mXBmG26gJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6875rem;left:29.1875rem;display:block; }
#dRIHPD9CTrmyVTectmLxPCrouqdkmbhz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s { position:relative;display:block; }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s { background-color: transparent; background-image: none; }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s > .row .container > .video-iframe-container { display: none; }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s > .row > .video-iframe-container { display: none; }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s > .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); }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s { border-width: 0; border-radius: 0; }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N01sVWN5t6OAcKX8XuKIq3uJb4gZDpLZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.0625rem;top:4.21875rem;left:3.65625rem;overflow:hidden;display:block; }
#eQTZvOTw6TWIXHngSMJnIJTkmwlbsdv2 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9746125rem;top:10.556640625rem;left:3.65625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9LSmZdymZE9B1DSAxCrmV2EfHe7w72r { top:3.0625rem;left:0rem;width:8.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwu4Z0pDXhgeiSi62NTNbs2oPTL9uPpJ { width:16.625rem;height:3.4375rem;top:2.8125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkycKLQZiRlm5FKpfOPVWF0TZFcvMizL { display:block; }
 }@media only screen and (max-width: 763px) { #woeGgSeR9a1RTCdgm7SRPZdFmyd24rIq { width:6rem;height:1.625rem;top:3.6875rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSzkS8p7J0srhgt6lvlqbxVrrmikHT2H { display:block; }
 }@media only screen and (max-width: 763px) { #Hm1RUK1ZMKMIik4DzgI4MUTyggCt2mTz { width:10.75rem;height:1.625rem;top:3.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlglBaOBSiIpOeHvT2CFo6sKKX0WluSV { display:block; }
 }@media only screen and (max-width: 763px) { #LHt6D2IJ7d1aKKKQ9S3Kwkeew53hssIf { width:7.8125rem;height:1.625rem;top:3.6875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbntXqFhHc9xI5T35xeUKh9yDFOI5cT6 { display:block; }
 }@media only screen and (max-width: 763px) { #hQ9hA23uF4xcMIx9FDHxKVAC5fCxWIUS { width:7.8125rem;height:1.625rem;top:3.6875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPnbqNDOFtDF6vI3oWos2eXw0tv9Ez5 { display:block; }
 }@media only screen and (max-width: 763px) { #kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas { display:block; }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiTXbZ4DrNNI3JkdtVKTgJvDv3NPTTU4 { top:0rem;left:0rem;width:47.75rem;height:26.302291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #izhFT3IUnslrlU09sPQN1iL53MqQlaeV { width:16.625rem;height:3.4375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VngsAGm4NvD0fu5aDx3wPPQBERbJtkXV { display:block; }
 }@media only screen and (max-width: 763px) { #FQf3pxoQRcnZD4WnHUBAsk0mKHsTqPUm { top:14.25rem;left:0rem;width:27.625rem;height:5.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOcZ8TTA8gstsFshTp8vNAnFk0zV5b8t { top:19.4375rem;left:0rem;width:27.625rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaUhr7ErsvAWTw8eWN3hxcqL2SUKFVdN { top:25.875rem;left:0rem;width:22.4375rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHuIn9LrNNf1X6kHhvbktTO1ipJk7wor { width:33.375rem;height:52.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE { display:block; }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2anKIcSTvL4InqNhL7Sdast6TXpNLNT { top:2.625rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx { display:block; }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJcnAXh7QAfIC69hoPMgDNEhS9SW1Gqc { top:3.625rem;left:21.375rem;width:5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDp84MKfPvEhDTbzyXoB5Qxm7sTTtFKi { top:9.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWuGM917hIg2q0XnMkOEJ3E0tIdygyWq { top:14.125rem;left:21.09375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID { display:block; }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2LCLP2fuB64Mgy6izGIMrsBoapczAXi { top:4.125rem;left:16.625rem;width:31.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHpqLNH60L6yuq4PtqitRbJulq7GhXN2 { width:16.625rem;height:3.4375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0omzwQbxeNbpnMCwZBBT4RNEaBKhzs { display:block; }
 }@media only screen and (max-width: 763px) { #Vur3JCCaFTxTThlCgwIJveH9amAEznv0 { top:4.125rem;left:0rem;width:27.125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni9pB6xr6ZZEgHVszFdVNpiIRGIM6ccg { top:7.5625rem;left:0rem;width:30.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVrGyUdofJU5iu8oQn8go4K7lrlnsBsT { top:13.5625rem;left:0rem;width:27.375rem;height:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO { display:block; }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #andFeRQTBJow04yT4lcdHCxcOHFKmsd7 { top:3rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRszvZtrRB74DTQcxKJrcOgA2Z71wcET { top:12rem;left:0rem;width:17rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #st1bawuvp2v6lGGGQeLTehIFmuTXa9Uk { top:9.375rem;left:7rem;width:16.875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdiKCGI7QI5dPvlZU2qxbMTKTxsUFvgV { top:9.4375rem;left:18.9375rem;width:16.875rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMSZOVwu7i6dcIudxnUv7wetKffPI4b { top:9.5625rem;left:30.9375rem;width:16.8125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KndoKX9RJVkseBGnSDnPIBsxpNDZXUg9 { top:17.375rem;left:0rem;width:15.375rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWwrGw1h3g6mrPxGXg5dxb9t3e2CW2TT { top:18.5rem;left:8.5rem;width:15.375rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Pcwp9U9NDAbZtaVltLPth1U20XK9QA { top:18.5rem;left:20.4375rem;width:15.375rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWfdpBdfaseJ0k64Fs87RT6TUgXEENVG { top:19.125rem;left:32.375rem;width:15.375rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5IIn79q2ShPap4ni12A1RcOsbpfbuve { width:16.625rem;height:3.4375rem;top:38.375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be2ysh8gfcW4Fr3PFR5SCk20kCEBKEzi { display:block; }
 }@media only screen and (max-width: 763px) { #y8gd6ImmoF45H9Ne1dPUIKfhACQn5J3y { top:9.375rem;left:0rem;width:16.9375rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGiZ1D7tEyTlsxT6O39MfiKnKqfds1Jm { width:33.5625rem;height:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BREF7FxHLWaQUtGw7vDvoqs0J1mhJJtu { width:33.5625rem;height:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zovn7wngy5z43pvH02XhlP7tTtDtwioL { width:33.5625rem;height:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT { display:block; }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXq3SCCzlRlpL1dVadteXa7ZaBcOXiXC { top:4.125rem;left:0rem;width:31rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNGqkDRJeQbFTOhfVe2r0HTRaUnrH0iT { top:4.8125rem;left:17.3125rem;width:30.4375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EimvXeJCzFppdgSqyK0UEcV2oxMF3iZM { top:10.75rem;left:20.375rem;width:27.375rem;height:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f51gOPN9A7dqgvJOOSEN2siGIMsgAf8e { width:16.625rem;height:3.4375rem;top:30.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS6AIcEU2yeO57KGSwmmXIqtp3qkyQQZ { display:block; }
 }@media only screen and (max-width: 763px) { #u5JeftHbLIX77qoLtHZrolPsyQx2apNO { display:block; }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boQ1FbrR2Tpgw0No1vc3nfNDFvss4HgG { top:3.5625rem;left:1.15625rem;width:45.4375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGfNeX8Evq5CxAC5EAfDCpwrCuD5VzSD { top:9.75rem;left:0rem;width:31.6875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CTUe7wvfQOR6BHnlZdPxkqA0Fi8MXz { top:9.75rem;left:16.1875rem;width:31.5625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MetLe60ALGVMAh6ZpwiVOiJn9Tbx8MPI { width:16.625rem;height:3.4375rem;top:39.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsbwCCMn5zNxbcgVwHc4TAWAQbmy62T7 { display:block; }
 }@media only screen and (max-width: 763px) { #QMnyaXdnN264hJbsPc9OL3PdU2UvbbOa { top:34.5625rem;left:4.21875rem;width:39.3125rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT { display:block; }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URQ8mIbpDzrIyxEKnc8u4LNUq1UE4egk { top:0.4375rem;left:0rem;width:47.75rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0hSvVtLc5gMxVKAsKpAJAUNCnXJiKib { top:4.5625rem;left:0rem;width:26rem;height:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGVh2bg3Ebslzd6nhPN0Ssr0DpWT6G8y { width:16.625rem;height:3.4375rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeIicod6NDgMPNJGfKT8ffrAmRfZ7klr { display:block; }
 }@media only screen and (max-width: 763px) { #kBXw1WbbvbmoS0pGxN4gbBSQHaHKRK32 { top:14.75rem;left:0rem;width:27.3125rem;height:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f80JhkwgR0lLDFqdwry7SRCquGu1vZbd { top:1.4375rem;left:16.75rem;width:31rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCg2flkaeWcwZBe07iUUGkom450SaDM { display:block; }#TkCg2flkaeWcwZBe07iUUGkom450SaDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOXUk2M9eqznLNV5o134nfs7AqmAGiCU { top:2.5625rem;left:8.75rem;width:30.25rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZDGdqK4P7wSQuAIlLg7GVZUHiBTOHAP { top:9.625rem;left:1.09375rem;width:45.5625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6W8ZXClpdvKA0xtWQ4AAZnAdXenACwH { top:12.875rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW { display:block; }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoDiJw6BrpzrdNGKyn5OAc4NepN2L8qa { top:1.5rem;left:1.65625rem;width:44.4375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf { display:flex;height:auto;width:27.8125rem;top:15.25rem;left:12.3125rem; }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #ZQHJCH6157dGZNd1HqZvft7Ko6l5Ifoz {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #fDMbh30boFt2Cx3EBeRWxMFH9AzFL5uF {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #eBfVBx15endgTm8FXczJ2cuA07TNPEbq {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #NSTIShfMinsJSy24sPDHf8nTFfD0oBq0 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #LiFa9yqCX4ceIn9ORBd4TtHgn0i4vVGz {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #rs2kV8DM7Q4HKZlGExRP4AZKc8yOL6q7 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #OE3wP2tSXFgsPVGZx4tNaZdcBa6mcxNC {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #fv8iwp9rWXQMMM8ZN936SMpUZk1EBmvc {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #ACrmzRUIxy5c92HVZ3XhLyMWyqONU55h {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #lyJw3QCW1ZJmy2US5aJhFrmhs8PUhl2v {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #T7leMrkIZwLgPWH4W0XJnc1kCqTz3Osy {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #qJnxRxyyF1XxB8wqMNP35PKzGZiNmcwe {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #JAsFoKvRFnkWKTRPfQU2gTLu3ODnoTFO {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #xGoIgmmWxLLcwNtnnvhb2RuNR30Pvmuh {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #wfH9mydd5qdD1Rzw2QlSR64vpIVIJMeu {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #hLR3AtTPqXEtwk16nnLL7OTW4hvbsl9a {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #EiXwrr8fVzEwyE1zVkLWGTaGIQdm0LKn {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #xnbnFwQTfHe0MDmAHqsF1emKl772V5I5 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #u455K7vJroi1vdww9RbEO3zKURTxxfzU {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #CeSTM6v7wQ3zCsZzV3wh9txMaQN3zq7o {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #QIBonXIMM9fcSDdRusHDeSQglwExKOTJ {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #SffyZnDy0UmH4XDC7sOVeLe23cWInKF6 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #svrzTBxtX94rr2hpN5K2ksI7d5ewbsq0 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #eFB2uCGm3TiCN8OO1nZ7NkC03Xs14u2r {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #D9gr6gMufE3HD29wViSTT0ZQLgl8sbXT {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #Bu5I6F8JGpPSrsHx9xRq5J8drfEzKhTb {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #C72TtdNFHlL9ZKN0BptCSPuqAADAg32q {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #s7NsTai0iTobxO7kGyOGJOQdKUMeET0k {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #qvkGdTWZANqCgEzXXeIl19Qd5FRoMWp4 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #CvKUH3g4DqOEEIJ8KGeRl0LE7kT4kcTZ {  }
 }@media only screen and (max-width: 763px) { #QzzebTZsT15e6XqFFw2bSR3rS3JgGREf { display:none; }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pf41qpUn9MdSMCLoO1MAFrsq1F8MGgah { width:16.625rem;height:3.4375rem;top:38.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqaoFUXfgzx0Kv4WMkC6tf2ecBvcT9vc { display:block; }
 }@media only screen and (max-width: 763px) { #WN1IL1zewl3X6m1VNcQLSm9mXBmG26gJ { width:16.625rem;height:3.4375rem;top:1.6875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRIHPD9CTrmyVTectmLxPCrouqdkmbhz { display:block; }
 }@media only screen and (max-width: 763px) { #U8QIe4rz8ONBZVsTvItGAm7pedq6de7s { display:block; }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N01sVWN5t6OAcKX8XuKIq3uJb4gZDpLZ { top:4.1875rem;left:0rem;width:13.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTZvOTw6TWIXHngSMJnIJTkmwlbsdv2 { top:10.5rem;left:0rem;width:23.75rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9LSmZdymZE9B1DSAxCrmV2EfHe7w72r { width:7.8125rem;height:2.5625rem;top:1.65625rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwu4Z0pDXhgeiSi62NTNbs2oPTL9uPpJ { width:16.625rem;height:3.4375rem;top:15.3125rem;left:1.6875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #mkycKLQZiRlm5FKpfOPVWF0TZFcvMizL { display:block; }
 }@media only screen and (max-width: 763px) { #woeGgSeR9a1RTCdgm7SRPZdFmyd24rIq { width:6rem;height:1.625rem;top:5.46875rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSzkS8p7J0srhgt6lvlqbxVrrmikHT2H { display:block; }
 }@media only screen and (max-width: 763px) { #Hm1RUK1ZMKMIik4DzgI4MUTyggCt2mTz { width:10.75rem;height:1.625rem;top:8.34375rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlglBaOBSiIpOeHvT2CFo6sKKX0WluSV { display:block; }
 }@media only screen and (max-width: 763px) { #LHt6D2IJ7d1aKKKQ9S3Kwkeew53hssIf { width:7.8125rem;height:1.625rem;top:11.21875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbntXqFhHc9xI5T35xeUKh9yDFOI5cT6 { display:block; }
 }@media only screen and (max-width: 763px) { #hQ9hA23uF4xcMIx9FDHxKVAC5fCxWIUS { width:7.8125rem;height:1.625rem;top:14.09375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbPnbqNDOFtDF6vI3oWos2eXw0tv9Ez5 { display:block; }
 }@media only screen and (max-width: 763px) { #kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas { display:block; }#kTdrwBkkcqFLcLAKp8cVR6Wps1RisVas > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiTXbZ4DrNNI3JkdtVKTgJvDv3NPTTU4 { width:20rem;height:11.0625rem;top:1.25rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #izhFT3IUnslrlU09sPQN1iL53MqQlaeV { width:12.875rem;height:2.5rem;top:13.53125rem;left:1.5625rem;font-size:0.75rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VngsAGm4NvD0fu5aDx3wPPQBERbJtkXV { display:block; }
 }@media only screen and (max-width: 763px) { #FQf3pxoQRcnZD4WnHUBAsk0mKHsTqPUm { width:16.875rem;height:3.25rem;top:1.625rem;left:1.5625rem;font-size:1.625rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dOcZ8TTA8gstsFshTp8vNAnFk0zV5b8t { width:16.8125rem;height:1.625rem;top:5.4375rem;left:1.59375rem;font-size:1.625rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gaUhr7ErsvAWTw8eWN3hxcqL2SUKFVdN { width:17.5rem;height:4.548825rem;top:7.9375rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #mHuIn9LrNNf1X6kHhvbktTO1ipJk7wor { top:0rem;left:0rem;width:20rem;height:31.75rem;z-index:14999;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE { display:block; }#i7mkvORAAlybQaQEAQO7fF2wFXMmF8HE > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2anKIcSTvL4InqNhL7Sdast6TXpNLNT { width:20rem;height:4.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx { display:block; }#uU4b0p7l9TCMOI5QIlOxnyS7ZtN1h1Vx > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJcnAXh7QAfIC69hoPMgDNEhS9SW1Gqc { width:5rem;height:3.25rem;top:1.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDp84MKfPvEhDTbzyXoB5Qxm7sTTtFKi { width:17.8125rem;height:6.82325rem;top:6.212890625rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWuGM917hIg2q0XnMkOEJ3E0tIdygyWq { width:5.5625rem;height:5.5625rem;top:13.0361328125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID { display:block; }#aZ8yLi1qFbDA7INAZS52QVSpUNRI7HID > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2LCLP2fuB64Mgy6izGIMrsBoapczAXi { width:17.25rem;height:16.6875rem;top:34.51708984375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHpqLNH60L6yuq4PtqitRbJulq7GhXN2 { width:14.625rem;height:2.75rem;top:29.28125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0omzwQbxeNbpnMCwZBBT4RNEaBKhzs { display:block; }
 }@media only screen and (max-width: 763px) { #Vur3JCCaFTxTThlCgwIJveH9amAEznv0 { width:18.8125rem;height:2.11230625rem;top:1.25rem;left:1.1875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ni9pB6xr6ZZEgHVszFdVNpiIRGIM6ccg { width:17.8125rem;height:4.875rem;top:4.3623046875rem;left:1.1875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MVrGyUdofJU5iu8oQn8go4K7lrlnsBsT { width:17.25rem;height:17.05809375rem;top:10.8623046875rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO { display:block; }#MWJOM8Zkq0r0XGMLVae1pdv9LZLOENKO > .row .container { width:20rem;height:84.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #andFeRQTBJow04yT4lcdHCxcOHFKmsd7 { width:17.5rem;height:3.25rem;top:2.71240234375rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZRszvZtrRB74DTQcxKJrcOgA2Z71wcET { width:17rem;height:16.1875rem;top:8.625rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #st1bawuvp2v6lGGGQeLTehIFmuTXa9Uk { width:16.875rem;height:26.125rem;top:31.29980625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdiKCGI7QI5dPvlZU2qxbMTKTxsUFvgV { width:16.875rem;height:26.0625rem;top:63.36230625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzMSZOVwu7i6dcIudxnUv7wetKffPI4b { width:16.8125rem;height:25.9375rem;top:92.625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KndoKX9RJVkseBGnSDnPIBsxpNDZXUg9 { width:15.375rem;height:7.348625rem;top:13.8125rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oWwrGw1h3g6mrPxGXg5dxb9t3e2CW2TT { width:14.875rem;height:5.249025rem;top:32.125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w2Pcwp9U9NDAbZtaVltLPth1U20XK9QA { width:14.4375rem;height:6.2988125rem;top:49.4375rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HWfdpBdfaseJ0k64Fs87RT6TUgXEENVG { width:14.125rem;height:4.19921875rem;top:68.125rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15015;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m5IIn79q2ShPap4ni12A1RcOsbpfbuve { width:14.9375rem;height:2.5625rem;top:79.625rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be2ysh8gfcW4Fr3PFR5SCk20kCEBKEzi { display:block; }
 }@media only screen and (max-width: 763px) { #y8gd6ImmoF45H9Ne1dPUIKfhACQn5J3y { width:16.9375rem;height:26.1875rem;top:9.375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGiZ1D7tEyTlsxT6O39MfiKnKqfds1Jm { top:26.75rem;left:1.625rem;width:16.8125rem;height:16rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BREF7FxHLWaQUtGw7vDvoqs0J1mhJJtu { top:44.6875rem;left:1.75rem;width:16.5625rem;height:15.8125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zovn7wngy5z43pvH02XhlP7tTtDtwioL { top:62.625rem;left:2rem;width:16rem;height:15.1875rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT { display:block; }#hbBQdQkTR2ecDqFQ4QSTEEbMhqLiAPiT > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXq3SCCzlRlpL1dVadteXa7ZaBcOXiXC { width:16.5rem;height:16rem;top:4.4306640625rem;left:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NNGqkDRJeQbFTOhfVe2r0HTRaUnrH0iT { width:20rem;height:2.11230625rem;top:1.0556640625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EimvXeJCzFppdgSqyK0UEcV2oxMF3iZM { width:16.25rem;height:18.89649375rem;top:22.283203125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f51gOPN9A7dqgvJOOSEN2siGIMsgAf8e { width:14.25rem;height:2.75rem;top:43.2021484375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS6AIcEU2yeO57KGSwmmXIqtp3qkyQQZ { display:block; }
 }@media only screen and (max-width: 763px) { #u5JeftHbLIX77qoLtHZrolPsyQx2apNO { display:block; }#u5JeftHbLIX77qoLtHZrolPsyQx2apNO > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boQ1FbrR2Tpgw0No1vc3nfNDFvss4HgG { width:13.3125rem;height:3.25rem;top:1.3125rem;left:3.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IGfNeX8Evq5CxAC5EAfDCpwrCuD5VzSD { width:20rem;height:14.2011875rem;top:7.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CTUe7wvfQOR6BHnlZdPxkqA0Fi8MXz { width:20rem;height:14.2173125rem;top:22.3134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MetLe60ALGVMAh6ZpwiVOiJn9Tbx8MPI { width:14.75rem;height:2.6875rem;top:44.94091796875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsbwCCMn5zNxbcgVwHc4TAWAQbmy62T7 { display:block; }
 }@media only screen and (max-width: 763px) { #QMnyaXdnN264hJbsPc9OL3PdU2UvbbOa { width:20rem;height:4.5rem;top:38.34326171875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT { display:block; }#oGGbgUCW8kNeGnuXrMWbKu6TFog1nRfT > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URQ8mIbpDzrIyxEKnc8u4LNUq1UE4egk { width:20rem;height:53.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0hSvVtLc5gMxVKAsKpAJAUNCnXJiKib { width:15.875rem;height:4.6875rem;top:3.25rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGVh2bg3Ebslzd6nhPN0Ssr0DpWT6G8y { width:14.375rem;height:2.625rem;top:49.896484375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeIicod6NDgMPNJGfKT8ffrAmRfZ7klr { display:block; }
 }@media only screen and (max-width: 763px) { #kBXw1WbbvbmoS0pGxN4gbBSQHaHKRK32 { width:15.5625rem;height:18.8965rem;top:10.4375rem;left:2.21875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f80JhkwgR0lLDFqdwry7SRCquGu1vZbd { width:16.3125rem;height:20.4375rem;top:29.333984375rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TkCg2flkaeWcwZBe07iUUGkom450SaDM { display:block; }#TkCg2flkaeWcwZBe07iUUGkom450SaDM > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOXUk2M9eqznLNV5o134nfs7AqmAGiCU { width:18.8125rem;height:3.25rem;top:2.9375rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZDGdqK4P7wSQuAIlLg7GVZUHiBTOHAP { width:20rem;height:1.75rem;top:7.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6W8ZXClpdvKA0xtWQ4AAZnAdXenACwH { width:18.75rem;height:37.5rem;top:11.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW { display:block; }#GPZ88doxkWCQSAxw6v8ukkMQDwuKFcRW > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoDiJw6BrpzrdNGKyn5OAc4NepN2L8qa { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf .accordion-heading-text { font-size:1rem;height:auto; }
#logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf { display:flex;height:auto;width:17.5rem;top:5.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #ZQHJCH6157dGZNd1HqZvft7Ko6l5Ifoz {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #fDMbh30boFt2Cx3EBeRWxMFH9AzFL5uF {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #eBfVBx15endgTm8FXczJ2cuA07TNPEbq {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #NSTIShfMinsJSy24sPDHf8nTFfD0oBq0 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #LiFa9yqCX4ceIn9ORBd4TtHgn0i4vVGz {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #rs2kV8DM7Q4HKZlGExRP4AZKc8yOL6q7 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #OE3wP2tSXFgsPVGZx4tNaZdcBa6mcxNC {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #fv8iwp9rWXQMMM8ZN936SMpUZk1EBmvc {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #ACrmzRUIxy5c92HVZ3XhLyMWyqONU55h {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #lyJw3QCW1ZJmy2US5aJhFrmhs8PUhl2v {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #T7leMrkIZwLgPWH4W0XJnc1kCqTz3Osy {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #qJnxRxyyF1XxB8wqMNP35PKzGZiNmcwe {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #JAsFoKvRFnkWKTRPfQU2gTLu3ODnoTFO {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #xGoIgmmWxLLcwNtnnvhb2RuNR30Pvmuh {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #wfH9mydd5qdD1Rzw2QlSR64vpIVIJMeu {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #hLR3AtTPqXEtwk16nnLL7OTW4hvbsl9a {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #EiXwrr8fVzEwyE1zVkLWGTaGIQdm0LKn {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #xnbnFwQTfHe0MDmAHqsF1emKl772V5I5 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #u455K7vJroi1vdww9RbEO3zKURTxxfzU {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #CeSTM6v7wQ3zCsZzV3wh9txMaQN3zq7o {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #QIBonXIMM9fcSDdRusHDeSQglwExKOTJ {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #SffyZnDy0UmH4XDC7sOVeLe23cWInKF6 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #svrzTBxtX94rr2hpN5K2ksI7d5ewbsq0 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #eFB2uCGm3TiCN8OO1nZ7NkC03Xs14u2r {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #D9gr6gMufE3HD29wViSTT0ZQLgl8sbXT {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #Bu5I6F8JGpPSrsHx9xRq5J8drfEzKhTb {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #C72TtdNFHlL9ZKN0BptCSPuqAADAg32q {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #s7NsTai0iTobxO7kGyOGJOQdKUMeET0k {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #qvkGdTWZANqCgEzXXeIl19Qd5FRoMWp4 {  }
 }@media only screen and (max-width: 763px) { #logiHBqKTZBxnSwZQ3QRd2QzKTF7chAf #CvKUH3g4DqOEEIJ8KGeRl0LE7kT4kcTZ {  }
 }@media only screen and (max-width: 763px) { #QzzebTZsT15e6XqFFw2bSR3rS3JgGREf { display:block; }#QzzebTZsT15e6XqFFw2bSR3rS3JgGREf > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pf41qpUn9MdSMCLoO1MAFrsq1F8MGgah { width:14.1875rem;height:2.625rem;top:1.78125rem;left:2.90625rem;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqaoFUXfgzx0Kv4WMkC6tf2ecBvcT9vc { display:block; }
 }@media only screen and (max-width: 763px) { #WN1IL1zewl3X6m1VNcQLSm9mXBmG26gJ { width:16.625rem;height:3.4375rem;top:66.65625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRIHPD9CTrmyVTectmLxPCrouqdkmbhz { display:block; }
 }@media only screen and (max-width: 763px) { #U8QIe4rz8ONBZVsTvItGAm7pedq6de7s { display:block; }#U8QIe4rz8ONBZVsTvItGAm7pedq6de7s > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N01sVWN5t6OAcKX8XuKIq3uJb4gZDpLZ { width:7rem;height:2.375rem;top:2.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTZvOTw6TWIXHngSMJnIJTkmwlbsdv2 { top:6.375rem;left:0rem;width:20rem;height:0.9746125rem;z-index:15001;font-size:0.75rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }