.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:238,241,255;--color-primary-1:170,200,227;--color-primary-2:114,164,208;--color-primary-3:0,90,169;--color-primary-4:23,33,42;--color-secondary-0:220,242,225;--color-secondary-1:137,210,156;--color-secondary-2:19,165,56;--color-secondary-3:10,83,28;--color-secondary-4:3,25,8;--color-tertiary-0:255,255,255;--color-tertiary-1:163,185,191;--color-tertiary-2:102,139,149;--color-tertiary-3:93,107,111;--color-tertiary-4:0,62,79;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@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:url("https://images.assets-landingi.com/uc/4f1590fd-e6fd-4b7d-a671-d022093b712d/bgbody.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm { position:relative;display:block; }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm { background-color: transparent; background-image: none; }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm > .row .container > .video-iframe-container { display: none; }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm > .row > .video-iframe-container { display: none; }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm > .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); }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm { border-width: 0; border-radius: 0; }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm > .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; }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#y5G3Oavi7XHFIQTTeika42aRzTGt476c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:9.4375rem;top:1.25rem;left:0rem;display:block; }
#KoxwA4w2EVbU4NtcieUv7ubg3DXpnrTP { 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; }
#h9laLHkl8M01h9TeDz6f5TAEnHZh9vuD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121040;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.71875rem;left:47.9375rem;display:block; }
#ZC4UZArWFPPcf86dhhk0yxvB5vUupaFA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKzpTm36HuA0NVThIEgmFpUyHUtIpcT6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121040;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.71875rem;left:64.6875rem;display:block; }
#TT4Wi2IM1X2oGkkULCpT8MX8TPJtzL8Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx { position:relative;display:none; }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx { border-width: 0; border-radius: 0; }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .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; }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .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:2.6875rem;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:none; }#X5ERh7hzOGEJyTwqQ5ZcJu5F33krcTMp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:11.1875rem;display:none; }
#Xb2dTxaN7FEuhT9qcJ6N91TnXnGDNSvS { 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; }
#GoDca5bketTcVM7TAwRKRAvyTmaGAogT { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:9.625rem;left:1.5rem;display:none; }
#iP1U8bVlTNtq7fHTfJhuzS5RoTD20E3S { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TWire1xrgAc644fOxHAh3LQg2rk5J6Nl { 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; }
#b5i3KLssADqmMHXcpATVunbCIW4Na3Sg { 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; }
#nB2lxKHCMddkOhXf1CEqyNqdbogl6HG4 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:12.875rem;left:1.5625rem;display:none; }
#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 { 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/dd578a01-e9e7-4e97-9f62-10ceed02d6d8/bgintro2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422.adaptive-delivery-prevent-bg, #qIUKIK7sB6f44FXDdLhH2xtpx5XNt422.lazyload, #qIUKIK7sB6f44FXDdLhH2xtpx5XNt422.lazyloading { background-image: none; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row .container { background-color: transparent; background-image: none; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row .container > .video-iframe-container { display: none; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row > .video-iframe-container { display: none; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .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); }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row .container { border-width: 0; border-radius: 0; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#Va7CSyKWZ6T8Qq4toXeCCcTgyqzURKS1 { color:#121040;display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.6875rem;left:0rem;height:14.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dVv7SRyffkpvNxbDeoaBVFkTJ6CboNUv { color:#58595b;display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:6.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EOv3cDhcAKvB7p5DBQIoxZM6XN7gaQnx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:4.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28rem;left:0rem;display:block; }
#Rs1qVLSHu3oP6wPeeJyAs28OqcZoKryh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBtAfU3qeXCSTKL5mGUVTVElhqLBc5Wf { color:rgba(88,89,91,0.73);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:35.41250038147rem;left:4.5625rem;height:3.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iVyswDZdMvTKltBrK05IcqgDetMxTNli { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;display:none; }
#SyykJn76U43sAa6Ek37T5iZNOzQcgKWA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:24.0625rem;left:13.4375rem;overflow:hidden;display:block; }
#EdW9WOmyyT0Z2Pt4yxVvuLqMfR6bElWq { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.924999237061rem;left:15.5625rem;height:7.8rem;font-style:normal;display:block; }
#WHSDo33nTlax704CSmRmS6V9n1J6qIWH { box-sizing:content-box;height:4.3125rem;width:16.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:28rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#MVwGAv2NrfufRHsVIPfJRW6LAMOc3CdO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:29.25rem;left:5.25rem;height:1.7871125rem;font-style:normal;display:block; }
#o7FaD4bSkGJtbgnVI4N1lpTzvJzAxu1R { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:35.362499237061rem;left:0rem;overflow:hidden;display:block; }
#vFzXuycfTL0QwNpzWTZAS4EcIawJIdzD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:29.4375rem;display:none; }
#vMfeSghWKmTDOBa8avDTTlMV3CmcyROG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.125rem;top:29.3125rem;left:2.1875rem;overflow:hidden;display:block; }
#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q { position:relative;display:block; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q { background-color: transparent; background-image: none; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container > .video-iframe-container { display: none; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row > .video-iframe-container { display: none; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .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); }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q { border-width: 0; border-radius: 0; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .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; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .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:134.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; }#JDmIfzDHiIgMEMSBLfUEkJpnSTwXVFcA { color:#121040;display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#XdEubLaD5uMkoyRVXoPhHD7zxsqxqrLW { color:#58595b;display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:12.75rem;left:0rem;height:4.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mcTOLpCNP0xRfzNG8etkxSwSTxBZciWg { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#0d1219;background-image:none;top:27.875rem;left:0rem;display:block; }
#Z0Et1huRTstbs08M94ZM24aid7eqEKlq { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:29.0625rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZR2qThPBg03aIu60AGABI570y1vIbT8W { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:33rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#fQlTAsOKdTEOolWIDODPLCwHD3e9741z { color:rgba(var(--color-tertiary-3),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:33.75rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nbOkRkrLLpPxmMVZvvGIc0LISETRdOJg { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:37.6875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#kvXBAE4sxAwqAy6QdJgDdPm99kAQcxzk { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:38.4375rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I26wS7Uo8bRigPgaKyN3rz2VGhOU83bT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:42.375rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#aEpiOiDTHxe7AA7ZTT21ayCzKCb5Nvu1 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:47.125rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#ulh9XcTx4EGZb4GTE4HzrtRwcXs0PDlP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:43.1875rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qiLEkAOsKxpsXA7WGoM5nyTmXQ87pFfA { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:51.875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#Sx4vUquhXz4TBdVREzpxxZv6XRxbhRRF { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:47.9375rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qDMLJZMqXx9xqLPZAbHaNTgHaB19QvDU { position:absolute;display:block;z-index:14999;height:126.5625rem;width:46.625rem;top:9.6156234741213rem;left:26.623956680298rem;display:block; }
#RekMBXgxmr5T22AfSHNobz5VmmR88nw6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:18.8125rem;left:26.1875rem;overflow:hidden;display:block; }
#rietQw8cwq9a7p0OZSPHwmCJ2wspc3FS { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.824996948243rem;left:26.1875rem;display:block; }
#ucFEdudTg7aCEDZcJ0c4vqWZPtxWTtmi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:18.8125rem;left:71.5625rem;overflow:hidden;display:block; }
#Bg0GwtzAGyEavRTw4NozGoODENVI1VOT { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.8125rem;left:71.5625rem;display:block; }
#Z9aI46LQ5eK32QJCOs94THLUH5r3OFv8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:29.875rem;left:14.6875rem;overflow:hidden;display:block; }
#kxPv4HObyf33wNH5pfomMzOiyvSJhzCq { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:28.6875rem;left:16.8125rem;height:3.9rem;font-style:normal;display:block; }
#cw5eTSxOnHffWU1dsP1Obemlhn9vMCgS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:40rem;left:11rem;overflow:hidden;display:block; }
#PPTih3pMingtmwxanLLa5kteA5bHQZqZ { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:38.25rem;left:14.375rem;height:14.3rem;font-style:normal;display:block; }
#BVZgXa7pIbTp3yvOiqwEwmPEMKRVhV8H { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hE7S7kTVodBu2JIss5Q1EUSdTQRzTD2l { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:44.3125rem;left:14.875rem;overflow:hidden;display:block; }
#LlVvxiUi41vkP4G4JwAoi62KIqP8dZ7T { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:43.125rem;left:17rem;height:10.4rem;font-style:normal;display:block; }
#tWQ1u2UDxucCaSHsLPkTuoHK1wfWRWgX { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:56.6875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#buaI69ICOTgQLRkHelVDEL0KK5HHUBM4 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:52.75rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gA23Z79nElvK06HETTnhlUQwGpxVy5sZ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:61.4375rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#onkML93ppBnUL1E6h22tyR7S7Vy4wCAU { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:57.25rem;left:0rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GTWJEVu4mrG9RWbzXrPEt2zPmpVTZhqS { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:61.875rem;left:0rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JLnAEyIM0x7IB9CrPefaOMxo1AbCbGW2 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:66.0625rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#rq4l1ffHT75ed7AnoWbzEUOL1EEi6v9p { color:rgba(var(--color-tertiary-3),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:67.625rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F0ZzT9ruSy78C399TOpV6vADwzTrwtEb { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:70.75rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#ODAUXLUMwJp6V8Cnex63LUNkxpKS5p4v { color:rgba(var(--color-tertiary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:71.6875rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vGIhEtXqynICuaAN64q4TnT98dO9wKsk { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:75.625rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#rTEqyK0U9nssxvpPAHUszhUFg5oflcSx { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:80.4375rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#tg0oCHEXNDU1f47GKq6qrRXs6QmWC89E { color:rgba(var(--color-tertiary-3),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:77.1875rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xp7iqUQMJfx4SuttxwM7rp5SASSAvXxS { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:85.3125rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#w3ZVO4zWT65WVGlHBpzhSLiy66RxkAFa { color:rgba(var(--color-tertiary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:82.0625rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F7MbGEbaoIuEx9ASqo9ykonOCt2CaNQT { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:71.4375rem;left:14.375rem;height:14.3rem;font-style:normal;display:block; }
#SLl8WhSL5LM8MVAAZyi2lP58ET4SVTzH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:72.625rem;left:12.25rem;overflow:hidden;display:block; }
#mtD7u3FmucyHR8n4w8wosiHcGPAcNPJV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:77.4375rem;left:7.3125rem;overflow:hidden;display:block; }
#BpCiakOa2puzHf3HupVr6sNWmVK8OeZi { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:76.25rem;left:9.4375rem;height:3.8997375rem;font-style:normal;display:block; }
#kH8Rv24dtUcNbb75ll3SMSyeClctq5Wd { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:90.0625rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZWmT2LW7rgTbzdtECuPHQCr2RT2V8l4i { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:86.9375rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p0iKn01eJGDmC9GqcaPNItozE9nqD35c { color:rgba(var(--color-tertiary-3),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:90.875rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TOTpArcDmQH2qBUkd5LuhIPOtVg5TMJV { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:94.6875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#TpfO4orZ9pLxIcC0Tkb6dQbbX6C8HXmZ { color:rgba(var(--color-tertiary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:96.3125rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gXPXCB0ufLnHwzbJHmsnq8Oyp6TfDTvl { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:99.625rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#k6LMZZ5pML51cZIblb1LEuwFElJdVz4x { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:85.875rem;left:13.3125rem;height:5.2rem;font-style:normal;display:block; }
#f3VNwvExV281tCIGJvX7icKt80GFHA5G { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:87.0625rem;left:11.1875rem;overflow:hidden;display:block; }
#tC53h7cqEpIGKNeLIDdCIHhV4IXxlgxI { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:91.6875rem;left:6.75rem;overflow:hidden;display:block; }
#TxfFH86kTiTkDgRum6oR4R8caFdoMcTV { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:90.5rem;left:8.875rem;height:7.8rem;font-style:normal;display:block; }
#BpSXuUQTlyp3SHgJxBIMuB5p9DCXvGCT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:104.25rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#RwKKDTIZlw2NBCeWdIlwEdseT82ts40Q { color:rgba(var(--color-tertiary-3),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:100.4375rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MkZAWN85cH7N1pyynSO3pzr9lhGaP8I0 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:108.875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#KCrLLiKC54MRmVntAKPNvPJzURXzr2Ks { color:rgba(var(--color-tertiary-3),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:105.0625rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CeeHWid5IHJMpM5BzwiZpMIOeT5XTlxr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:105.9375rem;left:12.0625rem;overflow:hidden;display:block; }
#wv9kXFwMkD6RPCK3PWqdaTXETSlEMH3q { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:104.75rem;left:14.1875rem;height:6.5rem;font-style:normal;display:block; }
#XaNrg1o97vMc7s3TQvFCfdq4nzmp4IxL { color:rgba(var(--color-tertiary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:110.4375rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ul2rEMTMH3gxTTc86zZchwasOIBgV4c2 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:114.125rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#I5Xix5IZrzE7bIdAUppXqIB8p8keCVxs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:118.6875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#IUlIiBmmEkuGVCbdkenQWzQFZgTSrBMv { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:115.625rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G4c6d6SD6rpfvI5w5wxhF5vwH176a3De { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:115.8125rem;left:10.0625rem;overflow:hidden;display:block; }
#V13CuSfWtgN09n7gQUHbVtPQcT4EqG0U { color:#000000;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:114.625rem;left:12.1875rem;height:6.5rem;font-style:normal;display:block; }
#NNP4sbxdByEitRF9cwFSNOXiKHWUbMhx { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:120.3125rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Iw92oB27PpdyuVOICW4u5wWvK12hf7wJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:120.4375rem;left:12.5rem;overflow:hidden;display:block; }
#pfsagoyAoLGIOGPJIvGBuEt6BNwqBh55 { box-sizing:content-box;height:0.124783125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:123.62396240234rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#AnhklJclambtgWf513BaW932ZpgmxPSV { box-sizing:content-box;height:0.124783125rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:131.81146240234rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#gh66NKvLWXTeM9A0nTcMg8fUxOiK7OAc { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:124.66874694824rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qJkg82qs9dTUPoVVfByo2ChPMyai7V01 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37478125rem;width:1.37478125rem;top:124.86666870118rem;left:11.686458587646rem;overflow:hidden;display:block; }
#tSoH5yxK5kPqbPINJOMLIUMSVFL29Tyq { color:#000000;display:block;width:24.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:123.98020935059rem;left:13.811458587646rem;height:6.5rem;font-style:normal;display:block; }
#BwhXWryqKFRN11JQOByS5fTMINMXCktZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:8.375rem;height:2.25rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:18.8125rem;left:0.0625rem;display:block; }
#x9AChTeoyMEfSpqy4GavlUBwiRgyw6b0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvTQeieyrxZ3NNvsnFQtM45w83t7mDwZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:8.375rem;height:2.25rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:18.8125rem;left:8.375rem;display:block; }
#Xi1WImCnkCLeMZWTx0Szr0WcCbFgPD3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDFPae7wqMsqKnAeKU5DevQTfowTXyri { box-sizing:content-box;height:2.125rem;width:16.6875rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;top:18.8125rem;left:0rem;border-top:0.0625rem solid #72a4cf;border-left:0.0625rem solid #72a4cf;border-right:0.0625rem solid #72a4cf;border-bottom:0.0625rem solid #72a4cf;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#LACIOuVp3ys09RBWRKcwfSXoXWgXzKWT { color:rgba(var(--color-primary-3),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:19.25rem;left:0.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnyxNIRL1SrPftz80H5W0Ds3hsTNqX7Z { color:rgba(var(--color-primary-3),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:19.25rem;left:8.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWF3BlZE9yo7qSU0T38qnCuIIiw68NnS { box-sizing:content-box;height:2.25rem;width:8.375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#OXx1lSrPeRfTa1vCndlsc7AuLM0nG1yK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:22.25rem;left:0rem; }
#SIlHO1noREgNNqX8Ub9s9w2oItWEOVk5 { color:#58595b;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:22.4375rem;left:1.375rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OMfzgLSaHIq6CdoAanwqsSJD0xDsAkfF { color:#58595b;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:22.4375rem;left:1.375rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nyr1gmmQMIR36Ly7SN8s4RAWxBMUd84C { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#X28McCEL49qGhqiTO0f41sTm0TT80qBD { position:relative;display:block; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD { background-color: transparent; background-image: none; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container > .video-iframe-container { display: none; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row > .video-iframe-container { display: none; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .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); }#X28McCEL49qGhqiTO0f41sTm0TT80qBD { border-width: 0; border-radius: 0; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .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; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l6AxWtuFtDUPTWS8CKVwnb4wWEBQckbI { box-sizing:content-box;height:2.875rem;width:10.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.625rem;left:0rem;border-top:0.0625rem solid #79a8d2;border-left:0.0625rem solid #79a8d2;border-right:0.0625rem solid #79a8d2;border-bottom:0.0625rem solid #79a8d2;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#Sr9MltdXwBer1PNCe7RxdUuxeZh9ylKK { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.09375rem;left:0rem;display:block; }
#Xxf9HT16VsCPukniPgcqz6pAH8WlWsKS { box-sizing:content-box;height:2.125rem;width:16.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;display:block; }
#GqMkNLKtPZx02PaKMgTUqh5xWzmz87eC { box-sizing:content-box;height:2.125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.15625rem;left:0rem;display:block; }
#v4dsbhacybulFiH1pmBd1zp8tC09euD6 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:0.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZoBVE5C6S6CuSVkvcOqoZVBXumAnXmTU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.65625rem;left:8.6875rem; }
#SaTTf2rKA38biJ501AiDvc8hOzskckNg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:10.75rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.6875rem;left:0rem;display:block; }
#eLS1p7CiMdKcFZARPqHfGhaZ1RpIHves { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ng7Scuxdghu6TJ7HgxHeiJJP6MlD9Ttz { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;top:3.75rem;left:47.875rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#c1Z1pv1172DBXIUmKg3BrkRw09MPnMvL { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:49rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#mJW9smkuQ3vv6BOuTi4uwrssAAHt3Jvn { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:50.125rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#LcADmTaNkPBIlHne1sAZzrXHzOxRigRg { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:51.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#qf3z9ubiQNMsIgJLQTZdw6qQzdWn34dQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:52.375rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl { position:relative;display:block; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl { background-color: transparent; background-image: none; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container > .video-iframe-container { display: none; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row > .video-iframe-container { display: none; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .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); }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl { border-width: 0; border-radius: 0; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .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; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:46.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; }#i4Lop5p8InTrEzTrXJU0q5cUU9ssr8Ko { position:absolute;display:block;z-index:15000;height:46.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#yfpyzPUmtwT1JSXim6u9wDx4TwEz6xzB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.78125rem;left:-5.625rem;overflow:hidden;display:block; }
#C1vSLK1v1NBfsMTlnm98ZsiTmLeMRbz0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.78125rem;left:77.125rem;overflow:hidden;display:block; }
#X4ICuO3WJJ4P6KcnRX3pUPplSniZcoWc { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.824996948243rem;left:26.1875rem;display:none; }
#bBqKqr50tLx5tgsF7qxP7HraMnNHNRLq { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.824996948243rem;left:26.1875rem;display:none; }
#LnJndmWNa3uNA9eoTmKVEpewEnMXySXh { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:0.5rem;left:51.125rem;height:4.55rem;font-style:normal;display:block; }
#kdttc05dddnGgd8IMmDCt35ATFrwB35M { position:relative;display:block; }#kdttc05dddnGgd8IMmDCt35ATFrwB35M { background-color: transparent; background-image: none; }#kdttc05dddnGgd8IMmDCt35ATFrwB35M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdttc05dddnGgd8IMmDCt35ATFrwB35M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdttc05dddnGgd8IMmDCt35ATFrwB35M > .row .container > .video-iframe-container { display: none; }#kdttc05dddnGgd8IMmDCt35ATFrwB35M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdttc05dddnGgd8IMmDCt35ATFrwB35M > .row > .video-iframe-container { display: none; }#kdttc05dddnGgd8IMmDCt35ATFrwB35M > .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); }#kdttc05dddnGgd8IMmDCt35ATFrwB35M { border-width: 0; border-radius: 0; }#kdttc05dddnGgd8IMmDCt35ATFrwB35M > .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; }#kdttc05dddnGgd8IMmDCt35ATFrwB35M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#bzsCme8Pm5HTbWhWO9AmAHLNh3CD7TEv { color:#121040;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh { position:relative;display:block; }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh { background-color: transparent; background-image: none; }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh > .row .container > .video-iframe-container { display: none; }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh > .row > .video-iframe-container { display: none; }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh > .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); }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh { border-width: 0; border-radius: 0; }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh > .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; }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tNODSJ6KKqtZ6zQTr9P3hc7tdRXc0nXp { position:absolute;display:block;z-index:15006;height:21.875rem;width:75rem;top:2.21875rem;left:0rem;display:block; }
#uT2DoJpNXJMiUDHn4TOf0QUxUz5GOEh4 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.09375rem;left:-5.625rem;display:block; }
#Osr0Bq94qS6vgsFfl1k99WNm3VeelsvR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.09375rem;left:77.125rem;display:block; }
#GZ9xNE0ziRZg2OUx4gXvbaEkxf7pqpyI { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:42.1875rem;left:35.625rem;display:none; }
#mlNiJZKu6FP8BDcMyHnKbles7ztc6XnW { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;top:42.1875rem;left:37.1875rem;display:none; }
#lGv7XvNu9BTpq6TfwzyTXcggJAeqvvMH { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;top:42.1875rem;left:37.1875rem;display:none; }
#ndJFtQ7TB5hUcHMH5fKgKrllrGp6oaeR { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;top:42.1875rem;left:37.1875rem;display:none; }
#DSSeLIxSSBX4SPwAJp4OKmyedzQWa0El { box-sizing:content-box;height:23.1875rem;width:15.75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:2.21875rem;left:0rem;display:block; }
#mAl4ZoCWCsTEFUZLdh8LZRzIMvDNzVMT { box-sizing:content-box;height:23.1875rem;width:15.75rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:2.21875rem;left:59.25rem;display:block; }
#DVGkUHstI85zs04l57oGL6vKJTMysD1g { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.824996948243rem;left:26.1875rem;display:none; }
#MTKkV5IXSGduCrR6Dmphry8G8Qyggv2K { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.824996948243rem;left:26.1875rem;display:none; }
#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu { position:relative;display:block; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu { background-color: transparent; background-image: none; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row .container > .video-iframe-container { display: none; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row > .video-iframe-container { display: none; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .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); }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu { border-width: 0; border-radius: 0; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .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; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b5V9ncoA0qT1ptT9pgeJgBnKpb7s4eoT { color:#121040;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.75rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .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;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f0f3f7; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .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; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#101828;height:auto;line-height:1.5;overflow:hidden; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .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);font-weight:300;font-style:normal;color:#4c596b;line-height:1.5;overflow:hidden;height:auto; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .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_b21eb6f60a79178cf6b36ccc9e8a89ef.svg");background-size:contain !important; }#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-trigger.adaptive-delivery-prevent-bg, #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-trigger.lazyload, #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-trigger.lazyloading { background-image: none; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF { box-sizing:content-box;height:auto;width:50.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15004;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.78125rem;left:12.03125rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #UvhltuZmWzHCzLbkyJbokroh1A2gtK1N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #kMuCZBAtOZRTWXFfszUmAJ1RAWKmSPkN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #yTrMkrn9DF53HiBcirNHosD3fFSvhAAA { display:block;position:relative; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hN6AvQQNkZdxaibI8iQlO461uNN9cdcw {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NpGiTA72PbvXI6NABIw2okM0VEfkkxm5 {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #GRXV0eJMLt04PU7eNWRH8CHcmX468exX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #qEUoRAo5Cl5q4mdNTZC8UQEWfRyVanpI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #c9C9yTM4PAi8HyCt2o3KzMIOwAe5nVg3 { display:block;position:relative; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NK4No59v9dD0zebv0J0iUcVobvr2hlOB {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Vn7fWryDu5txSRmERX4zrQiN2qECRyP3 { display:none; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #inEdGfVxEeE9lTWs4o93gEBqgWhsb7zZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #ftoHODnMznSKz171WXp7r71ddQc9e4T9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #WVgiHsbUPxbPQGL0fxCFmF5CwvxDATq3 { display:block;position:relative; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #vAMCxKMu9D4KdFeONQlm2qUNRV7K0ZdD {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #bb93e5mTi4u7PNterpvKegwFTCFnDCy2 { display:none; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hDLeTUR0k8ITgDtt5NkBC0dwNPqImDew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #oCC4SVTiGlFqWWnIwkf0sT3XCbbWPNFQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #G8wk7w5H0QUZoZu3sCE72tZNG2xkRIFp { display:block;position:relative; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #EMOoTw9pVnpllPVFv68f2AD2BX2aZnWE {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #lqPrm45WPNgAPg0DneTID9niB5hksyJS { display:none; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Chs3zE4pdwd1JEmuu7TtLoUFgShevpkI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #CR37Z7s7DgaPuquZzg1ePgWfT8dO1wC9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Q64sBmWqsKZKA2ch8WEPgbGktHtELRho { display:block;position:relative; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #n00SsfVeAfg32cwdWWtxJpUF37fGBrbq {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #o1FTp4sgowB96Ui57AWtqyswE9O5vdRA { display:none; }
#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row .container { background-color: transparent; background-image: none; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row .container > .video-iframe-container { display: none; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row > .video-iframe-container { display: none; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .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); }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row .container { border-width: 0; border-radius: 0; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#l1h7AGoJxNz243T7id0m1xp5um30mLua { color:#121040;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5.6875rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UsTdG6Rd7XnzEwxghiA7zAw85JCwEHq7 { color:rgba(var(--color-primary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3500003814697rem;left:24.0625rem;height:4.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#NDxSFB2Md1pPEB4K9aqfH8MIeyOt9WeW { color:#58595b;display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.8125rem;left:0rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I5N4oPDymZQ7Mnkyzluxmcx2UaiLyWQv { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.28125rem;left:55.6875rem;display:block; }
#Q6Esg0eTARBL3hpJwENhUl0Gvi0FC40S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qGLMilOiobkyetDAgnS8gB6UaNe9D8R9 { color:rgba(var(--color-primary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.2125015258789rem;left:39.375rem;height:2.475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row .container { background-color: transparent; background-image: none; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row .container > .video-iframe-container { display: none; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row > .video-iframe-container { display: none; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .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); }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row .container { border-width: 0; border-radius: 0; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#RSEI6QTczWAPe77g3RkErEZoSfCG26Ke { color:#121040;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5.6875rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iaBP4EiEywUcNq5rTslePJwLMDU2pFvy { color:rgba(var(--color-primary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3500061035156rem;left:24.4375rem;height:4.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#MQ4hnJlAqHfJEcV1bnwlhG9s4ZOXqGM4 { color:#58595b;display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.8125rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sG1KwMwSOyz6sGxitiBLosE4cTTHz0Wm { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.28125rem;left:55.6875rem;display:block; }
#FBllPKZsZpDwzJo922E6TT9cEzc4gDMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edhvzO7dA8BbRoMnthZ1VItgbKqgwD98 { color:rgba(var(--color-primary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.2124977111816rem;left:40.5625rem;height:2.47504375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row .container { background-color: transparent; background-image: none; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row .container > .video-iframe-container { display: none; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row > .video-iframe-container { display: none; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .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); }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row .container { border-width: 0; border-radius: 0; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#s4smiP4MLGzUE9GxWq7bvhuU9ptbvO4L { color:#121040;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5.6875rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EkqnLG1Wq8xpTCkyrB4gcVXxHGvJ08h9 { color:rgba(var(--color-primary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3500061035156rem;left:27.6875rem;height:4.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#sFIZQNGwqN8WrJV1fXTkLdBq9osVTL5B { color:#58595b;display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.8125rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zeCl43D2ohNXDEIQTADeQbLfKfpG4JkG { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.28125rem;left:55.6875rem;display:block; }
#wfbzSgZ8GHdnUGInGMxg0reGX6iTCGPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rpTUWWK0QH0prb3lvWykazx2bTvyzgwI { color:rgba(var(--color-primary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.2124938964844rem;left:42.8125rem;height:2.47504375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row .container { background-color: transparent; background-image: none; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row .container > .video-iframe-container { display: none; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row > .video-iframe-container { display: none; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .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); }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row .container { border-width: 0; border-radius: 0; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#c9dRf5ICzTlmHSi8EfwTFTfd10TkMnZO { color:#121040;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5.6875rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K5ETkQ8inAyJXb7KsJ1nymlP9mZP8vzt { color:rgba(var(--color-primary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3500061035156rem;left:20.4375rem;height:4.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#rK9zSB9NXCWqSnkttNmkDiWAWiZcgrnA { color:#58595b;display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.8125rem;left:0rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rBFzOJNbOiitKgJn1WtJN4yiuGcsL3Pm { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.28125rem;left:55.6875rem;display:block; }
#IPnKO5RoR0MMu28mr0w8xN4QWi2F3IIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fw61zTyvAN4wULS5WVDt3nV4a09A1Gam { color:rgba(var(--color-primary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.2124938964844rem;left:34.875rem;height:2.475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JNES4EM1Lan2kevMhaAWMlL0f8BXQWlF { box-sizing:content-box;height:18.375rem;width:74.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(248,249,253,0.8);background-image:none;top:0rem;left:-0.0625rem;display:block; }
#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row .container { background-color: transparent; background-image: none; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row .container > .video-iframe-container { display: none; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row > .video-iframe-container { display: none; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .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); }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row .container { border-width: 0; border-radius: 0; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#LwnsCvs1235aCeabknFM1AlaK7gAHcTL { color:#121040;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5.6875rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EBN2HwCUcT222RKzmSL5Vyh2gveJwT16 { color:rgba(var(--color-primary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3500061035156rem;left:15.9375rem;height:4.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#PJ3M4t0utkeK91sbp1VgWv8GPTITHaiT { color:#58595b;display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.8125rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dgKLnvvIG7uDcT7CMei7FKOMLrmmlaXN { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.28125rem;left:55.6875rem;display:block; }
#wFaXRvyCrFJU2LotTfitPcFs8mTL3UTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gi9TyGEmhpbcTGx4qW84QsLhTuTzAPKT { color:rgba(var(--color-primary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.2124938964844rem;left:31.25rem;height:2.475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row .container { background-color: transparent; background-image: none; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row .container > .video-iframe-container { display: none; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row > .video-iframe-container { display: none; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .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); }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row .container { border-width: 0; border-radius: 0; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#iDZO2oVLnRtpvMfZK3BtLwAdDJr6pNJl { color:#121040;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5.6875rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DTmUSHcaW6NOGnKfoSfxn5G7FQfnplsD { color:rgba(var(--color-primary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3500061035156rem;left:27.5625rem;height:4.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#VNlVJySz6XUokpLmdaT06OWWCNLkHrkw { color:#58595b;display:block;width:50.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.8125rem;left:0rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XKbyQX6y97Ch2s2C7Aw2kmF1IG4LqM8k { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.28125rem;left:55.6875rem;display:block; }
#fbCDryK8rnqgsQw87Tf5e8xie95yHTAt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iHw7PlZPKnIosc1T0L3l8nQ7yssmr0Ht { color:rgba(var(--color-primary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.2124996185303rem;left:40.5rem;height:2.47504375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row .container { background-color: transparent; background-image: none; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row .container > .video-iframe-container { display: none; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row > .video-iframe-container { display: none; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .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); }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row .container { border-width: 0; border-radius: 0; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#LOgnlJ1v3lHvWxotp8FcLfcecAcIooqk { color:#121040;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5.6875rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M3T6KoO7ZnSyrf2FdWsUTkhUpn17Vx6N { color:rgba(var(--color-primary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3500061035156rem;left:27.0625rem;height:4.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ZmfXKqLmwa9UomWTBKS2Sm4guyMxDXLC { color:#58595b;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.8125rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nLkUxDIbN38FZONgd3nR1v66Pnc6ulQm { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.28125rem;left:55.6875rem;display:block; }
#OTkWGlbTKtvIXM8XvmsG6IqEePHPFSZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FzPCULkTo9GHwVwM8uW1K2vyBWOyPTK3 { color:rgba(var(--color-primary-3),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.2124938964844rem;left:42.625rem;height:2.475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { background-color: transparent; background-image: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container > .video-iframe-container { display: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row > .video-iframe-container { display: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .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); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { border-width: 0; border-radius: 0; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#xNcpRf6NyzUFUH5EJl90S4C2eu5GvcNt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:9.4375rem;top:4.65625rem;left:0rem;overflow:hidden;display:block; }
#ZPc3b2KcsIATA3NeMLzP0TcqLn9mm6Al { color:rgba(var(--color-tertiary-0),0.7);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:60.4375rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#S4eId2v8RFczDRDRQeDasyWBK7FoKpFB { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:44.0625rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Te3GkifKXz8hJ6iRuCNGEmTz5PRisIXk { color:rgba(var(--color-tertiary-0),0.7);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.84375rem;left:59rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LuVo0sGrQKRyRcrB6GtJme2Rvb8bE4xw { color:rgba(var(--color-tertiary-0),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.84375rem;left:44.25rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm { display:none; }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y5G3Oavi7XHFIQTTeika42aRzTGt476c { width:9.4375rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxwA4w2EVbU4NtcieUv7ubg3DXpnrTP { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9laLHkl8M01h9TeDz6f5TAEnHZh9vuD { width:14.3125rem;height:3.4375rem;top:1.6875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4UZArWFPPcf86dhhk0yxvB5vUupaFA { display:block; }
 }@media only screen and (max-width: 763px) { #LKzpTm36HuA0NVThIEgmFpUyHUtIpcT6 { width:10.3125rem;height:3.4375rem;top:1.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4Wi2IM1X2oGkkULCpT8MX8TPJtzL8Q { display:block; }
 }@media only screen and (max-width: 763px) { #FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx { display:none; }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X5ERh7hzOGEJyTwqQ5ZcJu5F33krcTMp { width:11.1875rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xb2dTxaN7FEuhT9qcJ6N91TnXnGDNSvS { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoDca5bketTcVM7TAwRKRAvyTmaGAogT { width:16.9375rem;height:1.4375rem;top:9.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iP1U8bVlTNtq7fHTfJhuzS5RoTD20E3S { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWire1xrgAc644fOxHAh3LQg2rk5J6Nl { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5i3KLssADqmMHXcpATVunbCIW4Na3Sg { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nB2lxKHCMddkOhXf1CEqyNqdbogl6HG4 { width:16.9375rem;height:1.4375rem;top:12.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 { display:block; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va7CSyKWZ6T8Qq4toXeCCcTgyqzURKS1 { width:40.25rem;height:;top:4.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVv7SRyffkpvNxbDeoaBVFkTJ6CboNUv { width:35rem;height:6.8125rem;top:19.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOv3cDhcAKvB7p5DBQIoxZM6XN7gaQnx { width:16.5625rem;height:4.3125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs1qVLSHu3oP6wPeeJyAs28OqcZoKryh { display:block; }
 }@media only screen and (max-width: 763px) { #dBtAfU3qeXCSTKL5mGUVTVElhqLBc5Wf { width:28.0625rem;height:3.875rem;top:35.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVyswDZdMvTKltBrK05IcqgDetMxTNli { width:13.3125rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyykJn76U43sAa6Ek37T5iZNOzQcgKWA { width:1.375rem;height:1.375rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdW9WOmyyT0Z2Pt4yxVvuLqMfR6bElWq { width:25rem;height:7.8125rem;top:20.875rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHSDo33nTlax704CSmRmS6V9n1J6qIWH { width:16.5625rem;height:4.3125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVwGAv2NrfufRHsVIPfJRW6LAMOc3CdO { width:9.875rem;height:1.75rem;top:29.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7FaD4bSkGJtbgnVI4N1lpTzvJzAxu1R { width:3.75rem;height:3.75rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFzXuycfTL0QwNpzWTZAS4EcIawJIdzD { width:29.4375rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMfeSghWKmTDOBa8avDTTlMV3CmcyROG { width:2.125rem;height:1.6875rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q { display:block; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDmIfzDHiIgMEMSBLfUEkJpnSTwXVFcA { width:26.625rem;height:6.75rem;top:5.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdEubLaD5uMkoyRVXoPhHD7zxsqxqrLW { width:22.5625rem;height:4.1875rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcTOLpCNP0xRfzNG8etkxSwSTxBZciWg { width:47.75rem;height:0.0625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Et1huRTstbs08M94ZM24aid7eqEKlq { width:15.5625rem;height:3.125rem;top:29.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR2qThPBg03aIu60AGABI570y1vIbT8W { width:47.75rem;height:0.125rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQlTAsOKdTEOolWIDODPLCwHD3e9741z { width:11.1875rem;height:3.125rem;top:33.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbOkRkrLLpPxmMVZvvGIc0LISETRdOJg { width:47.75rem;height:0.125rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvXBAE4sxAwqAy6QdJgDdPm99kAQcxzk { width:16.25rem;height:3.125rem;top:38.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I26wS7Uo8bRigPgaKyN3rz2VGhOU83bT { width:47.75rem;height:0.125rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEpiOiDTHxe7AA7ZTT21ayCzKCb5Nvu1 { width:47.75rem;height:0.125rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulh9XcTx4EGZb4GTE4HzrtRwcXs0PDlP { width:16.4375rem;height:3.125rem;top:43.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiLEkAOsKxpsXA7WGoM5nyTmXQ87pFfA { width:47.75rem;height:0.125rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx4vUquhXz4TBdVREzpxxZv6XRxbhRRF { width:14.5625rem;height:3.125rem;top:47.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDMLJZMqXx9xqLPZAbHaNTgHaB19QvDU { width:46.625rem;height:126.5625rem;top:9.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RekMBXgxmr5T22AfSHNobz5VmmR88nw6 { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rietQw8cwq9a7p0OZSPHwmCJ2wspc3FS { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucFEdudTg7aCEDZcJ0c4vqWZPtxWTtmi { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg0GwtzAGyEavRTw4NozGoODENVI1VOT { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9aI46LQ5eK32QJCOs94THLUH5r3OFv8 { width:1.375rem;height:1.375rem;top:29.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPv4HObyf33wNH5pfomMzOiyvSJhzCq { width:16.4375rem;height:3.875rem;top:28.6875rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw5eTSxOnHffWU1dsP1Obemlhn9vMCgS { width:1.375rem;height:1.375rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPTih3pMingtmwxanLLa5kteA5bHQZqZ { width:17.3125rem;height:14.25rem;top:38.25rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVZgXa7pIbTp3yvOiqwEwmPEMKRVhV8H { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hE7S7kTVodBu2JIss5Q1EUSdTQRzTD2l { width:1.375rem;height:1.375rem;top:44.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlVvxiUi41vkP4G4JwAoi62KIqP8dZ7T { width:17.8125rem;height:10.375rem;top:43.125rem;left:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQ1u2UDxucCaSHsLPkTuoHK1wfWRWgX { width:47.75rem;height:0.125rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaI69ICOTgQLRkHelVDEL0KK5HHUBM4 { width:10.125rem;height:3.125rem;top:52.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA23Z79nElvK06HETTnhlUQwGpxVy5sZ { width:47.75rem;height:0.125rem;top:61.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkML93ppBnUL1E6h22tyR7S7Vy4wCAU { width:13rem;height:3.8125rem;top:57.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTWJEVu4mrG9RWbzXrPEt2zPmpVTZhqS { width:17.625rem;height:3.8125rem;top:61.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLnAEyIM0x7IB9CrPefaOMxo1AbCbGW2 { width:47.75rem;height:0.125rem;top:66.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq4l1ffHT75ed7AnoWbzEUOL1EEi6v9p { width:10.125rem;height:1.5625rem;top:67.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0ZzT9ruSy78C399TOpV6vADwzTrwtEb { width:47.75rem;height:0.125rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODAUXLUMwJp6V8Cnex63LUNkxpKS5p4v { width:12.3125rem;height:3.125rem;top:71.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGIhEtXqynICuaAN64q4TnT98dO9wKsk { width:47.75rem;height:0.125rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTEqyK0U9nssxvpPAHUszhUFg5oflcSx { width:47.75rem;height:0.125rem;top:80.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg0oCHEXNDU1f47GKq6qrRXs6QmWC89E { width:7.25rem;height:1.5625rem;top:77.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7iqUQMJfx4SuttxwM7rp5SASSAvXxS { width:47.75rem;height:0.125rem;top:85.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ZVO4zWT65WVGlHBpzhSLiy66RxkAFa { width:12.3125rem;height:1.5625rem;top:82.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7MbGEbaoIuEx9ASqo9ykonOCt2CaNQT { width:21.5625rem;height:14.3125rem;top:71.4375rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLl8WhSL5LM8MVAAZyi2lP58ET4SVTzH { width:1.375rem;height:1.375rem;top:72.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtD7u3FmucyHR8n4w8wosiHcGPAcNPJV { width:1.375rem;height:1.375rem;top:77.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCiakOa2puzHf3HupVr6sNWmVK8OeZi { width:21.5625rem;height:3.875rem;top:76.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH8Rv24dtUcNbb75ll3SMSyeClctq5Wd { width:47.75rem;height:0.125rem;top:90.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWmT2LW7rgTbzdtECuPHQCr2RT2V8l4i { width:10.9375rem;height:1.5625rem;top:86.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0iKn01eJGDmC9GqcaPNItozE9nqD35c { width:6.375rem;height:3.125rem;top:90.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTpArcDmQH2qBUkd5LuhIPOtVg5TMJV { width:47.75rem;height:0.125rem;top:94.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpfO4orZ9pLxIcC0Tkb6dQbbX6C8HXmZ { width:12.3125rem;height:1.5625rem;top:96.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXPXCB0ufLnHwzbJHmsnq8Oyp6TfDTvl { width:47.75rem;height:0.125rem;top:99.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LMZZ5pML51cZIblb1LEuwFElJdVz4x { width:21.5625rem;height:5.1875rem;top:85.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3VNwvExV281tCIGJvX7icKt80GFHA5G { width:1.375rem;height:1.375rem;top:87.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC53h7cqEpIGKNeLIDdCIHhV4IXxlgxI { width:1.375rem;height:1.375rem;top:91.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfFH86kTiTkDgRum6oR4R8caFdoMcTV { width:21.5625rem;height:9.0625rem;top:90.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSXuUQTlyp3SHgJxBIMuB5p9DCXvGCT { width:47.75rem;height:0.125rem;top:104.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKKDTIZlw2NBCeWdIlwEdseT82ts40Q { width:10.75rem;height:3.125rem;top:100.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkZAWN85cH7N1pyynSO3pzr9lhGaP8I0 { width:47.75rem;height:0.125rem;top:108.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCrLLiKC54MRmVntAKPNvPJzURXzr2Ks { width:12rem;height:3.125rem;top:105.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeeHWid5IHJMpM5BzwiZpMIOeT5XTlxr { width:1.375rem;height:1.375rem;top:105.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv9kXFwMkD6RPCK3PWqdaTXETSlEMH3q { width:21.5625rem;height:6.4375rem;top:104.75rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaNrg1o97vMc7s3TQvFCfdq4nzmp4IxL { width:12.3125rem;height:1.5625rem;top:110.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul2rEMTMH3gxTTc86zZchwasOIBgV4c2 { width:47.75rem;height:0.125rem;top:114.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Xix5IZrzE7bIdAUppXqIB8p8keCVxs { width:47.75rem;height:0.125rem;top:118.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUlIiBmmEkuGVCbdkenQWzQFZgTSrBMv { width:9.75rem;height:1.5625rem;top:115.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4c6d6SD6rpfvI5w5wxhF5vwH176a3De { width:1.375rem;height:1.375rem;top:115.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13CuSfWtgN09n7gQUHbVtPQcT4EqG0U { width:22.625rem;height:6.5rem;top:114.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNP4sbxdByEitRF9cwFSNOXiKHWUbMhx { width:12.5625rem;height:1.5625rem;top:120.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw92oB27PpdyuVOICW4u5wWvK12hf7wJ { width:1.375rem;height:1.375rem;top:120.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfsagoyAoLGIOGPJIvGBuEt6BNwqBh55 { width:47.75rem;height:0.0625rem;top:123.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnhklJclambtgWf513BaW932ZpgmxPSV { width:47.75rem;height:0.0625rem;top:131.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh66NKvLWXTeM9A0nTcMg8fUxOiK7OAc { width:11.9375rem;height:3.125rem;top:124.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJkg82qs9dTUPoVVfByo2ChPMyai7V01 { width:1.3125rem;height:1.3125rem;top:124.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSoH5yxK5kPqbPINJOMLIUMSVFL29Tyq { width:24.5625rem;height:6.4375rem;top:123.9375rem;left:0.18645858764649rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwhXWryqKFRN11JQOByS5fTMINMXCktZ { width:8.375rem;height:2.25rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9AChTeoyMEfSpqy4GavlUBwiRgyw6b0 { display:block; }
 }@media only screen and (max-width: 763px) { #TvTQeieyrxZ3NNvsnFQtM45w83t7mDwZ { width:8.375rem;height:2.25rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi1WImCnkCLeMZWTx0Szr0WcCbFgPD3d { display:block; }
 }@media only screen and (max-width: 763px) { #xDFPae7wqMsqKnAeKU5DevQTfowTXyri { top:18.8125rem;left:0rem;width:16.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACIOuVp3ys09RBWRKcwfSXoXWgXzKWT { top:19.25rem;left:0rem;width:7.625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnyxNIRL1SrPftz80H5W0Ds3hsTNqX7Z { top:19.25rem;left:0rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWF3BlZE9yo7qSU0T38qnCuIIiw68NnS { top:18.8125rem;left:0rem;width:8.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXx1lSrPeRfTa1vCndlsc7AuLM0nG1yK { top:22.25rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIlHO1noREgNNqX8Ub9s9w2oItWEOVk5 { width:17.75rem;height:2.6875rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMfzgLSaHIq6CdoAanwqsSJD0xDsAkfF { width:17.1875rem;height:3.5625rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyr1gmmQMIR36Ly7SN8s4RAWxBMUd84C { display:none; }
 }@media only screen and (max-width: 763px) { #X28McCEL49qGhqiTO0f41sTm0TT80qBD { display:block; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6AxWtuFtDUPTWS8CKVwnb4wWEBQckbI { width:10.75rem;height:2.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9MltdXwBer1PNCe7RxdUuxeZh9ylKK { width:47.75rem;height:0.0625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxf9HT16VsCPukniPgcqz6pAH8WlWsKS { width:16.3125rem;height:2.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqMkNLKtPZx02PaKMgTUqh5xWzmz87eC { width:47.75rem;height:2.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4dsbhacybulFiH1pmBd1zp8tC09euD6 { width:8.25rem;height:1.125rem;top:1.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoBVE5C6S6CuSVkvcOqoZVBXumAnXmTU { width:0.9375rem;height:0.9375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaTTf2rKA38biJ501AiDvc8hOzskckNg { width:10.75rem;height:2.875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLS1p7CiMdKcFZARPqHfGhaZ1RpIHves { display:block; }
 }@media only screen and (max-width: 763px) { #ng7Scuxdghu6TJ7HgxHeiJJP6MlD9Ttz { width:0.625rem;height:0.625rem;top:3.75rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1Z1pv1172DBXIUmKg3BrkRw09MPnMvL { width:0.625rem;height:0.625rem;top:3.75rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJW9smkuQ3vv6BOuTi4uwrssAAHt3Jvn { width:0.625rem;height:0.625rem;top:3.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcADmTaNkPBIlHne1sAZzrXHzOxRigRg { width:0.625rem;height:0.625rem;top:3.75rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf3z9ubiQNMsIgJLQTZdw6qQzdWn34dQ { width:0.625rem;height:0.625rem;top:3.75rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl { display:block; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4Lop5p8InTrEzTrXJU0q5cUU9ssr8Ko { width:47.75rem;height:46.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfpyzPUmtwT1JSXim6u9wDx4TwEz6xzB { width:3.4375rem;height:3.4375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1vSLK1v1NBfsMTlnm98ZsiTmLeMRbz0 { width:3.4375rem;height:3.4375rem;top:12.75rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ICuO3WJJ4P6KcnRX3pUPplSniZcoWc { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBqKqr50tLx5tgsF7qxP7HraMnNHNRLq { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnJndmWNa3uNA9eoTmKVEpewEnMXySXh { width:17.125rem;height:5.625rem;top:0.5rem;left:30.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdttc05dddnGgd8IMmDCt35ATFrwB35M { display:block; }#kdttc05dddnGgd8IMmDCt35ATFrwB35M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzsCme8Pm5HTbWhWO9AmAHLNh3CD7TEv { width:47.75rem;height:3.25rem;top:5.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh { display:block; }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNODSJ6KKqtZ6zQTr9P3hc7tdRXc0nXp { width:47.75rem;height:21.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2DoJpNXJMiUDHn4TOf0QUxUz5GOEh4 { width:3.4375rem;height:3.4375rem;top:12.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Osr0Bq94qS6vgsFfl1k99WNm3VeelsvR { width:3.4375rem;height:3.4375rem;top:12.0625rem;left:44.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZ9xNE0ziRZg2OUx4gXvbaEkxf7pqpyI { width:0.75rem;height:0.75rem;top:42.1875rem;left:22rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlNiJZKu6FP8BDcMyHnKbles7ztc6XnW { width:0.75rem;height:0.75rem;top:42.1875rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGv7XvNu9BTpq6TfwzyTXcggJAeqvvMH { width:0.75rem;height:0.75rem;top:42.1875rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndJFtQ7TB5hUcHMH5fKgKrllrGp6oaeR { width:0.75rem;height:0.75rem;top:42.1875rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSSeLIxSSBX4SPwAJp4OKmyedzQWa0El { width:15.75rem;height:23.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAl4ZoCWCsTEFUZLdh8LZRzIMvDNzVMT { width:15.75rem;height:23.1875rem;top:2.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVGkUHstI85zs04l57oGL6vKJTMysD1g { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTKkV5IXSGduCrR6Dmphry8G8Qyggv2K { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu { display:block; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5V9ncoA0qT1ptT9pgeJgBnKpb7s4eoT { width:47.75rem;height:3.25rem;top:1.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF { display:flex;height:auto;width:47.75rem;top:6.6875rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #UvhltuZmWzHCzLbkyJbokroh1A2gtK1N {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #kMuCZBAtOZRTWXFfszUmAJ1RAWKmSPkN {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #yTrMkrn9DF53HiBcirNHosD3fFSvhAAA {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hN6AvQQNkZdxaibI8iQlO461uNN9cdcw {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NpGiTA72PbvXI6NABIw2okM0VEfkkxm5 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #GRXV0eJMLt04PU7eNWRH8CHcmX468exX {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #qEUoRAo5Cl5q4mdNTZC8UQEWfRyVanpI {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #c9C9yTM4PAi8HyCt2o3KzMIOwAe5nVg3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NK4No59v9dD0zebv0J0iUcVobvr2hlOB {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Vn7fWryDu5txSRmERX4zrQiN2qECRyP3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #inEdGfVxEeE9lTWs4o93gEBqgWhsb7zZ {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #ftoHODnMznSKz171WXp7r71ddQc9e4T9 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #WVgiHsbUPxbPQGL0fxCFmF5CwvxDATq3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #vAMCxKMu9D4KdFeONQlm2qUNRV7K0ZdD {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #bb93e5mTi4u7PNterpvKegwFTCFnDCy2 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hDLeTUR0k8ITgDtt5NkBC0dwNPqImDew {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #oCC4SVTiGlFqWWnIwkf0sT3XCbbWPNFQ {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #G8wk7w5H0QUZoZu3sCE72tZNG2xkRIFp {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #EMOoTw9pVnpllPVFv68f2AD2BX2aZnWE {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #lqPrm45WPNgAPg0DneTID9niB5hksyJS {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Chs3zE4pdwd1JEmuu7TtLoUFgShevpkI {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #CR37Z7s7DgaPuquZzg1ePgWfT8dO1wC9 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Q64sBmWqsKZKA2ch8WEPgbGktHtELRho {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #n00SsfVeAfg32cwdWWtxJpUF37fGBrbq {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #o1FTp4sgowB96Ui57AWtqyswE9O5vdRA {  }
 }@media only screen and (max-width: 763px) { #yTAVSgKulSfmsFQngZTdI6QBxx8uu2te { display:block; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1h7AGoJxNz243T7id0m1xp5um30mLua { width:47.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsTdG6Rd7XnzEwxghiA7zAw85JCwEHq7 { width:15.0625rem;height:4.9375rem;top:4.3125rem;left:10.437501907349rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDxSFB2Md1pPEB4K9aqfH8MIeyOt9WeW { width:43.8125rem;height:2.0625rem;top:9.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5N4oPDymZQ7Mnkyzluxmcx2UaiLyWQv { width:13.0625rem;height:3.8125rem;top:7.25rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Esg0eTARBL3hpJwENhUl0Gvi0FC40S { display:block; }
 }@media only screen and (max-width: 763px) { #qGLMilOiobkyetDAgnS8gB6UaNe9D8R9 { width:15.8125rem;height:2.4375rem;top:6.1875rem;left:25.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 { display:block; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSEI6QTczWAPe77g3RkErEZoSfCG26Ke { width:47.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBP4EiEywUcNq5rTslePJwLMDU2pFvy { width:15.875rem;height:4.9375rem;top:4.3125rem;left:10.812501907349rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ4hnJlAqHfJEcV1bnwlhG9s4ZOXqGM4 { width:45.125rem;height:6.1875rem;top:9.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG1KwMwSOyz6sGxitiBLosE4cTTHz0Wm { width:13.0625rem;height:3.8125rem;top:7.25rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBllPKZsZpDwzJo922E6TT9cEzc4gDMt { display:block; }
 }@media only screen and (max-width: 763px) { #edhvzO7dA8BbRoMnthZ1VItgbKqgwD98 { width:15.8125rem;height:2.4375rem;top:6.1875rem;left:26.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH { display:block; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4smiP4MLGzUE9GxWq7bvhuU9ptbvO4L { width:47.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkqnLG1Wq8xpTCkyrB4gcVXxHGvJ08h9 { width:14.6875rem;height:4.9375rem;top:4.3125rem;left:14.062501907349rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFIZQNGwqN8WrJV1fXTkLdBq9osVTL5B { width:43.8125rem;height:4.125rem;top:9.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeCl43D2ohNXDEIQTADeQbLfKfpG4JkG { width:13.0625rem;height:3.8125rem;top:7.25rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbzSgZ8GHdnUGInGMxg0reGX6iTCGPa { display:block; }
 }@media only screen and (max-width: 763px) { #rpTUWWK0QH0prb3lvWykazx2bTvyzgwI { width:15.8125rem;height:2.4375rem;top:6.1875rem;left:29.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv { display:block; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9dRf5ICzTlmHSi8EfwTFTfd10TkMnZO { width:47.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ETkQ8inAyJXb7KsJ1nymlP9mZP8vzt { width:14.0625rem;height:4.9375rem;top:4.3125rem;left:6.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK9zSB9NXCWqSnkttNmkDiWAWiZcgrnA { width:43.8125rem;height:2.0625rem;top:9.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBFzOJNbOiitKgJn1WtJN4yiuGcsL3Pm { width:13.0625rem;height:3.8125rem;top:7.25rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnKO5RoR0MMu28mr0w8xN4QWi2F3IIJ { display:block; }
 }@media only screen and (max-width: 763px) { #fw61zTyvAN4wULS5WVDt3nV4a09A1Gam { width:15.8125rem;height:2.4375rem;top:6.1875rem;left:21.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNES4EM1Lan2kevMhaAWMlL0f8BXQWlF { top:0rem;left:0rem;width:47.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB { display:block; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwnsCvs1235aCeabknFM1AlaK7gAHcTL { width:47.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBN2HwCUcT222RKzmSL5Vyh2gveJwT16 { width:15.0625rem;height:4.9375rem;top:4.3125rem;left:2.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ3M4t0utkeK91sbp1VgWv8GPTITHaiT { width:43.8125rem;height:4.125rem;top:9.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgKLnvvIG7uDcT7CMei7FKOMLrmmlaXN { width:13.0625rem;height:3.8125rem;top:7.25rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFaXRvyCrFJU2LotTfitPcFs8mTL3UTh { display:block; }
 }@media only screen and (max-width: 763px) { #Gi9TyGEmhpbcTGx4qW84QsLhTuTzAPKT { width:15.8125rem;height:2.4375rem;top:6.1875rem;left:17.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhyB7fy4if5E6hEeSqI1JupKIJGokGKM { display:block; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDZO2oVLnRtpvMfZK3BtLwAdDJr6pNJl { width:47.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmUSHcaW6NOGnKfoSfxn5G7FQfnplsD { width:12.75rem;height:4.9375rem;top:4.3125rem;left:13.937501907349rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNlVJySz6XUokpLmdaT06OWWCNLkHrkw { width:47.75rem;height:2.0625rem;top:9.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKbyQX6y97Ch2s2C7Aw2kmF1IG4LqM8k { width:13.0625rem;height:3.8125rem;top:7.25rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbCDryK8rnqgsQw87Tf5e8xie95yHTAt { display:block; }
 }@media only screen and (max-width: 763px) { #iHw7PlZPKnIosc1T0L3l8nQ7yssmr0Ht { width:15.8125rem;height:2.4375rem;top:6.1875rem;left:26.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ { display:block; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOgnlJ1v3lHvWxotp8FcLfcecAcIooqk { width:47.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3T6KoO7ZnSyrf2FdWsUTkhUpn17Vx6N { width:15.25rem;height:4.9375rem;top:4.3125rem;left:13.437501907349rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmfXKqLmwa9UomWTBKS2Sm4guyMxDXLC { width:42.75rem;height:4.125rem;top:9.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLkUxDIbN38FZONgd3nR1v66Pnc6ulQm { width:13.0625rem;height:3.8125rem;top:7.25rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTkWGlbTKtvIXM8XvmsG6IqEePHPFSZT { display:block; }
 }@media only screen and (max-width: 763px) { #FzPCULkTo9GHwVwM8uW1K2vyBWOyPTK3 { width:8.75rem;height:2.5rem;top:6.1875rem;left:29rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz6LWT8Xes6Ls039gVb0mVJIpXOessbn { display:block; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNcpRf6NyzUFUH5EJl90S4C2eu5GvcNt { width:9.4375rem;height:4.4375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPc3b2KcsIATA3NeMLzP0TcqLn9mm6Al { width:14.5625rem;height:1.4375rem;top:4.875rem;left:16.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4eId2v8RFczDRDRQeDasyWBK7FoKpFB { width:30.9375rem;height:0.9375rem;top:7.5625rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3GkifKXz8hJ6iRuCNGEmTz5PRisIXk { width:0.9375rem;height:1.4375rem;top:4.8125rem;left:45.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuVo0sGrQKRyRcrB6GtJme2Rvb8bE4xw { width:14.125rem;height:1.4375rem;top:4.8125rem;left:30.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm { display:block; }#CsVGk5ONBRC1cLV0d5kDWUUTN68iqKTm > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5G3Oavi7XHFIQTTeika42aRzTGt476c { top:0.8125rem;left:0.1875rem;width:5.625rem;height:2.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KoxwA4w2EVbU4NtcieUv7ubg3DXpnrTP { display:flex;top:1.0625rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #h9laLHkl8M01h9TeDz6f5TAEnHZh9vuD { width:13.375rem;height:3.4375rem;top:4.5rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZC4UZArWFPPcf86dhhk0yxvB5vUupaFA { display:block; }
 }@media only screen and (max-width: 763px) { #LKzpTm36HuA0NVThIEgmFpUyHUtIpcT6 { width:10.3125rem;height:3.4375rem;top:9.1875rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT4Wi2IM1X2oGkkULCpT8MX8TPJtzL8Q { display:block; }
 }@media only screen and (max-width: 763px) { #FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx { background-color:rgba(18,16,64,0.96);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .row .container { background-color: transparent; background-image: none; }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .row .container > .video-iframe-container { display: none; }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .row > .video-iframe-container { display: none; }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .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); }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .row .container { border-width: 0; border-radius: 0; }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FHNub1ufZw6wPReT3ZvVFzLiCUxOTSsx > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5ERh7hzOGEJyTwqQ5ZcJu5F33krcTMp { top:0.8125rem;left:0.1875rem;width:5.625rem;height:2.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xb2dTxaN7FEuhT9qcJ6N91TnXnGDNSvS { display:flex;top:0.90625rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #GoDca5bketTcVM7TAwRKRAvyTmaGAogT { top:5.6875rem;left:0.15625rem;width:16.9375rem;height:1.462675rem;z-index:15004;font-weight:300;font-style:normal;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iP1U8bVlTNtq7fHTfJhuzS5RoTD20E3S { top:8.46875rem;left:0.15625rem;width:19.625rem;height:0.0625rem;z-index:15005;background-color:rgba(255,255,255,0.7);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TWire1xrgAc644fOxHAh3LQg2rk5J6Nl { display:flex;top:5.625rem;left:18.09375rem;width:1.875rem;height:1.875rem;z-index:15006;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #b5i3KLssADqmMHXcpATVunbCIW4Na3Sg { display:flex;top:9.625rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15008;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nB2lxKHCMddkOhXf1CEqyNqdbogl6HG4 { top:9.6875rem;left:0.1875rem;width:16.9375rem;height:1.462675rem;z-index:15006;font-weight:300;font-style:normal;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f8f9fd);background-image: -moz-linear-gradient(180deg, #ffffff, #f8f9fd);background-image: -ms-linear-gradient(180deg, #ffffff, #f8f9fd);background-image: -o-linear-gradient(180deg, #ffffff, #f8f9fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f9fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f9fd' );";background-image: linear-gradient(180deg, #ffffff, #f8f9fd);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row .container { background-color: transparent; background-image: none; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row .container > .video-iframe-container { display: none; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row > .video-iframe-container { display: none; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .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); }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem; }#qIUKIK7sB6f44FXDdLhH2xtpx5XNt422 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va7CSyKWZ6T8Qq4toXeCCcTgyqzURKS1 { width:20rem;height:3.849825rem;top:9.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dVv7SRyffkpvNxbDeoaBVFkTJ6CboNUv { width:20rem;height:3.4125rem;top:13.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOv3cDhcAKvB7p5DBQIoxZM6XN7gaQnx { width:13rem;height:3rem;top:18.6875rem;left:3.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Rs1qVLSHu3oP6wPeeJyAs28OqcZoKryh { display:block; }
 }@media only screen and (max-width: 763px) { #dBtAfU3qeXCSTKL5mGUVTVElhqLBc5Wf { width:17.4375rem;height:2.4375rem;top:22.71249961853rem;left:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVyswDZdMvTKltBrK05IcqgDetMxTNli { top:0rem;left:8.4375rem;width:13.3125rem;height:13.3125rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SyykJn76U43sAa6Ek37T5iZNOzQcgKWA { width:1rem;height:1rem;top:15.91250038147rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdW9WOmyyT0Z2Pt4yxVvuLqMfR6bElWq { width:13rem;height:8.9375rem;top:17.16250038147rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #WHSDo33nTlax704CSmRmS6V9n1J6qIWH { width:13rem;height:3rem;top:18.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVwGAv2NrfufRHsVIPfJRW6LAMOc3CdO { width:8.125rem;height:1.21875rem;top:19.5rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7FaD4bSkGJtbgnVI4N1lpTzvJzAxu1R { width:2.125rem;height:2.125rem;top:22.83749961853rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFzXuycfTL0QwNpzWTZAS4EcIawJIdzD { top:1.125rem;left:1.96875rem;width:14.5625rem;height:6.25rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vMfeSghWKmTDOBa8avDTTlMV3CmcyROG { width:1.0625rem;height:0.8125rem;top:19.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q { display:block; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container { width:20rem;height:111.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDmIfzDHiIgMEMSBLfUEkJpnSTwXVFcA { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XdEubLaD5uMkoyRVXoPhHD7zxsqxqrLW { width:15.875rem;height:2.8rem;top:5.6124992370606rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mcTOLpCNP0xRfzNG8etkxSwSTxBZciWg { width:17.6875rem;height:0.0625rem;top:27.60000038147rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Et1huRTstbs08M94ZM24aid7eqEKlq { width:6.1875rem;height:2.26875rem;top:28.53750038147rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZR2qThPBg03aIu60AGABI570y1vIbT8W { width:17.6875rem;height:0.125rem;top:31.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQlTAsOKdTEOolWIDODPLCwHD3e9741z { width:6rem;height:1.5125rem;top:32.625rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #nbOkRkrLLpPxmMVZvvGIc0LISETRdOJg { width:17.6875rem;height:0.125rem;top:35.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvXBAE4sxAwqAy6QdJgDdPm99kAQcxzk { width:7.3125rem;height:2.26875rem;top:36.375rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #I26wS7Uo8bRigPgaKyN3rz2VGhOU83bT { width:17.6875rem;height:0.125rem;top:39.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEpiOiDTHxe7AA7ZTT21ayCzKCb5Nvu1 { width:17.6875rem;height:0.125rem;top:43.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulh9XcTx4EGZb4GTE4HzrtRwcXs0PDlP { width:6.3125rem;height:2.26875rem;top:39.8125rem;left:2.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qiLEkAOsKxpsXA7WGoM5nyTmXQ87pFfA { width:17.6875rem;height:0.125rem;top:46.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx4vUquhXz4TBdVREzpxxZv6XRxbhRRF { width:6.0625rem;height:1.5125rem;top:44.1875rem;left:2.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qDMLJZMqXx9xqLPZAbHaNTgHaB19QvDU { width:18.5625rem;height:29.0625rem;top:18.77499961853rem;left:0.71875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #RekMBXgxmr5T22AfSHNobz5VmmR88nw6 { width:3.125rem;height:3.125rem;top:22.75rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #rietQw8cwq9a7p0OZSPHwmCJ2wspc3FS { width:3.125rem;height:3.125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucFEdudTg7aCEDZcJ0c4vqWZPtxWTtmi { width:3.125rem;height:3.125rem;top:22.75rem;left:16.875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Bg0GwtzAGyEavRTw4NozGoODENVI1VOT { width:3.125rem;height:3.125rem;top:22.75rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9aI46LQ5eK32QJCOs94THLUH5r3OFv8 { width:1rem;height:1rem;top:29.984375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPv4HObyf33wNH5pfomMzOiyvSJhzCq { width:9.1875rem;height:2.0625rem;top:31.11874961853rem;left:4.03125rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #cw5eTSxOnHffWU1dsP1Obemlhn9vMCgS { width:1rem;height:1rem;top:37.724975585938rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPTih3pMingtmwxanLLa5kteA5bHQZqZ { width:10.8125rem;height:7.5625rem;top:38.4375rem;left:0.9375rem;font-size:0.625rem;line-height:1.1;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #BVZgXa7pIbTp3yvOiqwEwmPEMKRVhV8H { top:18.75rem;left:1.15625rem;width:17.6875rem;height:8.9375rem;z-index:14992;background-color:#e5eef8;background-image:none;border-top-right-radius:2rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE7S7kTVodBu2JIss5Q1EUSdTQRzTD2l { width:1rem;height:1rem;top:41.331249237061rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlVvxiUi41vkP4G4JwAoi62KIqP8dZ7T { width:13.25rem;height:4.8125rem;top:42.625rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tWQ1u2UDxucCaSHsLPkTuoHK1wfWRWgX { width:17.6875rem;height:0.125rem;top:50.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaI69ICOTgQLRkHelVDEL0KK5HHUBM4 { width:5rem;height:1.5125rem;top:48.086456298828rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gA23Z79nElvK06HETTnhlUQwGpxVy5sZ { width:17.6875rem;height:0.125rem;top:54.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkML93ppBnUL1E6h22tyR7S7Vy4wCAU { width:7rem;height:2.0625rem;top:51.530208587646rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #GTWJEVu4mrG9RWbzXrPEt2zPmpVTZhqS { width:7.6875rem;height:2.75rem;top:55rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #JLnAEyIM0x7IB9CrPefaOMxo1AbCbGW2 { width:17.6875rem;height:0.125rem;top:58.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq4l1ffHT75ed7AnoWbzEUOL1EEi6v9p { width:10.125rem;height:0.75625rem;top:59.851043701172rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #F0ZzT9ruSy78C399TOpV6vADwzTrwtEb { width:17.6875rem;height:0.125rem;top:62.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODAUXLUMwJp6V8Cnex63LUNkxpKS5p4v { width:7.5rem;height:1.5125rem;top:63.293750762937rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vGIhEtXqynICuaAN64q4TnT98dO9wKsk { width:17.6875rem;height:0.125rem;top:65.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTEqyK0U9nssxvpPAHUszhUFg5oflcSx { width:17.6875rem;height:0.125rem;top:69.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg0oCHEXNDU1f47GKq6qrRXs6QmWC89E { width:4.125rem;height:0.75625rem;top:67.362499237062rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #xp7iqUQMJfx4SuttxwM7rp5SASSAvXxS { width:17.6875rem;height:0.125rem;top:73.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ZVO4zWT65WVGlHBpzhSLiy66RxkAFa { width:12.3125rem;height:0.75625rem;top:71.25rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #F7MbGEbaoIuEx9ASqo9ykonOCt2CaNQT { width:15rem;height:6.875rem;top:65.25rem;left:-1.1875rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SLl8WhSL5LM8MVAAZyi2lP58ET4SVTzH { width:1rem;height:1rem;top:64.118751525881rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtD7u3FmucyHR8n4w8wosiHcGPAcNPJV { width:1rem;height:1rem;top:67.240623474119rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCiakOa2puzHf3HupVr6sNWmVK8OeZi { width:12.5625rem;height:2.0625rem;top:68.375rem;left:0.1875rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kH8Rv24dtUcNbb75ll3SMSyeClctq5Wd { width:17.6875rem;height:0.125rem;top:77.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWmT2LW7rgTbzdtECuPHQCr2RT2V8l4i { width:3.8125rem;height:1.5125rem;top:74.6875rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #p0iKn01eJGDmC9GqcaPNItozE9nqD35c { width:6.375rem;height:1.5125rem;top:78.5625rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TOTpArcDmQH2qBUkd5LuhIPOtVg5TMJV { width:17.6875rem;height:0.125rem;top:81.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpfO4orZ9pLxIcC0Tkb6dQbbX6C8HXmZ { width:7.125rem;height:0.75625rem;top:82.75rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gXPXCB0ufLnHwzbJHmsnq8Oyp6TfDTvl { width:17.6875rem;height:0.125rem;top:84.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LMZZ5pML51cZIblb1LEuwFElJdVz4x { width:13.3125rem;height:2.75rem;top:76.53125rem;left:0.75rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f3VNwvExV281tCIGJvX7icKt80GFHA5G { width:1rem;height:1rem;top:75.381250381469rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC53h7cqEpIGKNeLIDdCIHhV4IXxlgxI { width:1rem;height:1rem;top:79.256248474119rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfFH86kTiTkDgRum6oR4R8caFdoMcTV { width:12.0625rem;height:4.8125rem;top:80.387496948244rem;left:0.71875rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BpSXuUQTlyp3SHgJxBIMuB5p9DCXvGCT { width:17.6875rem;height:0.125rem;top:88.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKKDTIZlw2NBCeWdIlwEdseT82ts40Q { width:7.5rem;height:1.5125rem;top:86.1875rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #MkZAWN85cH7N1pyynSO3pzr9lhGaP8I0 { width:17.6875rem;height:0.125rem;top:92.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCrLLiKC54MRmVntAKPNvPJzURXzr2Ks { width:7.125rem;height:1.5125rem;top:89.868751525881rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #CeeHWid5IHJMpM5BzwiZpMIOeT5XTlxr { width:1rem;height:1rem;top:90.756248474119rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv9kXFwMkD6RPCK3PWqdaTXETSlEMH3q { width:13.0625rem;height:3.4375rem;top:91.943748474119rem;left:0.6875rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XaNrg1o97vMc7s3TQvFCfdq4nzmp4IxL { width:12.3125rem;height:0.75625rem;top:94.0625rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ul2rEMTMH3gxTTc86zZchwasOIBgV4c2 { width:17.6875rem;height:0.125rem;top:96.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Xix5IZrzE7bIdAUppXqIB8p8keCVxs { width:17.6875rem;height:0.125rem;top:99.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUlIiBmmEkuGVCbdkenQWzQFZgTSrBMv { width:5.9375rem;height:0.75625rem;top:97.5rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #G4c6d6SD6rpfvI5w5wxhF5vwH176a3De { width:1rem;height:1rem;top:97.378112792969rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13CuSfWtgN09n7gQUHbVtPQcT4EqG0U { width:14.125rem;height:3.4375rem;top:98.565612792969rem;left:1.6875rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NNP4sbxdByEitRF9cwFSNOXiKHWUbMhx { width:7.5625rem;height:0.75625rem;top:101.24998474121rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Iw92oB27PpdyuVOICW4u5wWvK12hf7wJ { width:1rem;height:1rem;top:101.06561279297rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfsagoyAoLGIOGPJIvGBuEt6BNwqBh55 { width:17.6875rem;height:0.125rem;top:103.62498474121rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnhklJclambtgWf513BaW932ZpgmxPSV { width:17.6875rem;height:0.125rem;top:110.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gh66NKvLWXTeM9A0nTcMg8fUxOiK7OAc { width:6.9375rem;height:1.5125rem;top:104.56248474121rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qJkg82qs9dTUPoVVfByo2ChPMyai7V01 { width:1rem;height:1rem;top:105.38748168945rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSoH5yxK5kPqbPINJOMLIUMSVFL29Tyq { width:15rem;height:3.4375rem;top:106.3864440918rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BwhXWryqKFRN11JQOByS5fTMINMXCktZ { width:8rem;height:2.25rem;top:10.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9AChTeoyMEfSpqy4GavlUBwiRgyw6b0 { display:block; }
 }@media only screen and (max-width: 763px) { #TvTQeieyrxZ3NNvsnFQtM45w83t7mDwZ { width:8rem;height:2.25rem;top:10.125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi1WImCnkCLeMZWTx0Szr0WcCbFgPD3d { display:block; }
 }@media only screen and (max-width: 763px) { #xDFPae7wqMsqKnAeKU5DevQTfowTXyri { width:16rem;height:2.125rem;top:10.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACIOuVp3ys09RBWRKcwfSXoXWgXzKWT { width:7.625rem;height:1.3rem;top:10.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnyxNIRL1SrPftz80H5W0Ds3hsTNqX7Z { width:7.625rem;height:1.3rem;top:10.5625rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWF3BlZE9yo7qSU0T38qnCuIIiw68NnS { width:8rem;height:2.25rem;top:10.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXx1lSrPeRfTa1vCndlsc7AuLM0nG1yK { display:flex;width:1.125rem;height:1.125rem;top:13.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #SIlHO1noREgNNqX8Ub9s9w2oItWEOVk5 { width:16.625rem;height:2.475rem;top:13.5625rem;left:2.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OMfzgLSaHIq6CdoAanwqsSJD0xDsAkfF { width:17.1875rem;height:3.3rem;top:13.5625rem;left:2.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #nyr1gmmQMIR36Ly7SN8s4RAWxBMUd84C { top:17.5rem;left:1.21875rem;width:17.5625rem;height:1rem;z-index:15046;background-color:rgba(255,255,255,0.8);background-image:none;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X28McCEL49qGhqiTO0f41sTm0TT80qBD { display:block; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6AxWtuFtDUPTWS8CKVwnb4wWEBQckbI { width:9.625rem;height:2.5rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9MltdXwBer1PNCe7RxdUuxeZh9ylKK { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxf9HT16VsCPukniPgcqz6pAH8WlWsKS { width:20rem;height:2.125rem;top:4.90625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqMkNLKtPZx02PaKMgTUqh5xWzmz87eC { width:20rem;height:4.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4dsbhacybulFiH1pmBd1zp8tC09euD6 { width:8.25rem;height:0.975rem;top:0.82500076293944rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoBVE5C6S6CuSVkvcOqoZVBXumAnXmTU { display:flex;width:0.9375rem;height:0.9375rem;top:0.84375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #SaTTf2rKA38biJ501AiDvc8hOzskckNg { width:9.625rem;height:2.5rem;top:0.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLS1p7CiMdKcFZARPqHfGhaZ1RpIHves { display:block; }
 }@media only screen and (max-width: 763px) { #ng7Scuxdghu6TJ7HgxHeiJJP6MlD9Ttz { width:0.625rem;height:0.625rem;top:2.90625rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1Z1pv1172DBXIUmKg3BrkRw09MPnMvL { width:0.625rem;height:0.625rem;top:2.90625rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJW9smkuQ3vv6BOuTi4uwrssAAHt3Jvn { width:0.625rem;height:0.625rem;top:2.90625rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcADmTaNkPBIlHne1sAZzrXHzOxRigRg { width:0.625rem;height:0.625rem;top:2.90625rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qf3z9ubiQNMsIgJLQTZdw6qQzdWn34dQ { width:0.625rem;height:0.625rem;top:2.90625rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl { display:block; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4Lop5p8InTrEzTrXJU0q5cUU9ssr8Ko { width:18.5625rem;height:62.5625rem;top:0rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfpyzPUmtwT1JSXim6u9wDx4TwEz6xzB { width:3.125rem;height:3.125rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1vSLK1v1NBfsMTlnm98ZsiTmLeMRbz0 { width:3.125rem;height:3.125rem;top:10.4375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ICuO3WJJ4P6KcnRX3pUPplSniZcoWc { width:3.125rem;height:3.125rem;top:10.4375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bBqKqr50tLx5tgsF7qxP7HraMnNHNRLq { width:3.125rem;height:3.125rem;top:10.4375rem;left:16.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #LnJndmWNa3uNA9eoTmKVEpewEnMXySXh { width:11.6875rem;height:4.125rem;top:10.4375rem;left:3.46875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kdttc05dddnGgd8IMmDCt35ATFrwB35M { display:block; }#kdttc05dddnGgd8IMmDCt35ATFrwB35M > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzsCme8Pm5HTbWhWO9AmAHLNh3CD7TEv { width:10.9375rem;height:3.75rem;top:0.8125rem;left:4.53125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh { display:block; }#BhEv0DmXVZplW6VdTCuiHDTkbdisf5Dh > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNODSJ6KKqtZ6zQTr9P3hc7tdRXc0nXp { width:20rem;height:17.5rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uT2DoJpNXJMiUDHn4TOf0QUxUz5GOEh4 { top:7.5625rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Osr0Bq94qS6vgsFfl1k99WNm3VeelsvR { top:7.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GZ9xNE0ziRZg2OUx4gXvbaEkxf7pqpyI { width:0.75rem;height:0.75rem;top:19.25rem;left:7.4375rem;z-index:15003;background-color:#005aa9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mlNiJZKu6FP8BDcMyHnKbles7ztc6XnW { width:0.75rem;height:0.75rem;top:19.25rem;left:8.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lGv7XvNu9BTpq6TfwzyTXcggJAeqvvMH { width:0.75rem;height:0.75rem;top:19.25rem;left:10.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ndJFtQ7TB5hUcHMH5fKgKrllrGp6oaeR { width:0.75rem;height:0.75rem;top:19.25rem;left:11.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #DSSeLIxSSBX4SPwAJp4OKmyedzQWa0El { width:15.75rem;height:23.1875rem;top:21.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAl4ZoCWCsTEFUZLdh8LZRzIMvDNzVMT { width:15.75rem;height:23.1875rem;top:45.6875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVGkUHstI85zs04l57oGL6vKJTMysD1g { width:3.125rem;height:3.125rem;top:7.5625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #MTKkV5IXSGduCrR6Dmphry8G8Qyggv2K { width:3.125rem;height:3.125rem;top:7.5625rem;left:16.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu { display:block; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5V9ncoA0qT1ptT9pgeJgBnKpb7s4eoT { width:20rem;height:1.875rem;top:2.375rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-heading-text { font-size:1rem;height:auto;line-height:1.3;overflow:hidden; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-desc-text { font-size:0.875rem;height:auto; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF { display:flex;height:auto;width:20rem;top:4.9375rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #UvhltuZmWzHCzLbkyJbokroh1A2gtK1N {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #kMuCZBAtOZRTWXFfszUmAJ1RAWKmSPkN {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #yTrMkrn9DF53HiBcirNHosD3fFSvhAAA {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hN6AvQQNkZdxaibI8iQlO461uNN9cdcw {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NpGiTA72PbvXI6NABIw2okM0VEfkkxm5 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #GRXV0eJMLt04PU7eNWRH8CHcmX468exX {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #qEUoRAo5Cl5q4mdNTZC8UQEWfRyVanpI {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #c9C9yTM4PAi8HyCt2o3KzMIOwAe5nVg3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NK4No59v9dD0zebv0J0iUcVobvr2hlOB {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Vn7fWryDu5txSRmERX4zrQiN2qECRyP3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #inEdGfVxEeE9lTWs4o93gEBqgWhsb7zZ {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #ftoHODnMznSKz171WXp7r71ddQc9e4T9 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #WVgiHsbUPxbPQGL0fxCFmF5CwvxDATq3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #vAMCxKMu9D4KdFeONQlm2qUNRV7K0ZdD {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #bb93e5mTi4u7PNterpvKegwFTCFnDCy2 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hDLeTUR0k8ITgDtt5NkBC0dwNPqImDew {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #oCC4SVTiGlFqWWnIwkf0sT3XCbbWPNFQ {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #G8wk7w5H0QUZoZu3sCE72tZNG2xkRIFp {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #EMOoTw9pVnpllPVFv68f2AD2BX2aZnWE {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #lqPrm45WPNgAPg0DneTID9niB5hksyJS {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Chs3zE4pdwd1JEmuu7TtLoUFgShevpkI {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #CR37Z7s7DgaPuquZzg1ePgWfT8dO1wC9 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Q64sBmWqsKZKA2ch8WEPgbGktHtELRho {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #n00SsfVeAfg32cwdWWtxJpUF37fGBrbq {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #o1FTp4sgowB96Ui57AWtqyswE9O5vdRA {  }
 }@media only screen and (max-width: 763px) { #yTAVSgKulSfmsFQngZTdI6QBxx8uu2te { background-color:#f8f9fd;background-image:none;display:block; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row .container { background-color: transparent; background-image: none; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row .container > .video-iframe-container { display: none; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row > .video-iframe-container { display: none; }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .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); }#yTAVSgKulSfmsFQngZTdI6QBxx8uu2te > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1h7AGoJxNz243T7id0m1xp5um30mLua { width:20rem;height:1.85625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsTdG6Rd7XnzEwxghiA7zAw85JCwEHq7 { width:8.4375rem;height:2.81875rem;top:4.0625rem;left:4.5625rem;font-size:2.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NDxSFB2Md1pPEB4K9aqfH8MIeyOt9WeW { width:12.875rem;height:3rem;top:7.75rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5N4oPDymZQ7Mnkyzluxmcx2UaiLyWQv { width:13.0625rem;height:4.3125rem;top:15.849998474121rem;left:3.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Esg0eTARBL3hpJwENhUl0Gvi0FC40S { display:block; }
 }@media only screen and (max-width: 763px) { #qGLMilOiobkyetDAgnS8gB6UaNe9D8R9 { width:4.6875rem;height:1.925rem;top:4.6875rem;left:10.625rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 { background-color:#f8f9fd;background-image:none;display:block; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row .container { background-color: transparent; background-image: none; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row .container > .video-iframe-container { display: none; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row > .video-iframe-container { display: none; }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .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); }#swE5VM4dtRpEnXgo0aCxxdSO5PAPKRm6 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSEI6QTczWAPe77g3RkErEZoSfCG26Ke { width:20rem;height:1.85625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iaBP4EiEywUcNq5rTslePJwLMDU2pFvy { width:9.0625rem;height:2.81875rem;top:4.0625rem;left:2.875rem;font-size:2.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MQ4hnJlAqHfJEcV1bnwlhG9s4ZOXqGM4 { width:17.4375rem;height:6rem;top:7.75rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sG1KwMwSOyz6sGxitiBLosE4cTTHz0Wm { width:13.0625rem;height:4.3125rem;top:15.849998474121rem;left:3.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBllPKZsZpDwzJo922E6TT9cEzc4gDMt { display:block; }
 }@media only screen and (max-width: 763px) { #edhvzO7dA8BbRoMnthZ1VItgbKqgwD98 { width:4.6875rem;height:1.925rem;top:4.6875rem;left:10.5rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH { background-color:#f8f9fd;background-image:none;display:block; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row .container { background-color: transparent; background-image: none; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row .container > .video-iframe-container { display: none; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row > .video-iframe-container { display: none; }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .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); }#Hm0nD6zxC8ZeNwagkDacvBDo5zN2qRGH > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4smiP4MLGzUE9GxWq7bvhuU9ptbvO4L { width:20rem;height:1.85625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkqnLG1Wq8xpTCkyrB4gcVXxHGvJ08h9 { width:10.0625rem;height:2.81875rem;top:4.0625rem;left:1.875rem;font-size:2.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #sFIZQNGwqN8WrJV1fXTkLdBq9osVTL5B { width:15.8125rem;height:6rem;top:7.75rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeCl43D2ohNXDEIQTADeQbLfKfpG4JkG { width:13.0625rem;height:4.3125rem;top:15.849998474121rem;left:3.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbzSgZ8GHdnUGInGMxg0reGX6iTCGPa { display:block; }
 }@media only screen and (max-width: 763px) { #rpTUWWK0QH0prb3lvWykazx2bTvyzgwI { width:4.6875rem;height:1.925rem;top:4.6875rem;left:10.5625rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv { background-color:#f8f9fd;background-image:none;display:block; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row .container { background-color: transparent; background-image: none; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row .container > .video-iframe-container { display: none; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row > .video-iframe-container { display: none; }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .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); }#cuTuONnzmcOrTELmo5aD5EkEF1z1EFKv > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9dRf5ICzTlmHSi8EfwTFTfd10TkMnZO { width:20rem;height:1.85625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5ETkQ8inAyJXb7KsJ1nymlP9mZP8vzt { width:8.4375rem;height:2.81875rem;top:4.0625rem;left:5rem;font-size:2.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rK9zSB9NXCWqSnkttNmkDiWAWiZcgrnA { width:15.8125rem;height:3rem;top:7.75rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBFzOJNbOiitKgJn1WtJN4yiuGcsL3Pm { width:13.0625rem;height:4.3125rem;top:15.849998474121rem;left:3.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnKO5RoR0MMu28mr0w8xN4QWi2F3IIJ { display:block; }
 }@media only screen and (max-width: 763px) { #fw61zTyvAN4wULS5WVDt3nV4a09A1Gam { width:4.6875rem;height:1.925rem;top:4.6875rem;left:10.25rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #JNES4EM1Lan2kevMhaAWMlL0f8BXQWlF { width:20rem;height:22.5rem;top:0rem;left:0rem;background-color:rgba(248,249,253,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB { background-color:#f8f9fd;background-image:none;display:block; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row .container { background-color: transparent; background-image: none; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row .container > .video-iframe-container { display: none; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row > .video-iframe-container { display: none; }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .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); }#vVzG4ZJCyhPCvvDyO6pUpdN4Cy8z7QzB > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwnsCvs1235aCeabknFM1AlaK7gAHcTL { width:20rem;height:1.85625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBN2HwCUcT222RKzmSL5Vyh2gveJwT16 { width:8.4375rem;height:2.81875rem;top:4.0625rem;left:5.5rem;font-size:2.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PJ3M4t0utkeK91sbp1VgWv8GPTITHaiT { width:15.8125rem;height:6rem;top:7.75rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgKLnvvIG7uDcT7CMei7FKOMLrmmlaXN { width:13.0625rem;height:4.3125rem;top:15.849998474121rem;left:3.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFaXRvyCrFJU2LotTfitPcFs8mTL3UTh { display:block; }
 }@media only screen and (max-width: 763px) { #Gi9TyGEmhpbcTGx4qW84QsLhTuTzAPKT { width:4.6875rem;height:1.925rem;top:4.6875rem;left:9.875rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PhyB7fy4if5E6hEeSqI1JupKIJGokGKM { background-color:#f8f9fd;background-image:none;display:block; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row .container { background-color: transparent; background-image: none; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row .container > .video-iframe-container { display: none; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row > .video-iframe-container { display: none; }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .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); }#PhyB7fy4if5E6hEeSqI1JupKIJGokGKM > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDZO2oVLnRtpvMfZK3BtLwAdDJr6pNJl { width:20rem;height:1.85625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTmUSHcaW6NOGnKfoSfxn5G7FQfnplsD { width:9rem;height:2.81875rem;top:4.0625rem;left:2.625rem;font-size:2.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VNlVJySz6XUokpLmdaT06OWWCNLkHrkw { width:15.8125rem;height:3rem;top:7.72500038147rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKbyQX6y97Ch2s2C7Aw2kmF1IG4LqM8k { width:13.0625rem;height:4.3125rem;top:15.875rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbCDryK8rnqgsQw87Tf5e8xie95yHTAt { display:block; }
 }@media only screen and (max-width: 763px) { #iHw7PlZPKnIosc1T0L3l8nQ7yssmr0Ht { width:4.6875rem;height:1.925rem;top:4.625rem;left:10.375rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ { background-color:#f8f9fd;background-image:none;display:block; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row .container { background-color: transparent; background-image: none; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row .container > .video-iframe-container { display: none; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row > .video-iframe-container { display: none; }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .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); }#u2ThuxrauRFvn7bDa4pCCg6nt3g2HRkQ > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOgnlJ1v3lHvWxotp8FcLfcecAcIooqk { width:20rem;height:1.85625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3T6KoO7ZnSyrf2FdWsUTkhUpn17Vx6N { width:8.4375rem;height:2.8183625rem;top:4.0625rem;left:4.9375rem;font-size:2.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZmfXKqLmwa9UomWTBKS2Sm4guyMxDXLC { width:15.8125rem;height:6rem;top:7.75rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLkUxDIbN38FZONgd3nR1v66Pnc6ulQm { width:13.0625rem;height:4.3125rem;top:15.849998474121rem;left:3.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTkWGlbTKtvIXM8XvmsG6IqEePHPFSZT { display:block; }
 }@media only screen and (max-width: 763px) { #FzPCULkTo9GHwVwM8uW1K2vyBWOyPTK3 { width:4.6875rem;height:1.925rem;top:4.6875rem;left:10.3125rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mz6LWT8Xes6Ls039gVb0mVJIpXOessbn { background-color:#121040;background-image:none;display:block; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { background-color: transparent; background-image: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container > .video-iframe-container { display: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row > .video-iframe-container { display: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .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); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNcpRf6NyzUFUH5EJl90S4C2eu5GvcNt { width:5.1875rem;height:2.375rem;top:2.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPc3b2KcsIATA3NeMLzP0TcqLn9mm6Al { width:9.5rem;height:0.975rem;top:3.375rem;left:10.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S4eId2v8RFczDRDRQeDasyWBK7FoKpFB { width:14.1875rem;height:0;top:11.737499237061rem;left:2.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Te3GkifKXz8hJ6iRuCNGEmTz5PRisIXk { width:0.9375rem;height:0.975rem;top:2.1875rem;left:17.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuVo0sGrQKRyRcrB6GtJme2Rvb8bE4xw { width:8.5rem;height:0.975rem;top:2.1875rem;left:10.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }