.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:217,228,228;--color-primary-1:128,165,164;--color-primary-2:0,74,73;--color-primary-3:0,37,37;--color-primary-4:0,11,11;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Spectral";--paragraphs-font-family:"Manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#PWDsEUhr581H3tpQDLAaoWfodGgB7x2y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:18.75rem;top:2.9375rem;left:6.2500019073488rem;overflow:hidden;display:block; }
#HIFJNEPqOwILo5toD1GEOuAmk3vvDv0r { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.0000002384186rem;left:48.312501907349rem;display:block; }
#FMmErduBueG41JwhnCuWW4lillf3hK96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8xvWPxQRuS2NM8KK0l2mDp3kGDT1CE4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.249125rem;height:2.99913125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.0625002384186rem;left:58.750001907349rem;display:block; }
#d9ZIXNFT5eiscWDgaR5L8eBbBq8kunMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MvZyN2nQRavs4mdhJJbtfiZn88htwWQS { box-sizing:content-box;height:7.5rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:0rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-secondary-4),0.1) ;display:block; }
#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { position:relative;display:block; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { background-color: transparent; background-image: none; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container > .video-iframe-container { display: none; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row > .video-iframe-container { display: none; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .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); }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { border-width: 0; border-radius: 0; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .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; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y5uHsZeTlEIH2P6pcl9ZMCL6SBS4Jr6t { position:absolute;display:block;z-index:15002;height:27.9980625rem;width:31.3748125rem;top:1.1881513595581rem;left:40.000001907349rem;display:block; }
#UW85HEZG69Qt4nrPpbK1a0WHAoTb5XrF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.0625rem;width:37.375rem;top:-0.078125rem;left:0.030870084040472rem;overflow:hidden;display:block; }
#C4LdWyN4yAXW3iT6Nrsv4pyHErFASdhf { box-sizing:content-box;height:48rem;width:37.75rem;position:absolute;display:block;z-index:15001;background-color:#f6f3f0;background-image:none;top:0rem;left:37.3125rem;display:block; }
#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl { position:relative;display:block; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl { background-color: transparent; background-image: none; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container > .video-iframe-container { display: none; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row > .video-iframe-container { display: none; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .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); }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl { border-width: 0; border-radius: 0; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .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; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pxxduUf028RKkvvmCte8Vhiw1krGF2nI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.75rem;top:2.1245651245117rem;left:8.7500019073488rem;overflow:hidden;display:block; }
#sovyDXTFhixgryqLGVScKeXrXJgydTxZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.75rem;top:2.3745651245117rem;left:24.062501907349rem;overflow:hidden;display:block; }
#cyU7HQzxVk00MB7V9nmFgTdQAubc975V { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81196875rem;width:8.6248125rem;top:2.6857624053955rem;left:42.125436782837rem;overflow:hidden;display:block; }
#cnQ0leCBUh0Q1MVwp9DJdfldK2fBCBOq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.5611875rem;top:2.4370651245117rem;left:57.500001907349rem;overflow:hidden;display:block; }
#TEGTP6huvqozwo8GyniB6Pc8plzNZU12 { box-sizing:content-box;height:0.125rem;width:62.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:6.6875rem;left:6.03125rem;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;display:block; }
#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container { background-color: transparent; background-image: none; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container > .video-iframe-container { display: none; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row > .video-iframe-container { display: none; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .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); }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container { border-width: 0; border-radius: 0; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#ZdJ0JFgGd80OsNtnhEBzvlUWdcI010Oi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.3760852813721rem;left:6.25rem;height:3rem;text-align:left;text-align-last:left;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; }
#lJt1Rig6XAaTggW3zWEKA9RrcnzT3GSG { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.3754348754881rem;left:6.2500019073488rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r5AhbhRIAEvofctup2ONa4kiwzBgRiOu { box-sizing:content-box;height:20.0625rem;width:20.125rem;position:absolute;display:block;z-index:15008;background-color:#f6f3f0;background-image:none;top:10.313585281372rem;left:6.2500019073488rem;display:block; }
#BbPxqy3o2p5SSvT9QwXI5a5nwmWueTwd { box-sizing:content-box;height:19.9375rem;width:20.1875rem;position:absolute;display:block;z-index:15009;background-color:#f6f3f0;background-image:none;top:10.313585281372rem;left:48.750001907349rem;display:block; }
#AtLsswuBN5QDKu3f9pIvEs8aLBg6XzF2 { box-sizing:content-box;height:20.0625rem;width:20.0625rem;position:absolute;display:block;z-index:15010;background-color:#f6f3f0;background-image:none;top:10.313585281372rem;left:27.500001907349rem;display:block; }
#dlU4JLAZhIsufQKrMaQvHieBkwPF0fbM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.813150405884rem;left:7.5000019073488rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Th8rRfdR2WPLNxE3yI4cdWsaabFxM2U7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.174697875976rem;left:7.5000019073488rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h63FqwNCMCUiXrNg8xmzgoouN15toT08 { color:#282828;display:block;width:17.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.563152313233rem;left:7.3750019073488rem;height:6.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#h63FqwNCMCUiXrNg8xmzgoouN15toT08 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h63FqwNCMCUiXrNg8xmzgoouN15toT08 li:before{  }
#VJJeCBg5sbtQG9cm9DI43qz6C25qzzve { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.237628936767rem;left:28.750001907349rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rLUUn5WeFqr4sN39R6T8XyHUQqPTxifH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.750650405884rem;left:28.750001907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cJVUOClo4nmtZzxnI1Au3eQywhWqoqE6 { color:#282828;display:block;width:17.436rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.611980438233rem;left:28.625001907349rem;height:7.749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cJVUOClo4nmtZzxnI1Au3eQywhWqoqE6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cJVUOClo4nmtZzxnI1Au3eQywhWqoqE6 li:before{  }
#uKVg9en9CLgSHU3wmweEO31ZXtNCgfNW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.813585281372rem;left:50.000001907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hngh6SVBFbr2szQ8GL3pBEi2KyNhdZSO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.313587188721rem;left:50.000001907349rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QepyqW1ceMuWk1oHOCVrCvoCGvTiELCQ { color:#282828;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.563587188721rem;left:49.875001907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#QepyqW1ceMuWk1oHOCVrCvoCGvTiELCQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QepyqW1ceMuWk1oHOCVrCvoCGvTiELCQ li:before{  }
#uHMonZbmItr0fz3Edym4PWzdEiSCKlah { position:relative;display:block; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah { background-color: transparent; background-image: none; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container > .video-iframe-container { display: none; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row > .video-iframe-container { display: none; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .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); }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah { border-width: 0; border-radius: 0; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .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; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uaE4w0PIe93FDZBxpgQ2Az5NRFAka5I1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:20.8125rem;top:2.09375rem;left:6.395835876465rem;overflow:hidden;display:block; }
#vEvgHcacI1r7OqLnGGVqGHCTv6K6lbKZ { box-sizing:content-box;height:33.8125rem;width:41.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.125rem;left:27.0625rem;display:block; }
#IAeFeuDUGlUMTM3MlzPN0Z41g58EUQAD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:5.3125rem;left:33.5rem;height:3rem;text-align:left;text-align-last:left;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; }
#aQQmT9gT09XbIhZu7c7vspqzZnNmGnwH { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.6875rem;left:33.5rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVv2LrUzO37J6TMKbsNdmmdbuV5HNBzK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.0625rem;left:34.75rem; }
#S5Nv2zScIuftTAdc9o9agLhbApV3h72y { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:17.1875rem;left:36.6875rem;height:9.09864375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HnCVibQlKF9ugy4HLXvqGGgX3feAwifg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.6875rem;left:34.6875rem; }
#FFWeAxTh8gHfzrn4ciKqWgRKy5iDTdHk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.1875rem;left:34.6875rem; }
#b5JR3sUxptX53Wmbwa9k2TfB05HAr9TI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:24.75rem;left:34.6875rem; }
#eEbQ9GbT9tlFPG8c3Bx3bouCE8hTEUiB { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.249125rem;height:2.99913125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.6875rem;left:33.5rem;display:block; }
#flctEMJinTd0zS0V4OXDvEIn0IL9TN1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 { position:relative;display:block; }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 { background-color: transparent; background-image: none; }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 > .row .container > .video-iframe-container { display: none; }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 > .row > .video-iframe-container { display: none; }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 > .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); }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 { border-width: 0; border-radius: 0; }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 > .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; }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);vertical-align:top; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .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; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;height:auto; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.4;overflow:hidden;height:auto; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .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; }#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-trigger.adaptive-delivery-prevent-bg, #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-trigger.lazyload, #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-trigger.lazyloading { background-image: none; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb { box-sizing:content-box;height:auto;width:32.934875rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15000;background-color:#f6f3f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.875rem;padding-right:1.875rem;padding-bottom:1.875rem;padding-left:1.875rem;top:7.0625rem;left:6.0625rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #feXHy2XcTsNv4GTASVWTlXpz1lKX9Has { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #UHfwe51fgVMDArg5Jk53T6zWroax2Nwo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #hAkV89hqak4I7umWMTpvRdntnbP0MvSZ { display:block;position:relative; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #wRldpS9i1UOT3bgCadh72FFeTDNe3BM3 {  }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #iavLK6TeGAq4a57BLHvoaABcVK0GGo1I {  }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #HzFWf7sze4MTDApfs2hZf4bbn13pHDKu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #hWN1glUXO3F2zKlc4UOk14aEpJgHylBy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #nm8X5l7CCMcodwht4pBNFw1dIDs6yzJ8 { display:block;position:relative; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #Ncf3MU5qBLu4GRKwSDfDvlm9G15Fn46U {  }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ENzMb0La5nocW3WoebuoH3Uiy0F7cGdb { display:none; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #oXOz7nmyVOdh5ZeSbTXo97xJb9Fxeesy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ZXG6teB9D0EDX8pH66Bux4ahugtik8qr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #HS2R3iPchLzAFwlyfKPlswOZuu96GlyM { display:block;position:relative; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #xJQDXgeQNGuFOtU99kHicAWUmJowriyK {  }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #sIE2cz52erbGoVuSJPbiecMDTTubTLom { display:none; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #D1AIbQA8DFvgiX9rrx0embazmzE058Ck { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ZV0hHrgezKR3v9gdJ5fQKnBBudGSSAKi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #oUimhnNFGT5nZfQC0EpXlWAOdz3hw4zh { display:block;position:relative; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #aMuIGHDn5me59mF23r0b2iA41rBEAKyI {  }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #X5Aq2zA4wtTDPdKw0Cw2VOkgsGOMmuh9 { display:none; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ICCOBKLfEPFroMuBFh2GTamvoy94vcPD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #umHEnF8aGqph7sk21Dvlx3h6gZNzUgad { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #eGRTvw2vQx2KTs1VAQMWv8mz9JFuSTuk { display:block;position:relative; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #OffBnQJpIfyMqe6sp1rQEvXJNuthKCVO {  }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ERZszPXCKZcyBvCsf7585VmKvHDe2FRR { display:none; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #nJBLn0LgOaewqXtMQNHpw6DVaO5rwq13 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #NTJ8D8Kkxcce1I4BN92HBWA2vkZHEbpQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #I81Egz9ZkLxeprNWe2Uv0MMfa9i6VwZ6 { display:block;position:relative; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #qBQ0T3Z2WnXtN0OlE1JWz95U27gAWKRt {  }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #CDoe7rs9f6WiQvvbmfmxaBfsspLcFCNs { display:none; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #hwLVJqQieByDshDtuupL5cgKPE1ziQbK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #sZQaTsWCKAu1KJTKcwB6M8TyWge56Bza { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #bU07mwf2CwV6VA4vZ4zU1O2GTWH014Tq { display:block;position:relative; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #TaNbQaTXWqcsq6muH0FH6uMlZTzdfy1R {  }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #tf3adVwsFck6PyaQHwaLIvnJu8LFnheL { display:none; }
#sJxCcbErCXZQZRJV8kxiIm14QdLN16FA { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:3.0625rem;left:6.0625rem;height:3rem;text-align:left;text-align-last:left;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; }
#r1sTH2XVfhJ94RWUswT9lKDtAn7VNrfr { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:21.6875rem;top:7.125rem;left:45.05859375rem;overflow:hidden;display:block; }
#PveEawX8csQrd4bbdauRI4dRgThDao5n { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.99926875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.123779296875rem;left:49.140625rem;display:none; }
#O1F2tcK9U3Gloq4C5grCp4mRUl9f9usf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC { position:relative;display:block; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC { background-color: transparent; background-image: none; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row .container > .video-iframe-container { display: none; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row > .video-iframe-container { display: none; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .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); }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC { border-width: 0; border-radius: 0; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .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; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KhfKphZbpLrqffc7R8INCE4evmTLXT81 { box-sizing:content-box;height:11.9998125rem;width:21.936875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.1271705627441rem;left:6.2500019073488rem;display:block; }
#VbMtEFkbnUSAGfT6VAD3A5bdvVxV9IWu { box-sizing:content-box;height:17rem;width:47.625rem;position:absolute;display:block;z-index:14999;background-color:#f6f3f0;background-image:none;top:1.6890182495118rem;left:21.250001907349rem;display:block; }
#X0LqCmsS85ls8b5kucJCCWG0fv8QdPTf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:5.9396705627441rem;left:8.7500019073488rem;height:5.25rem;text-align:left;text-align-last:left;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; }
#GyMTPpPll5mLk23LzDEAaFCECXtyN8ot { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.9368476867675rem;left:30.000001907349rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ncsMk8MgTyuALyKkR9kr6CVSQygKNG9m { color:rgba(var(--color-primary-2),1);display:block;width:2.8125rem;position:absolute;font-family:"cinzel decorative";font-size:9.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:0.93967056274412rem;left:28.750001907349rem;height:15rem;text-align:left;text-align-last:left;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; }
#K7sXlBBvoP88UCaHNG5Gq63ngWG5a345 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.015625rem;left:13.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QJq3EwHGNW4SVJAw5da5qNq0auSqF3Wr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.12656211853rem;left:8.8125rem; }
#TfLTDpiNzyEUGASzftSFcV3Ed4WNf3ck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.12656211853rem;left:9.625rem; }
#EwakH9bupEhCULVEapq9Xi32QLrL08AW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.125rem;left:10.375rem; }
#k5Ucffcab9TAic7ECU5gLnvh9oeezsVr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.14999961853rem;left:11.125rem; }
#HtNHoVUSGhzsmxnkpPXPIw7WszBRVr9E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.125rem;left:11.875rem; }
#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX { position:relative;display:block; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX { background-color: transparent; background-image: none; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container > .video-iframe-container { display: none; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row > .video-iframe-container { display: none; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .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); }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX { border-width: 0; border-radius: 0; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .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; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bMf79Xk9O6CGUR0qKHHkegLqobelZoD4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:27.9375rem;top:2.9375rem;left:40.8125rem;overflow:hidden;display:block; }
#quMAQPN2oTSegckRcyITaqFNPuRnCowH { box-sizing:content-box;height:22.375rem;width:34.5625rem;position:absolute;display:block;z-index:14999;background-color:#f6f3f0;background-image:none;top:2.9375rem;left:7.5rem;display:block; }
#bcUuKU4W3SDnCSIHFIhdZBq0i8sBtEeR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.6875rem;left:10rem;height:7.974625rem;text-align:left;text-align-last:left;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; }
#HLhIeRKPpKNXAVTWZPqH4ShQqEIWsyNX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.88671875rem;left:10.03125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xm0pDHQ2M0ZES8Zf76VW6Fkw0Qfs3iEi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19.1875rem;left:10rem;display:block; }
#vTxAON86nGu3LVI32yN4MsZSo0WIai23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLfAkiExoZHOergg5LUa7zS2BeunuKrx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.249rem;height:2.999025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.1875rem;left:20.7509765625rem;display:none; }
#hOddnVHPb0bgRDcmr5sa1f8METAkOICJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC { position:relative;display:block; }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC { background-color: transparent; background-image: none; }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC > .row .container > .video-iframe-container { display: none; }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC > .row > .video-iframe-container { display: none; }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC > .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); }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC { border-width: 0; border-radius: 0; }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC > .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; }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g3kckee8lyblFM8hyHHTKeaUya6TVzDa { box-sizing:content-box;height:10.1875rem;width:15.0625rem;position:absolute;display:block;z-index:15004;background-color:#f6f3f0;background-image:none;top:5.435546875rem;left:6.1875rem;display:block; }
#kmJ1qmaypBzNt1JqAVduX5uLsTW1Gd5Q { box-sizing:content-box;height:14.8125rem;width:51.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.9403400421142rem;left:17.498224258423rem;display:block; }
#TlJgGOxpbrTTMrXcWHytE75vqTbq34wl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.3125rem;left:7.375rem;height:2.25rem;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; }
#NnATQNBqGTZa3Bi8gOsQsXnZCq61stzn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.8125rem;left:7.4375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bLXFxwsCgvIcMNTETdzPUdkEwXhucxmK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.998046875rem;left:27.685546875rem; }
#qy20yg89OWChQeCTB2AByARq8N7bxhWO { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:9.4365234375rem;left:25.498046875rem;height:1.4985375rem;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; }
#ZuyMtvbEJIUXahl7AxZbuyfTIdBLOfJp { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.560546875rem;left:22.810546875rem;height:1.9482375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dk2WcVXZ4gkVwhcHtu97gqpbL23drABy { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.5556640625rem;left:35.435546875rem;height:1.9482375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKMrRWMElmFQ2QWyCcXMiyILFk3PBhTU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:7.185546875rem;left:39.185546875rem; }
#HTgdPFZn7UxgqKV5W5KXcmvnD3P6euDG { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:9.3740234375rem;left:36.248046875rem;height:1.4985375rem;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; }
#kPmWAIJ8v6FayqDPRLppN8QvGFsGls5O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:7.185546875rem;left:51.1845703125rem; }
#K6SkA8xuGL844dz2N1TonmnLgvk4nE0i { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.4150390625rem;left:48.2470703125rem;height:1.4985375rem;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; }
#KHBSQsMQbuXSdkZPS81LPTCTfpn2XEul { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:11.5556640625rem;left:48.2783203125rem;height:1.9482375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RnEPAa1udZSTHZJCRBwgytg8IE2WQN9E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.185546875rem;left:61.9365234375rem; }
#WBlzWNnVhvXaGO1179hauEL9Eh1PLGTP { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:9.4365234375rem;left:60.2490234375rem;height:1.4985375rem;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; }
#N941yyOBOKa9ENvkJg7UORnA7Vx5ey80 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:11.5556640625rem;left:58.9990234375rem;height:1.9482375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { background-color: transparent; background-image: none; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container > .video-iframe-container { display: none; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row > .video-iframe-container { display: none; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .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); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { border-width: 0; border-radius: 0; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#ZdJ5vfWlQNvgxIOAGtVSN5XUwJEvRhSS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:16.5rem;top:0.5rem;left:29.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWDsEUhr581H3tpQDLAaoWfodGgB7x2y { top:2.9375rem;left:0rem;width:18.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIFJNEPqOwILo5toD1GEOuAmk3vvDv0r { width:9.25rem;height:3rem;top:2rem;left:34.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmErduBueG41JwhnCuWW4lillf3hK96 { display:block; }
 }@media only screen and (max-width: 763px) { #s8xvWPxQRuS2NM8KK0l2mDp3kGDT1CE4 { width:9.1875rem;height:2.9375rem;top:2.0625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZIXNFT5eiscWDgaR5L8eBbBq8kunMM { display:block; }
 }@media only screen and (max-width: 763px) { #MvZyN2nQRavs4mdhJJbtfiZn88htwWQS { top:0rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { display:block; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5uHsZeTlEIH2P6pcl9ZMCL6SBS4Jr6t { top:1.1875rem;left:16.4375rem;width:31.3125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW85HEZG69Qt4nrPpbK1a0WHAoTb5XrF { top:-0.0625rem;left:0rem;width:37.375rem;height:48.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LdWyN4yAXW3iT6Nrsv4pyHErFASdhf { top:0rem;left:0rem;width:37.75rem;height:48rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl { display:block; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxxduUf028RKkvvmCte8Vhiw1krGF2nI { top:2.0625rem;left:3.1875rem;width:8.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sovyDXTFhixgryqLGVScKeXrXJgydTxZ { top:2.3125rem;left:13.843751907349rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyU7HQzxVk00MB7V9nmFgTdQAubc975V { top:2.625rem;left:25.094186782837rem;width:8.5625rem;height:1.7980406073805rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnQ0leCBUh0Q1MVwp9DJdfldK2fBCBOq { top:2.375rem;left:35.8125rem;width:8.5rem;height:2.171865760445rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEGTP6huvqozwo8GyniB6Pc8plzNZU12 { top:6.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 { display:block; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdJ0JFgGd80OsNtnhEBzvlUWdcI010Oi { width:14.4375rem;height:3rem;top:3.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJt1Rig6XAaTggW3zWEKA9RrcnzT3GSG { width:47.75rem;height:1.5rem;top:6.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5AhbhRIAEvofctup2ONa4kiwzBgRiOu { top:10.3125rem;left:0rem;width:20.125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPxqy3o2p5SSvT9QwXI5a5nwmWueTwd { top:10.3125rem;left:27.5625rem;width:20.1875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtLsswuBN5QDKu3f9pIvEs8aLBg6XzF2 { top:10.3125rem;left:13.875001907349rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlU4JLAZhIsufQKrMaQvHieBkwPF0fbM { width:12rem;height:1.5625rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8rRfdR2WPLNxE3yI4cdWsaabFxM2U7 { width:17.5625rem;height:3.875rem;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h63FqwNCMCUiXrNg8xmzgoouN15toT08 { width:17.375rem;height:6.125rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }#h63FqwNCMCUiXrNg8xmzgoouN15toT08 li:before{  }
 }@media only screen and (max-width: 763px) { #VJJeCBg5sbtQG9cm9DI43qz6C25qzzve { width:17.5625rem;height:3.875rem;top:15.1875rem;left:15.125001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLUUn5WeFqr4sN39R6T8XyHUQqPTxifH { width:12rem;height:1.5625rem;top:12.6875rem;left:15.125001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVUOClo4nmtZzxnI1Au3eQywhWqoqE6 { width:17.375rem;height:;top:20.5625rem;left:15.000001907349rem;font-size:0.875rem;display:block; }#cJVUOClo4nmtZzxnI1Au3eQywhWqoqE6 li:before{  }
 }@media only screen and (max-width: 763px) { #uKVg9en9CLgSHU3wmweEO31ZXtNCgfNW { width:12rem;height:1.5625rem;top:12.8125rem;left:35.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hngh6SVBFbr2szQ8GL3pBEi2KyNhdZSO { width:16.25rem;height:3.875rem;top:15.3125rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QepyqW1ceMuWk1oHOCVrCvoCGvTiELCQ { width:17.6875rem;height:;top:20.5625rem;left:30.0625rem;font-size:0.875rem;display:block; }#QepyqW1ceMuWk1oHOCVrCvoCGvTiELCQ li:before{  }
 }@media only screen and (max-width: 763px) { #uHMonZbmItr0fz3Edym4PWzdEiSCKlah { display:block; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaE4w0PIe93FDZBxpgQ2Az5NRFAka5I1 { top:2.0625rem;left:0rem;width:20.8125rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEvgHcacI1r7OqLnGGVqGHCTv6K6lbKZ { top:2.125rem;left:6.1875rem;width:41.5625rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeFeuDUGlUMTM3MlzPN0Z41g58EUQAD { width:20.8125rem;height:3rem;top:5.3125rem;left:19.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQQmT9gT09XbIhZu7c7vspqzZnNmGnwH { width:28.75rem;height:6.4375rem;top:8.6875rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVv2LrUzO37J6TMKbsNdmmdbuV5HNBzK { top:17.0625rem;left:21.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Nv2zScIuftTAdc9o9agLhbApV3h72y { width:19.375rem;height:9.0625rem;top:17.1875rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnCVibQlKF9ugy4HLXvqGGgX3feAwifg { top:19.6875rem;left:21.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFWeAxTh8gHfzrn4ciKqWgRKy5iDTdHk { top:22.1875rem;left:21.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5JR3sUxptX53Wmbwa9k2TfB05HAr9TI { top:24.75rem;left:21.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEbQ9GbT9tlFPG8c3Bx3bouCE8hTEUiB { width:9.1875rem;height:2.9375rem;top:29.6875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flctEMJinTd0zS0V4OXDvEIn0IL9TN1f { display:block; }
 }@media only screen and (max-width: 763px) { #LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 { display:block; }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb { display:flex;height:auto;width:45.25rem;top:5.4375rem;left:0rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #feXHy2XcTsNv4GTASVWTlXpz1lKX9Has {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #UHfwe51fgVMDArg5Jk53T6zWroax2Nwo {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #hAkV89hqak4I7umWMTpvRdntnbP0MvSZ {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #wRldpS9i1UOT3bgCadh72FFeTDNe3BM3 {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #iavLK6TeGAq4a57BLHvoaABcVK0GGo1I {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #HzFWf7sze4MTDApfs2hZf4bbn13pHDKu {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #hWN1glUXO3F2zKlc4UOk14aEpJgHylBy {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #nm8X5l7CCMcodwht4pBNFw1dIDs6yzJ8 {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #Ncf3MU5qBLu4GRKwSDfDvlm9G15Fn46U {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ENzMb0La5nocW3WoebuoH3Uiy0F7cGdb {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #oXOz7nmyVOdh5ZeSbTXo97xJb9Fxeesy {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ZXG6teB9D0EDX8pH66Bux4ahugtik8qr {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #HS2R3iPchLzAFwlyfKPlswOZuu96GlyM {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #xJQDXgeQNGuFOtU99kHicAWUmJowriyK {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #sIE2cz52erbGoVuSJPbiecMDTTubTLom {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #D1AIbQA8DFvgiX9rrx0embazmzE058Ck {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ZV0hHrgezKR3v9gdJ5fQKnBBudGSSAKi {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #oUimhnNFGT5nZfQC0EpXlWAOdz3hw4zh {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #aMuIGHDn5me59mF23r0b2iA41rBEAKyI {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #X5Aq2zA4wtTDPdKw0Cw2VOkgsGOMmuh9 {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ICCOBKLfEPFroMuBFh2GTamvoy94vcPD {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #umHEnF8aGqph7sk21Dvlx3h6gZNzUgad {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #eGRTvw2vQx2KTs1VAQMWv8mz9JFuSTuk {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #OffBnQJpIfyMqe6sp1rQEvXJNuthKCVO {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ERZszPXCKZcyBvCsf7585VmKvHDe2FRR {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #nJBLn0LgOaewqXtMQNHpw6DVaO5rwq13 {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #NTJ8D8Kkxcce1I4BN92HBWA2vkZHEbpQ {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #I81Egz9ZkLxeprNWe2Uv0MMfa9i6VwZ6 {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #qBQ0T3Z2WnXtN0OlE1JWz95U27gAWKRt {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #CDoe7rs9f6WiQvvbmfmxaBfsspLcFCNs {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #hwLVJqQieByDshDtuupL5cgKPE1ziQbK {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #sZQaTsWCKAu1KJTKcwB6M8TyWge56Bza {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #bU07mwf2CwV6VA4vZ4zU1O2GTWH014Tq {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #TaNbQaTXWqcsq6muH0FH6uMlZTzdfy1R {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #tf3adVwsFck6PyaQHwaLIvnJu8LFnheL {  }
 }@media only screen and (max-width: 763px) { #sJxCcbErCXZQZRJV8kxiIm14QdLN16FA { width:23.625rem;height:;top:3.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1sTH2XVfhJ94RWUswT9lKDtAn7VNrfr { top:7.125rem;left:26.0625rem;width:21.6875rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PveEawX8csQrd4bbdauRI4dRgThDao5n { width:14.375rem;height:2.9375rem;top:31.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1F2tcK9U3Gloq4C5grCp4mRUl9f9usf { display:block; }
 }@media only screen and (max-width: 763px) { #EWnSrFhML95HoUwAz00hMm1KsuMmo3DC { display:block; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhfKphZbpLrqffc7R8INCE4evmTLXT81 { top:4.125rem;left:0rem;width:21.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbMtEFkbnUSAGfT6VAD3A5bdvVxV9IWu { top:1.6875rem;left:0.125rem;width:47.625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LqCmsS85ls8b5kucJCCWG0fv8QdPTf { width:16.875rem;height:5.1875rem;top:5.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyMTPpPll5mLk23LzDEAaFCECXtyN8ot { width:36.625rem;height:9rem;top:6.875rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncsMk8MgTyuALyKkR9kr6CVSQygKNG9m { width:2.8125rem;height:15rem;top:0.9375rem;left:15.125001907349rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7sXlBBvoP88UCaHNG5Gq63ngWG5a345 { width:12.375rem;height:1.3125rem;top:12rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJq3EwHGNW4SVJAw5da5qNq0auSqF3Wr { top:12.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfLTDpiNzyEUGASzftSFcV3Ed4WNf3ck { top:12.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwakH9bupEhCULVEapq9Xi32QLrL08AW { top:12.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Ucffcab9TAic7ECU5gLnvh9oeezsVr { top:12.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtNHoVUSGhzsmxnkpPXPIw7WszBRVr9E { top:12.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqkvCNaJ6DuezudEznrVE5dVlTcODXFX { display:block; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMf79Xk9O6CGUR0qKHHkegLqobelZoD4 { top:2.9375rem;left:19.8125rem;width:27.9375rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMAQPN2oTSegckRcyITaqFNPuRnCowH { top:2.9375rem;left:0rem;width:34.5625rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUuKU4W3SDnCSIHFIhdZBq0i8sBtEeR { width:28.75rem;height:7.9375rem;top:6.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLhIeRKPpKNXAVTWZPqH4ShQqEIWsyNX { width:27.625rem;height:1.25rem;top:15.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm0pDHQ2M0ZES8Zf76VW6Fkw0Qfs3iEi { width:9.25rem;height:3rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTxAON86nGu3LVI32yN4MsZSo0WIai23 { display:block; }
 }@media only screen and (max-width: 763px) { #bLfAkiExoZHOergg5LUa7zS2BeunuKrx { width:9.1875rem;height:2.9375rem;top:19.1875rem;left:7.1259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOddnVHPb0bgRDcmr5sa1f8METAkOICJ { display:block; }
 }@media only screen and (max-width: 763px) { #n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC { display:block; }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3kckee8lyblFM8hyHHTKeaUya6TVzDa { top:5.375rem;left:0rem;width:15.0625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmJ1qmaypBzNt1JqAVduX5uLsTW1Gd5Q { top:2.9375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJgGOxpbrTTMrXcWHytE75vqTbq34wl { width:12.625rem;height:2.25rem;top:7.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnATQNBqGTZa3Bi8gOsQsXnZCq61stzn { width:12.625rem;height:3.875rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLXFxwsCgvIcMNTETdzPUdkEwXhucxmK { top:6.9375rem;left:14.060546875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy20yg89OWChQeCTB2AByARq8N7bxhWO { width:6.375rem;height:1.5rem;top:9.375rem;left:11.873046875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuyMtvbEJIUXahl7AxZbuyfTIdBLOfJp { width:11.75rem;height:1.9375rem;top:11.5rem;left:9.185546875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk2WcVXZ4gkVwhcHtu97gqpbL23drABy { width:9.5rem;height:1.9375rem;top:11.5rem;left:21.810546875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKMrRWMElmFQ2QWyCcXMiyILFk3PBhTU { top:7.125rem;left:25.560546875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgdPFZn7UxgqKV5W5KXcmvnD3P6euDG { width:7.875rem;height:1.5rem;top:9.3125rem;left:22.623046875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPmWAIJ8v6FayqDPRLppN8QvGFsGls5O { top:7.125rem;left:37.5595703125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6SkA8xuGL844dz2N1TonmnLgvk4nE0i { width:7.875rem;height:1.5rem;top:9.375rem;left:34.6220703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHBSQsMQbuXSdkZPS81LPTCTfpn2XEul { width:7.8125rem;height:1.9375rem;top:11.5rem;left:34.6533203125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnEPAa1udZSTHZJCRBwgytg8IE2WQN9E { top:7.125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBlzWNnVhvXaGO1179hauEL9Eh1PLGTP { width:5.375rem;height:1.5rem;top:9.375rem;left:42.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N941yyOBOKa9ENvkJg7UORnA7Vx5ey80 { width:7.875rem;height:1.9375rem;top:11.5rem;left:39.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx { display:block; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdJ5vfWlQNvgxIOAGtVSN5XUwJEvRhSS { top:0.5rem;left:15.625rem;width:16.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWDsEUhr581H3tpQDLAaoWfodGgB7x2y { width:20rem;height:1.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIFJNEPqOwILo5toD1GEOuAmk3vvDv0r { width:7.5rem;height:2.5rem;top:4.625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmErduBueG41JwhnCuWW4lillf3hK96 { display:block; }
 }@media only screen and (max-width: 763px) { #s8xvWPxQRuS2NM8KK0l2mDp3kGDT1CE4 { width:7.5rem;height:2.5rem;top:4.625rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZIXNFT5eiscWDgaR5L8eBbBq8kunMM { display:block; }
 }@media only screen and (max-width: 763px) { #MvZyN2nQRavs4mdhJJbtfiZn88htwWQS { width:20rem;height:8.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { display:block; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5uHsZeTlEIH2P6pcl9ZMCL6SBS4Jr6t { width:20rem;height:21.1875rem;top:26.875000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW85HEZG69Qt4nrPpbK1a0WHAoTb5XrF { width:20rem;height:25.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LdWyN4yAXW3iT6Nrsv4pyHErFASdhf { width:20rem;height:53.9375rem;top:26.571178436279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl { display:block; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxxduUf028RKkvvmCte8Vhiw1krGF2nI { width:8.75rem;height:2.5rem;top:2.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sovyDXTFhixgryqLGVScKeXrXJgydTxZ { width:8.75rem;height:2.1875rem;top:6.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyU7HQzxVk00MB7V9nmFgTdQAubc975V { width:8.5625rem;height:1.798825rem;top:10.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnQ0leCBUh0Q1MVwp9DJdfldK2fBCBOq { width:8.5rem;height:2.1717072173678rem;top:13.4521484375rem;left:5.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEGTP6huvqozwo8GyniB6Pc8plzNZU12 { width:19.875rem;height:0.125rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 { display:block; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container { width:20rem;height:66.68701171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdJ0JFgGd80OsNtnhEBzvlUWdcI010Oi { width:17.625rem;height:1.94824375rem;top:1.375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lJt1Rig6XAaTggW3zWEKA9RrcnzT3GSG { width:18.5625rem;height:3.93310625rem;top:3.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5AhbhRIAEvofctup2ONa4kiwzBgRiOu { width:20rem;height:17.25rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPxqy3o2p5SSvT9QwXI5a5nwmWueTwd { width:20rem;height:18.5625rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtLsswuBN5QDKu3f9pIvEs8aLBg6XzF2 { width:20rem;height:18.5625rem;top:27.8720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlU4JLAZhIsufQKrMaQvHieBkwPF0fbM { width:11.9998125rem;height:1.462675rem;top:11.49609375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8rRfdR2WPLNxE3yI4cdWsaabFxM2U7 { width:17.561875rem;height:3.41015625rem;top:13.9833984375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h63FqwNCMCUiXrNg8xmzgoouN15toT08 { width:17.374125rem;height:5.4829125rem;top:18.9970703125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#h63FqwNCMCUiXrNg8xmzgoouN15toT08 li:before{  }
 }@media only screen and (max-width: 763px) { #VJJeCBg5sbtQG9cm9DI43qz6C25qzzve { width:17.561875rem;height:3.41015625rem;top:32.921875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLUUn5WeFqr4sN39R6T8XyHUQqPTxifH { width:11.9998125rem;height:1.462675rem;top:30.12109375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVUOClo4nmtZzxnI1Au3eQywhWqoqE6 { width:17.374125rem;height:6.931625rem;top:37.7958984375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#cJVUOClo4nmtZzxnI1Au3eQywhWqoqE6 li:before{  }
 }@media only screen and (max-width: 763px) { #uKVg9en9CLgSHU3wmweEO31ZXtNCgfNW { width:11.9998125rem;height:1.462675rem;top:50.3720703125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hngh6SVBFbr2szQ8GL3pBEi2KyNhdZSO { width:16.25rem;height:3.41015625rem;top:52.8720703125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QepyqW1ceMuWk1oHOCVrCvoCGvTiELCQ { width:17.6865rem;height:6.931625rem;top:57.9384765625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#QepyqW1ceMuWk1oHOCVrCvoCGvTiELCQ li:before{  }
 }@media only screen and (max-width: 763px) { #uHMonZbmItr0fz3Edym4PWzdEiSCKlah { display:block; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaE4w0PIe93FDZBxpgQ2Az5NRFAka5I1 { width:20rem;height:32.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEvgHcacI1r7OqLnGGVqGHCTv6K6lbKZ { width:20rem;height:39.625rem;top:28.4453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeFeuDUGlUMTM3MlzPN0Z41g58EUQAD { width:16.3125rem;height:3.8964875rem;top:35.5625rem;left:1.9365234375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aQQmT9gT09XbIhZu7c7vspqzZnNmGnwH { width:16.6875rem;height:9.09375rem;top:40.56201171875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVv2LrUzO37J6TMKbsNdmmdbuV5HNBzK { display:flex;width:1.1875rem;height:1.1875rem;top:51.5rem;left:2.93701171875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #S5Nv2zScIuftTAdc9o9agLhbApV3h72y { width:12.75rem;height:7.95703125rem;top:51.5rem;left:4.3740234375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnCVibQlKF9ugy4HLXvqGGgX3feAwifg { display:flex;width:1.1875rem;height:1.1875rem;top:53.75rem;left:3rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #FFWeAxTh8gHfzrn4ciKqWgRKy5iDTdHk { display:flex;width:1.1875rem;height:1.1875rem;top:56rem;left:3rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #b5JR3sUxptX53Wmbwa9k2TfB05HAr9TI { display:flex;width:1.1875rem;height:1.1875rem;top:58.25rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #eEbQ9GbT9tlFPG8c3Bx3bouCE8hTEUiB { width:7.5rem;height:2.5rem;top:61.625rem;left:6.2490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flctEMJinTd0zS0V4OXDvEIn0IL9TN1f { display:block; }
 }@media only screen and (max-width: 763px) { #LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 { display:block; }#LCEMqXiaRbO9ikg1TE4oOdGoSJZ5ov57 > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-heading-text { line-height:1.3;overflow:hidden;height:auto;font-size:1rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb { display:flex;height:auto;width:16.25rem;top:7.6875rem;left:0rem; }
#LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #feXHy2XcTsNv4GTASVWTlXpz1lKX9Has {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #UHfwe51fgVMDArg5Jk53T6zWroax2Nwo {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #hAkV89hqak4I7umWMTpvRdntnbP0MvSZ {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #wRldpS9i1UOT3bgCadh72FFeTDNe3BM3 {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #iavLK6TeGAq4a57BLHvoaABcVK0GGo1I {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #HzFWf7sze4MTDApfs2hZf4bbn13pHDKu {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #hWN1glUXO3F2zKlc4UOk14aEpJgHylBy {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #nm8X5l7CCMcodwht4pBNFw1dIDs6yzJ8 {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #Ncf3MU5qBLu4GRKwSDfDvlm9G15Fn46U {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ENzMb0La5nocW3WoebuoH3Uiy0F7cGdb {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #oXOz7nmyVOdh5ZeSbTXo97xJb9Fxeesy {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ZXG6teB9D0EDX8pH66Bux4ahugtik8qr {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #HS2R3iPchLzAFwlyfKPlswOZuu96GlyM {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #xJQDXgeQNGuFOtU99kHicAWUmJowriyK {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #sIE2cz52erbGoVuSJPbiecMDTTubTLom {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #D1AIbQA8DFvgiX9rrx0embazmzE058Ck {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ZV0hHrgezKR3v9gdJ5fQKnBBudGSSAKi {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #oUimhnNFGT5nZfQC0EpXlWAOdz3hw4zh {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #aMuIGHDn5me59mF23r0b2iA41rBEAKyI {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #X5Aq2zA4wtTDPdKw0Cw2VOkgsGOMmuh9 {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ICCOBKLfEPFroMuBFh2GTamvoy94vcPD {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #umHEnF8aGqph7sk21Dvlx3h6gZNzUgad {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #eGRTvw2vQx2KTs1VAQMWv8mz9JFuSTuk {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #OffBnQJpIfyMqe6sp1rQEvXJNuthKCVO {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #ERZszPXCKZcyBvCsf7585VmKvHDe2FRR {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #nJBLn0LgOaewqXtMQNHpw6DVaO5rwq13 {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #NTJ8D8Kkxcce1I4BN92HBWA2vkZHEbpQ {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #I81Egz9ZkLxeprNWe2Uv0MMfa9i6VwZ6 {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #qBQ0T3Z2WnXtN0OlE1JWz95U27gAWKRt {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #CDoe7rs9f6WiQvvbmfmxaBfsspLcFCNs {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #hwLVJqQieByDshDtuupL5cgKPE1ziQbK {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #sZQaTsWCKAu1KJTKcwB6M8TyWge56Bza {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #bU07mwf2CwV6VA4vZ4zU1O2GTWH014Tq {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #TaNbQaTXWqcsq6muH0FH6uMlZTzdfy1R {  }
 }@media only screen and (max-width: 763px) { #LTBaEU8vGUgNaAM9VeCOsc9L2BRzCdZb #tf3adVwsFck6PyaQHwaLIvnJu8LFnheL {  }
 }@media only screen and (max-width: 763px) { #sJxCcbErCXZQZRJV8kxiIm14QdLN16FA { width:20rem;height:3.8964875rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r1sTH2XVfhJ94RWUswT9lKDtAn7VNrfr { width:20rem;height:25.125rem;top:45.937501430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PveEawX8csQrd4bbdauRI4dRgThDao5n { width:14.3736875rem;height:3rem;top:65.125001430512rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1F2tcK9U3Gloq4C5grCp4mRUl9f9usf { display:block; }
 }@media only screen and (max-width: 763px) { #EWnSrFhML95HoUwAz00hMm1KsuMmo3DC { display:block; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhfKphZbpLrqffc7R8INCE4evmTLXT81 { width:20rem;height:9.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbMtEFkbnUSAGfT6VAD3A5bdvVxV9IWu { width:20rem;height:19.5625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LqCmsS85ls8b5kucJCCWG0fv8QdPTf { width:16.875rem;height:3.8964875rem;top:3.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GyMTPpPll5mLk23LzDEAaFCECXtyN8ot { width:16.9375rem;height:14.421375rem;top:14.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncsMk8MgTyuALyKkR9kr6CVSQygKNG9m { width:2.8125rem;height:7.0503125rem;top:12.07421875rem;left:1rem;text-align:center;text-align-last:center;font-size:5.875rem;line-height:1.2;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #K7sXlBBvoP88UCaHNG5Gq63ngWG5a345 { width:10.9375rem;height:1.13671875rem;top:8.92578125rem;left:4.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJq3EwHGNW4SVJAw5da5qNq0auSqF3Wr { display:flex;width:0.9375rem;height:0.9375rem;top:7.8125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #TfLTDpiNzyEUGASzftSFcV3Ed4WNf3ck { display:flex;width:0.9375rem;height:0.9375rem;top:7.8125rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #EwakH9bupEhCULVEapq9Xi32QLrL08AW { display:flex;width:0.9375rem;height:0.9375rem;top:7.8125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #k5Ucffcab9TAic7ECU5gLnvh9oeezsVr { display:flex;width:0.9375rem;height:0.9375rem;top:7.8125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #HtNHoVUSGhzsmxnkpPXPIw7WszBRVr9E { display:flex;width:0.9375rem;height:0.9375rem;top:7.8125rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #TqkvCNaJ6DuezudEznrVE5dVlTcODXFX { display:block; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMf79Xk9O6CGUR0qKHHkegLqobelZoD4 { width:20rem;height:16.0175625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMAQPN2oTSegckRcyITaqFNPuRnCowH { width:20rem;height:20.875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUuKU4W3SDnCSIHFIhdZBq0i8sBtEeR { width:20rem;height:4.5rem;top:19.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HLhIeRKPpKNXAVTWZPqH4ShQqEIWsyNX { width:13rem;height:2.2734375rem;top:25.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm0pDHQ2M0ZES8Zf76VW6Fkw0Qfs3iEi { width:7.5rem;height:2.5rem;top:29.4375rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTxAON86nGu3LVI32yN4MsZSo0WIai23 { display:block; }
 }@media only screen and (max-width: 763px) { #bLfAkiExoZHOergg5LUa7zS2BeunuKrx { width:7.5rem;height:2.5rem;top:32.5rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOddnVHPb0bgRDcmr5sa1f8METAkOICJ { display:block; }
 }@media only screen and (max-width: 763px) { #n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC { display:block; }#n6wJqkEt47WG56TL6sZ4Mz2L45dhTGOC > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3kckee8lyblFM8hyHHTKeaUya6TVzDa { width:20rem;height:8.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmJ1qmaypBzNt1JqAVduX5uLsTW1Gd5Q { width:20rem;height:38.375rem;top:9.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJgGOxpbrTTMrXcWHytE75vqTbq34wl { width:12.6248125rem;height:2.25rem;top:4.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NnATQNBqGTZa3Bi8gOsQsXnZCq61stzn { width:15.625rem;height:2.2734375rem;top:6.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLXFxwsCgvIcMNTETdzPUdkEwXhucxmK { display:flex;width:1.936525rem;height:1.936525rem;top:12.6533203125rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #qy20yg89OWChQeCTB2AByARq8N7bxhWO { width:12.6248125rem;height:1.6497375rem;top:14.8408203125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZuyMtvbEJIUXahl7AxZbuyfTIdBLOfJp { width:12rem;height:2.2734375rem;top:16.7392578125rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk2WcVXZ4gkVwhcHtu97gqpbL23drABy { width:13.0625rem;height:2.2734375rem;top:25.513671875rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKMrRWMElmFQ2QWyCcXMiyILFk3PBhTU { display:flex;width:1.936525rem;height:1.936525rem;top:39.4677734375rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #HTgdPFZn7UxgqKV5W5KXcmvnD3P6euDG { width:12.624rem;height:1.6497375rem;top:23.677734375rem;left:3.6865234375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kPmWAIJ8v6FayqDPRLppN8QvGFsGls5O { display:flex;width:1.936525rem;height:1.936525rem;top:30.5rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #K6SkA8xuGL844dz2N1TonmnLgvk4nE0i { width:12.6248125rem;height:1.6497375rem;top:32.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KHBSQsMQbuXSdkZPS81LPTCTfpn2XEul { width:10.124rem;height:2.2734375rem;top:34.5859375rem;left:4.9365234375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnEPAa1udZSTHZJCRBwgytg8IE2WQN9E { display:flex;width:1.936525rem;height:1.936525rem;top:21.529296875rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #WBlzWNnVhvXaGO1179hauEL9Eh1PLGTP { width:12.6248125rem;height:1.6497375rem;top:41.654296875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N941yyOBOKa9ENvkJg7UORnA7Vx5ey80 { width:9.4375rem;height:2.2734375rem;top:43.552734375rem;left:5.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx { display:block; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdJ5vfWlQNvgxIOAGtVSN5XUwJEvRhSS { width:16.5rem;height:3.9375rem;top:1.25rem;left:1.75rem;display:block; }
 }