.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:33,46,62;--color-secondary-0:255,255,255;--color-secondary-1:239,239,239;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #e30613;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#KcSn2nKDo4g2g6RUGt5qnAzFAGm7PhHQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.3125rem;width:9.1875rem;top:1rem;left:50.1875rem;overflow:hidden;display:block; }
#T0RCUVC64M7Kns7x5cNN4sfbTqiIx7L4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.375rem;left:7.5rem;display:block; }
#uQBBhh8SLnuCibiQF78qgpqLQ7Tud3dR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lprUHzgKuI1iW0coPcqFZRHe2akreTg0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.375rem;left:0.625rem;display:block; }
#luXlFc8zW07UABavPeA1iLBTK0WeCc4l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5TpZcIIGeUkdfwbTT7aCEOLFhVPHetT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.375rem;left:23.6875rem;display:block; }
#yBtUWQ8zods1VRWmBBTKLTr9Krn30z9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzueRLpw4qrrZhRghIppaXo7ffv0psVA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.375rem;left:15.625rem;display:block; }
#Fh1USXBZ2zH4gUvwqnImovOz4U4iPmxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a7xHTOb0kXzrGgSiCchd0FcdwFVPu8G3 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:25.875rem;display:block; }
#Zn6WqrbXPPLDCnTyuc8xEpT0VEKFmr3p { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:9.6875rem;display:block; }
#rbz772fA75U6zAldAkVKwS4QVlgkgZHh { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:17.8125rem;display:block; }
#wqO7rBuiZysoUK8aGN7DPbcaPP9fHibC { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:2.1875rem;display:block; }
#C8PEaQT7yorMXlhgQBqAVFphMwTeBWFm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.375rem;left:31.75rem;display:block; }
#fsxhhHBJgH9eFbA88UAheRD2vxv2MmIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbXMrQ7oa8T2qq17GTEkHM865mD2zym4 { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:33.9375rem;display:block; }
#pvML4TTmOlBuTa39x9DJ4TOVWoAzfzli { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hHG9ZUzNZBIcU6nM0aofuJyVbWgyMdnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cv4ZpMx8N2Wi1P3HoMCQh6po0uOQw2aG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#XPW3UB3qeFXio9VsqaStZJyN3oLOktMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7mZkKrMe4T5SefmGXquM6P1peXnfnZh { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RcCREe0WJbIhAX6o8eNiOAHSOUEEKuCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BfkiGnlMOiHIOua7GlwS8Gp6tTWrSfgn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ac4CuPOOdm8cXTPCxTevTAkfsyUZeXuc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D2UTSO3rIgFkx93uBO7vlswHAsL9oiLX { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BICesdJUJbIiJATF0rqBu3I2RoD4wmaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nn38zoqroc71migrmhZCEtoEdh30VivU { position:relative;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU { border-width: 0; border-radius: 0; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/967146a6-1257-4b3a-accf-914eb3b2134b/Header.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container.adaptive-delivery-prevent-bg, #nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container.lazyload, #nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container.lazyloading { background-image: none; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container { background-color: transparent; background-image: none; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container > .video-iframe-container { display: none; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row > .video-iframe-container { display: none; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .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); }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container { border-width: 0; border-radius: 0; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#xeRkd9aogHzWwDJOG2sktqnCbqKKGvzJ { color:#e30613;display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3rem;left:6.625rem;height:4.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZrPtasaEelL79U2oX2KaA4B5RTauNfv { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.3125rem;left:3.8125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3iNtZmLTbH6BVIhci7tzrw9KaexqKOX { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:24.5rem;left:1.6875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RT5VGU10Z2JFFN0MD3JckS2f6eTAUTeZ { color:#e30613;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:20.437501907349rem;left:9.8125rem;height:1.93793125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZ3uI1O3FsAduECPOUybTmW0PgRTdXKk { box-sizing:content-box;height:13.625rem;width:59.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.4375rem;left:0rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XHLa3oPPB57doXrofHDiEhU250mhpxUw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .row .container { background-color: transparent; background-image: none; }#XHLa3oPPB57doXrofHDiEhU250mhpxUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .row .container > .video-iframe-container { display: none; }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .row > .video-iframe-container { display: none; }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .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); }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .row .container { border-width: 0; border-radius: 0; }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#nZyhC73mTmiIlmbSNA6aTUuUMligxFu7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.99925rem;width:40.99975rem;top:1.906494140625rem;left:9.4375rem;overflow:hidden;display:block; }
#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG { position:relative;display:block; }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG { background-color: transparent; background-image: none; }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG > .row .container > .video-iframe-container { display: none; }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG > .row > .video-iframe-container { display: none; }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG > .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); }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG { border-width: 0; border-radius: 0; }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG > .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; }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qrmI3MJbdtam7leQTT4v9dJx5fZUAqf1 { color:#e30613;display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.68701171875rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zhhHKQ8NAo52XsvyAmCMb3QRLp7wLxGa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.5rem;left:21.875rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mBbi9RdHFzd9JuGGpHV8xafmLdgSm3we { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:6.3125rem;left:1.875rem;overflow:hidden;display:block; }
#sKL7IiwddGa1t82BVkSp0PhvectJXbHI { box-sizing:content-box;height:30.0625rem;width:18.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.9990234375rem;left:0.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#foMGXqo6eVbR4679fcLTpMwTB7A3QfTl { box-sizing:content-box;height:30rem;width:18.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.0625rem;left:20.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#SQoBVuDFr7TA2LcvCJrhL1W410xAmhvV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.4375rem;width:16.125rem;top:6.3125rem;left:21.875rem;overflow:hidden;display:block; }
#CR1grdX6OCzlh0d3NstCPIekaZt6FLZN { box-sizing:content-box;height:30.1875rem;width:18.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.87451171875rem;left:40.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#PF7UswgCI5UVtJrNSL23VIQGUdQQQXBz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:6.12451171875rem;left:41.75rem;overflow:hidden;display:block; }
#C80Hf7BhopdLWJgXcu67dyxRrwCcUTiN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.6953125rem;left:1.875rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#vy7zdzRzxEWUSwUWEBTxc3S3XWuVxgcH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tdrJ91kEwQC0Nfcl6pHQSqyGWXmqU9qu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.6953125rem;left:21.75rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#KleWR3fbTRiFSqMiN2kCGWkPQ3DJs4vb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.5rem;left:41.875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EOeXyotKXtTpRRis7xTMAvtpnIDvarzA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.6953125rem;left:41.875rem;height:10.4rem;text-align:left;text-align-last:left;display:block; }
#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK { position:relative;display:block; }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK { background-color: transparent; background-image: none; }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK > .row .container > .video-iframe-container { display: none; }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK > .row > .video-iframe-container { display: none; }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK > .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); }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK { border-width: 0; border-radius: 0; }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK > .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; }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TDeIk2WD3lu2c5lhV8qUu4Ti549BWvB2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:2.0625rem;left:1.875rem;overflow:hidden;display:block; }
#LvOn3DbXRdtENgRkSZCTmArcieWkJmDr { box-sizing:content-box;height:28.125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.75rem;left:0.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#vrvwhy7dlnbpv890mJwmCFTTgGxqcc6i { box-sizing:content-box;height:28.125rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.8125rem;left:20.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#SRk0yev8RtaGe64OkWoGMO41N7r18Wp8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:2.0625rem;left:21.875rem;overflow:hidden;display:block; }
#HP8TGTkCW76BbODsOVRdDB9tEko7sHHs { box-sizing:content-box;height:28.375rem;width:18.8125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:40.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#la9bCgK20CGuK8A0LmhIfz568OyoqOZN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:1.875rem;left:41.8125rem;overflow:hidden;display:block; }
#B5ZHvB2efiSsGfyqtfb0nZ07cgwzUrzt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.25rem;left:41.8125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AfnPFmdRScFy7CRDzBzIf5PTBxWMlbkR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.5rem;left:41.875rem;height:10.4rem;text-align:left;text-align-last:left;display:block; }
#zAnP2WZMIhlKLToGyt6CCRIPM2fE9U9y { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.436187744141rem;left:1.875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mQNGdHApD8Z26OIgPwQBduDvpZWDq2f7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.686187744141rem;left:1.875rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#iAE49q3Zzy6Ge9tiBTTJqe6z2NB1XdeE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.25rem;left:21.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WH4I7PCF9rTEJlX9dMl0CTQndeJP8nX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5rem;left:22rem;height:10.4rem;text-align:left;text-align-last:left;display:block; }
#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 { position:relative;display:block; }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 { background-color: transparent; background-image: none; }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 > .row .container > .video-iframe-container { display: none; }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 > .row > .video-iframe-container { display: none; }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 > .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); }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 { border-width: 0; border-radius: 0; }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 > .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; }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fip9VtxohadlvT4zPZ72Q6GACNMkTtzb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:2.0625rem;left:1.875rem;overflow:hidden;display:block; }
#OtSQytyDyEvSgn0O7Zqe1C6pTN34uTsA { box-sizing:content-box;height:28.125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.75rem;left:0.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#pr4zoTfZffkpvwIVgmuGxPdN89t1BZ5Z { box-sizing:content-box;height:28.125rem;width:18.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.8125rem;left:20.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#zhKxglrVHaDFXPN3b4LWmQbvNrh2vCib { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:2.0625rem;left:21.875rem;overflow:hidden;display:block; }
#RqzaCUMQx7RWWrv8n7I0KQpz2EV130Iu { box-sizing:content-box;height:28.125rem;width:18.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:40.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#FDAyV289q83Igoyxz3kKuLmBDPOsIuii { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:1.875rem;left:41.8125rem;overflow:hidden;display:block; }
#pHHT0h8wKX9TM0g4zC0t9xLtL2KOgJZP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.244781494141rem;left:1.875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zBVlhKMhOARpXqD7GeJC7ZZ1akgOg2RN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.830718994141rem;left:1.875rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#LgMmKGWscUk5CPelISuTgBRmSmru400r { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.244781494141rem;left:21.875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i8AoiTyZKOecTUyeGqlmJXvJaq1oezts { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.830718994141rem;left:21.875rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#obui4tlfRUK3UiO9rteGvxUTHkED5x7P { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.244781494141rem;left:41.875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dmWdIEe0WsB0VbTeDsXi8P1EH0arMbtr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.830718994141rem;left:41.875rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#r82fEwHIWbTbupLRDa2Oetr4NtblF48r { position:relative;display:block; }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r { background-color: transparent; background-image: none; }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r > .row .container > .video-iframe-container { display: none; }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r > .row > .video-iframe-container { display: none; }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r > .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); }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r { border-width: 0; border-radius: 0; }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r > .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; }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G5AMFb7bPQyfKt1ReK44BXhPwmmFQqEX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:2rem;left:1.875rem;overflow:hidden;display:block; }
#JPRVqT33xULR1mWgz10fG9zhdTMsvSo5 { box-sizing:content-box;height:29.6875rem;width:18.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.687255859375rem;left:0.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#flTs0kFVtUTBJVQ70JIyoukGJRWvrqQ4 { box-sizing:content-box;height:29.875rem;width:18.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.482666015625rem;left:20.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#nu07UWXNG7AuItuCuAQmgmzbioFNn81m { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:2rem;left:21.875rem;overflow:hidden;display:block; }
#EATIz7ZVoTWy3gBcrt3UcRVDH2uM8E5A { box-sizing:content-box;height:29.6875rem;width:18.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.5615234375rem;left:40.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#N6AuSBbuX4IFoHxcpZtkzLiP1HFXzr59 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:1.8125rem;left:41.8125rem;overflow:hidden;display:block; }
#Fv6JTLRTiMXPlh4De3nWkbt47S51W6T2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.375rem;left:41.875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JW9PqK0Rsdvpm0P2dzzDtFCEKJg01Dqg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.234375rem;left:41.875rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#Bed2216Xh3n6Hhz9RZIsgfdL9VopV3so { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.623687744141rem;left:1.875rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#EgWDpDJNL0a70qUbpcvTIkPUIhhII6If { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.244781494141rem;left:21.875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e8p6bln3OnRUXy9hcxTmWrDR31AUeNPd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.623291015625rem;left:21.875rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#c7tT76wB5skLhUbzczeInZ0IAEnTiFr3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.18098449707rem;left:1.875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C { position:relative;display:block; }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C { background-color: transparent; background-image: none; }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C > .row .container > .video-iframe-container { display: none; }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C > .row > .video-iframe-container { display: none; }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C > .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); }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C { border-width: 0; border-radius: 0; }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C > .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; }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HCfMPKXIfhLh2qdIq0OkhF8l0UT8Rdvv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:2.0625rem;left:1.875rem;overflow:hidden;display:block; }
#dGTc8APdaihDnXgAcQrfqhNJt5PnfHcT { box-sizing:content-box;height:28.875rem;width:18.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.74951171875rem;left:0.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#PAlVdCGs8wL9MBog3oCqDCRS3B9V0lRp { box-sizing:content-box;height:28.875rem;width:18.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.811767578125rem;left:20.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#xPbq590QeLs1dl6I2XB1lE95O2UW5JK7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:18.084716796875rem;left:1.875rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#pK5Mzck3riRquSL6VzzpaNTsGaiJ59Bf { color:#e30613;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.24609375rem;left:1.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P0pDBRfLHBkMTNu7BLyEu6Hra5F7qvuo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:2.0625rem;left:21.875rem;overflow:hidden;display:block; }
#JwgOGdHAstaVMhTViAEVdRvm7Aqo0Ib9 { box-sizing:content-box;height:28.9375rem;width:18.8125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:40.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;display:block; }
#Z96ktS4UaSlmsAL0vIJucf7TB6zIbRBJ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5rem;width:16.25rem;top:2.0625076293945rem;left:41.875rem;overflow:hidden;display:block; }
#hx1DTuT7XrkIbfGPq8zo3Z6JM76qqCgC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.24609375rem;left:21.9375rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U0ee4HguwgTMQwZBtZwC4iBN1I0PudMk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18.084716796875rem;left:21.875rem;height:10.4rem;text-align:left;text-align-last:left;display:block; }
#aq05xIKgVwoaymtMui34gVJ4zQLUirxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.25rem;left:41.875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sBORJz5Un8Q0e1supOvOHiAA0AvNTNTv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.084716796875rem;left:41.875rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { background-color: transparent; background-image: none; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container > .video-iframe-container { display: none; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row > .video-iframe-container { display: none; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .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); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { border-width: 0; border-radius: 0; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#Eb2uNbDW5OKwOyDogv0vtV3susF30Hsg { color:#e30613;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.5625rem;left:1.9375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR .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; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR .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; }#y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-trigger.adaptive-delivery-prevent-bg, #y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-trigger.lazyload, #y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-trigger.lazyloading { background-image: none; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.125rem;left:0rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#y9D78eXzxK75Av07qvSWJbssOurgwpHR #wncxvi3bqXdlHmP8a2gMBLuQsdDyeH2a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #KUHAUITivkfGGGnW6V3bTXHWDP0cUx5B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #ifya6hSxriMdUW8fJTOtCxPlZbKocVzE { display:block;position:relative; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #QepXXv6qeRukkdaR2MGT3MudtrNW8h7Q {  }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #Bm59ztwTGTkx9zf9HmQgQridoKGhN87q {  }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #XdcHlQ6VPVcXTT6MUMyv4DmZxSomAfIF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #l8kcfGT0dtvFWCiikr2NnuWyB7KQPbvc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #I1TRxCI8vrVH9flxE1921TgKoxZTqdxx { display:block;position:relative; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #CGV7TtWwdfUfI5zQlGuD7ylDXtuEoACx {  }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #x16sof7bobSzcBvgpNFncIF32kdUVaXP { display:none; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #cXcmyo70Qqvf31we4cTmvuoHklDgV1qD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #WSv7OtcDpSlWgzLldqftDQ8qIJbTWStn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #bcWFEG9lgQJy58iOXUsZuaN1qh44gAWK { display:block;position:relative; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #TRuB1SkplIEdXnfF5FDCTsGDl3dMmb8W {  }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #KNeHD6BLkB25poaipZEvspkUP1cr9kSl { display:none; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #KPuAmJ0J0vtCCVarw4CwZvqb7n4crTtS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #oFiV477Z7Dd2STIFu2JOeAE4pfVbOTOR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #Dfyql6MEaB8CszBTz6dF6eMEKhpVGm4A { display:block;position:relative; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #saAO1GqK8W7tLvJMDBTeG87xTzbFcqlb {  }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR #m91o8TpF0cB9Q39GQ9Uq0qOcUIGsU5Tx { display:none; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a5a59;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:1.875rem;height:7.3125rem;font-style:normal;display:block; }
#usztRPqprmNz44HeLDI07Z2xL4kwTGsP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QgBJ94cegTGVdLGWXFEIbAXOFCGlCNCr { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.71875rem;left:1.875rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D0p7shTTz9nTsdqIPJyy8Jn1wLZHhILP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15rem;width:15.25rem;top:2.9375rem;left:36.1875rem;overflow:hidden;display:block; }
#LX11vdcUAsowbZKZpchAVzc1TDPcSkcu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.4375rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:17.187072753906rem;left:1.875rem;display:block; }
#ttPxH7eSNisRC45fctid204Lc1bidewA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBmeZhnnL7TAOtZ9cGRBaAXiWfbwLS6x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.4375rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:19.124786376953rem;left:1.875rem;display:block; }
#qts5PetQy0Xgzq334pVkVnaCsTU8ihmB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CPHcVfecFxQ2PQg2QM7mNgWehTJ087uQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.4375rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:15.249359130859rem;left:1.875rem;display:block; }
#Ay6WsqORXPJGaaP5EtgKIrfDAh9l3V0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcSn2nKDo4g2g6RUGt5qnAzFAGm7PhHQ { top:1rem;left:38.5625rem;width:9.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RCUVC64M7Kns7x5cNN4sfbTqiIx7L4 { width:7.5rem;height:2.5rem;top:1.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQBBhh8SLnuCibiQF78qgpqLQ7Tud3dR { display:block; }
 }@media only screen and (max-width: 763px) { #lprUHzgKuI1iW0coPcqFZRHe2akreTg0 { width:6.25rem;height:2.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luXlFc8zW07UABavPeA1iLBTK0WeCc4l { display:block; }
 }@media only screen and (max-width: 763px) { #g5TpZcIIGeUkdfwbTT7aCEOLFhVPHetT { width:7.5rem;height:2.5rem;top:1.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBtUWQ8zods1VRWmBBTKLTr9Krn30z9g { display:block; }
 }@media only screen and (max-width: 763px) { #CzueRLpw4qrrZhRghIppaXo7ffv0psVA { width:7.5rem;height:2.5rem;top:1.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1USXBZ2zH4gUvwqnImovOz4U4iPmxt { display:block; }
 }@media only screen and (max-width: 763px) { #a7xHTOb0kXzrGgSiCchd0FcdwFVPu8G3 { top:3.8125rem;left:19.75rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn6WqrbXPPLDCnTyuc8xEpT0VEKFmr3p { top:3.8125rem;left:3.5625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbz772fA75U6zAldAkVKwS4QVlgkgZHh { top:3.8125rem;left:11.6875rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqO7rBuiZysoUK8aGN7DPbcaPP9fHibC { top:3.8125rem;left:0rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8PEaQT7yorMXlhgQBqAVFphMwTeBWFm { width:7.5rem;height:2.5rem;top:1.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsxhhHBJgH9eFbA88UAheRD2vxv2MmIT { display:block; }
 }@media only screen and (max-width: 763px) { #JbXMrQ7oa8T2qq17GTEkHM865mD2zym4 { top:3.8125rem;left:27.8125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvML4TTmOlBuTa39x9DJ4TOVWoAzfzli { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hHG9ZUzNZBIcU6nM0aofuJyVbWgyMdnT { display:block; }
 }@media only screen and (max-width: 763px) { #Cv4ZpMx8N2Wi1P3HoMCQh6po0uOQw2aG { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #XPW3UB3qeFXio9VsqaStZJyN3oLOktMJ { display:block; }
 }@media only screen and (max-width: 763px) { #r7mZkKrMe4T5SefmGXquM6P1peXnfnZh { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #RcCREe0WJbIhAX6o8eNiOAHSOUEEKuCT { display:block; }
 }@media only screen and (max-width: 763px) { #BfkiGnlMOiHIOua7GlwS8Gp6tTWrSfgn { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ac4CuPOOdm8cXTPCxTevTAkfsyUZeXuc { display:block; }
 }@media only screen and (max-width: 763px) { #D2UTSO3rIgFkx93uBO7vlswHAsL9oiLX { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BICesdJUJbIiJATF0rqBu3I2RoD4wmaB { display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa { display:block; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeRkd9aogHzWwDJOG2sktqnCbqKKGvzJ { width:46.5625rem;height:4.625rem;top:3rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZrPtasaEelL79U2oX2KaA4B5RTauNfv { width:47.75rem;height:5.625rem;top:9.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3iNtZmLTbH6BVIhci7tzrw9KaexqKOX { width:47.75rem;height:5.5rem;top:24.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5VGU10Z2JFFN0MD3JckS2f6eTAUTeZ { width:40.3125rem;height:1.9375rem;top:20.4375rem;left:3.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ3uI1O3FsAduECPOUybTmW0PgRTdXKk { top:18.4375rem;left:0rem;width:47.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHLa3oPPB57doXrofHDiEhU250mhpxUw { display:block; }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZyhC73mTmiIlmbSNA6aTUuUMligxFu7 { top:1.875rem;left:3.3125rem;width:40.9375rem;height:32.94950029269rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG { display:block; }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrmI3MJbdtam7leQTT4v9dJx5fZUAqf1 { width:44.8125rem;height:1.875rem;top:1.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhhHKQ8NAo52XsvyAmCMb3QRLp7wLxGa { top:18.5rem;left:15.5rem;width:16.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBbi9RdHFzd9JuGGpHV8xafmLdgSm3we { top:6.3125rem;left:0rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKL7IiwddGa1t82BVkSp0PhvectJXbHI { top:4.9375rem;left:0rem;width:18.8125rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foMGXqo6eVbR4679fcLTpMwTB7A3QfTl { top:5.0625rem;left:12.8125rem;width:18.8125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQoBVuDFr7TA2LcvCJrhL1W410xAmhvV { top:6.3125rem;left:15.625rem;width:16.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR1grdX6OCzlh0d3NstCPIekaZt6FLZN { top:4.8125rem;left:28.6875rem;width:18.8125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF7UswgCI5UVtJrNSL23VIQGUdQQQXBz { top:6.0625rem;left:31.375rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C80Hf7BhopdLWJgXcu67dyxRrwCcUTiN { top:23.6875rem;left:0rem;width:16.25rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy7zdzRzxEWUSwUWEBTxc3S3XWuVxgcH { top:18.5rem;left:0rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdrJ91kEwQC0Nfcl6pHQSqyGWXmqU9qu { top:23.6875rem;left:15.375rem;width:16.375rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KleWR3fbTRiFSqMiN2kCGWkPQ3DJs4vb { top:18.5rem;left:31.375rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeXyotKXtTpRRis7xTMAvtpnIDvarzA { top:23.6875rem;left:31.1875rem;width:16.4375rem;height:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK { display:block; }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDeIk2WD3lu2c5lhV8qUu4Ti549BWvB2 { top:2.0625rem;left:0rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvOn3DbXRdtENgRkSZCTmArcieWkJmDr { top:0.75rem;left:0rem;width:18.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrvwhy7dlnbpv890mJwmCFTTgGxqcc6i { top:0.8125rem;left:12.875rem;width:18.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRk0yev8RtaGe64OkWoGMO41N7r18Wp8 { top:2.0625rem;left:15.5rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP8TGTkCW76BbODsOVRdDB9tEko7sHHs { top:0.625rem;left:28.6875rem;width:18.8125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9bCgK20CGuK8A0LmhIfz568OyoqOZN { top:1.875rem;left:31.375rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ZHvB2efiSsGfyqtfb0nZ07cgwzUrzt { top:14.25rem;left:31.375rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfnPFmdRScFy7CRDzBzIf5PTBxWMlbkR { top:17.5rem;left:31.375rem;width:16.25rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAnP2WZMIhlKLToGyt6CCRIPM2fE9U9y { top:14.375rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQNGdHApD8Z26OIgPwQBduDvpZWDq2f7 { top:17.625rem;left:0rem;width:16.25rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAE49q3Zzy6Ge9tiBTTJqe6z2NB1XdeE { top:14.25rem;left:15.5rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH4I7PCF9rTEJlX9dMl0CTQndeJP8nX9 { top:17.5rem;left:15.5rem;width:16.25rem;height:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 { display:block; }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fip9VtxohadlvT4zPZ72Q6GACNMkTtzb { top:2.0625rem;left:0rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtSQytyDyEvSgn0O7Zqe1C6pTN34uTsA { top:0.75rem;left:0rem;width:18.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr4zoTfZffkpvwIVgmuGxPdN89t1BZ5Z { top:0.8125rem;left:12.875rem;width:18.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhKxglrVHaDFXPN3b4LWmQbvNrh2vCib { top:2.0625rem;left:15.5rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqzaCUMQx7RWWrv8n7I0KQpz2EV130Iu { top:0.625rem;left:28.75rem;width:18.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDAyV289q83Igoyxz3kKuLmBDPOsIuii { top:1.875rem;left:31.375rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHHT0h8wKX9TM0g4zC0t9xLtL2KOgJZP { top:14.1875rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBVlhKMhOARpXqD7GeJC7ZZ1akgOg2RN { top:17.8125rem;left:0rem;width:16.25rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgMmKGWscUk5CPelISuTgBRmSmru400r { top:14.1875rem;left:15.5rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8AoiTyZKOecTUyeGqlmJXvJaq1oezts { top:17.8125rem;left:15.5rem;width:16.25rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obui4tlfRUK3UiO9rteGvxUTHkED5x7P { top:14.1875rem;left:31.375rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmWdIEe0WsB0VbTeDsXi8P1EH0arMbtr { top:17.8125rem;left:31.375rem;width:16.25rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r82fEwHIWbTbupLRDa2Oetr4NtblF48r { display:block; }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5AMFb7bPQyfKt1ReK44BXhPwmmFQqEX { top:2rem;left:0rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPRVqT33xULR1mWgz10fG9zhdTMsvSo5 { top:0.625rem;left:0rem;width:18.8125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flTs0kFVtUTBJVQ70JIyoukGJRWvrqQ4 { top:0.4375rem;left:12.8125rem;width:18.8125rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu07UWXNG7AuItuCuAQmgmzbioFNn81m { top:2rem;left:15.5rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATIz7ZVoTWy3gBcrt3UcRVDH2uM8E5A { top:0.5rem;left:28.6875rem;width:18.8125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6AuSBbuX4IFoHxcpZtkzLiP1HFXzr59 { top:1.8125rem;left:31.375rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv6JTLRTiMXPlh4De3nWkbt47S51W6T2 { top:14.375rem;left:31.375rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW9PqK0Rsdvpm0P2dzzDtFCEKJg01Dqg { top:18.1875rem;left:31.375rem;width:16.25rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bed2216Xh3n6Hhz9RZIsgfdL9VopV3so { top:17.5625rem;left:0rem;width:16.25rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgWDpDJNL0a70qUbpcvTIkPUIhhII6If { top:14.1875rem;left:15.5rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8p6bln3OnRUXy9hcxTmWrDR31AUeNPd { top:17.5625rem;left:15.5rem;width:16.25rem;height:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7tT76wB5skLhUbzczeInZ0IAEnTiFr3 { top:14.125rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C { display:block; }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCfMPKXIfhLh2qdIq0OkhF8l0UT8Rdvv { top:2.0625rem;left:0rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTc8APdaihDnXgAcQrfqhNJt5PnfHcT { top:0.6875rem;left:0rem;width:18.8125rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAlVdCGs8wL9MBog3oCqDCRS3B9V0lRp { top:0.75rem;left:12.8125rem;width:18.8125rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPbq590QeLs1dl6I2XB1lE95O2UW5JK7 { top:18.0625rem;left:0rem;width:16.25rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK5Mzck3riRquSL6VzzpaNTsGaiJ59Bf { top:14.1875rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0pDBRfLHBkMTNu7BLyEu6Hra5F7qvuo { top:2.0625rem;left:15.5rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwgOGdHAstaVMhTViAEVdRvm7Aqo0Ib9 { top:0.625rem;left:28.6875rem;width:18.8125rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z96ktS4UaSlmsAL0vIJucf7TB6zIbRBJ { top:2.0625rem;left:31.375rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx1DTuT7XrkIbfGPq8zo3Z6JM76qqCgC { top:14.1875rem;left:15.5rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ee4HguwgTMQwZBtZwC4iBN1I0PudMk { top:18.0625rem;left:15.5rem;width:16.25rem;height:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq05xIKgVwoaymtMui34gVJ4zQLUirxZ { top:14.25rem;left:31.375rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBORJz5Un8Q0e1supOvOHiAA0AvNTNTv { top:18.0625rem;left:31.375rem;width:16.25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn { display:block; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eb2uNbDW5OKwOyDogv0vtV3susF30Hsg { width:20.3125rem;height:1.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #wncxvi3bqXdlHmP8a2gMBLuQsdDyeH2a {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #KUHAUITivkfGGGnW6V3bTXHWDP0cUx5B {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #ifya6hSxriMdUW8fJTOtCxPlZbKocVzE {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #QepXXv6qeRukkdaR2MGT3MudtrNW8h7Q {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #Bm59ztwTGTkx9zf9HmQgQridoKGhN87q {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #XdcHlQ6VPVcXTT6MUMyv4DmZxSomAfIF {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #l8kcfGT0dtvFWCiikr2NnuWyB7KQPbvc {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #I1TRxCI8vrVH9flxE1921TgKoxZTqdxx {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #CGV7TtWwdfUfI5zQlGuD7ylDXtuEoACx {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #x16sof7bobSzcBvgpNFncIF32kdUVaXP {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #cXcmyo70Qqvf31we4cTmvuoHklDgV1qD {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #WSv7OtcDpSlWgzLldqftDQ8qIJbTWStn {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #bcWFEG9lgQJy58iOXUsZuaN1qh44gAWK {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #TRuB1SkplIEdXnfF5FDCTsGDl3dMmb8W {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #KNeHD6BLkB25poaipZEvspkUP1cr9kSl {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #KPuAmJ0J0vtCCVarw4CwZvqb7n4crTtS {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #oFiV477Z7Dd2STIFu2JOeAE4pfVbOTOR {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #Dfyql6MEaB8CszBTz6dF6eMEKhpVGm4A {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #saAO1GqK8W7tLvJMDBTeG87xTzbFcqlb {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #m91o8TpF0cB9Q39GQ9Uq0qOcUIGsU5Tx {  }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:6.125rem;left:0rem;width:25rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usztRPqprmNz44HeLDI07Z2xL4kwTGsP { top:1.875rem;left:0rem;width:13.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgBJ94cegTGVdLGWXFEIbAXOFCGlCNCr { top:22.6875rem;left:0rem;width:21.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0p7shTTz9nTsdqIPJyy8Jn1wLZHhILP { top:2.9375rem;left:30.0625rem;width:15.25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX11vdcUAsowbZKZpchAVzc1TDPcSkcu { width:10.125rem;height:1.4375rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttPxH7eSNisRC45fctid204Lc1bidewA { display:block; }
 }@media only screen and (max-width: 763px) { #XBmeZhnnL7TAOtZ9cGRBaAXiWfbwLS6x { width:8.375rem;height:1.4375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qts5PetQy0Xgzq334pVkVnaCsTU8ihmB { display:block; }
 }@media only screen and (max-width: 763px) { #CPHcVfecFxQ2PQg2QM7mNgWehTJ087uQ { width:2.5rem;height:1.4375rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6WsqORXPJGaaP5EtgKIrfDAh9l3V0Q { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;z-index:auto;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcSn2nKDo4g2g6RUGt5qnAzFAGm7PhHQ { width:9.1875rem;height:3.3125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RCUVC64M7Kns7x5cNN4sfbTqiIx7L4 { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQBBhh8SLnuCibiQF78qgpqLQ7Tud3dR { display:block; }
 }@media only screen and (max-width: 763px) { #lprUHzgKuI1iW0coPcqFZRHe2akreTg0 { width:6.25rem;height:2.5rem;top:1.375rem;left:6.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #luXlFc8zW07UABavPeA1iLBTK0WeCc4l { display:block; }
 }@media only screen and (max-width: 763px) { #g5TpZcIIGeUkdfwbTT7aCEOLFhVPHetT { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBtUWQ8zods1VRWmBBTKLTr9Krn30z9g { display:block; }
 }@media only screen and (max-width: 763px) { #CzueRLpw4qrrZhRghIppaXo7ffv0psVA { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fh1USXBZ2zH4gUvwqnImovOz4U4iPmxt { display:block; }
 }@media only screen and (max-width: 763px) { #a7xHTOb0kXzrGgSiCchd0FcdwFVPu8G3 { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zn6WqrbXPPLDCnTyuc8xEpT0VEKFmr3p { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbz772fA75U6zAldAkVKwS4QVlgkgZHh { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqO7rBuiZysoUK8aGN7DPbcaPP9fHibC { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8PEaQT7yorMXlhgQBqAVFphMwTeBWFm { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsxhhHBJgH9eFbA88UAheRD2vxv2MmIT { display:block; }
 }@media only screen and (max-width: 763px) { #JbXMrQ7oa8T2qq17GTEkHM865mD2zym4 { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvML4TTmOlBuTa39x9DJ4TOVWoAzfzli { top:6rem;left:0rem;width:20rem;height:1.75rem;z-index:15073;font-size:0.9375rem;color:#e30613;background-color:transparent;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) { #hHG9ZUzNZBIcU6nM0aofuJyVbWgyMdnT { display:block; }
 }@media only screen and (max-width: 763px) { #Cv4ZpMx8N2Wi1P3HoMCQh6po0uOQw2aG { top:7.6875rem;left:0rem;width:20rem;height:1.75rem;z-index:15074;font-size:0.9375rem;color:#e30613;background-color:transparent;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) { #XPW3UB3qeFXio9VsqaStZJyN3oLOktMJ { display:block; }
 }@media only screen and (max-width: 763px) { #r7mZkKrMe4T5SefmGXquM6P1peXnfnZh { top:9.375rem;left:0rem;width:20rem;height:1.75rem;z-index:15076;font-size:0.9375rem;color:#e30613;background-color:transparent;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) { #RcCREe0WJbIhAX6o8eNiOAHSOUEEKuCT { display:block; }
 }@media only screen and (max-width: 763px) { #BfkiGnlMOiHIOua7GlwS8Gp6tTWrSfgn { top:11.0625rem;left:0rem;width:20rem;height:1.75rem;z-index:15075;font-size:0.9375rem;color:#e30613;background-color:transparent;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) { #ac4CuPOOdm8cXTPCxTevTAkfsyUZeXuc { display:block; }
 }@media only screen and (max-width: 763px) { #D2UTSO3rIgFkx93uBO7vlswHAsL9oiLX { top:12.75rem;left:0rem;width:20rem;height:1.75rem;z-index:15077;font-size:0.9375rem;color:#e30613;background-color:transparent;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) { #BICesdJUJbIiJATF0rqBu3I2RoD4wmaB { display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/967146a6-1257-4b3a-accf-914eb3b2134b/Header.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU.adaptive-delivery-prevent-bg, #nn38zoqroc71migrmhZCEtoEdh30VivU.lazyload, #nn38zoqroc71migrmhZCEtoEdh30VivU.lazyloading { background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa { display:block; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeRkd9aogHzWwDJOG2sktqnCbqKKGvzJ { width:20rem;height:7.5rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#e30613;display:block; }
 }@media only screen and (max-width: 763px) { #PZrPtasaEelL79U2oX2KaA4B5RTauNfv { width:20rem;height:8.925rem;top:10.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#5a5a59;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T3iNtZmLTbH6BVIhci7tzrw9KaexqKOX { width:18.6865rem;height:10.4125rem;top:25.748291015625rem;left:0.655517578125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#5a5a59;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RT5VGU10Z2JFFN0MD3JckS2f6eTAUTeZ { width:20rem;height:1.81274375rem;top:22.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#e30613;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ3uI1O3FsAduECPOUybTmW0PgRTdXKk { width:19.875rem;height:15.625rem;top:21.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHLa3oPPB57doXrofHDiEhU250mhpxUw { display:block; }#XHLa3oPPB57doXrofHDiEhU250mhpxUw > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZyhC73mTmiIlmbSNA6aTUuUMligxFu7 { width:20rem;height:15.99975rem;top:1.842041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG { display:block; }#i3eVCNLaDR1rbh5TuZoiQvZ18RNTLyIG > .row .container { width:20rem;height:90.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrmI3MJbdtam7leQTT4v9dJx5fZUAqf1 { width:16.125rem;height:4.5rem;top:1.375rem;left:1.9375000596046rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#e30613;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zhhHKQ8NAo52XsvyAmCMb3QRLp7wLxGa { width:16.25rem;height:4.3875rem;top:46.79167175293rem;left:1.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBbi9RdHFzd9JuGGpHV8xafmLdgSm3we { width:16.25rem;height:10.5rem;top:8.25rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKL7IiwddGa1t82BVkSp0PhvectJXbHI { width:18.9375rem;height:25.1875rem;top:6.9375rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #foMGXqo6eVbR4679fcLTpMwTB7A3QfTl { width:18.875rem;height:26.5625rem;top:33.353271484375rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQoBVuDFr7TA2LcvCJrhL1W410xAmhvV { width:16.125rem;height:10.4375rem;top:34.60417175293rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR1grdX6OCzlh0d3NstCPIekaZt6FLZN { width:18.875rem;height:28.3125rem;top:61.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF7UswgCI5UVtJrNSL23VIQGUdQQQXBz { width:16.25rem;height:10.5rem;top:62.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C80Hf7BhopdLWJgXcu67dyxRrwCcUTiN { width:16.25rem;height:6.09375rem;top:25.06640625rem;left:1.7500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy7zdzRzxEWUSwUWEBTxc3S3XWuVxgcH { width:16.25rem;height:2.925rem;top:20.4375rem;left:1.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdrJ91kEwQC0Nfcl6pHQSqyGWXmqU9qu { width:16.43675rem;height:6.09375rem;top:52.85888671875rem;left:1.77978515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KleWR3fbTRiFSqMiN2kCGWkPQ3DJs4vb { width:16.25rem;height:2.925rem;top:74.6875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeXyotKXtTpRRis7xTMAvtpnIDvarzA { width:16.25rem;height:9.75rem;top:78.5625rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK { display:block; }#bF6r9Q9VoSZ9Hqu9T6xkRvTJ6pOSNNbK > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDeIk2WD3lu2c5lhV8qUu4Ti549BWvB2 { width:16.25rem;height:10.5rem;top:1.625rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvOn3DbXRdtENgRkSZCTmArcieWkJmDr { width:18.8125rem;height:23.75rem;top:0.3125rem;left:0.56250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrvwhy7dlnbpv890mJwmCFTTgGxqcc6i { width:18.8125rem;height:26.125rem;top:25.16650390625rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRk0yev8RtaGe64OkWoGMO41N7r18Wp8 { width:16.25rem;height:10.5rem;top:26.41650390625rem;left:1.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP8TGTkCW76BbODsOVRdDB9tEko7sHHs { width:18.75rem;height:28.125rem;top:52.374755859375rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9bCgK20CGuK8A0LmhIfz568OyoqOZN { width:16.25rem;height:10.5rem;top:53.68701171875rem;left:1.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ZHvB2efiSsGfyqtfb0nZ07cgwzUrzt { width:16.25rem;height:1.4625rem;top:66.0625rem;left:1.8115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfnPFmdRScFy7CRDzBzIf5PTBxWMlbkR { width:16.25rem;height:10.4rem;top:69.31201171875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAnP2WZMIhlKLToGyt6CCRIPM2fE9U9y { width:16.25rem;height:1.4625rem;top:13.997398376465rem;left:1.8125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQNGdHApD8Z26OIgPwQBduDvpZWDq2f7 { width:16.25rem;height:6.09375rem;top:17.247398376465rem;left:1.8125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAE49q3Zzy6Ge9tiBTTJqe6z2NB1XdeE { width:16.25rem;height:1.4625rem;top:38.60400390625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH4I7PCF9rTEJlX9dMl0CTQndeJP8nX9 { width:16.25rem;height:8.53125rem;top:41.853515625rem;left:1.937255859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 { display:block; }#RSeEgUJTqvVSqw9KTc16VevbMzad8dq8 > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fip9VtxohadlvT4zPZ72Q6GACNMkTtzb { width:16.25rem;height:10.5rem;top:1.812255859375rem;left:1.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtSQytyDyEvSgn0O7Zqe1C6pTN34uTsA { width:18.8125rem;height:26.5rem;top:0.5rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr4zoTfZffkpvwIVgmuGxPdN89t1BZ5Z { width:18.8125rem;height:26.0625rem;top:28.10302734375rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhKxglrVHaDFXPN3b4LWmQbvNrh2vCib { width:16.25rem;height:10.49925rem;top:29.60205078125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqzaCUMQx7RWWrv8n7I0KQpz2EV130Iu { width:18.875rem;height:25.0625rem;top:55.3125rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDAyV289q83Igoyxz3kKuLmBDPOsIuii { width:16.25rem;height:10.5rem;top:56.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHHT0h8wKX9TM0g4zC0t9xLtL2KOgJZP { width:16.25rem;height:1.4625rem;top:13.992431640625rem;left:1.8115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBVlhKMhOARpXqD7GeJC7ZZ1akgOg2RN { width:16.25rem;height:8.53125rem;top:17.578857421875rem;left:1.8115234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgMmKGWscUk5CPelISuTgBRmSmru400r { width:16.25rem;height:2.925rem;top:42.034423828125rem;left:1.8115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8AoiTyZKOecTUyeGqlmJXvJaq1oezts { width:16.25rem;height:7.3125rem;top:45.99365234375rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obui4tlfRUK3UiO9rteGvxUTHkED5x7P { width:16.25rem;height:1.4625rem;top:68.9375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmWdIEe0WsB0VbTeDsXi8P1EH0arMbtr { width:16.25rem;height:7.3125rem;top:72.1240234375rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r82fEwHIWbTbupLRDa2Oetr4NtblF48r { display:block; }#r82fEwHIWbTbupLRDa2Oetr4NtblF48r > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5AMFb7bPQyfKt1ReK44BXhPwmmFQqEX { width:16.25rem;height:10.5rem;top:2.125rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPRVqT33xULR1mWgz10fG9zhdTMsvSo5 { width:18.8125rem;height:23.375rem;top:0.811767578125rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flTs0kFVtUTBJVQ70JIyoukGJRWvrqQ4 { width:18.8125rem;height:28.1875rem;top:25.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu07UWXNG7AuItuCuAQmgmzbioFNn81m { width:16.25rem;height:10.5rem;top:26.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATIz7ZVoTWy3gBcrt3UcRVDH2uM8E5A { width:18.8125rem;height:25.125rem;top:54.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6AuSBbuX4IFoHxcpZtkzLiP1HFXzr59 { width:16.25rem;height:10.5rem;top:55.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv6JTLRTiMXPlh4De3nWkbt47S51W6T2 { width:16.25rem;height:2.925rem;top:68.3125rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW9PqK0Rsdvpm0P2dzzDtFCEKJg01Dqg { width:15.5625rem;height:6.09375rem;top:72.686767578125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bed2216Xh3n6Hhz9RZIsgfdL9VopV3so { width:16.25rem;height:6.09375rem;top:17.183837890625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgWDpDJNL0a70qUbpcvTIkPUIhhII6If { width:16.25rem;height:1.4625rem;top:38.8125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8p6bln3OnRUXy9hcxTmWrDR31AUeNPd { width:16.25rem;height:10.96875rem;top:41.6875rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7tT76wB5skLhUbzczeInZ0IAEnTiFr3 { width:16.25rem;height:1.4625rem;top:14.3046875rem;left:1.8125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C { display:block; }#OVPs4N2aK7HvOg0nuouu4q0oGwA3f21C > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCfMPKXIfhLh2qdIq0OkhF8l0UT8Rdvv { width:16.25rem;height:10.5rem;top:1.749267578125rem;left:1.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTc8APdaihDnXgAcQrfqhNJt5PnfHcT { width:18.875rem;height:23.5rem;top:0.43701171875rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAlVdCGs8wL9MBog3oCqDCRS3B9V0lRp { width:18.8125rem;height:28.5625rem;top:25.18701171875rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPbq590QeLs1dl6I2XB1lE95O2UW5JK7 { width:15.375rem;height:6.09375rem;top:16.875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK5Mzck3riRquSL6VzzpaNTsGaiJ59Bf { width:16.25rem;height:1.4625rem;top:13.936767578125rem;left:1.8115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0pDBRfLHBkMTNu7BLyEu6Hra5F7qvuo { width:16.25rem;height:10.5rem;top:26.43701171875rem;left:1.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwgOGdHAstaVMhTViAEVdRvm7Aqo0Ib9 { width:18.8125rem;height:25.4375rem;top:55.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z96ktS4UaSlmsAL0vIJucf7TB6zIbRBJ { width:16.25rem;height:10.5rem;top:56.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx1DTuT7XrkIbfGPq8zo3Z6JM76qqCgC { width:13.25rem;height:2.925rem;top:38.62451171875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ee4HguwgTMQwZBtZwC4iBN1I0PudMk { width:16.25rem;height:9.75rem;top:42.998291015625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq05xIKgVwoaymtMui34gVJ4zQLUirxZ { width:16.25rem;height:1.4625rem;top:68.6875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBORJz5Un8Q0e1supOvOHiAA0AvNTNTv { width:16.25rem;height:7.8rem;top:71.875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn { display:block; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eb2uNbDW5OKwOyDogv0vtV3susF30Hsg { width:20rem;height:1.875rem;top:1.060791015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#e30613;display:block; }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR { display:flex;height:auto;width:17.5rem;top:3.49853515625rem;left:0rem; }
#y9D78eXzxK75Av07qvSWJbssOurgwpHR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #wncxvi3bqXdlHmP8a2gMBLuQsdDyeH2a {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #KUHAUITivkfGGGnW6V3bTXHWDP0cUx5B {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #ifya6hSxriMdUW8fJTOtCxPlZbKocVzE {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #QepXXv6qeRukkdaR2MGT3MudtrNW8h7Q {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #Bm59ztwTGTkx9zf9HmQgQridoKGhN87q {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #XdcHlQ6VPVcXTT6MUMyv4DmZxSomAfIF {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #l8kcfGT0dtvFWCiikr2NnuWyB7KQPbvc {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #I1TRxCI8vrVH9flxE1921TgKoxZTqdxx {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #CGV7TtWwdfUfI5zQlGuD7ylDXtuEoACx {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #x16sof7bobSzcBvgpNFncIF32kdUVaXP {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #cXcmyo70Qqvf31we4cTmvuoHklDgV1qD {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #WSv7OtcDpSlWgzLldqftDQ8qIJbTWStn {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #bcWFEG9lgQJy58iOXUsZuaN1qh44gAWK {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #TRuB1SkplIEdXnfF5FDCTsGDl3dMmb8W {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #KNeHD6BLkB25poaipZEvspkUP1cr9kSl {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #KPuAmJ0J0vtCCVarw4CwZvqb7n4crTtS {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #oFiV477Z7Dd2STIFu2JOeAE4pfVbOTOR {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #Dfyql6MEaB8CszBTz6dF6eMEKhpVGm4A {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #saAO1GqK8W7tLvJMDBTeG87xTzbFcqlb {  }
 }@media only screen and (max-width: 763px) { #y9D78eXzxK75Av07qvSWJbssOurgwpHR #m91o8TpF0cB9Q39GQ9Uq0qOcUIGsU5Tx {  }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:20rem;height:5.85rem;top:3.849609375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #usztRPqprmNz44HeLDI07Z2xL4kwTGsP { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgBJ94cegTGVdLGWXFEIbAXOFCGlCNCr { width:20rem;height:0.89375rem;top:20.41796875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D0p7shTTz9nTsdqIPJyy8Jn1wLZHhILP { width:5.1245125rem;height:5rem;top:1.25rem;left:13.619384765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX11vdcUAsowbZKZpchAVzc1TDPcSkcu { width:10.125rem;height:1.4375rem;top:14.125rem;left:4.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttPxH7eSNisRC45fctid204Lc1bidewA { display:block; }
 }@media only screen and (max-width: 763px) { #XBmeZhnnL7TAOtZ9cGRBaAXiWfbwLS6x { width:8.375rem;height:1.4375rem;top:16.8125rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qts5PetQy0Xgzq334pVkVnaCsTU8ihmB { display:block; }
 }@media only screen and (max-width: 763px) { #CPHcVfecFxQ2PQg2QM7mNgWehTJ087uQ { width:2.5rem;height:1.4375rem;top:11.4375rem;left:8.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6WsqORXPJGaaP5EtgKIrfDAh9l3V0Q { display:block; }
 }