.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,248,247;--color-primary-1:149,233,228;--color-primary-2:42,210,201;--color-primary-3:21,105,101;--color-primary-4:6,32,30;--color-secondary-0:226,224,230;--color-secondary-1:158,151,170;--color-secondary-2:61,46,85;--color-secondary-3:31,23,43;--color-secondary-4:9,7,13;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.0625rem solid #a9aaac;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#T8Q3clmXSXnCbfCZkvkxDOnfQhMM70qB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.5625rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
#tD3ONVB96L17MJ0TpEez0DW3Wsk9ikGm { color:rgba(var(--color-tertiary-0),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3333334922791rem;left:36.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#pp4Vwl6MsduVaabETyaVnTNxxKeDih7p { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3125rem;left:43.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#grF9gtGO6J2fM7UZPXxwiDP9lT5KdROw { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3333334922791rem;left:57.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Zp9xVTp71t2lElKvdDPxJ8q8k2TN5xbs { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3333334922791rem;left:51.59375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#EuMQXuwLJTtJMzKPyNiytWdJEInIHUyx { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3333334922791rem;left:28.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Qt2qaSUorvwkNtZWC8pwUH8imTzu2Ksg { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3333334922791rem;left:17.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#T6uelWNzCTAZw4BBttKk152GTKavD8KE { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.40625rem;left:64.75rem;display:block; }
#uHNUbubO8oT0VV59HfOpFHxXQaAUGTZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBUTHk6EKniVpXkxO8EAKZUOTO4SF54Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3c32bc2a-3437-4ec2-a9e3-a11b1e785b7c/LargeJPGiTero_LUMINA_Background_pattern.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6.adaptive-delivery-prevent-bg, #gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6.lazyload, #gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6.lazyloading { background-image: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { background-color: transparent; background-image: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container > .video-iframe-container { display: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row > .video-iframe-container { display: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .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); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { border-width: 0; border-radius: 0; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#bTtO0I6TbbdzhqT7hql1ik78TSL0dUW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:12.5rem;left:14.3125rem;height:6.875rem;text-align:center;text-align-last:center;display:block; }
#tw20DX7cafQO0L0WVBOfppDIt75zVf4T { color:#ffffff;display:block;width:60.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.9375rem;left:7.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgdgbqNJIuTxHwvA5TfPJRy7T0hkB8z8 { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.604166625rem;height:3.666666625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:26.25rem;left:28.65625rem;display:block; }
#lSeWP9w1LvTq6lH4NOFWazlpp9PpiOTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWg9IPOTbfhJGOKPRAJJWMfEhzCwqcLM { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.5rem;left:0rem;display:block; }
#nKp1irP32ArwaDdZrlZ2CMOUOmXn8QgF { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.9375rem;left:4.75rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#uzHN9EZl82TyJWTOppA9K3DiIFcAu2M2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:44.4375rem;left:5.25rem; }
#X4Xd35ElnnCuc0vsBe5aZXa144POQxWd { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:48.0625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKCMVc5hvtNaTK77BHDLem67l7EaXto2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zt0htxwDf23cTK7uWnsVdgRn6kduDZtx { color:rgba(25,19,0,0.65);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:24.75rem;left:0rem;height:6.3333335rem;font-style:normal;display:none; }
#GZdIh8lq7AEHa7Bwki026HJ5DN6gnxic { color:rgba(255,255,255,0.65);display:block;width:60.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:36.75rem;left:7.03125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyvNoakRERHMUn0yPxK9s33OJ4anpr6A { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48.0625rem;left:14.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeHa5o1MewRpRgPoqis9Up5TZRLKvbxI { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.9375rem;left:19.625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#IdhUIMBkmEZvxP34syOhJqCbeN0Qb33n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:44.4375rem;left:20.125rem; }
#GftGK76ve0pKGqnm5e3XIwsFEMgkzgTZ { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:48.0625rem;left:29.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFrTTuJiTMWfaWXbsIDsO9PIid3lTb8o { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.8125rem;left:35.8125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#ZanRzCOQQxJ26CQTB0eTCR9Zlh41i55q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:44.3125rem;left:36.3125rem; }
#HrEPPsDpvIy7gQuoUzpNDowl4FKEv9SD { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:48.0625rem;left:47.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dm7wEikuOohT5kDGhmWUeQb5ZJ8WyKD7 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.9375rem;left:51.8125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#UHnkrEPh9TPRT3ZFH3aORdiJJg9pAFpC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:44.4375rem;left:52.3125rem; }
#sVFOwEBhpCnWQIgCmHOucXBzGwk3QhiB { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:48.0625rem;left:61.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwNkkclrTaNcxsgJcKlUO5kg9NvDW0VG { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.9375rem;left:66.8125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#hNkp01PLoJV91EH5vGDMdCJBwHdxs5QS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:44.4375rem;left:67.3125rem; }
#WT05koO21rSGFwAl1TZrXky2RHQdLwrV { color:#ffffff;display:block;width:60.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.9375rem;left:7.0625rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#or344237OgpZnCTIV2vZF5buuHpr51u0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .row .container { background-color: transparent; background-image: none; }#or344237OgpZnCTIV2vZF5buuHpr51u0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .row .container > .video-iframe-container { display: none; }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .row > .video-iframe-container { display: none; }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .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); }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .row .container { border-width: 0; border-radius: 0; }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#n31ymWa7Af8iASi8x27WAa0AriB9dWUJ { color:rgba(var(--color-secondary-2),1);display:block;width:53.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:9rem;font-style:normal;display:block; }
#JEaH1xZoPWWfB1evvZaZzPvikNSZlTCb { color:rgba(25,19,0,0.65);display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.708335876465rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#TR5USB4Er5y6vDXDt5bdV6HkfDs58xrC { box-sizing:content-box;height:0.25rem;width:5.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:0rem;display:block; }
#q6U82L0Iyz3JxRs5NsrsnTXw2SWhTc6x { color:rgba(25,19,0,0.65);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.895835876465rem;left:30.3125rem;height:17.416666rem;font-style:normal;display:none; }
#aTZLAhIMh3ITGI95AH1RXQ8vl9y2T26T { color:rgba(25,19,0,0.65);display:block;width:53.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:28.0625rem;left:3.5rem;height:9.375rem;font-style:normal;display:block; }#aTZLAhIMh3ITGI95AH1RXQ8vl9y2T26T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aTZLAhIMh3ITGI95AH1RXQ8vl9y2T26T li:before{  }
#Usi3yRvPzFkOPbB1NQcXX4ZX7wuuOXTH { color:rgba(var(--color-secondary-2),1);display:block;width:53.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:40.8125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .row .container { background-color: transparent; background-image: none; }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .row .container > .video-iframe-container { display: none; }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .row > .video-iframe-container { display: none; }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .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); }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .row .container { border-width: 0; border-radius: 0; }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#nUCHbZCfVy2dh6pxBqFiH0iesQl2QkfC { box-sizing:content-box;height:7.875rem;width:57.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: -0.375rem 0rem 0rem rgba(var(--color-primary-2),0.75) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.3125rem;left:8.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#kt6Fq9P64TeAEWVg3F1w8lZTTlT5NiAX { color:rgba(var(--color-secondary-2),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:11.4375rem;height:3.25rem;font-style:normal;display:block; }
#pf3G7wUvQR2usqxtTHDTgykf6QQ873oL { color:rgba(var(--color-secondary-2),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:11.4375rem;height:3.16666675rem;font-style:normal;display:none; }
#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container { background-color: transparent; background-image: none; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container > .video-iframe-container { display: none; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row > .video-iframe-container { display: none; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .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); }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container { border-width: 0; border-radius: 0; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container { background-color: transparent; background-image: none; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container > .video-iframe-container { display: none; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row > .video-iframe-container { display: none; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .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); }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container { border-width: 0; border-radius: 0; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#AilpedBRd17T0iTwdqbkRUSBsWAAaRtq { color:rgba(var(--color-primary-3),1);display:block;width:72.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.6875rem;left:0rem;height:3rem;font-style:normal;display:block; }
#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs { border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:#eaeaea;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; }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .row .container { background-color: transparent; background-image: none; }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .row .container > .video-iframe-container { display: none; }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .row > .video-iframe-container { display: none; }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .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); }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .row .container { border-width: 0; border-radius: 0; }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .row .container { font-size:0.875rem;font-family:arial;height:14.6041666875rem;width:75rem;position:relative;display:block; }#eCQcDs8GLqTxmy7xZfV3vA2itWkbTPUr { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5rem;left:1.375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#zKhWFMyV0LtsLDcop7nFN7mknP1cgQ7c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4rem;left:1.875rem; }
#gFCsp2PNaiXqaX0AcCTVhCTq8DDot2zQ { color:#191300;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#iBKRiRRatm9s87OdrmHc9T1I3WOODaGw { color:#191300;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.1875rem;left:5.9375rem;height:6.5rem;font-style:normal;display:block; }
#CAU8TotrGcoTNl1iPg5MsgF5V2Zmp6ra { box-sizing:content-box;height:11.9375rem;width:34.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: -0.375rem 0rem 0rem rgba(var(--color-primary-2),0.75) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.1041717529297rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#o4fkBn0ncuOS3zoNBJmSnsPIrzRZPixe { color:#191300;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.25rem;left:43.4375rem;height:6.5rem;font-style:normal;display:block; }
#e7yXHzSwRLJcgkIMy1EN0DnKSTcSmllA { box-sizing:content-box;height:11.6875rem;width:34.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: -0.375rem 0rem 0rem rgba(var(--color-primary-2),0.75) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.125rem;left:37.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#uVUrPlOh2J3QIHt2yrFyV83mGkMLmsIs { color:#191300;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4rem;left:43.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#nN05dhtGDVtwzaS9oMWDFbH4y2OG6Log { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:38.875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#ZXT1G5qdd8d8UkTReVypTdCqzyXpsuxb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.0625rem;left:39.375rem; }
#K6V3uw4zSBIQMOTSp30nNuiHybfekkO2 { color:#191300;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.25rem;left:43.4375rem;height:6.3333335rem;font-style:normal;display:none; }
#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 { border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:#eaeaea;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; }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .row .container { background-color: transparent; background-image: none; }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .row .container > .video-iframe-container { display: none; }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .row > .video-iframe-container { display: none; }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .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); }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .row .container { border-width: 0; border-radius: 0; }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .row .container { font-size:0.875rem;font-family:arial;height:15.4166666875rem;width:75rem;position:relative;display:block; }#op9FK5ClIE0CNLzzXSwuoNF34CUwKtvO { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5rem;left:1.375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#tIXSuUTpP0a5fADumpXiTonFtBCkxD3n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4rem;left:1.875rem; }
#AgITSXNKzpJicC8fkCmXpupPWm9lLyAd { color:#191300;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#z7Vq8Ee3Akczix6yoDa6AONTHzikaoob { color:#191300;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.1875rem;left:5.9375rem;height:6.5rem;font-style:normal;display:block; }
#IW16TPXSsHSnsJ9saHhrr3wG6nQu0ApJ { box-sizing:content-box;height:11.9375rem;width:34.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: -0.375rem 0rem 0rem rgba(var(--color-primary-2),0.75) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.1041717529297rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#NQ1mFZP2AuBJmdniSzCS8tcfFXgS46cK { color:#191300;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.25rem;left:43.4375rem;height:4.875rem;font-style:normal;display:block; }
#WBriWAzsML3DkoGXGkheFFzC3lAdxeKR { box-sizing:content-box;height:11.6875rem;width:34.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: -0.375rem 0rem 0rem rgba(var(--color-primary-2),0.75) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.125rem;left:37.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#awfk8gRONeLNTlLllPGV0d7WMXfiuIgx { color:#191300;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4rem;left:43.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#n5yUIURIH3qEkEyBUVC9z0yuXOxXl2T8 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:38.875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#uvbCTXCzDqkfdOseCxlzqzmOd2CQP6qT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.0625rem;left:39.375rem; }
#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .row .container { background-color: transparent; background-image: none; }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .row .container > .video-iframe-container { display: none; }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .row > .video-iframe-container { display: none; }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .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); }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .row .container { border-width: 0; border-radius: 0; }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#amBCHqXBI3yC47H27IMiUrsMcFBW6wcp { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.916666625rem;height:3.604166625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.3125rem;left:26rem;display:block; }
#kKODuvrmFmrQ19oSabeOcy1mGCfnSRWW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB { 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; }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .row .container { background-color: transparent; background-image: none; }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .row .container > .video-iframe-container { display: none; }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .row > .video-iframe-container { display: none; }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .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); }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .row .container { border-width: 0; border-radius: 0; }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#ABwyvONFFqFKZBV2mMaeETAvZs4TUVNm { color:rgba(var(--color-secondary-2),1);display:block;width:72.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.7695388793944rem;left:1.09375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3hEuSI2pSLFJigBGJv5y6fdNR9FrAtA { color:rgba(var(--color-secondary-2),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:14.25rem;height:1.625rem;font-style:normal;display:block; }
#W5t6NeU20BeGumBf7ZSPBtmHa1zbw8uK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.625rem;left:10.4375rem; }
#WkZhDePpKBMH8tUmtP2TwHocTTX08M5b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17.4375rem;left:10.4375rem; }
#b5ws5XONzVB7kPbsAwS2uE4ABW2ZZCgX { color:rgba(var(--color-secondary-2),1);display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18rem;left:14.25rem;height:1.625rem;font-style:normal;display:block; }
#ewPBxAWTNGBsqHg1x5VyIG0y9fHy22IN { color:rgba(var(--color-secondary-2),1);display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5625rem;left:14.25rem;height:1.625rem;font-style:normal;display:block; }
#hoKV8Zz6rZAsw8B8rnRvscZNiTqTD8yS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:22rem;left:10.4375rem; }
#kybnSLfoEIgVMUzgrbuNSiyNfsWb7U1V { color:rgba(var(--color-secondary-2),1);display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.375rem;left:14.1875rem;height:3.25rem;font-style:normal;display:block; }
#L99ryIFucpdWfhx8EwwRFQlvCGdMtzZB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:26.8125rem;left:10.375rem; }
#ViPO5e3MUPrp3TZX5GHvA14r0cKlPEXS { color:rgba(var(--color-secondary-2),1);display:block;width:59.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.6875rem;left:14.3125rem;height:1.625rem;font-style:normal;display:block; }
#rHJQPnA4KeKW1X71y7q8VED0qMfy0OSE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.125rem;left:10.5rem; }
#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ { position:relative;display:block; }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ { background-color: transparent; background-image: none; }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ > .row .container > .video-iframe-container { display: none; }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ > .row > .video-iframe-container { display: none; }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ > .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); }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ { border-width: 0; border-radius: 0; }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ > .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; }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.875rem;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; }#LypzKbATEv806NCGvlD09C9Ao5GdpA7G { box-sizing:content-box;height:10.6875rem;width:57.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:0.875rem;left:8.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Ssp9ILEUpDmPXhUWNu4a7Te2lC4mH3rW { color:rgba(var(--color-secondary-4),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.5rem;left:12.0625rem;height:1.8681625rem;font-style:normal;display:block; }
#K5MnEWX1ir7qIiIt6FfvnDTa24xCyS7Z { color:rgba(var(--color-secondary-4),1);display:block;width:51.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.9375rem;left:12.0625rem;height:3.25rem;font-style:normal;display:block; }
#XQETq2PeqsadqhmIhL6GCxFILsyigpLl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container { background-color: transparent; background-image: none; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container > .video-iframe-container { display: none; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row > .video-iframe-container { display: none; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .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); }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container { border-width: 0; border-radius: 0; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#xZmTFav0TiJFuua3sVub804a7aTksWI7 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8541717529297rem;left:10.78125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wIalNPsu0uiIIMg6meOgwhr22SGePlrk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container { background-color: transparent; background-image: none; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container > .video-iframe-container { display: none; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row > .video-iframe-container { display: none; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .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); }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container { border-width: 0; border-radius: 0; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#kQ8OV46BHDmU2kfGHhgsDIIxaR93ntyM { color:rgba(var(--color-primary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:4.125rem;left:0rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDOJgNsNcIvbTznuNvssCX2XHtqLVAVV { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3736877441406rem;left:0rem;height:;font-style:normal;display:block; }
#rItaIpkNyTsKtU5DyrFQOO6A4GOkBAbp { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.895843505859rem;left:0rem;height:;font-style:normal;display:block; }
#zpecBO9uvKMF7GlcZifRcVWe7APxDtd5 { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.375rem;left:25rem;height:;font-style:normal;display:block; }
#SQTyKb8bkXvJ3UTtm1WL1cH4QrEeyTzw { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.85417175293rem;left:25rem;height:;font-style:normal;display:block; }
#BvRHtMXgiFNcEdnJFUkDyaQbtw7G4wy5 { color:rgba(var(--color-primary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:4.125rem;left:25rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p4tHz2Tpq1BL8OHas33KQ3kItxvs8TPn { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.34765625rem;left:50rem;height:3.0859375rem;font-style:normal;display:block; }
#ZGyTLqXahUJzlylEBL8WyLWv5OJIf6Ml { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.9375rem;left:50rem;height:;font-style:normal;display:block; }
#yidvQO8FPLQ3Flooc1SbkxQgh6Ea30K8 { color:rgba(var(--color-primary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:4.125rem;left:50rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rGFkpvfTIQPQd172CGOVEtMfQ8kL672x { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.34895324707rem;left:50rem;height:3rem;font-style:normal;display:none; }
#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .row .container { background-color: transparent; background-image: none; }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .row .container > .video-iframe-container { display: none; }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .row > .video-iframe-container { display: none; }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .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); }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .row .container { border-width: 0; border-radius: 0; }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#tTvJPNnKEutu66tuZ6HUuMnAtTUuTTDl { color:rgba(var(--color-primary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:4.125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mx1bXfmSnkIFMx26oWycRdMcbinznwit { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3736877441406rem;left:0rem;height:;font-style:normal;display:block; }
#gHQ71T0c5Q9Rx7XkNP1ZyRNQSvXnpk88 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.895843505859rem;left:0rem;height:;font-style:normal;display:block; }
#TVZvI4pNgKITx9KEVKIOK8kkdI7L4i6L { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.375rem;left:25rem;height:;font-style:normal;display:block; }
#icer5UmFCJFvWTbrWy2Uuw6Bf76o8nA3 { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.85417175293rem;left:25rem;height:;font-style:normal;display:block; }
#OJgsVvg2TcqmvmAo8J90PuB1wvt9LV8y { color:rgba(var(--color-primary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:4.125rem;left:25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DCbKCdAg5ChRNT6kmgsxWeUZINRgZcaZ { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.34765625rem;left:50rem;height:;font-style:normal;display:block; }
#dcsCqUtJbxUKST4XKhK5vuW5S1yWIOs0 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.9375rem;left:50rem;height:2.923825rem;font-style:normal;display:block; }
#olJWaDfTxQGGNasOT8aAPU07KGKATJ7I { color:rgba(var(--color-primary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:4.125rem;left:50rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zNEnDD0JJaXykPNMQ1AnVObINq6WZeDg { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.34895324707rem;left:50rem;height:3rem;font-style:normal;display:none; }
#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container { background-color: transparent; background-image: none; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container > .video-iframe-container { display: none; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row > .video-iframe-container { display: none; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .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); }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container { border-width: 0; border-radius: 0; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#ivzqKEZSTUi4JdEL9NQnKhcmtaMA8Mp0 { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.604166rem;height:3.66666675rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.84375rem;left:28.697917938233rem;display:block; }
#NNdN0WW458WrTIGUi8TananzGzXbkNTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .row .container { background-color: transparent; background-image: none; }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .row .container > .video-iframe-container { display: none; }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .row > .video-iframe-container { display: none; }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .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); }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .row .container { border-width: 0; border-radius: 0; }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efffff;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; }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .row .container { background-color: transparent; background-image: none; }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .row .container > .video-iframe-container { display: none; }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .row > .video-iframe-container { display: none; }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .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); }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .row .container { border-width: 0; border-radius: 0; }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#abKsedfoFynAr8QbNOUoBG8kq2s7723p { color:rgba(var(--color-secondary-2),1);display:block;width:51.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.4375rem;left:11.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxF4drXSy1tTVBcwy9azPTTtdQwgNy5t { color:rgba(var(--color-secondary-2),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.1875rem;left:13.0625rem;height:17.3125rem;font-style:normal;display:block; }#IxF4drXSy1tTVBcwy9azPTTtdQwgNy5t li:not(:first-child){ padding-top:1.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#IxF4drXSy1tTVBcwy9azPTTtdQwgNy5t li:before{  }
#hymEiZK7l4Tpmidq54VbzcxsECUy4evx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container { background-color: transparent; background-image: none; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container > .video-iframe-container { display: none; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row > .video-iframe-container { display: none; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .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); }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container { border-width: 0; border-radius: 0; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#VUGAIiiKfQD65SZVXIp9vmzGq7cmNT9u { color:rgba(var(--color-primary-3),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:3rem;font-style:normal;display:block; }
#DpcL67gst34e0mSl3NsvL4ArfywcnVRO { color:rgba(var(--color-primary-3),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:6rem;font-style:normal;display:none; }
#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl { position:relative;display:block; }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl { background-color: transparent; background-image: none; }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl > .row .container > .video-iframe-container { display: none; }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl > .row > .video-iframe-container { display: none; }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl > .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); }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl { border-width: 0; border-radius: 0; }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl > .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; }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl > .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:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FbZZ78yOyZSaDA0719k78ZhfkZXn6W81 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:0.125rem;display:block; }
#oOlyGcWSoIPATru9LfTlB8ow5PK0FNHT { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:4.0625rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9DqIGEENKNDSyuXoJHS4CtXhCcH23eH { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875rem;left:0rem;display:block; }
#HQTnvT4BehuDezHXOUGwD6zBvufh1Rdh { color:#191300;display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:1.54296875rem;font-style:normal;display:block; }
#nTizgq6OM4yq2VTTSAS7PGH1zTp6tTHf { color:#191300;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:4.38574375rem;font-style:normal;display:block; }
#geNBIMH8Hg96lDdGixREoycxt3ihdRCU { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:25.125rem;display:block; }
#ZZnWyI6USeyM4scSraxyLJZWt8oOBUdQ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:4rem;left:25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGSnVPvMvC7h7yoJopnXJZ41ZosLp7Tz { color:#191300;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.1875rem;left:25.125rem;height:1.54296875rem;font-style:normal;display:block; }
#GN1T9zhBKfSn2bZtGW9Cz06TlO7q3giC { color:#191300;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.14453125rem;left:25rem;height:2.923825rem;font-style:normal;display:block; }
#dTvcqt3ilGEDnCI4McMdkXtnI0znJA9U { color:#191300;display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.875rem;left:50.125rem;height:1.54296875rem;font-style:normal;display:block; }
#WegsshuvlBNJGkyDlW8HSzXwzFo1zJRH { color:#191300;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.125rem;left:50.125rem;height:2.923825rem;font-style:normal;display:block; }
#TPMzDsbJBTFePZPOZBbTcb5MbkTKZTft { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:4rem;left:50rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tkx0qcCfL09OFtO1gOd80b9EpoJ3wMW6 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:50.125rem;display:block; }
#azPybI6TlErPZxQcxe25nJpqaquTnPAs { color:#191300;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:4.25rem;font-style:normal;display:none; }
#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U { position:relative;display:block; }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U { background-color: transparent; background-image: none; }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U > .row .container > .video-iframe-container { display: none; }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U > .row > .video-iframe-container { display: none; }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U > .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); }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U { border-width: 0; border-radius: 0; }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U > .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; }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U > .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:15.1875rem;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; }#lclqKfM9WmoMc00PJBh6lUKZRrcwUHNw { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.6875rem;left:0.125rem;display:block; }
#XMHTUvc65IgkLl8KiXz4kt33IhEPw2vW { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8Fzc8qsCgkfpokeTZ9IZk4DDuRQItgv { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:0rem;display:block; }
#T65wgufRPMATn0p95ewzh3OWCkRE6Ldh { color:#191300;display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:1.54296875rem;font-style:normal;display:block; }
#ELcdSqVbWyuplLNah6MliNrEk6IGWTeh { color:#191300;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:4.38574375rem;font-style:normal;display:block; }
#qaS0yk4pElekVqzTMSXLO0Q6fygDBqMN { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:1.5625rem;left:25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idVopPzavAZ5fVKEgRmzp7XXU5FufbDe { color:#191300;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.1875rem;left:25rem;height:1.54296875rem;font-style:normal;display:block; }
#CAcWX1ubS28aKmsW9EfM24BrXbRFUptJ { color:#191300;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.75rem;left:25rem;height:4.38574375rem;font-style:normal;display:block; }
#exnoAyVRHWH0tpVFUDKcGSSVsaiGburz { color:#191300;display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.70703125rem;left:50rem;height:3.0859375rem;font-style:normal;display:block; }
#DNO1dscS5wW92iMo9KN5tXP4XVvCky8R { color:#191300;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.4375rem;left:50rem;height:4.38574375rem;font-style:normal;display:block; }
#GR6AbXFDnmroq9HvAILNUXLqo8oaqxVr { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:1.5625rem;left:50rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFcNT1RLwwHfC7RrxnGSqesA3n09Zkzg { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:50.125rem;display:block; }
#HSEwR3ssVGnXwUxdmGOWntLCxuGlQKgv { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:25.125rem;display:block; }
#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU { position:relative;display:block; }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU { background-color: transparent; background-image: none; }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU > .row .container > .video-iframe-container { display: none; }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU > .row > .video-iframe-container { display: none; }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU > .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); }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU { border-width: 0; border-radius: 0; }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU > .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; }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU > .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:8.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; }#UoVnQsmaV3zlsvgm8ILoml8XogGPHgpr { color:#191300;display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.75rem;left:15.46875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .row .container { background-color: transparent; background-image: none; }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .row .container > .video-iframe-container { display: none; }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .row > .video-iframe-container { display: none; }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .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); }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .row .container { border-width: 0; border-radius: 0; }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#HT8QHavIkOh30aBuEwOnNQzfN7VlPqdw { color:rgba(var(--color-secondary-2),1);display:block;width:64.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.5833435058594rem;left:5.03125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .row .container { background-color: transparent; background-image: none; }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .row .container > .video-iframe-container { display: none; }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .row > .video-iframe-container { display: none; }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .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); }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .row .container { border-width: 0; border-radius: 0; }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#LhKmh3ftRAUTBtakECvd7lwCwIPHkQNy { box-sizing:content-box;height:15.0625rem;width:35.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:0.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#UpAG9ZGKeIKsHO6G05ObQWTNpqzPtV7J { color:rgba(var(--color-secondary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.6875rem;height:3.25rem;font-style:normal;display:block; }
#bFuoFiDo3letDQL0vUNJPW03K87vgP7o { color:rgba(var(--color-secondary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.1875rem;left:2.6875rem;height:4.875rem;font-style:normal;display:block; }
#B1cTkVMONrPfz5KW6QbEQwAvhhpe4pw8 { box-sizing:content-box;height:15.0625rem;width:35.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:38.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#VBTRTsu6XwhvPA9oJPx2Tx166zWEvOME { color:rgba(var(--color-secondary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.1875rem;left:40.3125rem;height:4.875rem;font-style:normal;display:block; }
#Iqvxz6EpaDvN0Q8lPSJis0WIB7UiISMD { color:rgba(var(--color-secondary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.5rem;left:40.3125rem;height:3.25rem;font-style:normal;display:block; }
#axpVJN9cT2aXQQJWUZNIlp7G2J1ZLKWN { color:rgba(var(--color-secondary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.1875rem;left:40.3125rem;height:4.75rem;font-style:normal;display:none; }
#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .row .container { background-color: transparent; background-image: none; }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .row .container > .video-iframe-container { display: none; }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .row > .video-iframe-container { display: none; }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .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); }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .row .container { border-width: 0; border-radius: 0; }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#X6hQWplXIHAXWhhxCJ8kt267uGNqv906 { box-sizing:content-box;height:15.0625rem;width:35.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:0.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#qxFFJ5lkqVgSA2oS6fOwE8yTX6DlQH1x { color:rgba(var(--color-secondary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.6875rem;height:1.625rem;font-style:normal;display:block; }
#oQCTvTWGCGLWBTSTeM5dGTInDm7TD4MT { color:rgba(var(--color-secondary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.1875rem;left:2.6875rem;height:3.25rem;font-style:normal;display:block; }
#NiepJi4q733oe5HmkdT5yd1mZTiEXefv { box-sizing:content-box;height:15.0625rem;width:35.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:38.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XKKETtKn0XCLIb6h9N1MdVgSrnyAnJpm { color:rgba(var(--color-secondary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.1875rem;left:40.3125rem;height:3.25rem;font-style:normal;display:block; }
#pupqGTcPnHr1NMdX2Eo2rXqBIdDnTcx8 { color:rgba(var(--color-secondary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.5rem;left:40.3125rem;height:3.25rem;font-style:normal;display:block; }
#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .row .container { background-color: transparent; background-image: none; }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .row .container > .video-iframe-container { display: none; }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .row > .video-iframe-container { display: none; }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .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); }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .row .container { border-width: 0; border-radius: 0; }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#zdBxogzfTTdFqCDXTSVqwKBcQcXQ8IJD { color:rgba(var(--color-secondary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.9583435058594rem;left:10.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .row .container { background-color: transparent; background-image: none; }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .row .container > .video-iframe-container { display: none; }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .row > .video-iframe-container { display: none; }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .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); }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .row .container { border-width: 0; border-radius: 0; }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#LRkdtnDICL0r7ZCtDIgkie9P920LeMOh { color:rgba(var(--color-primary-2),1);display:block;width:64.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.125rem;left:5.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tK3LoRhlwhCAqr7Kf6KZoZT1umgVDuAO { color:rgba(var(--color-secondary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.0625rem;left:10.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 { position:relative;display:block; }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 { background-color: transparent; background-image: none; }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 > .row .container > .video-iframe-container { display: none; }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 > .row > .video-iframe-container { display: none; }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 > .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); }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 { border-width: 0; border-radius: 0; }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 > .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; }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.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; }#XETzRR4PrTTEtJZb1u7xq97fOAzOhxQq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:4.9583435058594rem;left:24rem;overflow:hidden;display:block; }
#ISgNXT4NNXpw8gTV3FowzrAN4CwnUwas { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:5.0625rem;left:5.375rem;overflow:hidden;display:block; }
#zemwVMRmf1ZcbbmUuypcL11iBtvdMdHv { box-sizing:content-box;height:36.8125rem;width:17rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-primary-2),0.2) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:3.75rem;left:0.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xTSLHXlS7fyzi613TJ1yvTm9OuqQhB3I { position:absolute;display:block;z-index:15007;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:8.25rem;width:8.25rem;top:4.9375rem;left:42.75rem;overflow:hidden;display:block; }
#RKWmZnoLewTcui0Z4ThprtZHb3fy4RvC { position:absolute;display:block;z-index:15005;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:8.25rem;width:8.25rem;top:4.9375rem;left:61.5rem;overflow:hidden;display:block; }
#IBnEAhJpacSCckF6c6xymFSI3lwQS9OW { color:#191300;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.458343505859rem;left:1.59375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOGCRa1gs2NpiFwFxJbN4AXWp7BJyATn { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.229187011719rem;left:5.90625rem;display:block; }
#N2zK6NXJcckWhzGJgvhveX6QpXaAGlNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgDWvGKxiHpsHwN01P6A5WTTM9CtTWoO { color:rgba(25,19,0,0.5);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.375rem;left:2.03125rem;height:19.32425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3lJJ9bh1Eq6gMLdS3v4pBtfCvqyQn0P { color:#191300;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:20.375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1xL4wrvdudR2AJEKv7sh91wRVT0gTRW { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.3125rem;left:24.6875rem;display:block; }
#ibmX2RQs5MrkyetZdQZfcThheNiErvtZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmScz6bsIcfd217iWDMqoZEUGse5W9dy { color:rgba(25,19,0,0.5);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.4375rem;left:20.8125rem;height:15.9140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuQLdUTHyPtPA2cB9rUk4mPnZSkK2p20 { color:#191300;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.5625rem;left:39.125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vATtNfa7WATvCQLF5FsCWXUyh7PziTK3 { color:rgba(25,19,0,0.5);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.625rem;left:39.53125rem;height:15.9140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VW1fHOdUyFAo3GvezJvlTsz1qrkc0TkV { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.3125rem;left:43.4375rem;display:block; }
#tGaUX0iSCtM3yFOUZwKxrTwm7RHrc3F6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZHCuFoNC70heaHd6FnTOU4GmRhiDKhuc { color:#191300;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.5625rem;left:57.875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdbZfURpJ7Q8cvVgFL30v8dyqG6IspE0 { color:rgba(25,19,0,0.5);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.4375rem;left:58.3125rem;height:17.05075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huzLRzn3bWrWZO3yKtVIiQPHkHIJKE3W { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.3125rem;left:62.1875rem;display:block; }
#oLSi2hDKkOOJQaPwkSZTHxpZ3sh8DFfk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NoBWURyJyLOoB8hyFAbJ91m18FQ1OJVv { box-sizing:content-box;height:36.8125rem;width:17rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-primary-2),0.2) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:3.7083435058594rem;left:19.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dMHI9DdTGHS2RpdJpDm7KQ5oB1Uc8BmH { box-sizing:content-box;height:36.8125rem;width:17rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-primary-2),0.2) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:3.7083435058594rem;left:38.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eFLRPU2yfNFdT0xLmsiCbk8UeaWef58L { box-sizing:content-box;height:36.8125rem;width:17rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-primary-2),0.2) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:3.7083435058594rem;left:57rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 { position:relative;display:block; }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 { background-color: transparent; background-image: none; }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 > .row .container > .video-iframe-container { display: none; }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 > .row > .video-iframe-container { display: none; }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 > .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); }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 { border-width: 0; border-radius: 0; }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 > .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; }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 > .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:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ROLDKIiUQx6Ni92n5yHsWRuPGGSch0gb { color:rgba(var(--color-secondary-4),1);display:block;width:60.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.4466247558594rem;left:7.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .row .container { background-color: transparent; background-image: none; }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .row .container > .video-iframe-container { display: none; }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .row > .video-iframe-container { display: none; }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .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); }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .row .container { border-width: 0; border-radius: 0; }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#OSNqxwcJUnSDP7dm5HieoM8Tygdk2GFw { color:rgba(var(--color-tertiary-0),1);display:block;width:64.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.0729370117188rem;left:5.03125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pSK6Zwq9I0EHwgV4RFxesTQ2HA7Zt8Pm { color:rgba(var(--color-tertiary-0),1);display:block;width:64.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.0729370117188rem;left:5.03125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RQSqO43QHU24iM7NVydRJZkRTg8flcvx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .row .container { background-color: transparent; background-image: none; }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .row .container > .video-iframe-container { display: none; }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .row > .video-iframe-container { display: none; }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .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); }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .row .container { border-width: 0; border-radius: 0; }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#i7GEyWbsTQxdufMPGaLTiTM7GU5PvygT { color:rgba(var(--color-tertiary-0),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:1.5716247558594rem;left:7.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dh5OwRpVUHpFKy9NWKLrJ6ZVBTbNr2BK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.25rem;left:11.125rem; }
#LaRhrP2w2rpUXzqJeelfxpuvDNPfFXKl { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.8125rem;left:14.9375rem;height:1.625rem;font-style:normal;display:block; }
#MyVXFTpqipOgIM6IcTl5tCEk04bJH5iN { color:rgba(var(--color-tertiary-0),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.467468261719rem;left:7.9895839691163rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sadDX2Z3yCZxmgNXePFIB44HNxgQIbit { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.25rem;left:11.125rem; }
#cS52TcBtdvFFv6ErsG2xTMOCQzVtchqc { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.8125rem;left:14.9375rem;height:1.625rem;font-style:normal;display:block; }
#NnZ6ZXtKma5o0e7Dcs8pkRdmeriiIeFZ { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.6875rem;left:14.9375rem;height:1.625rem;font-style:normal;display:block; }
#TnsbUf96r5nVWPFOpSKhQhd1lFy9G8aV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:11.125rem; }
#J1ZfJaM2tAgJgHxLgKkamqFoqyh2MVs9 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:28.092468261719rem;left:7.90625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .row .container { background-color: transparent; background-image: none; }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .row .container > .video-iframe-container { display: none; }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .row > .video-iframe-container { display: none; }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .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); }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .row .container { border-width: 0; border-radius: 0; }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ZaLFrbCKdNCfdZaptlZ1e8JDB3twxsNy { box-sizing:content-box;height:14.1875rem;width:19.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:2.1875rem;left:2.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#v1rT75Q4GV4iExKFEm4cAxdVsoFezpqS { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BfqfRq9KN73N1zTSiMRXTftTTCa1rkhk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.9375rem;left:10.1875rem; }
#OdRfBW1h3fA58D8hDnVtdF2RpZyoayAD { box-sizing:content-box;height:14.1875rem;width:19.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:2.1875rem;left:27.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#GGV9WxXUcPBZEWebZl2IApBtvGkw7J4Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.5rem;left:34.71875rem; }
#eDlHk8t31RTsTHwe3sDWWMrZEHhdnZbT { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.625rem;left:28.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bEoZPPMiuGArGuRe3hRwQE0e7HrtCOTC { box-sizing:content-box;height:14.1875rem;width:19.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:2.5rem;left:52.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#qPVurxEsKREpaMxlhVT92TVbTifJdI1r { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.9375rem;left:54.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kunhqKJ0VHiNIEmp3K8Vpq6Z2XWEaW5p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.25rem;left:60.3125rem; }
#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .row .container { background-color: transparent; background-image: none; }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .row .container > .video-iframe-container { display: none; }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .row > .video-iframe-container { display: none; }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .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); }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .row .container { border-width: 0; border-radius: 0; }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#St5tv1mBIlfqb1wTgt8ofrf8b4N621oy { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.6341552734375rem;left:27.40625rem;display:block; }
#RfavhaKoT2WzAkOceAUg0rXcGOWQTuRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 { 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; }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .row .container { background-color: transparent; background-image: none; }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .row .container > .video-iframe-container { display: none; }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .row > .video-iframe-container { display: none; }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .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); }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .row .container { border-width: 0; border-radius: 0; }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#OSF6uDlTfHHtuH8C4OAhp4MzHUNKqaSW { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.833332625rem;height:3.520833375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.5820617675781rem;left:26.083335876465rem;display:block; }
#zBy7uC6rWO6nclmkcya60SOD8nKzMgAn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxTAeWqfcCduMSRFmuvmLaORcCsqI9Kt { color:rgba(var(--color-secondary-2),1);display:block;width:64.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:10.260437011719rem;left:5.03125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gVwvr7ggpbNxCr5XVV3ZhK83uDMy09iq { color:rgba(var(--color-secondary-2),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:17.759155273438rem;left:7.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVuisKrTZD6G0yiDIHo0X3bao8SNTTr2 { color:rgba(var(--color-secondary-2),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:24.884155273438rem;left:7.90625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA { position:relative;display:block; }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA { background-color: transparent; background-image: none; }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA > .row .container > .video-iframe-container { display: none; }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA > .row > .video-iframe-container { display: none; }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA > .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); }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA { border-width: 0; border-radius: 0; }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA > .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; }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA > .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:20.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nspgJncpVvMZJkatTf91GwvvAfQlcgXT { color:rgba(var(--color-secondary-2),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:1.8216552734375rem;left:7.90625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C6MoWC0oup5QspS8glEzBu1NnDOOcMo9 { color:rgba(var(--color-secondary-2),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:5.55078125rem;left:11.46875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ANeKayOFiFUpUawes0TIMuFTGz5quvcU { color:rgba(var(--color-secondary-2),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.1041870117188rem;left:11.46875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hepq4IOvZEv363mc2WUGplBTK6ILbbIp { color:rgba(var(--color-secondary-2),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:16.322937011719rem;left:11.46875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2NH1VABvFbe6IeVC4s0LGVIfFxDhd98 { color:rgba(var(--color-secondary-2),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:12.760437011719rem;left:11.46875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wn1mOaI90F1mKNKglO1lcfyRJxnp9x46 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:5.2904052734375rem;left:7.90625rem; }
#VsClxe6Viq5c7DKSBXZHm27ksxLuI2y0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:8.84375rem;left:7.90625rem; }
#rFQ9BDo26Iqis6TpcgsdT2QXmOI9kTiq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.0625rem;left:7.9375rem; }
#hz2TR7a2xFiglDhSOWISn1cOqsiKVVJV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.5rem;left:7.9375rem; }
#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx { position:relative;display:block; }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx { background-color: transparent; background-image: none; }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx > .row .container > .video-iframe-container { display: none; }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx > .row > .video-iframe-container { display: none; }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx > .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); }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx { border-width: 0; border-radius: 0; }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx > .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; }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx > .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:17.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; }#FL1vX2pOcfOMrAP2A8P2pgdAlnrZ8yur { box-sizing:content-box;height:14.1875rem;width:62.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:1.5rem;left:5.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#RxQaoAZvPvDyRb3In9JbBguxkTsD4Qfa { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.875rem;left:8.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9ZErNK46voOefDdk9w2xmF3wPItQqoZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.4375rem;left:15rem; }
#fTTG0fUMC8JUKMtyHVA8wrWcm579kdg6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.5rem;left:35.75rem; }
#MEHShs4LuTrfz1rd9MBhuTrRTv1WaStR { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.9375rem;left:28.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLUaKRODNB7Odwl8TJmuGAmDv11tJ437 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.5rem;left:55.875rem; }
#N5FU0G9xNNVP45BIwKvRe3eJgUwS7VKr { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:49.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu { position:relative;display:block; }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu { background-color: transparent; background-image: none; }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu > .row .container > .video-iframe-container { display: none; }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu > .row > .video-iframe-container { display: none; }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu > .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); }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu { border-width: 0; border-radius: 0; }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu > .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; }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#rdJEbGhpIGxngC5JArXpB4mXSA3296gH { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.1875rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.11328125rem;left:14.40625rem;display:block; }
#F5T4ssGhk0DLgBRMZhaOw7UI1RJNqWP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OdRyfTz07bveboTzwhMAT0JGTCPE6S6W { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.1875rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.11328125rem;left:14.40625rem;display:none; }
#VxJMUrhDdwxvPgS71pZl97OEk9maVo2q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .row .container { background-color: transparent; background-image: none; }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .row .container > .video-iframe-container { display: none; }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .row > .video-iframe-container { display: none; }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .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); }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .row .container { border-width: 0; border-radius: 0; }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#s3zyNol8pTKzgfTRNTMC6tv3SpB18MZP { color:rgba(var(--color-secondary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.40625rem;left:12.5rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAebDm0OvZ7QNgAyb6PvGsX5wiqVBRCb { color:rgba(var(--color-secondary-2),1);display:block;width:69.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:13.342468261719rem;left:2.75rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gpxJhHXP8H7zfyBJWdMqfmRFQBwzqIx1 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:15.1875rem;top:26.291687011719rem;left:23.8125rem;overflow:hidden;display:block; }
#c9Ts5M6NBi0uI9kV7rGb1VXP8EQL7cX9 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:10rem;top:25.375rem;left:41.1875rem;overflow:hidden;display:block; }
#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container { background-color: transparent; background-image: none; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container > .video-iframe-container { display: none; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row > .video-iframe-container { display: none; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .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); }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container { border-width: 0; border-radius: 0; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#MwWQcUanvc2mrN8RL5wmSUprs2OgtX1I { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.9375rem;left:0rem;height:9rem;font-style:normal;display:block; }
#Wg785VhUWFoTdySUWgHeOLEJvbHDgS9C { box-sizing:content-box;height:0.25rem;width:5.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:0rem;display:block; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .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-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .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; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .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-0),1);line-height:1.4;overflow:hidden;height:auto; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .accordion-trigger.adaptive-delivery-prevent-bg, #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .accordion-trigger.lazyload, #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .accordion-trigger.lazyloading { background-image: none; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 { box-sizing:content-box;height:auto;width:52.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.9270935058594rem;left:19.875rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #HggV14VTM3GOIv28QRKBs2bCqqQRdLWA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #oMxWDRvQX9E6CGr3WfuVTtLlpNUMHntm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #GpuUTPAS5Pn4T4Obia0Lha5C3w4cpwDX { display:block;position:relative; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #wDFn3rJ6cKTrEX3PELOE6eVIOwy0cABR {  }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #VUVH6piqLkxvCsAGdxofzH6zT9xawsoN {  }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #iSxAenS6SQdZTU1P99DS0lMzglrrgKd7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #mSL0pwzpvg7TX6Vqh0E9lw6wI6Dy7aZm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #sWpfMRXEMaPxZmpGZOpCtWOhstt3bwLs { display:block;position:relative; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #nQZpW1PonemwaIvvaKTH1Cu3BUInAWil {  }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #L7sRETmIGhhIA26UTgTDzM0r79U0CXzF { display:none; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #a1HqkOi7KFXO2r2mf6yxHB5ACx0ef3qF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #klx9TnJw3Rr5f4bNDxXVU86AEiu2GUQX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #z06O2T9JWIq15H0Q6dhb5hMXLifUrTLd { display:block;position:relative; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #SSFVtSB3QbR5nS6NZrUhem01b44dmg35 {  }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #on7LgNLMn2no7Xkgkz6dc4E7TVG90huy { display:none; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #U84JTKoMQZKfsXLsR6xKI0takkwbiVyy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #rKTlRfaIkFBkRt5BWOCzxrkZDWt2nzFS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #IIOXGxlJftSpgsxZOycP6tK2xOkSIJTM { display:block;position:relative; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #znblzTpK1uhvbeNCXLzcNovciaBRCv6c {  }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #DIU2uIwatiNinWlQ8JPhsRo6iJFTv7Oo { display:none; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #Z536R1a5hxzELorhwsTJnJbmkwpIu0yP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #fAfDpHD9vbp0tEfwzuIyQWll1ASRzWDn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #bBskmlh702VM1Aeay6XLE9XucXQ2zMdz { display:block;position:relative; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #cOpplvOsOOTJpT1WTEwaILTZRxvXsZoC {  }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #JpLTERZ0hFDH49TNv6xoIERblD5Ky8hl { display:none; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #MgG6BCOzBv8uUg016GZnVHUuCzOizMIs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #CThr8liCa7rAtIWQhSMpwgVWFWAxN8Hr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #O8iqsBWp0LfBLZ3IxqIxUUmcpRWAwtfR { display:block;position:relative; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #XGAw0XAFLPzbhCZ1iig7AqW1cbJyLUuB {  }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #Xh0MEAopBx9T3my2mEyz6LzJnF05zFUk { display:none; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #cmmOqBAEue9JuFwkmD8vawLNndcuA39i { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #bhduGxVses9v845liXWENcgQ9T7lSMJ6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #wiS6P4qCyET5fKzRM4iTUIkNIuiBhP3q { display:block;position:relative; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #lZrIaa2g1IOI2POxN8mcr4Z8xk4fgUp0 {  }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #XrA1Hdke1mV3y3ckmKz6UnSZazpCTEwg { display:none; }
#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edffff;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; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container { background-color: transparent; background-image: none; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container > .video-iframe-container { display: none; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row > .video-iframe-container { display: none; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .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); }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container { border-width: 0; border-radius: 0; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#HsxKQziFFSNl3oOlBvPoCiWNDRyNeTI6 { color:rgba(var(--color-secondary-2),1);display:block;width:62.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.0625rem;left:6.09375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpREvTAeCIR1MB0bSRI7WBpW9mIxZU3Z { color:rgba(var(--color-secondary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:3.84375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2EdN1Q35F28zBp7nRZT6Vl9zMfWrTlR { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.125rem;left:31.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1TRV1VkniEbG8cLaWr2weHzBf4xaNuD { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.125rem;left:14.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbfycfRxAbpdfvBxvVi3hFBIxL75wbPE { color:rgba(var(--color-secondary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vE3mkGWUQqS0wavOrDkt6pgTLL2UgfMC { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:35.8125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#MT3Q0U4r9uAPPOmpzOOsCp1dwdIGMpuT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.5rem;left:36.3125rem; }
#PU4b9cNtZXx1k5T5tS0fWXNa1h2dWgPJ { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:19.625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#tvz6Q8WMR5u83XpcD1q7r7Iqu6wV6VqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.5rem;left:20.125rem; }
#zUcoeL5177sevxUHnfdqTIGxneuuvWBR { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.9375rem;left:6.0625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#gs1iirRl0O0xNcoOB5gSKxGCMH8cg9Hw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.4375rem;left:6.5625rem; }
#C4NpcGsNiQW9Od84I2p2pwrpMbw4tB0s { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:22.125rem;left:47.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urOVJUX2b2NIvy9eVx2wAuuRlATihx0h { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:51.8125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#CHqXhlRTGZrPODvt8g8s30swhqVuiTs5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.5rem;left:52.3125rem; }
#oscVQbLswH2tTHBusC4t9L3qtDQqpZtE { color:rgba(var(--color-secondary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.125rem;left:61.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z86olS9cVJCrK9cmseScNKMgfOp9ZA3o { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:66.8125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#ihLRM9ibfgc7lQZhrVmhMGzImIq0hch5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:18.5rem;left:67.3125rem; }
#CtrbOtTGPPQ2H3p2lZyylTTPMoOoUEzk { color:rgba(var(--color-secondary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.375rem;left:3.84375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DP6ZGaTqtAPAQq3siIgb9u7e4ekLhlTQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.4453125rem;left:26.53125rem;display:block; }
#EXpTWkwc6FmgypZ6aaSpL00TuocqWo9a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GfPgIizlqK5424uTt76L7En9EcKeA2WP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container { background-color: transparent; background-image: none; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container > .video-iframe-container { display: none; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row > .video-iframe-container { display: none; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .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); }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container { border-width: 0; border-radius: 0; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#ietq5MLOdQFZxT8UgoeiTCNlUObrvrB8 { color:#ffffff;display:block;width:53.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1979370117188rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#wVfgmsT6zpFGNcPvfXtEIJ6JlkpOqJRo { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:7.8125rem;top:1.25rem;left:66.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Q3clmXSXnCbfCZkvkxDOnfQhMM70qB { width:8.5625rem;height:3.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD3ONVB96L17MJ0TpEez0DW3Wsk9ikGm { width:5.3125rem;height:1.5625rem;top:2.3125rem;left:22.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp4Vwl6MsduVaabETyaVnTNxxKeDih7p { width:5.6875rem;height:1.5625rem;top:2.3125rem;left:29.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grF9gtGO6J2fM7UZPXxwiDP9lT5KdROw { width:5.75rem;height:1.5625rem;top:2.3125rem;left:42rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp9xVTp71t2lElKvdDPxJ8q8k2TN5xbs { width:3.9375rem;height:1.5625rem;top:2.3125rem;left:37.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuMQXuwLJTtJMzKPyNiytWdJEInIHUyx { width:6.1875rem;height:1.5625rem;top:2.3125rem;left:14.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt2qaSUorvwkNtZWC8pwUH8imTzu2Ksg { width:8.5625rem;height:1.5625rem;top:2.3125rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6uelWNzCTAZw4BBttKk152GTKavD8KE { width:10.25rem;height:3.4375rem;top:1.375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHNUbubO8oT0VV59HfOpFHxXQaAUGTZk { display:block; }
 }@media only screen and (max-width: 763px) { #oBUTHk6EKniVpXkxO8EAKZUOTO4SF54Z { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 { display:block; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTtO0I6TbbdzhqT7hql1ik78TSL0dUW4 { width:46.4375rem;height:6.8125rem;top:12.5rem;left:0.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw20DX7cafQO0L0WVBOfppDIt75zVf4T { width:47.75rem;height:3.125rem;top:20.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgdgbqNJIuTxHwvA5TfPJRy7T0hkB8z8 { width:17.5625rem;height:3.625rem;top:26.25rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSeWP9w1LvTq6lH4NOFWazlpp9PpiOTm { display:block; }
 }@media only screen and (max-width: 763px) { #eWg9IPOTbfhJGOKPRAJJWMfEhzCwqcLM { width:47.75rem;height:0.0625rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKp1irP32ArwaDdZrlZ2CMOUOmXn8QgF { width:3.4375rem;height:3.4375rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzHN9EZl82TyJWTOppA9K3DiIFcAu2M2 { width:2.5rem;height:2.5rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Xd35ElnnCuc0vsBe5aZXa144POQxWd { width:12.9375rem;height:1.5625rem;top:48.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKCMVc5hvtNaTK77BHDLem67l7EaXto2 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zt0htxwDf23cTK7uWnsVdgRn6kduDZtx { width:18.6875rem;height:;top:9.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZdIh8lq7AEHa7Bwki026HJ5DN6gnxic { width:47.75rem;height:1.25rem;top:36.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyvNoakRERHMUn0yPxK9s33OJ4anpr6A { width:12.9375rem;height:1.5625rem;top:48.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeHa5o1MewRpRgPoqis9Up5TZRLKvbxI { width:3.4375rem;height:3.4375rem;top:43.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdhUIMBkmEZvxP34syOhJqCbeN0Qb33n { width:2.5rem;height:2.5rem;top:44.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GftGK76ve0pKGqnm5e3XIwsFEMgkzgTZ { width:15.5625rem;height:1.5625rem;top:48.0625rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFrTTuJiTMWfaWXbsIDsO9PIid3lTb8o { width:3.4375rem;height:3.4375rem;top:43.8125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZanRzCOQQxJ26CQTB0eTCR9Zlh41i55q { width:2.5rem;height:2.5rem;top:44.3125rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrEPPsDpvIy7gQuoUzpNDowl4FKEv9SD { width:12.9375rem;height:;top:48.0625rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm7wEikuOohT5kDGhmWUeQb5ZJ8WyKD7 { width:3.4375rem;height:3.4375rem;top:43.9375rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHnkrEPh9TPRT3ZFH3aORdiJJg9pAFpC { width:2.5rem;height:2.5rem;top:44.4375rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVFOwEBhpCnWQIgCmHOucXBzGwk3QhiB { width:15.3125rem;height:3.1875rem;top:48.0625rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwNkkclrTaNcxsgJcKlUO5kg9NvDW0VG { width:3.4375rem;height:3.4375rem;top:43.9375rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNkp01PLoJV91EH5vGDMdCJBwHdxs5QS { width:2.5rem;height:2.5rem;top:44.4375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT05koO21rSGFwAl1TZrXky2RHQdLwrV { width:18.6875rem;height:;top:12.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #or344237OgpZnCTIV2vZF5buuHpr51u0 { display:block; }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n31ymWa7Af8iASi8x27WAa0AriB9dWUJ { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEaH1xZoPWWfB1evvZaZzPvikNSZlTCb { width:47.75rem;height:;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5USB4Er5y6vDXDt5bdV6HkfDs58xrC { width:5.1875rem;height:0.25rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6U82L0Iyz3JxRs5NsrsnTXw2SWhTc6x { width:18.9375rem;height:;top:15.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTZLAhIMh3ITGI95AH1RXQ8vl9y2T26T { width:47.75rem;height:9.125rem;top:28.0625rem;left:0rem;font-size:1rem;display:block; }#aTZLAhIMh3ITGI95AH1RXQ8vl9y2T26T li:before{  }
 }@media only screen and (max-width: 763px) { #Usi3yRvPzFkOPbB1NQcXX4ZX7wuuOXTH { width:47.75rem;height:1.5625rem;top:40.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBoty8sMTzChGtKRTKMuDB86LGC5ft7K { display:block; }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUCHbZCfVy2dh6pxBqFiH0iesQl2QkfC { width:47.625rem;height:7.875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt6Fq9P64TeAEWVg3F1w8lZTTlT5NiAX { width:47.75rem;height:3.125rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf3G7wUvQR2usqxtTHDTgykf6QQ873oL { width:18.9375rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu { display:block; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW { display:block; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AilpedBRd17T0iTwdqbkRUSBsWAAaRtq { width:47.75rem;height:3rem;top:6.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs { display:block; }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCQcDs8GLqTxmy7xZfV3vA2itWkbTPUr { width:3.4375rem;height:3.4375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKhWFMyV0LtsLDcop7nFN7mknP1cgQ7c { width:2.5rem;height:2.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFCsp2PNaiXqaX0AcCTVhCTq8DDot2zQ { width:27.4375rem;height:1.75rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBKRiRRatm9s87OdrmHc9T1I3WOODaGw { width:27.4375rem;height:6.3125rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAU8TotrGcoTNl1iPg5MsgF5V2Zmp6ra { width:34.9375rem;height:11.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fkBn0ncuOS3zoNBJmSnsPIrzRZPixe { width:27.4375rem;height:6.3125rem;top:6.25rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7yXHzSwRLJcgkIMy1EN0DnKSTcSmllA { width:34.9375rem;height:11.6875rem;top:2.125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVUrPlOh2J3QIHt2yrFyV83mGkMLmsIs { width:27.4375rem;height:1.75rem;top:4rem;left:20.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN05dhtGDVtwzaS9oMWDFbH4y2OG6Log { width:3.4375rem;height:3.4375rem;top:3.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXT1G5qdd8d8UkTReVypTdCqzyXpsuxb { width:2.5rem;height:2.5rem;top:4.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6V3uw4zSBIQMOTSp30nNuiHybfekkO2 { width:18.3125rem;height:;top:35.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWzbTc8WRMHeOOZITga36unC2VI2sDr7 { display:block; }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op9FK5ClIE0CNLzzXSwuoNF34CUwKtvO { width:3.4375rem;height:3.4375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIXSuUTpP0a5fADumpXiTonFtBCkxD3n { width:2.5rem;height:2.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgITSXNKzpJicC8fkCmXpupPWm9lLyAd { width:27.4375rem;height:1.75rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Vq8Ee3Akczix6yoDa6AONTHzikaoob { width:27.4375rem;height:6.3125rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW16TPXSsHSnsJ9saHhrr3wG6nQu0ApJ { width:34.9375rem;height:11.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ1mFZP2AuBJmdniSzCS8tcfFXgS46cK { width:27.4375rem;height:4.75rem;top:6.25rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBriWAzsML3DkoGXGkheFFzC3lAdxeKR { width:34.9375rem;height:11.6875rem;top:2.125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awfk8gRONeLNTlLllPGV0d7WMXfiuIgx { width:27.4375rem;height:1.75rem;top:4rem;left:20.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5yUIURIH3qEkEyBUVC9z0yuXOxXl2T8 { width:3.4375rem;height:3.4375rem;top:3.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvbCTXCzDqkfdOseCxlzqzmOd2CQP6qT { width:2.5rem;height:2.5rem;top:4.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 { display:block; }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amBCHqXBI3yC47H27IMiUrsMcFBW6wcp { width:22.875rem;height:3.5625rem;top:2.3125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKODuvrmFmrQ19oSabeOcy1mGCfnSRWW { display:block; }
 }@media only screen and (max-width: 763px) { #zoafUZJvAOyKNaGzwupiBrnu6AZAhReB { display:block; }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABwyvONFFqFKZBV2mMaeETAvZs4TUVNm { width:47.75rem;height:;top:6.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3hEuSI2pSLFJigBGJv5y6fdNR9FrAtA { width:47.75rem;height:1.5625rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5t6NeU20BeGumBf7ZSPBtmHa1zbw8uK { width:2.6875rem;height:2.6875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkZhDePpKBMH8tUmtP2TwHocTTX08M5b { width:2.6875rem;height:2.6875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ws5XONzVB7kPbsAwS2uE4ABW2ZZCgX { width:47.75rem;height:1.5625rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewPBxAWTNGBsqHg1x5VyIG0y9fHy22IN { width:47.75rem;height:1.5625rem;top:22.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoKV8Zz6rZAsw8B8rnRvscZNiTqTD8yS { width:2.6875rem;height:2.6875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kybnSLfoEIgVMUzgrbuNSiyNfsWb7U1V { width:47.75rem;height:3.125rem;top:27.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L99ryIFucpdWfhx8EwwRFQlvCGdMtzZB { width:2.6875rem;height:2.6875rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViPO5e3MUPrp3TZX5GHvA14r0cKlPEXS { width:47.75rem;height:1.5625rem;top:32.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJQPnA4KeKW1X71y7q8VED0qMfy0OSE { width:2.6875rem;height:2.6875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ { display:block; }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LypzKbATEv806NCGvlD09C9Ao5GdpA7G { width:47.5rem;height:10.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssp9ILEUpDmPXhUWNu4a7Te2lC4mH3rW { width:47.75rem;height:1.8125rem;top:3.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5MnEWX1ir7qIiIt6FfvnDTa24xCyS7Z { width:47.75rem;height:3.125rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQETq2PeqsadqhmIhL6GCxFILsyigpLl { display:block; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZmTFav0TiJFuua3sVub804a7aTksWI7 { width:47.75rem;height:3rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIalNPsu0uiIIMg6meOgwhr22SGePlrk { display:block; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ8OV46BHDmU2kfGHhgsDIIxaR93ntyM { width:3.6875rem;height:2.5625rem;top:4.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDOJgNsNcIvbTznuNvssCX2XHtqLVAVV { width:23.9375rem;height:;top:7.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rItaIpkNyTsKtU5DyrFQOO6A4GOkBAbp { width:21.9375rem;height:;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpecBO9uvKMF7GlcZifRcVWe7APxDtd5 { width:23.9375rem;height:;top:7.375rem;left:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQTyKb8bkXvJ3UTtm1WL1cH4QrEeyTzw { width:23.25rem;height:;top:10.8125rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvRHtMXgiFNcEdnJFUkDyaQbtw7G4wy5 { width:3.6875rem;height:;top:4.125rem;left:15.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4tHz2Tpq1BL8OHas33KQ3kItxvs8TPn { width:21.5625rem;height:3rem;top:7.3125rem;left:23.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGyTLqXahUJzlylEBL8WyLWv5OJIf6Ml { width:21.9375rem;height:;top:10.9375rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yidvQO8FPLQ3Flooc1SbkxQgh6Ea30K8 { width:3.6875rem;height:;top:4.125rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGFkpvfTIQPQd172CGOVEtMfQ8kL672x { width:20rem;height:;top:30.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g29eDZFiQUaKSuWVTao4qw6Qzneesk7b { display:block; }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTvJPNnKEutu66tuZ6HUuMnAtTUuTTDl { width:3.6875rem;height:;top:4.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx1bXfmSnkIFMx26oWycRdMcbinznwit { width:23.9375rem;height:;top:7.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHQ71T0c5Q9Rx7XkNP1ZyRNQSvXnpk88 { width:21.9375rem;height:;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVZvI4pNgKITx9KEVKIOK8kkdI7L4i6L { width:23.9375rem;height:;top:7.375rem;left:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icer5UmFCJFvWTbrWy2Uuw6Bf76o8nA3 { width:23.25rem;height:;top:10.8125rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJgsVvg2TcqmvmAo8J90PuB1wvt9LV8y { width:3.6875rem;height:;top:4.125rem;left:15.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCbKCdAg5ChRNT6kmgsxWeUZINRgZcaZ { width:21.5625rem;height:;top:7.3125rem;left:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcsCqUtJbxUKST4XKhK5vuW5S1yWIOs0 { width:21.9375rem;height:;top:10.9375rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olJWaDfTxQGGNasOT8aAPU07KGKATJ7I { width:3.6875rem;height:;top:4.125rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNEnDD0JJaXykPNMQ1AnVObINq6WZeDg { width:20rem;height:;top:30.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S { display:block; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivzqKEZSTUi4JdEL9NQnKhcmtaMA8Mp0 { width:17.5625rem;height:3.625rem;top:1.8125rem;left:15.072917938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNdN0WW458WrTIGUi8TananzGzXbkNTG { display:block; }
 }@media only screen and (max-width: 763px) { #P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 { display:block; }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxBDzNdQn82QywcWyexuk8UK65SxvHKl { display:block; }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abKsedfoFynAr8QbNOUoBG8kq2s7723p { width:47.75rem;height:3rem;top:5.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxF4drXSy1tTVBcwy9azPTTtdQwgNy5t { width:47.75rem;height:17rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }#IxF4drXSy1tTVBcwy9azPTTtdQwgNy5t li:before{  }
 }@media only screen and (max-width: 763px) { #hymEiZK7l4Tpmidq54VbzcxsECUy4evx { display:block; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUGAIiiKfQD65SZVXIp9vmzGq7cmNT9u { width:47.75rem;height:3rem;top:5.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpcL67gst34e0mSl3NsvL4ArfywcnVRO { width:20rem;height:;top:4.5rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #taMO6s7UI6isT6dhybpq3w0RC7ceuHKl { display:block; }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbZZ78yOyZSaDA0719k78ZhfkZXn6W81 { width:3.4375rem;height:3.4375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlyGcWSoIPATru9LfTlB8ow5PK0FNHT { width:3.6875rem;height:1.5rem;top:4.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9DqIGEENKNDSyuXoJHS4CtXhCcH23eH { width:47.75rem;height:0.125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQTnvT4BehuDezHXOUGwD6zBvufh1Rdh { width:20.6875rem;height:;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTizgq6OM4yq2VTTSAS7PGH1zTp6tTHf { width:17.4375rem;height:;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geNBIMH8Hg96lDdGixREoycxt3ihdRCU { width:3.4375rem;height:3.4375rem;top:3.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZnWyI6USeyM4scSraxyLJZWt8oOBUdQ { width:3.6875rem;height:1.5rem;top:4rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGSnVPvMvC7h7yoJopnXJZ41ZosLp7Tz { width:16.6875rem;height:;top:8.1875rem;left:15.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN1T9zhBKfSn2bZtGW9Cz06TlO7q3giC { width:17.4375rem;height:2.8125rem;top:11.125rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTvcqt3ilGEDnCI4McMdkXtnI0znJA9U { width:20.6875rem;height:;top:8.875rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WegsshuvlBNJGkyDlW8HSzXwzFo1zJRH { width:17.4375rem;height:;top:11.125rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPMzDsbJBTFePZPOZBbTcb5MbkTKZTft { width:3.6875rem;height:1.5rem;top:4rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkx0qcCfL09OFtO1gOd80b9EpoJ3wMW6 { width:3.4375rem;height:3.4375rem;top:3.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #azPybI6TlErPZxQcxe25nJpqaquTnPAs { width:17.4375rem;height:;top:9.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAfkHMCda5dast9dBpuC2e7n2yLGZ73U { display:block; }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lclqKfM9WmoMc00PJBh6lUKZRrcwUHNw { width:3.4375rem;height:3.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHTUvc65IgkLl8KiXz4kt33IhEPw2vW { width:3.6875rem;height:;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Fzc8qsCgkfpokeTZ9IZk4DDuRQItgv { width:47.75rem;height:0.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T65wgufRPMATn0p95ewzh3OWCkRE6Ldh { width:20.6875rem;height:1.5rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELcdSqVbWyuplLNah6MliNrEk6IGWTeh { width:17.4375rem;height:4.25rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaS0yk4pElekVqzTMSXLO0Q6fygDBqMN { width:3.6875rem;height:;top:1.5625rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idVopPzavAZ5fVKEgRmzp7XXU5FufbDe { width:16.6875rem;height:1.5rem;top:6.1875rem;left:15.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAcWX1ubS28aKmsW9EfM24BrXbRFUptJ { width:17.4375rem;height:4.25rem;top:8.75rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exnoAyVRHWH0tpVFUDKcGSSVsaiGburz { width:20.6875rem;height:3rem;top:5.6875rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNO1dscS5wW92iMo9KN5tXP4XVvCky8R { width:17.4375rem;height:4.25rem;top:9.4375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR6AbXFDnmroq9HvAILNUXLqo8oaqxVr { width:3.6875rem;height:;top:1.5625rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFcNT1RLwwHfC7RrxnGSqesA3n09Zkzg { width:3.4375rem;height:3.4375rem;top:0.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSEwR3ssVGnXwUxdmGOWntLCxuGlQKgv { width:3.4375rem;height:3.4375rem;top:0.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU { display:block; }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoVnQsmaV3zlsvgm8ILoml8XogGPHgpr { width:44.0625rem;height:1.5rem;top:2.75rem;left:1.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwZA3L200Tz9yT7X014Ichev7H6Ko3XX { display:block; }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT8QHavIkOh30aBuEwOnNQzfN7VlPqdw { width:47.75rem;height:3rem;top:6.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL6E1SqOnKTaBWWx8rTP7O26d5seGdho { display:block; }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhKmh3ftRAUTBtakECvd7lwCwIPHkQNy { width:35.9375rem;height:15.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpAG9ZGKeIKsHO6G05ObQWTNpqzPtV7J { width:32.1875rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFuoFiDo3letDQL0vUNJPW03K87vgP7o { width:31.1875rem;height:4.75rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1cTkVMONrPfz5KW6QbEQwAvhhpe4pw8 { width:35.9375rem;height:15.0625rem;top:1.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBTRTsu6XwhvPA9oJPx2Tx166zWEvOME { width:31.1875rem;height:;top:9.1875rem;left:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqvxz6EpaDvN0Q8lPSJis0WIB7UiISMD { width:32.1875rem;height:;top:4.5rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axpVJN9cT2aXQQJWUZNIlp7G2J1ZLKWN { width:18.4375rem;height:;top:26.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP { display:block; }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6hQWplXIHAXWhhxCJ8kt267uGNqv906 { width:35.9375rem;height:15.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFFJ5lkqVgSA2oS6fOwE8yTX6DlQH1x { width:32.1875rem;height:;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQCTvTWGCGLWBTSTeM5dGTInDm7TD4MT { width:31.1875rem;height:;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiepJi4q733oe5HmkdT5yd1mZTiEXefv { width:35.9375rem;height:15.0625rem;top:1.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKKETtKn0XCLIb6h9N1MdVgSrnyAnJpm { width:31.1875rem;height:;top:9.1875rem;left:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pupqGTcPnHr1NMdX2Eo2rXqBIdDnTcx8 { width:32.1875rem;height:;top:4.5rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 { display:block; }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdBxogzfTTdFqCDXTSVqwKBcQcXQ8IJD { width:47.75rem;height:3.125rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms { display:block; }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRkdtnDICL0r7ZCtDIgkie9P920LeMOh { width:47.75rem;height:3rem;top:7.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK3LoRhlwhCAqr7Kf6KZoZT1umgVDuAO { width:47.75rem;height:3.125rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 { display:block; }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XETzRR4PrTTEtJZb1u7xq97fOAzOhxQq { width:8.25rem;height:8.25rem;top:4.9375rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISgNXT4NNXpw8gTV3FowzrAN4CwnUwas { width:8.25rem;height:8.25rem;top:5.0625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zemwVMRmf1ZcbbmUuypcL11iBtvdMdHv { width:17rem;height:36.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTSLHXlS7fyzi613TJ1yvTm9OuqQhB3I { width:8.25rem;height:8.25rem;top:4.9375rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKWmZnoLewTcui0Z4ThprtZHb3fy4RvC { width:8.25rem;height:8.25rem;top:4.9375rem;left:37.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBnEAhJpacSCckF6c6xymFSI3lwQS9OW { width:15.5625rem;height:1.3125rem;top:17.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOGCRa1gs2NpiFwFxJbN4AXWp7BJyATn { width:6.9375rem;height:2rem;top:14.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2zK6NXJcckWhzGJgvhveX6QpXaAGlNO { display:block; }
 }@media only screen and (max-width: 763px) { #DgDWvGKxiHpsHwN01P6A5WTTM9CtTWoO { width:14.6875rem;height:18.375rem;top:20.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lJJ9bh1Eq6gMLdS3v4pBtfCvqyQn0P { width:15.5625rem;height:;top:17.5625rem;left:8.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1xL4wrvdudR2AJEKv7sh91wRVT0gTRW { width:6.9375rem;height:2rem;top:14.3125rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibmX2RQs5MrkyetZdQZfcThheNiErvtZ { display:block; }
 }@media only screen and (max-width: 763px) { #BmScz6bsIcfd217iWDMqoZEUGse5W9dy { width:14.6875rem;height:15.125rem;top:20.4375rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQLdUTHyPtPA2cB9rUk4mPnZSkK2p20 { width:15.5625rem;height:;top:17.5625rem;left:20.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vATtNfa7WATvCQLF5FsCWXUyh7PziTK3 { width:14.6875rem;height:15.125rem;top:21.625rem;left:21.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW1fHOdUyFAo3GvezJvlTsz1qrkc0TkV { width:6.9375rem;height:2rem;top:14.3125rem;left:26.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGaUX0iSCtM3yFOUZwKxrTwm7RHrc3F6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZHCuFoNC70heaHd6FnTOU4GmRhiDKhuc { width:15.5625rem;height:;top:17.5625rem;left:32.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdbZfURpJ7Q8cvVgFL30v8dyqG6IspE0 { width:14.6875rem;height:16.25rem;top:20.4375rem;left:33.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huzLRzn3bWrWZO3yKtVIiQPHkHIJKE3W { width:6.9375rem;height:2rem;top:14.3125rem;left:38.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLSi2hDKkOOJQaPwkSZTHxpZ3sh8DFfk { display:block; }
 }@media only screen and (max-width: 763px) { #NoBWURyJyLOoB8hyFAbJ91m18FQ1OJVv { width:17rem;height:36.8125rem;top:3.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMHI9DdTGHS2RpdJpDm7KQ5oB1Uc8BmH { width:17rem;height:36.8125rem;top:3.6875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFLRPU2yfNFdT0xLmsiCbk8UeaWef58L { width:17rem;height:36.8125rem;top:3.6875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 { display:block; }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROLDKIiUQx6Ni92n5yHsWRuPGGSch0gb { width:47.75rem;height:4.75rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdDT9wJ3nP7169PETd1H9oZWudeMWRHi { display:block; }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSNqxwcJUnSDP7dm5HieoM8Tygdk2GFw { width:47.75rem;height:3rem;top:6.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSK6Zwq9I0EHwgV4RFxesTQ2HA7Zt8Pm { width:20rem;height:;top:5.9375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQSqO43QHU24iM7NVydRJZkRTg8flcvx { display:block; }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7GEyWbsTQxdufMPGaLTiTM7GU5PvygT { width:47.75rem;height:4.75rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5OwRpVUHpFKy9NWKLrJ6ZVBTbNr2BK { width:2.6875rem;height:2.6875rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaRhrP2w2rpUXzqJeelfxpuvDNPfFXKl { width:47.75rem;height:;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyVXFTpqipOgIM6IcTl5tCEk04bJH5iN { width:47.75rem;height:1.5625rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sadDX2Z3yCZxmgNXePFIB44HNxgQIbit { width:2.6875rem;height:2.6875rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS52TcBtdvFFv6ErsG2xTMOCQzVtchqc { width:47.75rem;height:;top:18.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnZ6ZXtKma5o0e7Dcs8pkRdmeriiIeFZ { width:47.75rem;height:;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnsbUf96r5nVWPFOpSKhQhd1lFy9G8aV { width:2.6875rem;height:2.6875rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1ZfJaM2tAgJgHxLgKkamqFoqyh2MVs9 { width:47.75rem;height:1.3125rem;top:28.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 { display:block; }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaLFrbCKdNCfdZaptlZ1e8JDB3twxsNy { width:19.3125rem;height:14.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1rT75Q4GV4iExKFEm4cAxdVsoFezpqS { width:17.1875rem;height:4.75rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfqfRq9KN73N1zTSiMRXTftTTCa1rkhk { width:4.6875rem;height:4.6875rem;top:3.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdRfBW1h3fA58D8hDnVtdF2RpZyoayAD { width:19.3125rem;height:14.1875rem;top:2.1875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGV9WxXUcPBZEWebZl2IApBtvGkw7J4Z { width:5.5625rem;height:5.5625rem;top:3.5rem;left:21.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDlHk8t31RTsTHwe3sDWWMrZEHhdnZbT { width:17.1875rem;height:;top:9.625rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEoZPPMiuGArGuRe3hRwQE0e7HrtCOTC { width:19.3125rem;height:14.1875rem;top:2.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPVurxEsKREpaMxlhVT92TVbTifJdI1r { width:17.1875rem;height:;top:9.9375rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kunhqKJ0VHiNIEmp3K8Vpq6Z2XWEaW5p { width:4.6875rem;height:4.6875rem;top:4.25rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic { display:block; }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #St5tv1mBIlfqb1wTgt8ofrf8b4N621oy { width:20.1875rem;height:3.6875rem;top:2.625rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfavhaKoT2WzAkOceAUg0rXcGOWQTuRT { display:block; }
 }@media only screen and (max-width: 763px) { #SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 { display:block; }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSF6uDlTfHHtuH8C4OAhp4MzHUNKqaSW { width:22.8125rem;height:3.5rem;top:4.5625rem;left:12.458335876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBy7uC6rWO6nclmkcya60SOD8nKzMgAn { display:block; }
 }@media only screen and (max-width: 763px) { #nxTAeWqfcCduMSRFmuvmLaORcCsqI9Kt { width:47.75rem;height:;top:10.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVwvr7ggpbNxCr5XVV3ZhK83uDMy09iq { width:47.75rem;height:3.125rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVuisKrTZD6G0yiDIHo0X3bao8SNTTr2 { width:47.75rem;height:7.875rem;top:24.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA { display:block; }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nspgJncpVvMZJkatTf91GwvvAfQlcgXT { width:47.75rem;height:1.5625rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6MoWC0oup5QspS8glEzBu1NnDOOcMo9 { width:47.75rem;height:1.5625rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANeKayOFiFUpUawes0TIMuFTGz5quvcU { width:47.75rem;height:1.5625rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hepq4IOvZEv363mc2WUGplBTK6ILbbIp { width:47.75rem;height:1.5625rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2NH1VABvFbe6IeVC4s0LGVIfFxDhd98 { width:47.75rem;height:1.5625rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn1mOaI90F1mKNKglO1lcfyRJxnp9x46 { width:2.1875rem;height:2.1875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsClxe6Viq5c7DKSBXZHm27ksxLuI2y0 { width:2.1875rem;height:2.1875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFQ9BDo26Iqis6TpcgsdT2QXmOI9kTiq { width:2.1875rem;height:2.1875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz2TR7a2xFiglDhSOWISn1cOqsiKVVJV { width:2.1875rem;height:2.1875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx { display:block; }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FL1vX2pOcfOMrAP2A8P2pgdAlnrZ8yur { width:47.5rem;height:14.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxQaoAZvPvDyRb3In9JbBguxkTsD4Qfa { width:17.1875rem;height:3.125rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZErNK46voOefDdk9w2xmF3wPItQqoZ { width:3.5625rem;height:3.5625rem;top:3.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTG0fUMC8JUKMtyHVA8wrWcm579kdg6 { width:3.5625rem;height:3.5625rem;top:3.5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEHShs4LuTrfz1rd9MBhuTrRTv1WaStR { width:17.1875rem;height:3.125rem;top:8.9375rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLUaKRODNB7Odwl8TJmuGAmDv11tJ437 { width:3.5625rem;height:3.5625rem;top:3.5rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5FU0G9xNNVP45BIwKvRe3eJgUwS7VKr { width:17.1875rem;height:4.75rem;top:8.9375rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu { display:block; }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdJEbGhpIGxngC5JArXpB4mXSA3296gH { width:46.1875rem;height:4.1875rem;top:2.0625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5T4ssGhk0DLgBRMZhaOw7UI1RJNqWP1 { display:block; }
 }@media only screen and (max-width: 763px) { #OdRyfTz07bveboTzwhMAT0JGTCPE6S6W { width:46.1875rem;height:4.1875rem;top:2.0625rem;left:0.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxJMUrhDdwxvPgS71pZl97OEk9maVo2q { display:block; }
 }@media only screen and (max-width: 763px) { #z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT { display:block; }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3zyNol8pTKzgfTRNTMC6tv3SpB18MZP { width:47.75rem;height:6rem;top:5.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAebDm0OvZ7QNgAyb6PvGsX5wiqVBRCb { width:47.75rem;height:9.5rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpxJhHXP8H7zfyBJWdMqfmRFQBwzqIx1 { width:15.1875rem;height:2.9375rem;top:26.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Ts5M6NBi0uI9kV7rGb1VXP8EQL7cX9 { width:10rem;height:3.9375rem;top:25.375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ { display:block; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwWQcUanvc2mrN8RL5wmSUprs2OgtX1I { width:33.3125rem;height:9rem;top:6.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg785VhUWFoTdySUWgHeOLEJvbHDgS9C { width:5.1875rem;height:0.25rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 { display:flex;height:auto;width:27.8125rem;top:6.5rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #HggV14VTM3GOIv28QRKBs2bCqqQRdLWA {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #oMxWDRvQX9E6CGr3WfuVTtLlpNUMHntm {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #GpuUTPAS5Pn4T4Obia0Lha5C3w4cpwDX {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #wDFn3rJ6cKTrEX3PELOE6eVIOwy0cABR {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #VUVH6piqLkxvCsAGdxofzH6zT9xawsoN {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #iSxAenS6SQdZTU1P99DS0lMzglrrgKd7 {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #mSL0pwzpvg7TX6Vqh0E9lw6wI6Dy7aZm {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #sWpfMRXEMaPxZmpGZOpCtWOhstt3bwLs {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #nQZpW1PonemwaIvvaKTH1Cu3BUInAWil {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #L7sRETmIGhhIA26UTgTDzM0r79U0CXzF {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #a1HqkOi7KFXO2r2mf6yxHB5ACx0ef3qF {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #klx9TnJw3Rr5f4bNDxXVU86AEiu2GUQX {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #z06O2T9JWIq15H0Q6dhb5hMXLifUrTLd {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #SSFVtSB3QbR5nS6NZrUhem01b44dmg35 {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #on7LgNLMn2no7Xkgkz6dc4E7TVG90huy {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #U84JTKoMQZKfsXLsR6xKI0takkwbiVyy {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #rKTlRfaIkFBkRt5BWOCzxrkZDWt2nzFS {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #IIOXGxlJftSpgsxZOycP6tK2xOkSIJTM {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #znblzTpK1uhvbeNCXLzcNovciaBRCv6c {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #DIU2uIwatiNinWlQ8JPhsRo6iJFTv7Oo {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #Z536R1a5hxzELorhwsTJnJbmkwpIu0yP {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #fAfDpHD9vbp0tEfwzuIyQWll1ASRzWDn {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #bBskmlh702VM1Aeay6XLE9XucXQ2zMdz {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #cOpplvOsOOTJpT1WTEwaILTZRxvXsZoC {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #JpLTERZ0hFDH49TNv6xoIERblD5Ky8hl {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #MgG6BCOzBv8uUg016GZnVHUuCzOizMIs {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #CThr8liCa7rAtIWQhSMpwgVWFWAxN8Hr {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #O8iqsBWp0LfBLZ3IxqIxUUmcpRWAwtfR {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #XGAw0XAFLPzbhCZ1iig7AqW1cbJyLUuB {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #Xh0MEAopBx9T3my2mEyz6LzJnF05zFUk {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #cmmOqBAEue9JuFwkmD8vawLNndcuA39i {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #bhduGxVses9v845liXWENcgQ9T7lSMJ6 {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #wiS6P4qCyET5fKzRM4iTUIkNIuiBhP3q {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #lZrIaa2g1IOI2POxN8mcr4Z8xk4fgUp0 {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #XrA1Hdke1mV3y3ckmKz6UnSZazpCTEwg {  }
 }@media only screen and (max-width: 763px) { #pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx { display:block; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HsxKQziFFSNl3oOlBvPoCiWNDRyNeTI6 { width:47.75rem;height:3rem;top:8.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpREvTAeCIR1MB0bSRI7WBpW9mIxZU3Z { width:47.75rem;height:3.125rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2EdN1Q35F28zBp7nRZT6Vl9zMfWrTlR { width:12.9375rem;height:3.125rem;top:22.125rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1TRV1VkniEbG8cLaWr2weHzBf4xaNuD { width:12.9375rem;height:1.5625rem;top:22.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbfycfRxAbpdfvBxvVi3hFBIxL75wbPE { width:15.5625rem;height:1.5625rem;top:22.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3mkGWUQqS0wavOrDkt6pgTLL2UgfMC { width:3.4375rem;height:3.4375rem;top:18rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT3Q0U4r9uAPPOmpzOOsCp1dwdIGMpuT { width:2.5rem;height:2.5rem;top:18.5rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU4b9cNtZXx1k5T5tS0fWXNa1h2dWgPJ { width:3.4375rem;height:3.4375rem;top:18rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvz6Q8WMR5u83XpcD1q7r7Iqu6wV6VqT { width:2.5rem;height:2.5rem;top:18.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUcoeL5177sevxUHnfdqTIGxneuuvWBR { width:3.4375rem;height:3.4375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs1iirRl0O0xNcoOB5gSKxGCMH8cg9Hw { width:2.5rem;height:2.5rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4NpcGsNiQW9Od84I2p2pwrpMbw4tB0s { width:12.9375rem;height:1.5625rem;top:22.125rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urOVJUX2b2NIvy9eVx2wAuuRlATihx0h { width:3.4375rem;height:3.4375rem;top:18rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHqXhlRTGZrPODvt8g8s30swhqVuiTs5 { width:2.5rem;height:2.5rem;top:18.5rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oscVQbLswH2tTHBusC4t9L3qtDQqpZtE { width:15.3125rem;height:;top:22.125rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z86olS9cVJCrK9cmseScNKMgfOp9ZA3o { width:3.4375rem;height:3.4375rem;top:18rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihLRM9ibfgc7lQZhrVmhMGzImIq0hch5 { width:2.5rem;height:2.5rem;top:18.5rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtrbOtTGPPQ2H3p2lZyylTTPMoOoUEzk { width:47.75rem;height:1.5625rem;top:33.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP6ZGaTqtAPAQq3siIgb9u7e4ekLhlTQ { width:21.9375rem;height:4.1875rem;top:27.4375rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXpTWkwc6FmgypZ6aaSpL00TuocqWo9a { display:block; }
 }@media only screen and (max-width: 763px) { #GfPgIizlqK5424uTt76L7En9EcKeA2WP { display:block; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ietq5MLOdQFZxT8UgoeiTCNlUObrvrB8 { width:47.75rem;height:1.25rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVfgmsT6zpFGNcPvfXtEIJ6JlkpOqJRo { width:7.8125rem;height:3.125rem;top:1.25rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Q3clmXSXnCbfCZkvkxDOnfQhMM70qB { width:9.25rem;height:3.6875rem;top:1.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD3ONVB96L17MJ0TpEez0DW3Wsk9ikGm { width:5.3125rem;height:1.583333375rem;top:12.1875rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp4Vwl6MsduVaabETyaVnTNxxKeDih7p { width:5.6875rem;height:1.583333375rem;top:15rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grF9gtGO6J2fM7UZPXxwiDP9lT5KdROw { width:5.75rem;height:1.583333375rem;top:17.8125rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp9xVTp71t2lElKvdDPxJ8q8k2TN5xbs { width:3.9375rem;height:1.583333375rem;top:20.6875rem;left:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuMQXuwLJTtJMzKPyNiytWdJEInIHUyx { width:6.1875rem;height:1.583333375rem;top:9.3125rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt2qaSUorvwkNtZWC8pwUH8imTzu2Ksg { width:8.5625rem;height:1.583333375rem;top:6.5rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6uelWNzCTAZw4BBttKk152GTKavD8KE { width:10.25rem;height:3.4375rem;top:23.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHNUbubO8oT0VV59HfOpFHxXQaAUGTZk { display:block; }
 }@media only screen and (max-width: 763px) { #oBUTHk6EKniVpXkxO8EAKZUOTO4SF54Z { display:flex;top:1.84375rem;left:16.0625rem;width:2.25rem;height:2.25rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3c32bc2a-3437-4ec2-a9e3-a11b1e785b7c/LargeJPGiTero_LUMINA_Background_pattern.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6.adaptive-delivery-prevent-bg, #gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6.lazyload, #gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6.lazyloading { background-image: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { background-color: transparent; background-image: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container > .video-iframe-container { display: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row > .video-iframe-container { display: none; }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .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); }#gPAbZG9MbWRZcRF666Jh84ql5vcNZHl6 > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTtO0I6TbbdzhqT7hql1ik78TSL0dUW4 { width:20rem;height:3.66666675rem;top:4.5208358764649rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw20DX7cafQO0L0WVBOfppDIt75zVf4T { width:18.6875rem;height:0;top:9.8958320617675rem;left:0.65625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgdgbqNJIuTxHwvA5TfPJRy7T0hkB8z8 { width:13.0625rem;height:3.4375rem;top:20.750001907349rem;left:3.46875rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lSeWP9w1LvTq6lH4NOFWazlpp9PpiOTm { display:block; }
 }@media only screen and (max-width: 763px) { #eWg9IPOTbfhJGOKPRAJJWMfEhzCwqcLM { width:20rem;height:0.0625rem;top:52.546878814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKp1irP32ArwaDdZrlZ2CMOUOmXn8QgF { width:3.4375rem;height:3.4375rem;top:34.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzHN9EZl82TyJWTOppA9K3DiIFcAu2M2 { display:flex;width:2.5rem;height:2.5rem;top:34.875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #X4Xd35ElnnCuc0vsBe5aZXa144POQxWd { width:12.9375rem;height:1.25rem;top:39.0625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKCMVc5hvtNaTK77BHDLem67l7EaXto2 { display:flex;top:1.1875rem;left:16.854167344116rem;width:1.5rem;height:1.5rem;z-index:15008;opacity:0; }
 }@media only screen and (max-width: 763px) { #zt0htxwDf23cTK7uWnsVdgRn6kduDZtx { width:18.6875rem;height:0;top:9.20703125rem;left:0rem;font-size:1rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #GZdIh8lq7AEHa7Bwki026HJ5DN6gnxic { width:20rem;height:5rem;top:26.687501907349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyvNoakRERHMUn0yPxK9s33OJ4anpr6A { width:12.9375rem;height:1.25rem;top:46.437501907349rem;left:3.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeHa5o1MewRpRgPoqis9Up5TZRLKvbxI { width:3.4375rem;height:3.4375rem;top:41.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdhUIMBkmEZvxP34syOhJqCbeN0Qb33n { display:flex;width:2.5rem;height:2.5rem;top:42.3125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #GftGK76ve0pKGqnm5e3XIwsFEMgkzgTZ { width:15.5625rem;height:1.25rem;top:53.562501907349rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFrTTuJiTMWfaWXbsIDsO9PIid3lTb8o { width:3.4375rem;height:3.4375rem;top:49.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZanRzCOQQxJ26CQTB0eTCR9Zlh41i55q { display:flex;width:2.5rem;height:2.5rem;top:49.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #HrEPPsDpvIy7gQuoUzpNDowl4FKEv9SD { width:12.9375rem;height:1.25rem;top:60.125rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dm7wEikuOohT5kDGhmWUeQb5ZJ8WyKD7 { width:3.4375rem;height:3.4375rem;top:55.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHnkrEPh9TPRT3ZFH3aORdiJJg9pAFpC { display:flex;width:2.5rem;height:2.5rem;top:56.375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #sVFOwEBhpCnWQIgCmHOucXBzGwk3QhiB { width:15.3125rem;height:1.25rem;top:67.125rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwNkkclrTaNcxsgJcKlUO5kg9NvDW0VG { width:3.4375rem;height:3.4375rem;top:62.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNkp01PLoJV91EH5vGDMdCJBwHdxs5QS { display:flex;width:2.5rem;height:2.5rem;top:63.125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #WT05koO21rSGFwAl1TZrXky2RHQdLwrV { width:18.6875rem;height:7.5rem;top:10.332033157349rem;left:0.65625rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #or344237OgpZnCTIV2vZF5buuHpr51u0 { display:block; }#or344237OgpZnCTIV2vZF5buuHpr51u0 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n31ymWa7Af8iASi8x27WAa0AriB9dWUJ { width:17.75rem;height:14rem;top:2.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEaH1xZoPWWfB1evvZaZzPvikNSZlTCb { width:18.9375rem;height:8.75rem;top:19.248695373535rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5USB4Er5y6vDXDt5bdV6HkfDs58xrC { width:5.1875rem;height:0.1875rem;top:17.979179382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6U82L0Iyz3JxRs5NsrsnTXw2SWhTc6x { width:18.9375rem;height:0;top:15.125rem;left:0rem;font-size:1rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #aTZLAhIMh3ITGI95AH1RXQ8vl9y2T26T { width:20rem;height:8.75rem;top:29.5625rem;left:0rem;font-size:1rem;display:block; }#aTZLAhIMh3ITGI95AH1RXQ8vl9y2T26T li:before{  }
 }@media only screen and (max-width: 763px) { #Usi3yRvPzFkOPbB1NQcXX4ZX7wuuOXTH { width:20rem;height:2.5rem;top:39.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBoty8sMTzChGtKRTKMuDB86LGC5ft7K { display:block; }#TBoty8sMTzChGtKRTKMuDB86LGC5ft7K > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUCHbZCfVy2dh6pxBqFiH0iesQl2QkfC { width:19.9375rem;height:9.3125rem;top:1.6028594970703rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt6Fq9P64TeAEWVg3F1w8lZTTlT5NiAX { width:18.9375rem;height:0;top:3.21875rem;left:0.53125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pf3G7wUvQR2usqxtTHDTgykf6QQ873oL { width:18.9375rem;height:6.25rem;top:3.21875rem;left:0.53125rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu { display:block; }#aCdc0NUEQnbtRKez6J5BFf16JQhS7wVu > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW { display:block; }#ZtzzRaQMFDb69R8TxAogLKIm2kcMFGRW > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AilpedBRd17T0iTwdqbkRUSBsWAAaRtq { width:20rem;height:6rem;top:4.2395935058594rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs { display:block; }#zmdHJq8mKpHTb4fJsyTTUGZsTzfgTAJs > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCQcDs8GLqTxmy7xZfV3vA2itWkbTPUr { width:3.4375rem;height:3.4375rem;top:2rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKhWFMyV0LtsLDcop7nFN7mknP1cgQ7c { display:flex;width:2.5rem;height:2.5rem;top:2.5rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #gFCsp2PNaiXqaX0AcCTVhCTq8DDot2zQ { width:14.4375rem;height:1.416666625rem;top:6.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBKRiRRatm9s87OdrmHc9T1I3WOODaGw { width:17.5625rem;height:6.25rem;top:8.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAU8TotrGcoTNl1iPg5MsgF5V2Zmp6ra { width:19.9375rem;height:14.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fkBn0ncuOS3zoNBJmSnsPIrzRZPixe { width:18.3125rem;height:0;top:35.2265625rem;left:0.96875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7yXHzSwRLJcgkIMy1EN0DnKSTcSmllA { width:19.9375rem;height:15.4375rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVUrPlOh2J3QIHt2yrFyV83mGkMLmsIs { width:18.0625rem;height:2.83333325rem;top:21.5625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN05dhtGDVtwzaS9oMWDFbH4y2OG6Log { width:3.4375rem;height:3.4375rem;top:17.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXT1G5qdd8d8UkTReVypTdCqzyXpsuxb { display:flex;width:2.5rem;height:2.5rem;top:17.9375rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #K6V3uw4zSBIQMOTSp30nNuiHybfekkO2 { width:18.3125rem;height:6.25rem;top:25.125rem;left:1.0625rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #rWzbTc8WRMHeOOZITga36unC2VI2sDr7 { display:block; }#rWzbTc8WRMHeOOZITga36unC2VI2sDr7 > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op9FK5ClIE0CNLzzXSwuoNF34CUwKtvO { width:3.4375rem;height:3.4375rem;top:1.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIXSuUTpP0a5fADumpXiTonFtBCkxD3n { display:flex;width:2.5rem;height:2.5rem;top:2.25rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #AgITSXNKzpJicC8fkCmXpupPWm9lLyAd { width:15.1875rem;height:1.416666625rem;top:6.1875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Vq8Ee3Akczix6yoDa6AONTHzikaoob { width:16.9375rem;height:6.25rem;top:8rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW16TPXSsHSnsJ9saHhrr3wG6nQu0ApJ { width:19.9375rem;height:15.0625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ1mFZP2AuBJmdniSzCS8tcfFXgS46cK { width:17.6875rem;height:3.75rem;top:24.375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBriWAzsML3DkoGXGkheFFzC3lAdxeKR { width:19.875rem;height:11.6875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awfk8gRONeLNTlLllPGV0d7WMXfiuIgx { width:15.9375rem;height:1.416666625rem;top:22.4375rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5yUIURIH3qEkEyBUVC9z0yuXOxXl2T8 { width:3.4375rem;height:3.4375rem;top:18rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvbCTXCzDqkfdOseCxlzqzmOd2CQP6qT { display:flex;width:2.5rem;height:2.5rem;top:18.5rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 { display:block; }#nDxMpg0aAErrR83thCDw5dlEyb8zbmg4 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amBCHqXBI3yC47H27IMiUrsMcFBW6wcp { width:18.625rem;height:3.5625rem;top:1.25rem;left:0.6875rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #kKODuvrmFmrQ19oSabeOcy1mGCfnSRWW { display:block; }
 }@media only screen and (max-width: 763px) { #zoafUZJvAOyKNaGzwupiBrnu6AZAhReB { display:block; }#zoafUZJvAOyKNaGzwupiBrnu6AZAhReB > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABwyvONFFqFKZBV2mMaeETAvZs4TUVNm { width:20rem;height:4rem;top:3.1237182617188rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3hEuSI2pSLFJigBGJv5y6fdNR9FrAtA { width:15.9375rem;height:3.75rem;top:8.40625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5t6NeU20BeGumBf7ZSPBtmHa1zbw8uK { display:flex;width:2.6875rem;height:2.6875rem;top:8.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WkZhDePpKBMH8tUmtP2TwHocTTX08M5b { display:flex;width:2.6875rem;height:2.6875rem;top:14.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b5ws5XONzVB7kPbsAwS2uE4ABW2ZZCgX { width:15.9375rem;height:5rem;top:13.125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewPBxAWTNGBsqHg1x5VyIG0y9fHy22IN { width:16.0625rem;height:3.75rem;top:19.625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoKV8Zz6rZAsw8B8rnRvscZNiTqTD8yS { display:flex;width:2.6875rem;height:2.6875rem;top:20.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kybnSLfoEIgVMUzgrbuNSiyNfsWb7U1V { width:16.0625rem;height:5rem;top:24.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L99ryIFucpdWfhx8EwwRFQlvCGdMtzZB { display:flex;width:2.6875rem;height:2.6875rem;top:25.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ViPO5e3MUPrp3TZX5GHvA14r0cKlPEXS { width:16.25rem;height:3.75rem;top:31rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJQPnA4KeKW1X71y7q8VED0qMfy0OSE { display:flex;width:2.6875rem;height:2.6875rem;top:31.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ { display:block; }#nkpBvGL6ymi0Fr8xanyG1UffQo3WQknZ > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LypzKbATEv806NCGvlD09C9Ao5GdpA7G { width:19.75rem;height:14.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssp9ILEUpDmPXhUWNu4a7Te2lC4mH3rW { width:18.1875rem;height:5.5rem;top:3.375rem;left:0.90625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5MnEWX1ir7qIiIt6FfvnDTa24xCyS7Z { width:17.4375rem;height:5rem;top:9.51953125rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQETq2PeqsadqhmIhL6GCxFILsyigpLl { display:block; }#XQETq2PeqsadqhmIhL6GCxFILsyigpLl > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZmTFav0TiJFuua3sVub804a7aTksWI7 { width:18.9375rem;height:4rem;top:5.625rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wIalNPsu0uiIIMg6meOgwhr22SGePlrk { display:block; }#wIalNPsu0uiIIMg6meOgwhr22SGePlrk > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ8OV46BHDmU2kfGHhgsDIIxaR93ntyM { width:3.6875rem;height:2.33333325rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDOJgNsNcIvbTznuNvssCX2XHtqLVAVV { width:20rem;height:2.83333325rem;top:3.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rItaIpkNyTsKtU5DyrFQOO6A4GOkBAbp { width:20rem;height:3.75rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpecBO9uvKMF7GlcZifRcVWe7APxDtd5 { width:18.6875rem;height:2.83333325rem;top:15.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQTyKb8bkXvJ3UTtm1WL1cH4QrEeyTzw { width:19rem;height:5rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvRHtMXgiFNcEdnJFUkDyaQbtw7G4wy5 { width:3.6875rem;height:2.33333325rem;top:12.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4tHz2Tpq1BL8OHas33KQ3kItxvs8TPn { width:20rem;height:0;top:30.079427rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGyTLqXahUJzlylEBL8WyLWv5OJIf6Ml { width:20rem;height:3.75rem;top:32.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yidvQO8FPLQ3Flooc1SbkxQgh6Ea30K8 { width:3.6875rem;height:2.33333325rem;top:25.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGFkpvfTIQPQd172CGOVEtMfQ8kL672x { width:20rem;height:2.83333325rem;top:28.375rem;left:0rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #g29eDZFiQUaKSuWVTao4qw6Qzneesk7b { display:block; }#g29eDZFiQUaKSuWVTao4qw6Qzneesk7b > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTvJPNnKEutu66tuZ6HUuMnAtTUuTTDl { width:3.6875rem;height:2.33333325rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx1bXfmSnkIFMx26oWycRdMcbinznwit { width:20rem;height:2.83333325rem;top:3.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHQ71T0c5Q9Rx7XkNP1ZyRNQSvXnpk88 { width:20rem;height:5rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVZvI4pNgKITx9KEVKIOK8kkdI7L4i6L { width:18.6875rem;height:4.25rem;top:16.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icer5UmFCJFvWTbrWy2Uuw6Bf76o8nA3 { width:19rem;height:3.75rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJgsVvg2TcqmvmAo8J90PuB1wvt9LV8y { width:3.6875rem;height:2.33333325rem;top:13.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCbKCdAg5ChRNT6kmgsxWeUZINRgZcaZ { width:20rem;height:0;top:30.079427rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcsCqUtJbxUKST4XKhK5vuW5S1yWIOs0 { width:20rem;height:2.5rem;top:33.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olJWaDfTxQGGNasOT8aAPU07KGKATJ7I { width:3.6875rem;height:2.33333325rem;top:26.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNEnDD0JJaXykPNMQ1AnVObINq6WZeDg { width:20rem;height:2.83333325rem;top:29.3125rem;left:0rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S { display:block; }#wKP4E1xixtrKbs5wieJL8Jb8TsTIDT3S > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivzqKEZSTUi4JdEL9NQnKhcmtaMA8Mp0 { width:17.5625rem;height:3.625rem;top:1.25rem;left:1.1875rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #NNdN0WW458WrTIGUi8TananzGzXbkNTG { display:block; }
 }@media only screen and (max-width: 763px) { #P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 { display:block; }#P4kLGr4kyGmyxFDRPSp4WNCCU6iHMf85 > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxBDzNdQn82QywcWyexuk8UK65SxvHKl { display:block; }#OxBDzNdQn82QywcWyexuk8UK65SxvHKl > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abKsedfoFynAr8QbNOUoBG8kq2s7723p { width:20rem;height:4rem;top:2.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxF4drXSy1tTVBcwy9azPTTtdQwgNy5t { width:20rem;height:22.1875rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }#IxF4drXSy1tTVBcwy9azPTTtdQwgNy5t li:before{  }
 }@media only screen and (max-width: 763px) { #hymEiZK7l4Tpmidq54VbzcxsECUy4evx { display:block; }#hymEiZK7l4Tpmidq54VbzcxsECUy4evx > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUGAIiiKfQD65SZVXIp9vmzGq7cmNT9u { width:18.25rem;height:4rem;top:4.90625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpcL67gst34e0mSl3NsvL4ArfywcnVRO { width:20rem;height:0;top:9.3333740234375rem;left:0rem;font-size:1.6875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #taMO6s7UI6isT6dhybpq3w0RC7ceuHKl { display:block; }#taMO6s7UI6isT6dhybpq3w0RC7ceuHKl > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbZZ78yOyZSaDA0719k78ZhfkZXn6W81 { width:3.4375rem;height:3.4375rem;top:1.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlyGcWSoIPATru9LfTlB8ow5PK0FNHT { width:3.6875rem;height:1.5rem;top:2.8125rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9DqIGEENKNDSyuXoJHS4CtXhCcH23eH { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQTnvT4BehuDezHXOUGwD6zBvufh1Rdh { width:20rem;height:1.416666625rem;top:6.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTizgq6OM4yq2VTTSAS7PGH1zTp6tTHf { width:17.4375rem;height:0;top:9.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #geNBIMH8Hg96lDdGixREoycxt3ihdRCU { width:3.4375rem;height:3.4375rem;top:12.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZnWyI6USeyM4scSraxyLJZWt8oOBUdQ { width:3.6875rem;height:1.5rem;top:13.75rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGSnVPvMvC7h7yoJopnXJZ41ZosLp7Tz { width:16.6875rem;height:1.5rem;top:17.5rem;left:1.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GN1T9zhBKfSn2bZtGW9Cz06TlO7q3giC { width:17.4375rem;height:2.5rem;top:20.1875rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTvcqt3ilGEDnCI4McMdkXtnI0znJA9U { width:20rem;height:1.416666625rem;top:29.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WegsshuvlBNJGkyDlW8HSzXwzFo1zJRH { width:17.4375rem;height:2.5rem;top:31.4375rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPMzDsbJBTFePZPOZBbTcb5MbkTKZTft { width:3.6875rem;height:1.5rem;top:25.4375rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkx0qcCfL09OFtO1gOd80b9EpoJ3wMW6 { width:3.4375rem;height:3.4375rem;top:24.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azPybI6TlErPZxQcxe25nJpqaquTnPAs { width:17.4375rem;height:2.5rem;top:8.7916870117188rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BAfkHMCda5dast9dBpuC2e7n2yLGZ73U { display:block; }#BAfkHMCda5dast9dBpuC2e7n2yLGZ73U > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lclqKfM9WmoMc00PJBh6lUKZRrcwUHNw { width:3.4375rem;height:3.4375rem;top:1.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHTUvc65IgkLl8KiXz4kt33IhEPw2vW { width:3.6875rem;height:1.5rem;top:2.8125rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Fzc8qsCgkfpokeTZ9IZk4DDuRQItgv { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T65wgufRPMATn0p95ewzh3OWCkRE6Ldh { width:20rem;height:1.416666625rem;top:6.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELcdSqVbWyuplLNah6MliNrEk6IGWTeh { width:17.4375rem;height:2.5rem;top:9.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaS0yk4pElekVqzTMSXLO0Q6fygDBqMN { width:3.6875rem;height:1.5rem;top:15.1875rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idVopPzavAZ5fVKEgRmzp7XXU5FufbDe { width:16.6875rem;height:1.5rem;top:18.9375rem;left:1.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAcWX1ubS28aKmsW9EfM24BrXbRFUptJ { width:17.4375rem;height:2.5rem;top:21.25rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exnoAyVRHWH0tpVFUDKcGSSVsaiGburz { width:20rem;height:2.83333325rem;top:29.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNO1dscS5wW92iMo9KN5tXP4XVvCky8R { width:17.4375rem;height:3.75rem;top:33.625rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GR6AbXFDnmroq9HvAILNUXLqo8oaqxVr { width:3.6875rem;height:1.5rem;top:26.75rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFcNT1RLwwHfC7RrxnGSqesA3n09Zkzg { width:3.4375rem;height:3.4375rem;top:25.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSEwR3ssVGnXwUxdmGOWntLCxuGlQKgv { width:3.4375rem;height:3.4375rem;top:14.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU { display:block; }#Wwt2dkLg9zhOQP9n12ymE7aKSOL8UwPU > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoVnQsmaV3zlsvgm8ILoml8XogGPHgpr { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwZA3L200Tz9yT7X014Ichev7H6Ko3XX { display:block; }#AwZA3L200Tz9yT7X014Ichev7H6Ko3XX > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT8QHavIkOh30aBuEwOnNQzfN7VlPqdw { width:20rem;height:4rem;top:3.28125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL6E1SqOnKTaBWWx8rTP7O26d5seGdho { display:block; }#RL6E1SqOnKTaBWWx8rTP7O26d5seGdho > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhKmh3ftRAUTBtakECvd7lwCwIPHkQNy { width:19.75rem;height:15.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpAG9ZGKeIKsHO6G05ObQWTNpqzPtV7J { width:17.8125rem;height:6.3333335rem;top:2.9583740234375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFuoFiDo3letDQL0vUNJPW03K87vgP7o { width:18.0625rem;height:5rem;top:9.875rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1cTkVMONrPfz5KW6QbEQwAvhhpe4pw8 { width:19.75rem;height:15.0625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBTRTsu6XwhvPA9oJPx2Tx166zWEvOME { width:18.4375rem;height:0;top:25.8125rem;left:0.78125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iqvxz6EpaDvN0Q8lPSJis0WIB7UiISMD { width:18.3125rem;height:4.75rem;top:20.1875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axpVJN9cT2aXQQJWUZNIlp7G2J1ZLKWN { width:18.4375rem;height:;top:26.5rem;left:0.78125rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP { display:block; }#AL0f5r76pb5J1yrTZeSWTMeGRB8Qh6dP > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6hQWplXIHAXWhhxCJ8kt267uGNqv906 { width:19.75rem;height:15.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFFJ5lkqVgSA2oS6fOwE8yTX6DlQH1x { width:17.9375rem;height:3.16666675rem;top:5.125rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQCTvTWGCGLWBTSTeM5dGTInDm7TD4MT { width:17.75rem;height:3.75rem;top:9rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiepJi4q733oe5HmkdT5yd1mZTiEXefv { width:19.75rem;height:15.0625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKKETtKn0XCLIb6h9N1MdVgSrnyAnJpm { width:17.3125rem;height:3.75rem;top:27.270874023438rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pupqGTcPnHr1NMdX2Eo2rXqBIdDnTcx8 { width:17.4375rem;height:6.3333335rem;top:20.1875rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 { display:block; }#z60JDKMeOHneyZ4t4JT7BbLNexTTSGE3 > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdBxogzfTTdFqCDXTSVqwKBcQcXQ8IJD { width:20rem;height:5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms { display:block; }#GpgOQesLEzoAF9Pc0nLDoobhhNvt59Ms > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRkdtnDICL0r7ZCtDIgkie9P920LeMOh { width:20rem;height:4rem;top:2.5833129882812rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK3LoRhlwhCAqr7Kf6KZoZT1umgVDuAO { width:20rem;height:6.25rem;top:7.7291870117188rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 { display:block; }#BnHQJ7ETq2qGwIDMggxP45TUQy5laZx3 > .row .container { width:20rem;height:159rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XETzRR4PrTTEtJZb1u7xq97fOAzOhxQq { width:8.25rem;height:8.25rem;top:45.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISgNXT4NNXpw8gTV3FowzrAN4CwnUwas { width:8.25rem;height:8.25rem;top:3.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zemwVMRmf1ZcbbmUuypcL11iBtvdMdHv { width:17rem;height:40.25rem;top:2.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTSLHXlS7fyzi613TJ1yvTm9OuqQhB3I { width:8.25rem;height:8.25rem;top:83.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKWmZnoLewTcui0Z4ThprtZHb3fy4RvC { width:8.25rem;height:8.25rem;top:121.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBnEAhJpacSCckF6c6xymFSI3lwQS9OW { width:19.1875rem;height:1.416666625rem;top:15.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOGCRa1gs2NpiFwFxJbN4AXWp7BJyATn { width:6.9375rem;height:2rem;top:12.5625rem;left:6.4375rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #N2zK6NXJcckWhzGJgvhveX6QpXaAGlNO { display:block; }
 }@media only screen and (max-width: 763px) { #DgDWvGKxiHpsHwN01P6A5WTTM9CtTWoO { width:16.4375rem;height:22.5rem;top:18.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lJJ9bh1Eq6gMLdS3v4pBtfCvqyQn0P { width:15.5625rem;height:1.416666625rem;top:57.8125rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1xL4wrvdudR2AJEKv7sh91wRVT0gTRW { width:6.9375rem;height:2rem;top:54.5625rem;left:6.5625rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ibmX2RQs5MrkyetZdQZfcThheNiErvtZ { display:block; }
 }@media only screen and (max-width: 763px) { #BmScz6bsIcfd217iWDMqoZEUGse5W9dy { width:14.6875rem;height:15.166667rem;top:60.6875rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQLdUTHyPtPA2cB9rUk4mPnZSkK2p20 { width:15.5625rem;height:2.83333325rem;top:96.125rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vATtNfa7WATvCQLF5FsCWXUyh7PziTK3 { width:14.6875rem;height:15.166667rem;top:100.1875rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW1fHOdUyFAo3GvezJvlTsz1qrkc0TkV { width:6.9375rem;height:2rem;top:92.875rem;left:6.5625rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tGaUX0iSCtM3yFOUZwKxrTwm7RHrc3F6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZHCuFoNC70heaHd6FnTOU4GmRhiDKhuc { width:15.5625rem;height:1.416666625rem;top:134.4375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdbZfURpJ7Q8cvVgFL30v8dyqG6IspE0 { width:14.6875rem;height:16.25rem;top:137.3125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huzLRzn3bWrWZO3yKtVIiQPHkHIJKE3W { width:6.9375rem;height:2rem;top:131.1875rem;left:6.5625rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #oLSi2hDKkOOJQaPwkSZTHxpZ3sh8DFfk { display:block; }
 }@media only screen and (max-width: 763px) { #NoBWURyJyLOoB8hyFAbJ91m18FQ1OJVv { width:17rem;height:36.8125rem;top:43.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMHI9DdTGHS2RpdJpDm7KQ5oB1Uc8BmH { width:17rem;height:36.8125rem;top:82.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFLRPU2yfNFdT0xLmsiCbk8UeaWef58L { width:17rem;height:36.8125rem;top:120.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 { display:block; }#hOSCbK5nT3TX95UXE9gU2zZLTwZT2Tm8 > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROLDKIiUQx6Ni92n5yHsWRuPGGSch0gb { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdDT9wJ3nP7169PETd1H9oZWudeMWRHi { display:block; }#sdDT9wJ3nP7169PETd1H9oZWudeMWRHi > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSNqxwcJUnSDP7dm5HieoM8Tygdk2GFw { width:20rem;height:0;top:3.0625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSK6Zwq9I0EHwgV4RFxesTQ2HA7Zt8Pm { width:20rem;height:6rem;top:4.5rem;left:0rem;font-size:1.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #RQSqO43QHU24iM7NVydRJZkRTg8flcvx { display:block; }#RQSqO43QHU24iM7NVydRJZkRTg8flcvx > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7GEyWbsTQxdufMPGaLTiTM7GU5PvygT { width:20rem;height:8.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5OwRpVUHpFKy9NWKLrJ6ZVBTbNr2BK { display:flex;width:2.6875rem;height:2.6875rem;top:17.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LaRhrP2w2rpUXzqJeelfxpuvDNPfFXKl { width:13.9375rem;height:2.5rem;top:17.729187011719rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyVXFTpqipOgIM6IcTl5tCEk04bJH5iN { width:20rem;height:2.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sadDX2Z3yCZxmgNXePFIB44HNxgQIbit { display:flex;width:2.6875rem;height:2.6875rem;top:21.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cS52TcBtdvFFv6ErsG2xTMOCQzVtchqc { width:11.9375rem;height:1.25rem;top:26.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnZ6ZXtKma5o0e7Dcs8pkRdmeriiIeFZ { width:13.9375rem;height:2.5rem;top:21.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnsbUf96r5nVWPFOpSKhQhd1lFy9G8aV { display:flex;width:2.6875rem;height:2.6875rem;top:25.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J1ZfJaM2tAgJgHxLgKkamqFoqyh2MVs9 { width:18.9375rem;height:3.5rem;top:30.8125rem;left:0.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 { display:block; }#mgTsGqSK57mLwyUtziiL40QQbV3GmkP2 > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaLFrbCKdNCfdZaptlZ1e8JDB3twxsNy { width:19.3125rem;height:14.1875rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1rT75Q4GV4iExKFEm4cAxdVsoFezpqS { width:17.1875rem;height:2.5rem;top:8.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfqfRq9KN73N1zTSiMRXTftTTCa1rkhk { display:flex;width:4.6875rem;height:4.6875rem;top:3rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #OdRfBW1h3fA58D8hDnVtdF2RpZyoayAD { width:19.3125rem;height:14.1875rem;top:16.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGV9WxXUcPBZEWebZl2IApBtvGkw7J4Z { display:flex;width:5.5625rem;height:5.5625rem;top:18.25rem;left:7.15625rem; }
 }@media only screen and (max-width: 763px) { #eDlHk8t31RTsTHwe3sDWWMrZEHhdnZbT { width:17.1875rem;height:3.75rem;top:24.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEoZPPMiuGArGuRe3hRwQE0e7HrtCOTC { width:19.3125rem;height:14.1875rem;top:32.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPVurxEsKREpaMxlhVT92TVbTifJdI1r { width:17.1875rem;height:3.75rem;top:40.0625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kunhqKJ0VHiNIEmp3K8Vpq6Z2XWEaW5p { display:flex;width:4.6875rem;height:4.6875rem;top:34.375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic { display:block; }#M4ip9Dcsyzk2kFn7n1SAppAy3Gggs1ic > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #St5tv1mBIlfqb1wTgt8ofrf8b4N621oy { width:19rem;height:3.6875rem;top:1.25rem;left:0.5rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #RfavhaKoT2WzAkOceAUg0rXcGOWQTuRT { display:block; }
 }@media only screen and (max-width: 763px) { #SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 { display:block; }#SmxQG1wgrHpmOTbm3y1ORDbN2d7F0TQ6 > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSF6uDlTfHHtuH8C4OAhp4MzHUNKqaSW { width:18.625rem;height:3.5rem;top:3.6875rem;left:0.6875rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zBy7uC6rWO6nclmkcya60SOD8nKzMgAn { display:block; }
 }@media only screen and (max-width: 763px) { #nxTAeWqfcCduMSRFmuvmLaORcCsqI9Kt { width:20rem;height:6rem;top:8.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVwvr7ggpbNxCr5XVV3ZhK83uDMy09iq { width:20rem;height:6.25rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVuisKrTZD6G0yiDIHo0X3bao8SNTTr2 { width:20rem;height:11.25rem;top:23.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA { display:block; }#QzTS1BcCrCEwM3UDR6BSBbGHKdU5RwDA > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nspgJncpVvMZJkatTf91GwvvAfQlcgXT { width:20rem;height:2.5rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6MoWC0oup5QspS8glEzBu1NnDOOcMo9 { width:13.1875rem;height:2.5rem;top:6.21875rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANeKayOFiFUpUawes0TIMuFTGz5quvcU { width:14.1875rem;height:2.5rem;top:10.864624023438rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hepq4IOvZEv363mc2WUGplBTK6ILbbIp { width:15.1875rem;height:3.75rem;top:20.25rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2NH1VABvFbe6IeVC4s0LGVIfFxDhd98 { width:16.6875rem;height:2.5rem;top:15.59375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn1mOaI90F1mKNKglO1lcfyRJxnp9x46 { display:flex;width:2.1875rem;height:2.1875rem;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VsClxe6Viq5c7DKSBXZHm27ksxLuI2y0 { display:flex;width:2.1875rem;height:2.1875rem;top:11.020874023438rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rFQ9BDo26Iqis6TpcgsdT2QXmOI9kTiq { display:flex;width:2.1875rem;height:2.1875rem;top:20.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hz2TR7a2xFiglDhSOWISn1cOqsiKVVJV { display:flex;width:2.1875rem;height:2.1875rem;top:15.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx { display:block; }#LQrieQ0nq3Kec6laM2PEFEoXlRUBTZVx > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FL1vX2pOcfOMrAP2A8P2pgdAlnrZ8yur { width:19.75rem;height:35.4375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxQaoAZvPvDyRb3In9JbBguxkTsD4Qfa { width:17.1875rem;height:2.5rem;top:8.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZErNK46voOefDdk9w2xmF3wPItQqoZ { display:flex;width:3.5625rem;height:3.5625rem;top:4.375rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #fTTG0fUMC8JUKMtyHVA8wrWcm579kdg6 { display:flex;width:3.5625rem;height:3.5625rem;top:14rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #MEHShs4LuTrfz1rd9MBhuTrRTv1WaStR { width:17.1875rem;height:2.5rem;top:19.0625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLUaKRODNB7Odwl8TJmuGAmDv11tJ437 { display:flex;width:3.5625rem;height:3.5625rem;top:24.25rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #N5FU0G9xNNVP45BIwKvRe3eJgUwS7VKr { width:17.1875rem;height:3.75rem;top:29.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu { display:block; }#bb2LxZ9ce9nZdlROrV9AidXPPMCQurGu > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdJEbGhpIGxngC5JArXpB4mXSA3296gH { width:19rem;height:4.1875rem;top:1.9583740234375rem;left:0.5rem;font-size:1rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #F5T4ssGhk0DLgBRMZhaOw7UI1RJNqWP1 { display:block; }
 }@media only screen and (max-width: 763px) { #OdRyfTz07bveboTzwhMAT0JGTCPE6S6W { width:17.4375rem;height:4.1875rem;top:1.854248046875rem;left:1.28125rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VxJMUrhDdwxvPgS71pZl97OEk9maVo2q { display:block; }
 }@media only screen and (max-width: 763px) { #z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT { display:block; }#z6g8uq3VHULRcob0q5k3zfbpZe1mVmrT > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3zyNol8pTKzgfTRNTMC6tv3SpB18MZP { width:20rem;height:6rem;top:4.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAebDm0OvZ7QNgAyb6PvGsX5wiqVBRCb { width:19.25rem;height:18.75rem;top:11.3125rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpxJhHXP8H7zfyBJWdMqfmRFQBwzqIx1 { width:9.75rem;height:1.5rem;top:32.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Ts5M6NBi0uI9kV7rGb1VXP8EQL7cX9 { width:6.5rem;height:2.4375rem;top:31.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ { display:block; }#XTo4MBAM3ScVGsMUxk6UqTLkh6STHhNQ > .row .container { width:20rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwWQcUanvc2mrN8RL5wmSUprs2OgtX1I { width:20rem;height:6rem;top:5.7890625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg785VhUWFoTdySUWgHeOLEJvbHDgS9C { width:5.1875rem;height:0.1875rem;top:11.770812988281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 .accordion-heading-text { font-size:1.125rem;height:auto; }
#Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 { display:flex;height:auto;width:17.5rem;top:13.291687011719rem;left:0rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #HggV14VTM3GOIv28QRKBs2bCqqQRdLWA {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #oMxWDRvQX9E6CGr3WfuVTtLlpNUMHntm {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #GpuUTPAS5Pn4T4Obia0Lha5C3w4cpwDX {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #wDFn3rJ6cKTrEX3PELOE6eVIOwy0cABR {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #VUVH6piqLkxvCsAGdxofzH6zT9xawsoN {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #iSxAenS6SQdZTU1P99DS0lMzglrrgKd7 {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #mSL0pwzpvg7TX6Vqh0E9lw6wI6Dy7aZm {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #sWpfMRXEMaPxZmpGZOpCtWOhstt3bwLs {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #nQZpW1PonemwaIvvaKTH1Cu3BUInAWil {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #L7sRETmIGhhIA26UTgTDzM0r79U0CXzF {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #a1HqkOi7KFXO2r2mf6yxHB5ACx0ef3qF {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #klx9TnJw3Rr5f4bNDxXVU86AEiu2GUQX {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #z06O2T9JWIq15H0Q6dhb5hMXLifUrTLd {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #SSFVtSB3QbR5nS6NZrUhem01b44dmg35 {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #on7LgNLMn2no7Xkgkz6dc4E7TVG90huy {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #U84JTKoMQZKfsXLsR6xKI0takkwbiVyy {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #rKTlRfaIkFBkRt5BWOCzxrkZDWt2nzFS {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #IIOXGxlJftSpgsxZOycP6tK2xOkSIJTM {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #znblzTpK1uhvbeNCXLzcNovciaBRCv6c {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #DIU2uIwatiNinWlQ8JPhsRo6iJFTv7Oo {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #Z536R1a5hxzELorhwsTJnJbmkwpIu0yP {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #fAfDpHD9vbp0tEfwzuIyQWll1ASRzWDn {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #bBskmlh702VM1Aeay6XLE9XucXQ2zMdz {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #cOpplvOsOOTJpT1WTEwaILTZRxvXsZoC {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #JpLTERZ0hFDH49TNv6xoIERblD5Ky8hl {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #MgG6BCOzBv8uUg016GZnVHUuCzOizMIs {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #CThr8liCa7rAtIWQhSMpwgVWFWAxN8Hr {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #O8iqsBWp0LfBLZ3IxqIxUUmcpRWAwtfR {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #XGAw0XAFLPzbhCZ1iig7AqW1cbJyLUuB {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #Xh0MEAopBx9T3my2mEyz6LzJnF05zFUk {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #cmmOqBAEue9JuFwkmD8vawLNndcuA39i {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #bhduGxVses9v845liXWENcgQ9T7lSMJ6 {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #wiS6P4qCyET5fKzRM4iTUIkNIuiBhP3q {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #lZrIaa2g1IOI2POxN8mcr4Z8xk4fgUp0 {  }
 }@media only screen and (max-width: 763px) { #Kad7zsX09P2VGr4gZhmIiGBQPa9ghsN0 #XrA1Hdke1mV3y3ckmKz6UnSZazpCTEwg {  }
 }@media only screen and (max-width: 763px) { #pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx { display:block; }#pCsFBgPh3DI6yW2fZf4QprF4J9LVWskx > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HsxKQziFFSNl3oOlBvPoCiWNDRyNeTI6 { width:20rem;height:6rem;top:4.75rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zpREvTAeCIR1MB0bSRI7WBpW9mIxZU3Z { width:19.1875rem;height:7.5rem;top:11.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y2EdN1Q35F28zBp7nRZT6Vl9zMfWrTlR { width:9.1875rem;height:3.75rem;top:32.75rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1TRV1VkniEbG8cLaWr2weHzBf4xaNuD { width:9.4375rem;height:1.25rem;top:25.375rem;left:9.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbfycfRxAbpdfvBxvVi3hFBIxL75wbPE { width:7.4375rem;height:1.25rem;top:25.3125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vE3mkGWUQqS0wavOrDkt6pgTLL2UgfMC { width:3.4375rem;height:3.4375rem;top:28.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT3Q0U4r9uAPPOmpzOOsCp1dwdIGMpuT { display:flex;width:2.5rem;height:2.5rem;top:28.5rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #PU4b9cNtZXx1k5T5tS0fWXNa1h2dWgPJ { width:3.4375rem;height:3.4375rem;top:21.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvz6Q8WMR5u83XpcD1q7r7Iqu6wV6VqT { display:flex;width:2.5rem;height:2.5rem;top:21.75rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #zUcoeL5177sevxUHnfdqTIGxneuuvWBR { width:3.4375rem;height:3.4375rem;top:21.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs1iirRl0O0xNcoOB5gSKxGCMH8cg9Hw { display:flex;width:2.5rem;height:2.5rem;top:21.5625rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #C4NpcGsNiQW9Od84I2p2pwrpMbw4tB0s { width:8.1875rem;height:1.25rem;top:32.75rem;left:10.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urOVJUX2b2NIvy9eVx2wAuuRlATihx0h { width:3.4375rem;height:3.4375rem;top:28.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHqXhlRTGZrPODvt8g8s30swhqVuiTs5 { display:flex;width:2.5rem;height:2.5rem;top:28.5625rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #oscVQbLswH2tTHBusC4t9L3qtDQqpZtE { width:15.3125rem;height:1.25rem;top:41.1875rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z86olS9cVJCrK9cmseScNKMgfOp9ZA3o { width:3.4375rem;height:3.4375rem;top:36.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihLRM9ibfgc7lQZhrVmhMGzImIq0hch5 { display:flex;width:2.5rem;height:2.5rem;top:37.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #CtrbOtTGPPQ2H3p2lZyylTTPMoOoUEzk { width:20rem;height:3.75rem;top:50.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DP6ZGaTqtAPAQq3siIgb9u7e4ekLhlTQ { width:19rem;height:4.1875rem;top:45.125rem;left:0.5rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #EXpTWkwc6FmgypZ6aaSpL00TuocqWo9a { display:block; }
 }@media only screen and (max-width: 763px) { #GfPgIizlqK5424uTt76L7En9EcKeA2WP { display:block; }#GfPgIizlqK5424uTt76L7En9EcKeA2WP > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ietq5MLOdQFZxT8UgoeiTCNlUObrvrB8 { width:16.6875rem;height:2.16666675rem;top:2.2291870117188rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVfgmsT6zpFGNcPvfXtEIJ6JlkpOqJRo { width:7.8125rem;height:3.125rem;top:5.125rem;left:6.09375rem;display:block; }
 }