.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:249,252,219;--color-primary-1:235,245,135;--color-primary-2:215,234,15;--color-primary-3:108,117,8;--color-primary-4:32,35,2;--color-secondary-0:251,234,248;--color-secondary-1:251,128,185;--color-secondary-2:249,44,139;--color-secondary-3:149,26,83;--color-secondary-4:50,9,28;--color-tertiary-0:255,255,255;--color-tertiary-1:165,166,189;--color-tertiary-2:105,106,145;--color-tertiary-3:106,106,142;--color-tertiary-4:5,7,72;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/m3qYD9l0/betimes_gradient_tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w { 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/f3be71bc-a0f5-4393-a5c9-8bc6d4929097/worlddotshape.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w.adaptive-delivery-prevent-bg, #SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w.lazyload, #SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w.lazyloading { background-image: none; }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .row .container { background-color: transparent; background-image: none; }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .row .container > .video-iframe-container { display: none; }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .row > .video-iframe-container { display: none; }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .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); }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .row .container { border-width: 0; border-radius: 0; }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#McHBBpKXPtxkhLoTc1zoHVgSTXnld084 { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.6806625rem;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;font-style:normal;display:block; }
#wThsGcMGqKOZueREXctAuh3I5oFfKDdz { color:rgba(var(--color-tertiary-3),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.9;letter-spacing:0;top:17.125rem;left:5.03125rem;height:7.125rem;text-align:left;text-align-last:left;display:block; }
#TQvNLBV6oUN84Do6y69V7um5JeNS2yhx { color:rgba(var(--color-tertiary-4),1);display:block;width:56.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:1.75rem;height:6.173825rem;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;font-style:normal;display:block; }
#WgkWLQuQmQ1tIvQqwRfWBdlRCQPl6I1H { box-sizing:content-box;height:1.375rem;width:19.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.875rem;left:20.1875rem;display:block; }
#HTnclQkwSghzr2JLvT4lN9SN8QRptlPP { box-sizing:content-box;height:1.375rem;width:33.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.875rem;left:13.0625rem;display:none; }
#PhqZ1ECJ0DNMAlC63l535CgywkKJ6Nlk { z-index:15005;top:30.75rem;left:16.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#mEmLKN7SAwARTOMU46fzi9rQBP6FBSyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVz0M7Vxm3tz24bibD7XVX4PTdDaWFsA { color:rgba(var(--color-tertiary-3),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.9;letter-spacing:0;top:25.6875rem;left:5.03125rem;height:9.5rem;text-align:left;text-align-last:left;display:block; }
#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD { 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; }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .row .container { background-color: transparent; background-image: none; }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .row .container > .video-iframe-container { display: none; }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .row > .video-iframe-container { display: none; }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .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); }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .row .container { border-width: 0; border-radius: 0; }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#cz7P7XbdTrw0ITEfAREzoMEf7cx4om2t { color:rgba(var(--color-tertiary-3),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:8.125rem;left:5rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#IM71RocaLRbnXbR75KLxDwnFg3APgUMT { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:5rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#MXrNXMfZCbOwFKNax201VLrhvKR0L7iw { color:rgba(var(--color-tertiary-3),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:13.375rem;left:5rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#TgVbHyNEvnaeLcTeVCp2aXbT4kncreCT { color:rgba(var(--color-tertiary-3),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:18.625rem;left:5rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272727;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; }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .row .container { background-color: transparent; background-image: none; }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .row .container > .video-iframe-container { display: none; }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .row > .video-iframe-container { display: none; }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .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); }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .row .container { border-width: 0; border-radius: 0; }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#T4vgCKF2XhalOEh1C18cy0ZPDQsxO5gW { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:2.4375rem;left:10.625rem;display:block; }
#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fbf9ed);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fbf9ed);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fbf9ed);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fbf9ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fbf9ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fbf9ed' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fbf9ed);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; }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .row .container { background-color: transparent; background-image: none; }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .row .container > .video-iframe-container { display: none; }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .row > .video-iframe-container { display: none; }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .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); }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .row .container { border-width: 0; border-radius: 0; }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#MzyUqo9CM9ILWM48MspA0Bot7qBRiPmE { 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:10.0625rem;width:10.0625rem;top:4.59375rem;left:3.21875rem;overflow:hidden;display:block; }
#phw54lIlQ2oDsmIIaI0B0s2f9wMKWJmC { color:rgba(var(--color-tertiary-3),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:4.15625rem;left:17.25rem;height:11.15625rem;text-align:left;text-align-last:left;display:block; }
#ghf8abhx0fobCO6tZwFvs7eHU6adGV2V { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.625rem;width:10.0625rem;top:3.96875rem;left:2.5149456521739rem;display:block; }
#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD { 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; }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .row .container { background-color: transparent; background-image: none; }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .row .container > .video-iframe-container { display: none; }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .row > .video-iframe-container { display: none; }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .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); }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .row .container { border-width: 0; border-radius: 0; }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#XX9WwK1xEkUBE7SaCawHqTViFZapVe3K { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8125rem;left:1.5rem;height:3.2504875rem;font-style:normal;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; }
#TLMsNBDH6O1S69MuZDGG7zvZmvpcCXvA { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.9;letter-spacing:0;top:13.5625rem;left:4.875rem;height:15.79103125rem;text-align:left;text-align-last:left;display:block; }
#V6fJxHPhpVpf3vrIt4XrPiKgqn8des1c { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.5rem;height:2.35546875rem;font-style:normal;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; }
#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .row .container { background-color: transparent; background-image: none; }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .row .container > .video-iframe-container { display: none; }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .row > .video-iframe-container { display: none; }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .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); }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .row .container { border-width: 0; border-radius: 0; }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#c4ZJUnORrW1fxCtgGMrEvXOFCMWK1R96 { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:1.5rem;height:;font-style:normal;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; }
#GZrUPV6NHUFNmWMQJWqEs2s1xfoEJeCg { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:4.875rem;width:52.8125rem;top:32.5rem;left:4.875rem;display:block; }
#ZsGAfTxvan9n4EwTfh0AWJmctkHDTESp { color:rgba(var(--color-tertiary-3),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:33.3125rem;left:6.125rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#ULfh6BDHg0r7AKnSb0Tzyid6Hyp0FzKZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:13.25rem;left:4.875rem;display:block; }
#z36QkSKtAORMr1MaUChgDTRJvvmpMiaT { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.9;letter-spacing:0;top:14.0625rem;left:6.125rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#Gn8uxChJFdH5s6iG8ZeIyP8pNmPlpSgG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:18.1875rem;left:4.875rem;display:block; }
#vu8iWnNuMnl3Sa1qTOQ9BnEoW4zZ2nla { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.9;letter-spacing:0;top:19rem;left:6.125rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#RHmmsRzwTaQ6IyrVURnnD9UeWvoqaDRT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:22.9375rem;left:4.875rem;display:block; }
#bL5ePmOVDlMdTkpL1CddPdWD1wwmwlwp { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.9;letter-spacing:0;top:23.75rem;left:6.125rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#qZosV1ClXnzTZiXZs3dsCtOgtWTryC13 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:27.625rem;left:4.875rem;display:block; }
#J2TAqTqIobaBLwph9JZTaoFu9F6VgPgX { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.9;letter-spacing:0;top:28.4375rem;left:6.125rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .row .container { background-color: transparent; background-image: none; }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .row .container > .video-iframe-container { display: none; }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .row > .video-iframe-container { display: none; }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .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); }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .row .container { border-width: 0; border-radius: 0; }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#GPenQkTN9PATIcJLcyEZFPMuIKBcofhp { color:#eeeeee;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JQM4TiJnCwez4tp6L65yxPF7GL58TFDe { color:#cccccc;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:4.5rem;left:4.0625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#ox1CgMe1n4hDtZhNCJo0X9v9GaV3aqX9 { color:#cccccc;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:2.2;letter-spacing:0;top:15.6875rem;left:4.0625rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#hcvlAK8Sri2z33rJ4D7TPNRGFUH4WMOX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:20.375rem;left:3.625rem;display:block; }
#iCrUQVlkZGJ29SQZ8agdBE1A7nRdcQMZ { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.9;letter-spacing:0;top:21.1875rem;left:4.875rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#P5SfBmFQ409UNH8Zx2tbEsGX5J6ksxsJ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:25rem;left:3.625rem;display:block; }
#PzF7QUlxaNbV0mITaa0eNXtc258iWvpX { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.9;letter-spacing:0;top:25.8125rem;left:4.875rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#zVDNvEtiipHN95NSti8PRmtlKTfiry5a { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:30rem;left:3.625rem;display:block; }
#OAtqlbI3iDENgI5Lwf9eiiRSIOqBknmJ { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.9;letter-spacing:0;top:30.8125rem;left:4.875rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#ZgGlAM515zIrIKuHsHrralL428v9UrsO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .row .container { background-color: transparent; background-image: none; }#ZgGlAM515zIrIKuHsHrralL428v9UrsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .row .container > .video-iframe-container { display: none; }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .row > .video-iframe-container { display: none; }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .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); }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .row .container { border-width: 0; border-radius: 0; }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#iXtz1ELQIwNaUnGtFl8F6mhlh6Ou26PQ { color:#cccccc;display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:2.375rem;left:6.875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#gLbBDd5iwfb2TUr5WivMedUe1hbWPcA8 { z-index:15005;top:10rem;left:16.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lqt56fEdeVtvTCn6rgR5WVPhzzuSn5nR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTp0lyC3iuLAhDbfdHsOuRE1pGenEuaN { z-index:15006;top:13.4375rem;left:16.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#bsmBNlACcE1y62AWlkT7uFeyXRrpT6WD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B { 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; }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .row .container { background-color: transparent; background-image: none; }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .row .container > .video-iframe-container { display: none; }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .row > .video-iframe-container { display: none; }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .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); }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .row .container { border-width: 0; border-radius: 0; }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:block; }#QHBnbWbKUIkLxpkOS0S2f2IqJMVt2LrJ { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.5rem;height:;font-style:normal;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; }
#OFrcBgZdqK5uwhTvhgLuQaJcq662Lrrr { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.9;letter-spacing:0;top:11.375rem;left:5.5rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll { 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; }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .row .container { background-color: transparent; background-image: none; }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .row .container > .video-iframe-container { display: none; }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .row > .video-iframe-container { display: none; }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .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); }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .row .container { border-width: 0; border-radius: 0; }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#v57aWTVIieUKyxDaK9Pz8zZEUM4DyiF7 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:18.3125rem;width:18.3125rem;top:1.8125rem;left:0.78125rem;display:block; }
#J60KTv6X2coewa3uI6vrvGMzr3TmoahQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.5625rem;height:;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;font-style:normal;display:block; }
#mN03yh3SGbfNTIl0HqfpUiG1dXbAb7fV { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:19.6875rem;width:18.3125rem;top:1.8125rem;left:20.875rem;display:block; }
#y2kGCc70UGFqtT49gtFsAu6Id6vXDAuT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.75rem;left:22.03125rem;height:8.9355625rem;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;font-style:normal;display:block; }
#NTgRU0DKKnzKpxJVtDncNkROlbJ0mHDM { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:18.25rem;width:18.3125rem;top:1.8125rem;left:40.875rem;display:block; }
#ut8nwyuXyDJ1W4hfp1rnWMLx2BOb7Jq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.875rem;left:41.71875rem;height:;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;font-style:normal;display:block; }
#VEWBJSqBOzGhaXM8geUN9dktaJ4JdlsH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.8125rem;left:6.40625rem;height:7.7998125rem;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;font-style:normal;display:block; }
#DlpRhC8HBrNRucoCoiBxEAo5Wmkr7nOy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1.8125rem;left:26.40625rem;height:7.7998125rem;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;font-style:normal;display:block; }
#yPZCGKZsc3DoTZSAo1pVyzqNncBQqANk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:1.8125rem;left:46.5rem;height:7.7998125rem;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;font-style:normal;display:block; }
#UVwuyiOvzXB70wEVT7WVi21TV9re68BH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:6.75rem;left:90.71875rem;height:7.75rem;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;font-style:normal;display:none; }
#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .row .container { background-color: transparent; background-image: none; }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .row .container > .video-iframe-container { display: none; }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .row > .video-iframe-container { display: none; }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .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); }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .row .container { border-width: 0; border-radius: 0; }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .row .container { background-color: transparent; background-image: none; }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .row .container > .video-iframe-container { display: none; }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .row > .video-iframe-container { display: none; }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .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); }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .row .container { border-width: 0; border-radius: 0; }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#pfkwpOaZLTQvCwcODrlhD3anLkrXFPgk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.625rem;left:6.625rem;height:5.361325rem;text-align:left;text-align-last:left;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; }
#Ku8A0JGa3T7B28dAow4lJDE3rWAFZD01 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:7.1875rem;left:6.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#iu4TPQQSPd1NHfFeT669CQJMrU6ZTfix { color:rgba(var(--color-tertiary-3),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:7.1875rem;left:35.4375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#CEF6ZxOgvCp0B6K458iIkis5PWTRSrpB { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:0.625rem;left:35.4375rem;height:5.361325rem;text-align:left;text-align-last:left;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; }
#HA6DCRU7zQowOHFoiG0iFqRTeoGqk7lq { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:1.375rem;display:block; }
#eyb6t7JD39D7lFQcMJ1HUfxwVP9AEqTp { 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:15016;opacity:1;top:1.3125rem;left:30rem; }
#iIJ7i7wLymWg2vArRwKGA4aC4cUsAtym { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:30.625rem;display:block; }
#PvcUaborCZIEbXViLqClJl7ZePwocOQT { 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:15028;opacity:1;top:1.6875rem;left:0rem; }
#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .row .container { background-color: transparent; background-image: none; }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .row .container > .video-iframe-container { display: none; }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .row > .video-iframe-container { display: none; }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .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); }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .row .container { border-width: 0; border-radius: 0; }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#WG3mJAEiM8VZ4nF15Bfcos0zx0S9zqVb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.625rem;left:6.625rem;height:5.361325rem;text-align:left;text-align-last:left;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; }
#bxN4MdDwkA2poTVQF34LFyuLxvnZEMpb { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:7.125rem;left:6.53125rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#oRqpxceETKMPZ9sZxDObmwOuuFBVy5gW { color:rgba(var(--color-tertiary-3),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:7.125rem;left:35.4375rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#felCXgE64M1r8wwkQmpUClTDfwPTvw7z { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:0.625rem;left:35.4375rem;height:;text-align:left;text-align-last:left;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; }
#XOB7fARDyzoKhESWTIhrhA1USe2KUMS5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:0.625rem;display:block; }
#U48MHugT0wwONki1sg6Lw9OyI3hCP0R7 { 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:15018;opacity:1;top:1.3125rem;left:30rem; }
#GnC3rUZIprL7dSz36QBW1JPVSvSP8Oir { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:30.625rem;display:block; }
#tdtqap4WpUlAlT1EAwSb7us2cPzxp8pf { 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:15014;opacity:1;top:1.6875rem;left:0rem; }
#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .row .container { background-color: transparent; background-image: none; }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .row .container > .video-iframe-container { display: none; }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .row > .video-iframe-container { display: none; }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .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); }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .row .container { border-width: 0; border-radius: 0; }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#TbZH6VNAN6IWPzTeNpDhyt4vDpRMwqdS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.625rem;left:6.625rem;height:;text-align:left;text-align-last:left;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; }
#NypzDh9dFTs5rdMdDiyqUSpFS4tTGT4S { color:rgba(var(--color-tertiary-3),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:7.1875rem;left:6.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#OVbK34SsTOP8IfUhW8qPlXzsMkA4Q6Zm { color:rgba(var(--color-tertiary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:5.4375rem;left:35.4375rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#wBrhvKsqCZvKHRadprpat2zCyaNvQZMz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:0.625rem;left:35.4375rem;height:3.57421875rem;text-align:left;text-align-last:left;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; }
#oyPOpdHCHoUiUQAUA86Cp1eXxdVhHFz5 { 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:15024;opacity:1;top:1.3125rem;left:0rem; }
#SThfZ0MwhEE8DyzRNstJUpplO1CEPpNo { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:0.625rem;display:block; }
#FDD0AxdSgTXofwfOcxyZH6QKzDSAh6kz { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:30.625rem;display:block; }
#J9dKToAKpEgeppiHQFTnT14gebDu6SqW { 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:15030;opacity:1;top:1.6875rem;left:30rem; }
#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .row .container { background-color: transparent; background-image: none; }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .row .container > .video-iframe-container { display: none; }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .row > .video-iframe-container { display: none; }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .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); }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .row .container { border-width: 0; border-radius: 0; }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#cVkVup6p94yArIFDuaLWCNiUWXfQftK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.625rem;left:6.625rem;height:3.57421875rem;text-align:left;text-align-last:left;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; }
#ZKM0KOxEfsfpfk7XoqH8wUMPQI5eI4qi { color:rgba(var(--color-tertiary-3),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:5.4375rem;left:6.6875rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#BPnf3Ke08ezs62UWkNBS8ILIxGxpzclu { color:rgba(var(--color-tertiary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:5.4375rem;left:35.4375rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#Bh07IMg6JwfEatDApc5IMHdPVdCo74kI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:0.625rem;left:35.4375rem;height:3.57421875rem;text-align:left;text-align-last:left;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; }
#Awu2c6NVbzwcbtV6tJowWw7n8f3uLE74 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:30.625rem;display:block; }
#l4pqzchdE2KS4Lba0OTbqRkP3hKBbg1X { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:0.625rem;display:block; }
#TZ26w9bgbaBV8xz2DEodfsvA9SwCc4zb { 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:15026;opacity:1;top:1.3125rem;left:0rem; }
#uERSVQkZLJAdBxQQ4RnqZ6accEhpkXO6 { 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:15016;opacity:1;top:1.3125rem;left:30rem; }
#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .row .container { background-color: transparent; background-image: none; }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .row .container > .video-iframe-container { display: none; }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .row > .video-iframe-container { display: none; }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .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); }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .row .container { border-width: 0; border-radius: 0; }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#T8mQBWnnJ6L2AXvZwBRA65wwX8EtwLqo { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.625rem;left:17.3125rem;height:2.51855625rem;text-align:left;text-align-last:left;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; }
#aQDlvvCWmOZLxcAgr9O3bzxK4VTr4xP9 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:5.4375rem;left:17.3125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#nb5MMyv7zBpdOzuQtQUgJTZewfZFwNHC { 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:15032;opacity:1;top:1.3125rem;left:10.625rem; }
#ND9dJkb39pEvBPp1HCfUS75IWD6mlJRC { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:11.25rem;display:block; }
#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .row .container { background-color: transparent; background-image: none; }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .row .container > .video-iframe-container { display: none; }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .row > .video-iframe-container { display: none; }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .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); }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .row .container { border-width: 0; border-radius: 0; }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#T6B9reIrRMpSAhRRq5N2QcBDzVtECRR5 { z-index:15005;top:2.625rem;left:16.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vORdzgRARpvb2oSeGp3ngxXEwp1Jl0NB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .row .container { background-color: transparent; background-image: none; }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .row .container > .video-iframe-container { display: none; }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .row > .video-iframe-container { display: none; }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .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); }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .row .container { border-width: 0; border-radius: 0; }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#NNpTMdi5v5X9e2nkeaMN3u9qKX7EglJM { color:#eeeeee;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BeBHoNsD5FodZn1QMg9EFUqAfwxmNxLu { color:#eeeeee;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .row .container { background-color: transparent; background-image: none; }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .row .container > .video-iframe-container { display: none; }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .row > .video-iframe-container { display: none; }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .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); }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .row .container { border-width: 0; border-radius: 0; }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:60rem;position:relative;display:block; }#ukMW8ldEqGhxtPH7lmXSaJuO8TPAKyCv { color:#cccccc;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:11.875rem;left:1.25rem;height:25.3125rem;text-align:left;text-align-last:left;display:block; }
#TIt3pLtlqkGT1gwM0oVBCwbnSx6zBqPB { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4375rem;left:1.25rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wndpq1eTzHvpG42E43Z8zwnIvZ7sdPTP { position:absolute;display:block;z-index:15028;height:48.75rem;width:24.5625rem;top:1.6875rem;left:32.634765625rem;display:block; }
#xQUF2zrThQ0BXRg3zWkwKAKvCsmc1exJ { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:0.0625rem;width:59.875rem;top:51.9375rem;left:0rem;display:block; }
#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .row .container { background-color: transparent; background-image: none; }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .row .container > .video-iframe-container { display: none; }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .row > .video-iframe-container { display: none; }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .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); }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .row .container { border-width: 0; border-radius: 0; }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#txvHwRPTENyJLRQJSCQqQfWIVAMQTMzK { color:#cccccc;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:8.5625rem;left:32.375rem;height:20.25rem;text-align:left;text-align-last:left;display:block; }
#W7rcc1rqNwbODUwtZlhUBo7y5tsR26vW { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:32.5rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HRFxe7goGZBK37uTUSw1HIc9mVP1u1Gf { position:absolute;display:block;z-index:15027;height:24.6875rem;width:18.25rem;top:4.1875rem;left:3.5625rem;display:block; }
#hd7eACiAuMkZug9STkLhrUstnA0IJbKs { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:0.0625rem;width:59.875rem;top:38.125rem;left:0rem;display:block; }
#km3xMy9p6LesRTZdA36LdtSImuBADlxM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .row .container { background-color: transparent; background-image: none; }#km3xMy9p6LesRTZdA36LdtSImuBADlxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .row .container > .video-iframe-container { display: none; }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .row > .video-iframe-container { display: none; }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .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); }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .row .container { border-width: 0; border-radius: 0; }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:block; }#IRFRz6WwPyrni5u4sDCP5W8A97nleWow { color:#cccccc;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:6.875rem;left:1.1875rem;height:15.1875rem;text-align:left;text-align-last:left;display:block; }
#dKL0b1VcfpxqvR86ADFdSN8CaI0Bbwlg { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.3125rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p4DvOaeo8JSBVTkd4TuIrgykqXb2FBT0 { position:absolute;display:block;z-index:15028;height:16.1875rem;width:30.875rem;top:2.5rem;left:29.135027985074rem;display:block; }
#cSATpwFGJyvqLxrz8bnOiQILR1am5ep5 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:0.0625rem;width:59.875rem;top:28.875rem;left:0rem;display:block; }
#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .row .container { background-color: transparent; background-image: none; }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .row .container > .video-iframe-container { display: none; }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .row > .video-iframe-container { display: none; }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .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); }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .row .container { border-width: 0; border-radius: 0; }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#kpH3uGE9WCoSXG12w2DbiaPAAQbz0C28 { color:#cccccc;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:8.4375rem;left:32.375rem;height:20.25rem;text-align:left;text-align-last:left;display:block; }
#kkWOngy37FUgtMrX2CO2USPuoXZNe2Vm { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:32.5rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LsadV97C8d2F9ZlSTkfoToTbCNlNDzKH { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:0.0625rem;width:59.875rem;top:39.4375rem;left:0rem;display:block; }
#tBVbbConwkzZwi1xFkd1ZF4HPDt9df9w { position:absolute;display:block;z-index:15028;height:24.6875rem;width:18.25rem;top:4rem;left:3.875rem;display:block; }
#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .row .container { background-color: transparent; background-image: none; }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .row .container > .video-iframe-container { display: none; }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .row > .video-iframe-container { display: none; }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .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); }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .row .container { border-width: 0; border-radius: 0; }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#ADEbCcDgQyGgwITg15McTgTCgVzkZbQd { color:#cccccc;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:9.125rem;left:1.1875rem;height:15.1875rem;text-align:left;text-align-last:left;display:block; }
#g9Z96Eb7FAmT8zigrDDrSWQTn4vc302o { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.3125rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aDHTx4bGdCsQakdozfOu3lEyMOwdhgDr { position:absolute;display:block;z-index:15029;height:24.6875rem;width:18.25rem;top:4.75rem;left:35.875rem;display:block; }
#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .row .container { background-color: transparent; background-image: none; }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .row .container > .video-iframe-container { display: none; }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .row > .video-iframe-container { display: none; }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .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); }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .row .container { border-width: 0; border-radius: 0; }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#aqw17TZHwQkbd5LCA7TRXzIBNfM4GDNT { color:#eeeeee;display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.59375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QE7rc0D1RywfliSMrFucMx3gHP2958qE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .row .container { background-color: transparent; background-image: none; }#QE7rc0D1RywfliSMrFucMx3gHP2958qE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .row .container > .video-iframe-container { display: none; }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .row > .video-iframe-container { display: none; }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .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); }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .row .container { border-width: 0; border-radius: 0; }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#QO3K2O5hVNS3eUcRIJwSHTb07Hlb86l6 { color:#eeeeee;display:block;width:58.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.03125rem;left:0.75rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .row .container { background-color: transparent; background-image: none; }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .row .container > .video-iframe-container { display: none; }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .row > .video-iframe-container { display: none; }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .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); }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .row .container { border-width: 0; border-radius: 0; }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;position:relative;display:block; }#TiR0MJ5oMAJ3sNTyUAw871hyAismUfRo { color:#cccccc;display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:0.625rem;left:-0.5625rem;height:52.59375rem;text-align:left;text-align-last:left;display:block; }
#LX8NMTKaBU13UKQQyGpTHdoKvuukA0lJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:39.125rem;width:29.3125rem;top:0.625rem;left:30.875rem;overflow:hidden;display:block; }
#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 { 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; }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .row .container { background-color: transparent; background-image: none; }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .row .container > .video-iframe-container { display: none; }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .row > .video-iframe-container { display: none; }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .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); }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .row .container { border-width: 0; border-radius: 0; }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .row .container { font-size:0.875rem;font-family:arial;height:92.125rem;width:60rem;position:relative;display:block; }#eu1w1D8g2Fydr1sV9AhL2quhkNz3B6QR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.75rem;font-style:normal;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; }
#uJx2KOMFyGE2GmD6ARVPJiVqkNk1eoH9 { color:rgba(var(--color-tertiary-3),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:85.9375rem;left:4.0625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#AsE8C8uMK8SMlWKRdIyNT3B85lTrGeuk { position:absolute;display:block;z-index:15024;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:15rem;width:60rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#qtHWoXZbHcmxH0VgKpF8xt4bIu5hdNys { position:absolute;display:block;z-index:15025;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:24.375rem;width:24.375rem;top:57.75rem;left:6.25rem;overflow:hidden;display:block; }
#PcpfoBGfunI9E0OIhJyaKxULfmLbkPGd { position:absolute;display:block;z-index:15026;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:24rem;width:24.125rem;top:32.75rem;left:6.25rem;overflow:hidden;display:block; }
#wPe6IMOFpRddKJIiGIqZygrLTAMteNtZ { position:absolute;display:block;z-index:15028;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:23.625rem;width:23.625rem;top:57.75rem;left:32.375rem;overflow:hidden;display:block; }
#N9w6PTQDyIvUhkndwsryf6Oi0xqya6XD { position:absolute;display:block;z-index:15027;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:23.4375rem;width:23.4375rem;top:32.75rem;left:32.3125rem;overflow:hidden;display:block; }
#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272727;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; }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .row .container { background-color: transparent; background-image: none; }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .row .container > .video-iframe-container { display: none; }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .row > .video-iframe-container { display: none; }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .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); }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .row .container { border-width: 0; border-radius: 0; }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#eZ2fZx7FsrTlCAyFl10VMtwzVN7WVOLN { position:absolute;display:block;z-index:15000;height:29.5625rem;width:52.875rem;top:1.71875rem;left:3.5625rem;display:block; }
#eqmCIZuvES9KFVS073TiWRRMVCoz6sti { 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; }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .row .container { background-color: transparent; background-image: none; }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .row .container > .video-iframe-container { display: none; }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .row > .video-iframe-container { display: none; }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .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); }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .row .container { border-width: 0; border-radius: 0; }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#efpUHtfUMd3bs9S60QDU1mGCxLShIcft { position:absolute;display:block;z-index:15000;background-color:#000000;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:2.625rem;width:2.625rem;top:3.6875rem;left:12.875rem;display:block; }
#h77AMssk3UTJqeNriGPmLoMoBxJx9kNp { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4rem;left:12.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6qxrpyJ7taZiEhuEtt6xEkKXhRBs4zs { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:8.1875rem;left:6.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#dHG8KS29Hrx0l4TRaE85z0Dkgk9Gozt8 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:18.5rem;width:53.1875rem;top:1.4375rem;left:3.4375rem;display:block; }
#VBcCDVA24nxZlN27oeZy0TFxJkL0LOSR { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:3.5625rem;left:6.75rem;height:2.90625rem;text-align:left;text-align-last:left;display:block; }
#qdizyGMSLFVhQPaT9ALVnDvD4dTG445x { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.625rem;width:3.625rem;top:2.8125rem;left:12.875rem;display:block; }
#HgUbTqIUtX8g5cGZXZFVznKp8Ady85aW { color:rgba(var(--color-tertiary-3),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:11.1875rem;left:6.75rem;height:;text-align:left;text-align-last:left;display:block; }#HgUbTqIUtX8g5cGZXZFVznKp8Ady85aW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HgUbTqIUtX8g5cGZXZFVznKp8Ady85aW li:before{  }
#gyfVSs0CRUGmD8TWDqtovhIFzB1aHD3q { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:22.75rem;width:53.1875rem;top:22.4375rem;left:3.4375rem;display:block; }
#sRQnJ59PTD0Kwr4JrMbhQXG6Utd4RTrZ { color:rgba(var(--color-tertiary-3),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:32.1875rem;left:6.75rem;height:;text-align:left;text-align-last:left;display:block; }#sRQnJ59PTD0Kwr4JrMbhQXG6Utd4RTrZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sRQnJ59PTD0Kwr4JrMbhQXG6Utd4RTrZ li:before{  }
#wridypOycDoC4wP0NWXeKrZcb1TpsxJw { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:29.1875rem;left:6.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#XQMeRf1tcBdlpuPOTQ4r6dri8n7c56xP { position:absolute;display:block;z-index:15007;background-color:#000000;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:2.625rem;width:2.625rem;top:24.6875rem;left:12.875rem;display:block; }
#f5AnKvTNc5zmPJVbofWsuWMJpUGQg2Du { color:rgba(var(--color-tertiary-3),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:24.5625rem;left:6.75rem;height:2.90625rem;text-align:left;text-align-last:left;display:block; }
#W5IlPTx1flix14WdAqTXPzCCBxWIIhZO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.625rem;width:3.625rem;top:23.8125rem;left:12.875rem;display:block; }
#CTDgbtP31k2WZruaLBbOcTPieSb6F3Mu { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25rem;left:12.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aQBeM3isS742rphbKlF5aLxKTKau64ll { 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; }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .row .container { background-color: transparent; background-image: none; }#aQBeM3isS742rphbKlF5aLxKTKau64ll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .row .container > .video-iframe-container { display: none; }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .row > .video-iframe-container { display: none; }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .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); }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .row .container { border-width: 0; border-radius: 0; }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#TCMfGKtG2q8CrZCtZPP7729ByOXHEsXa { position:absolute;display:block;z-index:15000;background-color:#000000;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:2.625rem;width:2.625rem;top:3.6875rem;left:12.875rem;display:block; }
#fIBKwFvFg6VMsfb1lRCrNMST187WCP6T { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4rem;left:12.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQHMuteEsZ3W46N1K4VJUXpMlsH0wla7 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:8.1875rem;left:6.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#lkS2I7ETaMArtmTsyRcAgxqzNT89Bas8 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:18.5rem;width:53.1875rem;top:1.4375rem;left:3.4375rem;display:block; }
#oCAK0MX5fyub0d5Xx8dGc2ElbDxbPQNv { color:rgba(var(--color-tertiary-3),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:3.5625rem;left:6.75rem;height:2.90625rem;text-align:left;text-align-last:left;display:block; }
#fzd8FS4NT9zRbZIT6r4Ca2ECGQix2J1I { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.625rem;width:3.625rem;top:2.8125rem;left:12.875rem;display:block; }
#lvTn8xpzH1ZiT5yPOkXrtmdhVGiMECPJ { color:rgba(var(--color-tertiary-3),1);display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:11.1875rem;left:6.75rem;height:;text-align:left;text-align-last:left;display:block; }#lvTn8xpzH1ZiT5yPOkXrtmdhVGiMECPJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lvTn8xpzH1ZiT5yPOkXrtmdhVGiMECPJ li:before{  }
#sO7sTQSx5vOG2hTRDSn9uLZALXDEhVIw { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:15rem;width:53.1875rem;top:22.4375rem;left:3.4375rem;display:block; }
#mc0eeILpSSy0l27nh7Jwr9OHDXuac3bc { color:rgba(var(--color-tertiary-3),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:32.1875rem;left:6.75rem;height:;text-align:left;text-align-last:left;display:block; }#mc0eeILpSSy0l27nh7Jwr9OHDXuac3bc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mc0eeILpSSy0l27nh7Jwr9OHDXuac3bc li:before{  }
#iMFQ5QEyhgRV2H4X34ucTnUIoESNl6Fr { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:29.1875rem;left:6.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#ALsPPkD2D2ribkvAGORF4PxAgpzOvd5V { position:absolute;display:block;z-index:15007;background-color:#000000;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:2.625rem;width:2.625rem;top:24.6875rem;left:12.875rem;display:block; }
#Z8sC1DHxD55DPJW5vzVOcyCIn3Vvrasw { color:rgba(var(--color-tertiary-3),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:24.5625rem;left:6.75rem;height:2.90625rem;text-align:left;text-align-last:left;display:block; }
#MpeaK5NkCFWkl92Jvr8viKGGtRAwkz5d { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.625rem;width:3.625rem;top:23.8125rem;left:12.875rem;display:block; }
#cSMMG9wdd7uQwExiqf3hhMhDpfA4ewA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25rem;left:12.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt { 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; }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .row .container { background-color: transparent; background-image: none; }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .row .container > .video-iframe-container { display: none; }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .row > .video-iframe-container { display: none; }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .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); }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .row .container { border-width: 0; border-radius: 0; }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#q31GorJPlDJmuKwdOwGqv1lf16ydudhe { position:absolute;display:block;z-index:15000;background-color:#000000;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:2.625rem;width:2.625rem;top:3.6875rem;left:12.875rem;display:block; }
#IV8B2u9biGv9ey2vorPrJOHE6qgk9y7P { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4rem;left:12.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cpt1Tu3h2BTNkgJG4gGSoLf9Ren7EqZI { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:8.1875rem;left:6.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#NTao2SBDXtckgNOpF5DzOFeBoigiFMph { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:18.5rem;width:53.1875rem;top:1.4375rem;left:3.4375rem;display:block; }
#eoppyMgzQuw6rcel5RTwWS9lFR3qbqRC { color:rgba(var(--color-tertiary-3),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:3.5625rem;left:6.75rem;height:2.90625rem;text-align:left;text-align-last:left;display:block; }
#G1to8N8IpUDQggfU9zFtoA3oEVPwR1fL { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.625rem;width:3.625rem;top:2.8125rem;left:12.875rem;display:block; }
#CSafRonx5pJM7eCyr9TEXt9IaCa2bf7O { color:rgba(var(--color-tertiary-3),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:11.1875rem;left:6.75rem;height:;text-align:left;text-align-last:left;display:block; }#CSafRonx5pJM7eCyr9TEXt9IaCa2bf7O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CSafRonx5pJM7eCyr9TEXt9IaCa2bf7O li:before{  }
#r1wCLMLWqzB1ih3oXgXWWx9FO8MtwMtD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:21.125rem;width:53.1875rem;top:22.4375rem;left:3.4375rem;display:block; }
#Ln1pcPM81qrX97qx81r0kMHRrTmcKVlr { color:rgba(var(--color-tertiary-3),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:32.1875rem;left:6.75rem;height:;text-align:left;text-align-last:left;display:block; }#Ln1pcPM81qrX97qx81r0kMHRrTmcKVlr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ln1pcPM81qrX97qx81r0kMHRrTmcKVlr li:before{  }
#XRFsPdaTqlF0gJmMeAq5HUBAW30Rod5w { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:29.1875rem;left:6.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#cuAl1BZoanD93lsVeGn3mJsvf3f6cgnD { position:absolute;display:block;z-index:15007;background-color:#000000;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:2.625rem;width:2.625rem;top:24.6875rem;left:12.875rem;display:block; }
#BP1mZKwP0DxslzN7VXi2DKE47g66zznH { color:rgba(var(--color-tertiary-3),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:24.5625rem;left:6.75rem;height:2.90625rem;text-align:left;text-align-last:left;display:block; }
#MVloUi3SF6wEEVJHom2VDpTUXanSLbV3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.625rem;width:3.625rem;top:23.8125rem;left:12.875rem;display:block; }
#dZ7H7ViS5PHBzn94UAWHeBzm4NIiw1fD { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25rem;left:12.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd { 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; }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .row .container { background-color: transparent; background-image: none; }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .row .container > .video-iframe-container { display: none; }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .row > .video-iframe-container { display: none; }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .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); }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .row .container { border-width: 0; border-radius: 0; }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#t1oLsGNv6mgPkt0mSBlpkw9WmlMpu5tA { position:absolute;display:block;z-index:15000;background-color:#000000;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:2.625rem;width:2.625rem;top:3.6875rem;left:12.875rem;display:block; }
#q89HAanfovvbvoG5gzAP0vuNrGBuO560 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4rem;left:12.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MP7XA8vpbyZbnFCXicNm3ROhHShDkttH { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:8.1875rem;left:6.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#zTAVNq1Wlq1TWJb2IurC9U8d8DGReTpJ { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:18.5rem;width:53.1875rem;top:1.4375rem;left:3.4375rem;display:block; }
#SmLRmPFEq1ankXWzSiPnHtC5T0ZVcNCD { color:rgba(var(--color-tertiary-3),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:3.5625rem;left:6.75rem;height:2.90625rem;text-align:left;text-align-last:left;display:block; }
#eCpE6K1TFa4UqOoE94bnMFI1y3W2MJ8d { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:3.625rem;width:3.625rem;top:2.8125rem;left:12.875rem;display:block; }
#fgvu5oBEGukSHNOBtJcJ3zLWg5cwmM13 { color:rgba(var(--color-tertiary-3),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:11.1875rem;left:6.75rem;height:;text-align:left;text-align-last:left;display:block; }#fgvu5oBEGukSHNOBtJcJ3zLWg5cwmM13 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fgvu5oBEGukSHNOBtJcJ3zLWg5cwmM13 li:before{  }
#m8PmWJTGPla10aTDRBfUx5w658SlZeVs { color:rgba(var(--color-tertiary-3),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:26.6875rem;left:7.8125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#TBu3G9ZqvNU4NOFS4PEm76VMy4ItKcKZ { z-index:15007;top:22.25rem;left:16.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yvybWzOdTAPxyCGiWQAtnu4c0Z44KxHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .row .container { background-color: transparent; background-image: none; }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .row .container > .video-iframe-container { display: none; }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .row > .video-iframe-container { display: none; }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .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); }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .row .container { border-width: 0; border-radius: 0; }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#F61xMBTCO0n5byPsdtAVhfRbu87kww4U { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.8125rem;left:9.875rem;height:3.4931625rem;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;font-style:normal;display:block; }
#umwds2ga2MtcdMHvgMgPRva1HB1RC5oD { box-sizing:content-box;height:1.4375rem;width:40.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.9375rem;left:9.8125rem;display:block; }
#OwoMpAitifp7PPTMys0646X4k9AfdNCm { box-sizing:content-box;height:1.4375rem;width:40.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.75rem;left:12.125rem;display:none; }
#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .row .container { background-color: transparent; background-image: none; }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .row .container > .video-iframe-container { display: none; }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .row > .video-iframe-container { display: none; }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .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); }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .row .container { border-width: 0; border-radius: 0; }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .row .container { font-size:0.875rem;font-family:arial;height:103.375rem;width:60rem;position:relative;display:block; }#H00gk3XZyGzU0A8pEwH7TtgfcN1QR8Ba { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:15.25rem;left:2.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#BUfdtbKpLTT1AEcOqXQPP1y612AvnTGy { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.1875rem;left:4.375rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#r9o6KL8wUqacu1nyCibpLa0VflS4zLq2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:12.1875rem;left:1.8125rem; }
#cNnyyHxdGD83Ty8TdyVATFQtGdPGe8VN { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:19.6875rem;left:2.125rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#sFI0uO1H2l2SlXuXgfSmTHu7i1cXCqrq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:17.75rem;left:4.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#uxegBZXTQq55My3mWw8vTiyI74SzCLy5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.5rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#nl8iRlXcRwLe87ydONfu7lC9PP947Iuz { color:rgba(var(--color-tertiary-3),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:23.875rem;left:2.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#SJGvlgbXKxFU6T2qvgTWC9ztaaEyd9Bv { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:61.625rem;left:4.375rem;height:2.923825rem;text-align:left;text-align-last:left;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; }
#v9V931MLVy3Trrz9LTpaHsHThX3BCfqH { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:65.375rem;left:1.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#qAX1pIClUQTcwQnTlmBNi52zic5bo6GX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:61.875rem;left:2.5rem; }
#DJwo2SvqrGoEA8uJn4DxLC2K2nq0UDLT { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:61.4375rem;left:1.6875rem;display:block; }
#umA0uf3lBXlBHvXCDiwy4s1omTgyPH4T { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:57.875rem;left:1.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#oFTm4ZHXWCiz3ORxFPMNJI5e8kvHq408 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:54.6875rem;left:4.3125rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#VNO8GHTIfyaWHzkTPxrEul8zmWPXKAFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:54.375rem;left:2.3125rem; }
#NrIvvA2EVHZWBa2FPtbDGR4tLyVam4KZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:2.125rem;width:2.125rem;top:54.125rem;left:1.6875rem;display:block; }
#Ab83XOZD2ApX3Jsk7orVXcfw0om4aPWq { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:72.34375rem;left:2.71875rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
#JBDeyGv7EpvB1b2q0dRz4mMpJ5tmiyMb { z-index:15009;top:77.4375rem;left:5.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b2zCdMhqIA0eO9m8To0texvnLdeOIUhy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BN1NCMQdP3TTSz3VVrZbSzgAnX0foJ7y { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:70.744140625rem;left:3.71875rem;height:1.6621125rem;text-align:center;text-align-last:center;display:block; }
#fb8dszaQTmvcIsI4a3GSEsF2OQAXyaGs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.0625rem;left:1.75rem; }
#GzmUTEbVF5MDT9911R6wpluHNvFnN2XT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:21.625rem;left:1.75rem; }
#k3dueZTVNIpJpLrs3licMGiBgCsq04e6 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:28.3125rem;left:2.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#naJkyh7ZzfBfKPxlWOf75HQV28h9dfDs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:26.0625rem;left:1.75rem; }
#J03wqZf2dVF4JX5Zm7C8IRf7CZq307ha { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:26.625rem;left:4.4375rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#aqsXBfXP5LAdN2tpQ6AzD9TdTw2I5gOn { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:33.875rem;left:2.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#AiEy093BRlKLvG2E72Lqzxz1D8dbMVKp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:31.625rem;left:1.75rem; }
#so6NCT2ZRtXdEynzlVLgJnPEfszNyl1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:32.1875rem;left:4.375rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#kngVdLThNcqlfzypPQXKlFrkg2cyJKq3 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:40.375rem;left:2.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Cf2gQVMDUoqMOTt1Wovu2qitI4qirQBC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:36.875rem;left:1.75rem; }
#smcVaviqVTfTOOXbrasv6P4d63fJVE80 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:37.4375rem;left:4.25rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#syUD14GxwJP78iONxUlpn2kZdMTD6MSx { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:89.1875rem;width:28.6875rem;top:0.9375rem;left:0.5625rem;display:block; }
#UneepIXJX6FwAt9VJBBhaSFxqpo6qK9H { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:45.125rem;left:2.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#wMBC8BtMJfNFUzRazbznJrZCSppE5wZl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:42.625rem;left:1.8125rem; }
#zIwMEn93n8keUxRIht8tnQ7UohdnIWqz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:43.3125rem;left:4.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#RooMQDeabas7lueCkkhRnELf2Q0TiAlZ { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:50.9375rem;left:2rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#VuhlvmEUW0ZMSDXmGXMDRGZ5tfdss03H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:48.4375rem;left:1.8125rem; }
#T9T4hXW818MUb6CPOPMqOpQKfleqFagl { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:48.6875rem;left:4.375rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#QPOqFOp5WRGaZVBX4fbHOg3bvHH38Wc8 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.93);top:3.125rem;left:4.875rem;height:3.4931625rem;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;font-style:normal;display:block; }
#iMiEqTHLdNpz3MDmnyI3Z5bk6rhAli4f { color:rgba(var(--color-primary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15067;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.93);top:2.5625rem;left:33.5rem;height:5.9121125rem;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;font-style:normal;display:block; }
#xPNT7s1Gb3wdCuq70Cu9KZgwPeOmreG4 { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:95.125rem;width:28.6875rem;top:0.9375rem;left:30.625rem;display:block; }
#T4R4ULlpRhens0davNmy4GxvtbF9A9A0 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:83.125rem;left:33.375rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
#ATK1l2Nf2a3Zbpv3dkcTTzKfH7gVmvkS { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.4;letter-spacing:0;top:81.5rem;left:34.8125rem;height:1.6621125rem;text-align:center;text-align-last:center;display:block; }
#MmJ5aTsWgF2rTKrbpTaZUhffr6k2GiKa { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:71.625rem;left:35.4375rem;height:2.923825rem;text-align:left;text-align-last:left;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; }
#Q7wwwIwmGwJJA25xPrkV4qdHBsvZBlEw { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:75.375rem;left:33rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#tOOzafFXposV3ticETlnOi2B9luEDvst { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:67.875rem;left:33rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#DroJCiCOVbeF4TXtDhqv6oUp7dfQT5iQ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:64.6875rem;left:35.375rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#T2ne33ZLQGgcHl8wve4mTGUpIom0QXzg { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:51.0625rem;left:32.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#ip2O87e3TxiETSz24657mxTO30cJKpTI { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:34rem;left:32.875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#p1TyDDZ6ZPtBDgBitfnUVZ7A3nmvoioU { color:rgba(var(--color-tertiary-3),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:40.5rem;left:32.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TSlElmcgMCKcVETtB0skPN98mGXHVZpu { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:37.5625rem;left:35.0625rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#u9yZFc8zwFrpoiT5vW63GClbfo5isBhv { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:45.25rem;left:32.875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#AQsMu5TOHEccnFBiMdGuZ8Zee6769i4R { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:43.4375rem;left:35.125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#tQmuxHdZx57d35JAkKlTDLKCZVnu03dx { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:48.8125rem;left:35.1875rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#TABifRNQx90f3cztNCuczsxBT8Rda48Q { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:32.3125rem;left:35.1875rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#ye98VRmuCPhxzXbvzaG9FOxOmbaRM4WP { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:28.4375rem;left:32.875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#FrVlH2Sp0A7xX3cFPTkCzFeLZ2twqdO3 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:26.75rem;left:35.25rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#Brp1VvMNc9ZddDveERK8loCbtrI3vEHq { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.5;letter-spacing:0;top:24rem;left:33rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#bphsvn0etQe9gXmg6REyALbV26IPFZSR { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:22.3125rem;left:35.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#RFMiiabfMqN4bKrJy4g1Ngmlu58e4O1R { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15072;line-height:1.5;letter-spacing:0;top:19.8125rem;left:32.9375rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#QQQ9hbc4GR99ar9bgRef6IImT6UyeNs7 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:17.875rem;left:35.125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#PTF8JHzVUBJToyQAtTdR0JTUVTHMlhVb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:71.875rem;left:33.5625rem; }
#s3OqmBlMJa1mLftWntsxOimII73KTcPT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:64.375rem;left:33.375rem; }
#WLpInFEftGnZEFg3RcxrVfFMVhp6CXUm { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:2.125rem;width:2.125rem;top:64.125rem;left:32.75rem;display:block; }
#VCkksFNsOWXizoTTAHn6ypRi6s2oyMDQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:17.1875rem;left:32.5625rem; }
#eAbspaUT2dr4mNVPWb4DkT4q1V3ZJTXt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:21.75rem;left:32.5625rem; }
#tzAIwHuGSmeUNtt5SRhEh1cvDyT0U8Np { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:26.1875rem;left:32.5625rem; }
#b5KMUVx0hoehZzNiqiycS4x9lf0vD3sH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:31.75rem;left:32.5625rem; }
#srIn9EgBGtpPKnOkkamA0tpCo72HO5Zm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:37rem;left:32.5625rem; }
#yuocBGO2F62qNoFIH5HBwL50b32zPblP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:42.75rem;left:32.625rem; }
#SFvOsUEcAmIBn4m1BlPiKSOD1NOzN0gq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:48.5625rem;left:32.625rem; }
#kyCtf4IQ15TUZUdvUBW5hozLI3G1a6U9 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.5;letter-spacing:0;top:15.375rem;left:32.9375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#IhwcAtD47iaoTcJQDPzd7853LTzNAeG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:12.3125rem;left:35.1875rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#WmrpTtuIkAdneeb8x1XIiloLcLwRtpLs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:12.3125rem;left:32.625rem; }
#AkK7rA8IQpm3e9BvsIoUHlQpwdzUMtcB { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:71.4375rem;left:32.75rem;display:block; }
#JKwCH9XiH0fpCyhAxwmZK3hd5u6tvOck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:54.6875rem;left:32.5625rem; }
#dMTwbreneimtRb6yRdVdcZTIpnLGaqay { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:54.9375rem;left:35.125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#a4T2VXNkFhp4nMhxQ1GRu97xads1fPZx { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:57.1875rem;left:32.75rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#VmQRISzyVox3ezKwgyyE2pOf2tcI1tMU { z-index:15048;top:87.4375rem;left:36.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d6xbxM2Zai8uibwW3ZFOhoDeFCy05Sx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .row .container { background-color: transparent; background-image: none; }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .row .container > .video-iframe-container { display: none; }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .row > .video-iframe-container { display: none; }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .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); }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .row .container { border-width: 0; border-radius: 0; }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#BTUWdkXnTpzttm8cHrHu5T6uMEhWNfMV { color:rgba(var(--color-tertiary-3),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.8;letter-spacing:0;top:1.3125rem;left:7.8125rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#uNkk6G3T4eqtErR04K2rECiHf60vPRsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;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; }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .row .container { background-color: transparent; background-image: none; }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .row .container > .video-iframe-container { display: none; }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .row > .video-iframe-container { display: none; }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .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); }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .row .container { border-width: 0; border-radius: 0; }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;position:relative;display:block; }#KdTNE7QZOibTO3ExT1wzdqHNPGd75hlr { z-index:15007;top:18.1875rem;left:16.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iDlVJEFRPXukXDZsVuh60vgfPqfm9qO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmmElOZdTPSFbGlhSGRGBfyTag62W0oq { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.84375rem;left:5.0625rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PGRMH4gTyPw5gznH72NG7wVRTaIRsdRo { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:7.3125rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1ZLlTxL6xzTtXmapSqyfpTh9NmI6syR { z-index:15008;top:14.8125rem;left:15.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#CCJFLm5Rp34FURFeRPSgQCz6c3ba42hi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .row .container { background-color: transparent; background-image: none; }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .row .container > .video-iframe-container { display: none; }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .row > .video-iframe-container { display: none; }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .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); }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .row .container { border-width: 0; border-radius: 0; }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .row .container { font-size:0.875rem;font-family:arial;height:71.1875rem;width:60rem;position:relative;display:block; }#T5FoQM7a0C7X2D8WtW2DK5Kd0CAmhNBb { 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:37.25rem;width:17.5625rem;top:2.8125rem;left:1.21875rem;overflow:hidden;display:block; }
#mlkXICFy0OVoUiL84Fps34obqXAmNfZd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:17.5625rem;top:2.8125rem;left:21.21875rem;overflow:hidden;display:block; }
#mAJuXgGg31u5h63KzGmVNATPABGDyIsE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:16.0625rem;top:2.8125rem;left:41.21875rem;overflow:hidden;display:block; }
#MdwlOwPiEpKX0FZNqPu4mviOBbWchvid { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:17.5625rem;top:37.5rem;left:41.21875rem;overflow:hidden;display:block; }
#KHttSR6b2u7Ug9KGFG7MK2dpTmvLelIL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:16.1875rem;top:38.6875rem;left:21.21875rem;overflow:hidden;display:block; }
#WiZzL0GdQXJTTXQHhsoO10Ag9lPaix0W { 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:27.125rem;width:16.1875rem;top:41.25rem;left:1.90625rem;overflow:hidden;display:block; }
#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .row .container { background-color: transparent; background-image: none; }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .row .container > .video-iframe-container { display: none; }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .row > .video-iframe-container { display: none; }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .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); }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .row .container { border-width: 0; border-radius: 0; }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#u0FiIiMwFS1TSKLtvURPNQKovTECWOhD { 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:41.5rem;width:16.6875rem;top:1.125rem;left:1.65625rem;overflow:hidden;display:block; }
#emBDqxv76JAnlZJttkl5kUGDKukvHGFA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.3125rem;width:16.6875rem;top:1.125rem;left:21.65625rem;overflow:hidden;display:block; }
#meTTFbIJASa8M2TQa844tki0obJZglty { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:16.6875rem;top:1.125rem;left:41.65625rem;overflow:hidden;display:block; }
#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fbf9ed);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fbf9ed);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fbf9ed);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fbf9ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fbf9ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fbf9ed' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fbf9ed);background-size:cover !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; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row .container { background-color: transparent; background-image: none; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row .container > .video-iframe-container { display: none; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row > .video-iframe-container { display: none; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .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); }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row .container { border-width: 0; border-radius: 0; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row .container { font-size:0.875rem;font-family:arial;height:218.8125rem;width:60rem;position:relative;display:block; }#nQ7QtclV3vGvfgLJ4U0Z5qz1T5F1Vlm7 { color:#000000;display:block;width:43.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:4.625rem;left:1.875rem;height:11.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kKnUHraDCTeHxUrpBXb7zVQ4RiGFnprR { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:11.25rem;width:11.25rem;top:4.9375rem;left:47.125rem;overflow:hidden;display:block; }
#gykTp0hREhAQVsyokAV0fV1i2mgCoX0I { color:#000000;display:block;width:43.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:19.9375rem;left:14.9375rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9PrCfZSzIrpBIZ0eQzGxoPPAlbJoI3f { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:11.25rem;width:11.25rem;top:20.875rem;left:1.875rem;overflow:hidden;display:block; }
#R0XQetFHr95Ox966RMoKTzdSA9g5yOSp { position:absolute;display:block;z-index:15002;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:58.3125rem;top:3rem;left:0.9375rem;display:block; }
#S6pcK5ohTniutcLKzQxAOdf1962v4Ipw { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:58.3125rem;top:18.9375rem;left:0.8125rem;display:block; }
#sykQXgTX1DBz1l5zcIcWQkpwSDwykD3e { 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:27.8125rem;width:17.5625rem;display:none; }
#SPDvPl6I4p5Bhcv2mN7c9ftwGpoOsp7E { 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:27.8125rem;width:20.1875rem;display:none; }
#mOfxW0Zz5sPt1yTAEzGiiSdlz9Cs1HIh { 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:27.8125rem;width:19.1875rem;display:none; }
#ExX0TzscNSrHXZ2Oxpu98hnys2yAVJAL { z-index:15006;top:195.4375rem;left:16.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q5MAnHIgSsxoZlwX8ViVDWuOWqUfH8O7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xNLXMeOiafI660RgtIzAwBI07quFWxOW { position:absolute;display:block;z-index:15006;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:12.1875rem;width:27.1875rem;top:51.625rem;left:0.9375rem;overflow:hidden;display:block; }
#hR8rX6LWQfnDiGqDJe96vLKMDxOq1SsQ { color:rgba(var(--color-tertiary-3),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.8;letter-spacing:0;top:200.0625rem;left:7.8125rem;height:2.0244125rem;text-align:center;text-align-last:center;display:block; }
#K7A5fCSZv23ZttdImJcrCx0r7QD8I06e { 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:8.5625rem;width:27.1875rem;top:51.625rem;left:32.8125rem;overflow:hidden;display:block; }
#GQsgTVL5geRJt2e6g0xsh7DBo9q6ypzK { position:absolute;display:block;z-index:15008;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:12.1875rem;width:26.625rem;top:65.75rem;left:0.9375rem;overflow:hidden;display:block; }
#DGb09cgxF6mA869GTF1JFtyUawemTiZS { 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:12.25rem;width:27.0625rem;top:63.8125rem;left:32.9375rem;overflow:hidden;display:block; }
#geF1wvbuII6m3g9IZpTXt4b98sJ6TBJL { 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:6.4375rem;width:27.0625rem;top:79.75rem;left:32.9375rem;overflow:hidden;display:block; }
#mHZD0Fc2maMCsBvTwT2oETZ884oQuGxw { 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:5.8125rem;width:27.0625rem;top:80.0625rem;left:0.9375rem;overflow:hidden;display:block; }
#e4sEbHh7NOOSaOgCgSOvDUbiV5VkN0hh { 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:4.125rem;width:28.4375rem;top:87.375rem;left:0rem;overflow:hidden;display:block; }
#ZIHwfM3ZbVmglRrDwX2zvvUVU9VLi9bd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:92.125rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nnvQk0BGHZr7c4fXM6CewRN9TG2xerEM { 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:4.125rem;width:27.1875rem;top:96rem;left:0rem;overflow:hidden;display:block; }
#J1S5cpcmZUJtoPvvBSDiBCsHgsb8BSKR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:100.75rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g6oSPDpwbv6VHqTWc9m3eJ0xd2RmSrT4 { 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:7.5rem;width:27.1875rem;top:104.6875rem;left:0rem;overflow:hidden;display:block; }
#lJOTHFPxaCSSLbb8PBcrVKd6EebL2rWe { 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:17.1875rem;width:27.4375rem;top:117.9375rem;left:0rem;overflow:hidden;display:block; }
#zplmAxDkFRIA9sp1VArxlHcKpI0sOpXH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:113.5rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ehS87ShaNri1ttDoDxPQIrNuGg0evrT7 { 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:32.0625rem;width:27.5625rem;top:139.5rem;left:0rem;overflow:hidden;display:block; }
#ODu6tptM8wiVxEfd9KIz8ykGut79JIR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:135.9375rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WH9C2VSPrTvAiZKIX0ksATvhoyw0pWZH { 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:14.0625rem;width:29.375rem;top:96rem;left:30.625rem;overflow:hidden;display:block; }
#TGrk5mZwyD72Ck2ddbo3XuogXooCHPc9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:129.4375rem;left:30.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CEv3NZsAlZTw3HtuKwnMADL0DT9WooX1 { 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:13.5625rem;width:29.3125rem;top:115rem;left:30.625rem;overflow:hidden;display:block; }
#KfUE4fAV8enIb3Mawdqlyp00t6SN0Ssa { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:111.25rem;left:30.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qAmodH2S1tfPUaTe6bk6q7HJ1N1CaKhN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:149.9375rem;left:30.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pHBWP8XT0UypTkoaB3Ld13S0PmRlbowt { 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:15.875rem;width:29.6875rem;top:132.75rem;left:30.3125rem;overflow:hidden;display:block; }
#M6LFQXoaaulI8wHfRHfXdwS6sXXimbLm { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:160.375rem;left:30.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EDc4773ByBDUfLbfnUuRTJWkynMrW4z6 { 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:8.1875rem;width:29.6875rem;top:152.1875rem;left:30.3125rem;overflow:hidden;display:block; }
#kXOybt4X5ExFBgGw4Ixs4TLyWCHvbW3K { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:92.8125rem;left:31.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k4HI1OBWFzhQcvRxhRwE8O0aTnF2D7Qu { 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:4.625rem;width:28.4375rem;top:87.3125rem;left:31.5625rem;overflow:hidden;display:block; }
#hcicP1rHi8CaLvEtAy3WN6ZIVyHtHGqH { 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:9.3125rem;width:29.625rem;top:164.25rem;left:30.3125rem;overflow:hidden;display:block; }
#d4y71gKOMcTP14ycbveFSfToUhM5rtbD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:172.8125rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IclDFczPAhf2TiNb0x1ynM67F6gFMTSg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:174.25rem;left:30.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tedLZoltIBQrgEvK9IdL2V89QNpmv51T { 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:11.0625rem;width:27.5625rem;top:177.3125rem;left:0rem;overflow:hidden;display:block; }
#IHqyLlV922WAWZM6AHNsLuGs6MpXNBHR { 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:4.375rem;width:29.5625rem;top:177.3125rem;left:30.5625rem;overflow:hidden;display:block; }
#uaR7VPD2KLXyZsp5bXHSJT8VckN6rKp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:189.8125rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KoLkT1ScTpNVRCJWItVPRhaH2TtaDk47 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:182.5rem;left:30.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NWZvJDmSOpnv5DDsM1Dg6XGXmm7W2cFO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:189.8125rem;left:30.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbGhnFcnizcO9Nek9rwvqlb8x6zVeGTy { 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:3.875rem;width:29.3125rem;top:185.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#G2JZZtPCfWqlIm0OoTNtEV5zekTPratT { z-index:15007;top:183.625rem;left:16.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tH9mxgRADvtTfHoRrCNXFSCC5nU7Z5dn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEp8RTnXSHoPxaycVhCTnHi17H9L0lC9 { position:absolute;display:block;z-index:15005;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:58.3125rem;top:35.25rem;left:0.875rem;display:block; }
#ISwZWAxNIBw3UZHDrAx8TenqSBoolmzg { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:11.25rem;width:11.25rem;top:35.875rem;left:47.125rem;overflow:hidden;display:block; }
#wpXWhgDzUySBGkWR3fdeB0msDFGDHnRB { color:#000000;display:block;width:43.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:37.5625rem;left:1.875rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg { 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; }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .row .container { background-color: transparent; background-image: none; }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .row .container > .video-iframe-container { display: none; }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .row > .video-iframe-container { display: none; }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .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); }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .row .container { border-width: 0; border-radius: 0; }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .row .container { font-size:0.875rem;font-family:arial;height:65.4375rem;width:60rem;position:relative;display:block; }#Not60ASi52EPeF2ZWoT0Z0gREZzrGSSh { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.5rem;height:;font-style:normal;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; }
#D9bJVnJlvRN9rKg1zcAzNDIiL9L61h9z { color:rgba(var(--color-tertiary-3),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.9;letter-spacing:0;top:13.5625rem;left:4.875rem;height:15.79103125rem;text-align:left;text-align-last:left;display:block; }
#fFSPRbVzXWZ8s7Ozppp41f9FIf1femlR { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:31.0625rem;left:3.625rem;display:block; }
#GoeKaEvFLC4dmkI0Ot5b6sWZcyS0nTFQ { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.9;letter-spacing:0;top:31.875rem;left:4.875rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#CqttI9cE6OxG4l4ToA34cJb0dqNFvgcv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:4.875rem;width:52.8125rem;top:35.8125rem;left:3.625rem;display:block; }
#IGCiaNdQhT6CBoQLqA7L6WD70aip6qo5 { color:rgba(var(--color-tertiary-3),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:36.625rem;left:4.875rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#zyRgsJkcERRFdwNtSRHzJ88rXlmkpqD9 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:4.875rem;width:52.8125rem;top:41.8125rem;left:3.625rem;display:block; }
#WVS8g4FMXV7npeLlwGdxnRf2os4ww1qp { color:rgba(var(--color-tertiary-3),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:42.625rem;left:4.875rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#GDR7WNuwMULh2D8kwwKz8CDxTA5csmdS { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:4.875rem;width:52.8125rem;top:47.9375rem;left:3.625rem;display:block; }
#dsv95y2Z73QSTCKooOWsX997nEuUgaZd { color:rgba(var(--color-tertiary-3),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:48.75rem;left:4.875rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#XAocQT91yUD6op4tUoGmRFg26DoWQgEu { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:4.875rem;width:52.8125rem;top:54.25rem;left:3.625rem;display:block; }
#mTVbVra2OUJK0XRo6r8U5Zm5Mvv1SNHO { color:rgba(var(--color-tertiary-3),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:55.0625rem;left:4.875rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .row .container { background-color: transparent; background-image: none; }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .row .container > .video-iframe-container { display: none; }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .row > .video-iframe-container { display: none; }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .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); }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .row .container { border-width: 0; border-radius: 0; }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .row .container { font-size:0.875rem;font-family:arial;height:76.625rem;width:60rem;position:relative;display:block; }#TMhkqqyRGo4lgPztelQXOSpHbTSmPcdy { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:1.5rem;height:6.5rem;font-style:normal;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; }
#MAeHl8snXon9g2p40QP8qNqsLybNTBRF { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.9;letter-spacing:0;top:14.125rem;left:5.5rem;height:29.326175rem;text-align:left;text-align-last:left;display:block; }
#x58wZ2s1SBwp8Fom2w7ZLtgMuQgk6a2h { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.9;letter-spacing:0;top:58.125rem;left:6.125rem;height:13.53516875rem;text-align:left;text-align-last:left;display:block; }
#HBzDR4CoOceMnGwV39wvr23qQPXOJezk { color:rgba(var(--color-tertiary-4),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:48.1875rem;left:7.5rem;height:6.5rem;font-style:normal;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; }
#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .row .container { background-color: transparent; background-image: none; }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .row .container > .video-iframe-container { display: none; }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .row > .video-iframe-container { display: none; }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .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); }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .row .container { border-width: 0; border-radius: 0; }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:60rem;position:relative;display:block; }#sF22TCaATsqPicpJp7aU1fmJcgEg383b { color:#eeeeee;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRmSESwa4co5w2hSTntxOM5OdZW5Lg0Q { color:#cccccc;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:13.375rem;left:4.0625rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#ycL3r4xPr3yfbx5ZwTH19kuinaZzouNH { color:#cccccc;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:2.2;letter-spacing:0;top:21.625rem;left:4.0625rem;height:4.949225rem;text-align:left;text-align-last:left;display:block; }
#G3cu8ZzpKh8ydVbtROFcBl9198LHnlOz { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:25.1875rem;left:3.625rem;display:block; }
#HI7T9GFEitgvReEKnwyK1tOBmSoGgu4E { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.9;letter-spacing:0;top:26rem;left:4.875rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#I5qhDshd4IrvLECIUwenr7GC5HXxmT19 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:29.8125rem;left:3.625rem;display:block; }
#TB9SSWmIZBha3vz1N1xmuFVtvXffTtd2 { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.9;letter-spacing:0;top:30.625rem;left:4.875rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#F3LFspfCQ7ZEuULv23My9Z6k6Q5JX8L5 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:39.4375rem;left:3.625rem;display:block; }
#eLJepBD58Eiq3sPLaMvBQKqbipkkMvGq { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.9;letter-spacing:0;top:40.25rem;left:4.875rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#Omf8GLXIm6t70lDl0xCIcvU6l8dizv1c { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:34.8125rem;left:3.625rem;display:block; }
#TQKHtNipdGMP7OVHIpr4oaycaRZR2Vc6 { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.9;letter-spacing:0;top:35.625rem;left:4.875rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#q1IgnTGLTb0nMNXi9wOM7TytlEby8XPz { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #b0bdff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.15) ;height:3.5625rem;width:52.8125rem;top:44.3125rem;left:3.625rem;display:block; }
#nHOAqEkdbe4Ug1D0NACSGmzBCCF2PmEu { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.9;letter-spacing:0;top:45.125rem;left:4.875rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp { 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; }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .row .container { background-color: transparent; background-image: none; }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .row .container > .video-iframe-container { display: none; }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .row > .video-iframe-container { display: none; }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .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); }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .row .container { border-width: 0; border-radius: 0; }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:60rem;position:relative;display:block; }#kJhAsBdwWGQ7yiT1UXGHw1wmuGQdB97o { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.875rem;left:1.5rem;height:6.5rem;font-style:normal;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; }
#a1C77Abmdp3Qnym4oXUfuq28GPShDXnp { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.9;letter-spacing:0;top:12.8125rem;left:5.5rem;height:6.76758125rem;text-align:left;text-align-last:left;display:block; }
#dplIZftupySt21OPvQAV53UZ3wmDEIns { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23rem;left:1.5rem;height:3.2504875rem;font-style:normal;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; }
#tfa8BIFopRaBAR54DFkDQt13Q4R6y7OB { color:rgba(var(--color-tertiary-3),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.9;letter-spacing:0;top:29.125rem;left:5.5rem;height:22.5586125rem;text-align:left;text-align-last:left;display:block; }
#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .row .container { background-color: transparent; background-image: none; }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .row .container > .video-iframe-container { display: none; }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .row > .video-iframe-container { display: none; }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .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); }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .row .container { border-width: 0; border-radius: 0; }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:60rem;position:relative;display:block; }#vfUPb0eCa4XTUpE4nJheGoSNyBeDpxOm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:6.01171875rem;font-style:normal;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; }
#Gasg7hkp9XDAgDZTU2mQ8TV7T0qFopNU { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:14.125rem;left:5.5rem;height:5.34375rem;text-align:left;text-align-last:left;display:block; }
#dbI797VX6ke4kDlP0ZDshKRZ2wHooApH { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.9;letter-spacing:0;top:44.125rem;left:4.875rem;height:11.2793125rem;text-align:left;text-align-last:left;display:block; }
#EEVDreDJbpbR8uZKtBvlP79EpdMB78eB { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:5.875rem;width:53.125rem;top:21.8125rem;left:3.25rem;display:block; }
#ep2IRFifLxlIxXpiQoy5945g4RWxMnNn { color:rgba(var(--color-tertiary-3),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:23.125rem;left:5.5rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#z8rekMt1vTZEAi7Ml9JhP77gbzfx3zBG { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:5.6875rem;width:53rem;top:35.8125rem;left:3.3125rem;display:block; }
#ELpnTuPkGVwC1NZ6fCXna5V3LqzbC89m { color:rgba(var(--color-tertiary-3),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:37.03125rem;left:5.5rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#V2LCgOk7QBAVkPFTEPOuMsp6ci8qLZ4r { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:6.75rem;width:53.375rem;top:13.3125rem;left:3.25rem;display:block; }
#eLIowT6UxDhFS22NoF0VU5QdRqFyb4NP { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:5.875rem;width:53.125rem;top:29rem;left:3.4375rem;display:block; }
#hybq6CkXoBdzDaIJgKieeGLeBXOX1Ama { color:rgba(var(--color-tertiary-3),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:30.3125rem;left:5.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .row .container { background-color: transparent; background-image: none; }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .row .container > .video-iframe-container { display: none; }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .row > .video-iframe-container { display: none; }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .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); }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .row .container { border-width: 0; border-radius: 0; }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:60rem;position:relative;display:block; }#blHirV7T8Ffa1g8fqDTqXqiTobXKz4LN { color:#cccccc;display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:3.8125rem;left:4.0625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#NubXwIv5GAg6rGlSGC5Sa4ulZqLKDWEW { color:#cccccc;display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:9.0625rem;left:4.0625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .row .container { background-color: transparent; background-image: none; }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .row .container > .video-iframe-container { display: none; }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .row > .video-iframe-container { display: none; }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .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); }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .row .container { border-width: 0; border-radius: 0; }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#QO7hOUKL93J74G0bsWzIsZWyVReTwWbD { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.5625rem;left:9.875rem;height:3.4931625rem;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;font-style:normal;display:block; }
#Ae1IhTeb9fqaTN6V2xGTAwSiAv3al6vs { box-sizing:content-box;height:1.4375rem;width:40.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.6875rem;left:9.8125rem;display:block; }
#uyMswUqMplZy8oTvOkMKkFuTHeCK8Mwl { box-sizing:content-box;height:1.4375rem;width:40.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.75rem;left:12.125rem;display:none; }
#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .row .container { background-color: transparent; background-image: none; }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .row .container > .video-iframe-container { display: none; }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .row > .video-iframe-container { display: none; }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .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); }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .row .container { border-width: 0; border-radius: 0; }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .row .container { font-size:0.875rem;font-family:arial;height:103.375rem;width:60rem;position:relative;display:block; }#husVWur4Pc9LQxuFePEs2EyMmkyueIed { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:15.25rem;left:2.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#nDUJyNCmSRXrTvK927e7oUIiR1XMqsFU { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.1875rem;left:4.375rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#eHqX4xNJLzqANAdFJUcSxETWW4qAGHK2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:12.1875rem;left:1.8125rem; }
#ML9f9oDbJ77WhMWM2DEOUr6ym6EDk8dM { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:19.6875rem;left:2.125rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#G6z1LwslpFppDZgTVKGQI5N9blNuao5R { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:17.75rem;left:4.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#ZMLGKc74CLCOB3Pf5kNVMDmT9THmB0kA { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.5rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#u8vyZDqP86Tl8y667c7bFgSMFSSiLxIb { color:rgba(var(--color-tertiary-3),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:23.875rem;left:2.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#yCtMPTB2tLKsWrb8JxbkTycJFMMTCbNt { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:61.625rem;left:4.375rem;height:2.923825rem;text-align:left;text-align-last:left;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; }
#agBukA6in0GK1XUQCfaZz1ugTDCq88Sq { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:65.375rem;left:1.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#bPCh4V93RhkMqNRgt4vAm34lPwhT3DcO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:61.875rem;left:2.5rem; }
#rfrBadVmQC8sirTTWxruya2JxpaM8vfu { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:61.4375rem;left:1.6875rem;display:block; }
#DN0oenxn4dFM83E4SPLQxIMngoW5BS6r { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:57.875rem;left:1.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#GNzQib52gALznTG7U3hJHGH5f1dC9fZ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:54.6875rem;left:4.3125rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#pKgfaIdUakh12a1pBTB2qUgklA7Hkt0X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:54.375rem;left:2.3125rem; }
#PW7E7IHdGfMn1GDwu83S7Fz5pxMKQipn { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:2.125rem;width:2.125rem;top:54.125rem;left:1.6875rem;display:block; }
#TcfTuiCqNWn7TcVJ3FoudZ7JziARZc1x { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:70.474609375rem;left:2.59375rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
#zbNMN3Pyg3Ja3RJFFB0TzUvIx3mX9eaL { z-index:15009;top:75.375rem;left:5.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DQeP6XKDoDSvZamA1W4y3FK7T69NX8xN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDWBFqZWnkhOygraEGIVLgssqB1z3vll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.0625rem;left:1.75rem; }
#ZtFKFbJTrelhGRZzpy2XU3H7iJbJkSwI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:21.625rem;left:1.75rem; }
#eCGn3nodm5o0HFLx2xL3rxBmS9Kxgc1k { color:rgba(var(--color-tertiary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:28.3125rem;left:2.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#TOgTVBh0B2TiIwnBQrysWPvNxyZn1E3d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:26.0625rem;left:1.75rem; }
#q27DWObs5IZOR2wKxekgWuC3SILxKXT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:26.625rem;left:4.4375rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#mkZIIcz2JoVIeIFQrTBnsQiCk574Wqk0 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:33.875rem;left:2.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#lq154uzLeHuxzF6TSlggSWvenq1TpXb6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:31.625rem;left:1.75rem; }
#U1ZD34L2sv7qCZalMkeURU6fg9gg9lHo { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:32.1875rem;left:4.375rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#vEQVwuIFOdfCsvcWsgrrdE5CM3E59yOZ { color:rgba(var(--color-tertiary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:40.375rem;left:2.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TSWuWTnr2KBduB5zv9b0NorVeBTtlTMN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:36.875rem;left:1.75rem; }
#GnwDuoARN2BMSfDrWzVbyedD8OeaZ6Cs { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:37.4375rem;left:4.25rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#LEDvfAgir2LaCRTse1RuWbuDbAndwP4T { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:82.4375rem;width:28.6875rem;top:0.9375rem;left:0.5625rem;display:block; }
#NGkWlphPoTBq8CRI0nTcl9v0kIv4cBQJ { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:45.125rem;left:2.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#QbexRSlwrdHDG9ghEPRnluBFsKxCkqtx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:42.625rem;left:1.8125rem; }
#ebvtDdTxMTZO6mLr3JNbVz8MDxArSSiw { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:43.3125rem;left:4.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#igroZgDImcOTF3STGBGhFnJg8LUoSoQd { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:50.9375rem;left:2rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#kPGs5zwm8XlsnnN6KeoZh5u4HgGUOq2r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:48.4375rem;left:1.8125rem; }
#O5H5UIbDfM2iyx7pH0D3hpGFb93yRnCE { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:48.6875rem;left:4.375rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#uem0p1XdaqXAKc5ia6Cs14TBwGQmDADN { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.93);top:3.125rem;left:4.875rem;height:3.4931625rem;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;font-style:normal;display:block; }
#UvfGchV9dFlCSUdsVle3fb9zSITzoAyG { color:rgba(var(--color-primary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15067;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.93);top:2.5625rem;left:33.5rem;height:5.9121125rem;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;font-style:normal;display:block; }
#xLzEEut3JBenCU8BOghJ4mlQAKpL87Ul { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f0ff;border-left:0.0625rem solid #d4f0ff;border-right:0.0625rem solid #d4f0ff;border-bottom:0.0625rem solid #d4f0ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;height:92.9375rem;width:28.6875rem;top:0.9375rem;left:30.625rem;display:block; }
#alk7a6pqF5gq13vxlzFBUaCagclloLPT { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:81.4375rem;left:33.375rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
#oTflMr7QZqngtGrzTZs8KkT8xPnWFO6d { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:71.625rem;left:35.4375rem;height:2.923825rem;text-align:left;text-align-last:left;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; }
#pimb1PBJl0kO8n0vbpATqh2gLEKClQ0D { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:75.375rem;left:33rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#bS8OebMkigOTUrFfJueqzxqDRTAkcekW { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:67.875rem;left:33rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#f8bmQkVFvE61QPoF8B9zk6qJo2KmHQt6 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:64.6875rem;left:35.375rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#sUguiU98TcEv314su6ZA1yDeH3RXKwPd { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:51.0625rem;left:32.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#pszeeamHKN4iFyaDUTzTxRd5nN62xUmq { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:34rem;left:32.875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#ndJSPigdCTGfelJ42w6fLtpxcdTpyDXX { color:rgba(var(--color-tertiary-3),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:40.5rem;left:32.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#T4beb2GV6Lu6PZbK6RdpuInEkv6Ra3uJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:37.5625rem;left:35.0625rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#feTwVIWdLlFyB82IEPiUPuW8yvKc01kh { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:45.25rem;left:32.875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#ZfXyHlmTHgZ7S6GiTztTGuwZ5eTDGdnI { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:43.4375rem;left:35.125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#iSOc7APeI0K3bp0SJU1X1ZXiAJglTS6g { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:48.8125rem;left:35.1875rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#tV27irsIaUC3NgCLebDwTOJhp9JkhODB { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:32.3125rem;left:35.1875rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#TDzAwBGo7eRmm87ZAoy4MkX3wU5H1OVK { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:28.4375rem;left:32.875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#p3VnTHy7zauSRmRxbALNKpSOCeRad7gX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:26.75rem;left:35.25rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#azW106WMlmgGfpWnBIN66HRBDb6zby26 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.5;letter-spacing:0;top:24rem;left:33rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#XkGPS7FBpKiWdZBB5WwRTOCI7ZQdukW0 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:22.3125rem;left:35.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#HthB4VmDG3S6zaeGQaVUkBI1eWMEiapb { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15072;line-height:1.5;letter-spacing:0;top:19.8125rem;left:32.9375rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#O3PGlXD6tGrHWru7W5KS2rqk22eUq5IO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:17.875rem;left:35.125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#b2TCfMtuzGUOkBAfmIRlQ8zvRTdZK17c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:71.875rem;left:33.5625rem; }
#Vbln0Lo8ge833e9uxC00Jeg1dTdHggD0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:64.375rem;left:33.375rem; }
#r6TXlTWgKzfwt08mllFTCaS5B2Ntcmtm { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:2.125rem;width:2.125rem;top:64.125rem;left:32.75rem;display:block; }
#FKkhbF8clQHSVwunJ2y1rBFtSO0R6iZv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:17.1875rem;left:32.5625rem; }
#OXECg0BsJW6JOA5iGlm29SQTgsFTXst8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:21.75rem;left:32.5625rem; }
#fyfKuQI9rDKEfPuGpHDp8PTs32oikeZ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:26.1875rem;left:32.5625rem; }
#yruUP9GBPR3bwlIUSeS3qE8DiFpKv0fu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:31.75rem;left:32.5625rem; }
#uxvPd3ehi2TLdJFCMHH4sdrK3bslWgHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:37rem;left:32.5625rem; }
#ISTucpBetXSSkm696f5IGMTr3Rk3x7GA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:42.75rem;left:32.625rem; }
#aFZ5P9X4aT5BdXzqMAswpsVdMDv1dQvt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:48.5625rem;left:32.625rem; }
#Qwgs6wSkNBUTUq10acBl8R9dkN5wCZbZ { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.5;letter-spacing:0;top:15.375rem;left:32.9375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#eLET4hrvTfR8IWMnuLCeQzulU4IMw60T { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:12.3125rem;left:35.1875rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#dkbUbWvrohTfkrbp996d9b9GMkIiLP4u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:12.3125rem;left:32.625rem; }
#xqe7izpb5rTVUlCZssfbixEEA3hwt7TK { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:71.4375rem;left:32.75rem;display:block; }
#o1ODN31cZDzImqgD9IZrARLRaGz6PeCN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:54.6875rem;left:32.5625rem; }
#xK71Zb7U33Tcv6gNSUcolyXwopTDLnPB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:54.9375rem;left:35.125rem;height:1.3808625rem;text-align:left;text-align-last:left;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; }
#fyx6g6OhQmJ3TVmqbooHpoZU9Bk6Ii5A { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:57.1875rem;left:32.75rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#dHQhqIz2vTPgN6CSMkyg7etifE5xSM5S { z-index:15048;top:85.625rem;left:35.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B5akhOhFB9J8De0cLwA7txgNx4PpmV9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs { position:relative;display:block; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs { background-color: transparent; background-image: none; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row .container > .video-iframe-container { display: none; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row > .video-iframe-container { display: none; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .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); }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs { border-width: 0; border-radius: 0; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:78.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lgXBipfzKTBJ6WkaCD1AkxLUK1rqouHh { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:4.5rem;left:4.375rem;height:3.2504875rem;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;font-style:normal;display:block; }
#RsfycZf9AAyzq1cDziG2ghvC6eTCuQiV { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:14.375rem;left:5.5625rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#cfLFlkbavo4CgT1H1TBk30U0LwW3tiMc { 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:15036;opacity:1;top:10.625rem;left:5.1875rem; }
#yCgdHUNEZTzFu36VpRQU2FyZ5Dq2kupc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:11.375rem;left:8.75rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#y0l67BduQ6Uw0QkSH7AIzxkRMJQNh4IS { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:30.0625rem;left:5.75rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#qDFD2MutSuV3IQ3TyaIWbR3hVdJmlMA8 { 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:15042;opacity:1;top:26.3125rem;left:5.375rem; }
#fLdom7L1XCGGKfuv6HV7cFFbK9EKKnb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:27.0625rem;left:8.9375rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#UUQtoQn9J0JF5Jq7DKAVUKOuyBG7I13o { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:21.25rem;left:5.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#nvUzKa0GB0ok1yUbwcBzT6iwlgEAtSM6 { 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:15039;opacity:1;top:17.5rem;left:5.1875rem; }
#a4BiIvZrTsIVxnEXm4dO2h6s5kQgh0TF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:18.25rem;left:8.75rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#IhxgS5qJTNXhi8kRwbls5Nyzg8HmH5TS { color:rgba(var(--color-tertiary-3),1);display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:45.5rem;left:5.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#aRSGscyyaINSQlkDrTzTNhG7BTbgWbIQ { 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:15048;opacity:1;top:41.75rem;left:5.1875rem; }
#Dg0ke82y3TTZgsyzPJB5J1UmkZPIIbRA { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:42.5rem;left:8.75rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#KOlq7bX7ThNIPD3T5dPTXHWcZ4Do3Qe4 { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:38.8125rem;left:5.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#dahOkLL4MqalQaqxZ4r50I6miwmBQo5g { 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:15045;opacity:1;top:35.0625rem;left:5.375rem; }
#mrrK9LZmleUpmdiImCDuNBJrI4TfiDel { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:35.8125rem;left:8.9375rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#H2L5FdxishIeUed5OPNScOonorpK5mNG { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:62.8125rem;left:5.9375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#xvp97cDiERzIWEWSrM4JTGUmKvHVLZfI { 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:15048;opacity:1;top:59.0625rem;left:5.5625rem; }
#eCR9E1qq6ykHQZqqgQ86Sn35xJP9QBqG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:59.8125rem;left:9.125rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#stGsbgCFo5aDkJuzSEVipIBEU9JUiBAa { color:rgba(var(--color-tertiary-3),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:54rem;left:5.75rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#hre9WcuxG9RTEobMCzAuPpDAVBQd0WGn { 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:15045;opacity:1;top:50.25rem;left:5.375rem; }
#HCgwOa8H6c0vtLsVVOUDcbbZ1Ud7rJBe { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:51rem;left:8.9375rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#xZMH1Z6Dn4O5XlNfN3p9zETUzSZG8f3w { z-index:15008;top:69.625rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02cd6', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, #b02cd6, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VHmlqq3DpAkX1OpcLq7lNC1VyDo5QhyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { background-color: transparent; background-image: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container > .video-iframe-container { display: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container { display: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .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); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { border-width: 0; border-radius: 0; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.1875rem;left:0.625rem;overflow:hidden;display:block; }
#b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { color:#000000;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.84375rem;left:48.375rem;height:1.13671875rem;display:block; }
#iH1TChP8p6rL9CZ6g7kbxEXEbQW8HbLZ { position:absolute;display:block;z-index:15015;height:4.25rem;width:7.5625rem;top:0.28125rem;left:24.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w { display:block; }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McHBBpKXPtxkhLoTc1zoHVgSTXnld084 { top:11.375rem;left:0rem;width:47.75rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wThsGcMGqKOZueREXctAuh3I5oFfKDdz { top:17.125rem;left:0rem;width:40.5rem;height:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQvNLBV6oUN84Do6y69V7um5JeNS2yhx { top:4.1875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgkWLQuQmQ1tIvQqwRfWBdlRCQPl6I1H { top:12.875rem;left:14.0625rem;width:19.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnclQkwSghzr2JLvT4lN9SN8QRptlPP { top:12.875rem;left:6.9375rem;width:33.1875rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhqZ1ECJ0DNMAlC63l535CgywkKJ6Nlk { top:30.75rem;left:10.4375rem;width:26.875rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEmLKN7SAwARTOMU46fzi9rQBP6FBSyv { display:block; }
 }@media only screen and (max-width: 763px) { #hVz0M7Vxm3tz24bibD7XVX4PTdDaWFsA { top:25.6875rem;left:0rem;width:40.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD { display:block; }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cz7P7XbdTrw0ITEfAREzoMEf7cx4om2t { top:8.125rem;left:0rem;width:40.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM71RocaLRbnXbR75KLxDwnFg3APgUMT { top:3.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXrNXMfZCbOwFKNax201VLrhvKR0L7iw { top:13.375rem;left:0rem;width:40.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgVbHyNEvnaeLcTeVCp2aXbT4kncreCT { top:18.625rem;left:0rem;width:40.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW { display:block; }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4vgCKF2XhalOEh1C18cy0ZPDQsxO5gW { top:2.4375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 { display:block; }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzyUqo9CM9ILWM48MspA0Bot7qBRiPmE { top:4.5625rem;left:0rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phw54lIlQ2oDsmIIaI0B0s2f9wMKWJmC { top:4.125rem;left:5rem;width:42.75rem;height:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghf8abhx0fobCO6tZwFvs7eHU6adGV2V { top:3.9375rem;left:0rem;width:10.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD { display:block; }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX9WwK1xEkUBE7SaCawHqTViFZapVe3K { top:7.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLMsNBDH6O1S69MuZDGG7zvZmvpcCXvA { top:13.5625rem;left:0rem;width:47.75rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6fJxHPhpVpf3vrIt4XrPiKgqn8des1c { top:4.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU3lGb4N8M00R4wrizfxNLQlCbRMctMC { display:block; }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4ZJUnORrW1fxCtgGMrEvXOFCMWK1R96 { top:4.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZrUPV6NHUFNmWMQJWqEs2s1xfoEJeCg { top:32.5rem;left:0rem;width:47.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsGAfTxvan9n4EwTfh0AWJmctkHDTESp { top:33.3125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULfh6BDHg0r7AKnSb0Tzyid6Hyp0FzKZ { top:13.25rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z36QkSKtAORMr1MaUChgDTRJvvmpMiaT { top:14.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn8uxChJFdH5s6iG8ZeIyP8pNmPlpSgG { top:18.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8iWnNuMnl3Sa1qTOQ9BnEoW4zZ2nla { top:19rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHmmsRzwTaQ6IyrVURnnD9UeWvoqaDRT { top:22.9375rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL5ePmOVDlMdTkpL1CddPdWD1wwmwlwp { top:23.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZosV1ClXnzTZiXZs3dsCtOgtWTryC13 { top:27.625rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2TAqTqIobaBLwph9JZTaoFu9F6VgPgX { top:28.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL8JETk66nQrFpUb9FrqxIQlehnk1S6W { display:block; }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPenQkTN9PATIcJLcyEZFPMuIKBcofhp { top:7.5rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQM4TiJnCwez4tp6L65yxPF7GL58TFDe { top:4.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox1CgMe1n4hDtZhNCJo0X9v9GaV3aqX9 { top:15.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcvlAK8Sri2z33rJ4D7TPNRGFUH4WMOX { top:20.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCrUQVlkZGJ29SQZ8agdBE1A7nRdcQMZ { top:21.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5SfBmFQ409UNH8Zx2tbEsGX5J6ksxsJ { top:25rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzF7QUlxaNbV0mITaa0eNXtc258iWvpX { top:25.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVDNvEtiipHN95NSti8PRmtlKTfiry5a { top:30rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtqlbI3iDENgI5Lwf9eiiRSIOqBknmJ { top:30.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgGlAM515zIrIKuHsHrralL428v9UrsO { display:block; }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXtz1ELQIwNaUnGtFl8F6mhlh6Ou26PQ { top:2.375rem;left:0.75rem;width:46.25rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLbBDd5iwfb2TUr5WivMedUe1hbWPcA8 { top:10rem;left:10.4375rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqt56fEdeVtvTCn6rgR5WVPhzzuSn5nR { display:block; }
 }@media only screen and (max-width: 763px) { #aTp0lyC3iuLAhDbfdHsOuRE1pGenEuaN { top:13.4375rem;left:10.4375rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsmBNlACcE1y62AWlkT7uFeyXRrpT6WD { display:block; }
 }@media only screen and (max-width: 763px) { #Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B { display:block; }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHBnbWbKUIkLxpkOS0S2f2IqJMVt2LrJ { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFrcBgZdqK5uwhTvhgLuQaJcq662Lrrr { top:11.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUv1Tn730MKxJRRoacpXasTMu4m6A5ll { display:block; }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v57aWTVIieUKyxDaK9Pz8zZEUM4DyiF7 { top:1.8125rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J60KTv6X2coewa3uI6vrvGMzr3TmoahQ { top:10.75rem;left:0rem;width:16.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN03yh3SGbfNTIl0HqfpUiG1dXbAb7fV { top:1.8125rem;left:13.3125rem;width:18.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2kGCc70UGFqtT49gtFsAu6Id6vXDAuT { top:10.75rem;left:15.8125rem;width:15.9375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTgRU0DKKnzKpxJVtDncNkROlbJ0mHDM { top:1.8125rem;left:29.1875rem;width:18.3125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut8nwyuXyDJ1W4hfp1rnWMLx2BOb7Jq6 { top:10.875rem;left:31.0625rem;width:16.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEWBJSqBOzGhaXM8geUN9dktaJ4JdlsH { top:1.8125rem;left:4.34375rem;width:7.1875rem;height:7.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlpRhC8HBrNRucoCoiBxEAo5Wmkr7nOy { top:1.8125rem;left:20.21875rem;width:7.1875rem;height:;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPZCGKZsc3DoTZSAo1pVyzqNncBQqANk { top:1.8125rem;left:36.1875rem;width:7.1875rem;height:;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVwuyiOvzXB70wEVT7WVi21TV9re68BH { top:7.375rem;left:40.5625rem;width:7.1875rem;height:;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 { display:block; }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvP5vbtdI9IhVygntilcanxVzi7wzsPr { display:block; }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfkwpOaZLTQvCwcODrlhD3anLkrXFPgk { top:0.625rem;left:3.5625rem;width:19.25rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku8A0JGa3T7B28dAow4lJDE3rWAFZD01 { top:7.1875rem;left:2.0625rem;width:21.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4TPQQSPd1NHfFeT669CQJMrU6ZTfix { top:7.1875rem;left:23.0625rem;width:24.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEF6ZxOgvCp0B6K458iIkis5PWTRSrpB { top:0.625rem;left:24.8125rem;width:22.9375rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA6DCRU7zQowOHFoiG0iFqRTeoGqk7lq { top:0rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyb6t7JD39D7lFQcMJ1HUfxwVP9AEqTp { top:1.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIJ7i7wLymWg2vArRwKGA4aC4cUsAtym { top:0rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcUaborCZIEbXViLqClJl7ZePwocOQT { top:1.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 { display:block; }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WG3mJAEiM8VZ4nF15Bfcos0zx0S9zqVb { top:0.625rem;left:3.5625rem;width:21.625rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxN4MdDwkA2poTVQF34LFyuLxvnZEMpb { top:7.125rem;left:2.0625rem;width:20.875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRqpxceETKMPZ9sZxDObmwOuuFBVy5gW { top:7.125rem;left:25.9375rem;width:21.8125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #felCXgE64M1r8wwkQmpUClTDfwPTvw7z { top:0.625rem;left:26.25rem;width:13.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOB7fARDyzoKhESWTIhrhA1USe2KUMS5 { top:0rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U48MHugT0wwONki1sg6Lw9OyI3hCP0R7 { top:1.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnC3rUZIprL7dSz36QBW1JPVSvSP8Oir { top:0rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdtqap4WpUlAlT1EAwSb7us2cPzxp8pf { top:1.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG { display:block; }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbZH6VNAN6IWPzTeNpDhyt4vDpRMwqdS { top:0.625rem;left:3.3125rem;width:20.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NypzDh9dFTs5rdMdDiyqUSpFS4tTGT4S { top:7.1875rem;left:3.5625rem;width:19rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVbK34SsTOP8IfUhW8qPlXzsMkA4Q6Zm { top:5.4375rem;left:26.25rem;width:19.875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBrhvKsqCZvKHRadprpat2zCyaNvQZMz { top:0.625rem;left:25.25rem;width:22.5rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyPOpdHCHoUiUQAUA86Cp1eXxdVhHFz5 { top:1.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SThfZ0MwhEE8DyzRNstJUpplO1CEPpNo { top:0rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDD0AxdSgTXofwfOcxyZH6QKzDSAh6kz { top:0rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9dKToAKpEgeppiHQFTnT14gebDu6SqW { top:1.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy { display:block; }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVkVup6p94yArIFDuaLWCNiUWXfQftK9 { top:0.625rem;left:3.5625rem;width:18.5rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKM0KOxEfsfpfk7XoqH8wUMPQI5eI4qi { top:5.4375rem;left:3.125rem;width:18.9375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPnf3Ke08ezs62UWkNBS8ILIxGxpzclu { top:5.4375rem;left:26.25rem;width:19.875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh07IMg6JwfEatDApc5IMHdPVdCo74kI { top:0.625rem;left:26.25rem;width:19.5rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awu2c6NVbzwcbtV6tJowWw7n8f3uLE74 { top:0rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4pqzchdE2KS4Lba0OTbqRkP3hKBbg1X { top:0rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ26w9bgbaBV8xz2DEodfsvA9SwCc4zb { top:1.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uERSVQkZLJAdBxQQ4RnqZ6accEhpkXO6 { top:1.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNgzZpy72F3pugIwLusKRb4m1lwVmAlp { display:block; }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8mQBWnnJ6L2AXvZwBRA65wwX8EtwLqo { top:1.625rem;left:11.1875rem;width:32.0625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQDlvvCWmOZLxcAgr9O3bzxK4VTr4xP9 { top:5.4375rem;left:11.1875rem;width:27.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb5MMyv7zBpdOzuQtQUgJTZewfZFwNHC { top:1.3125rem;left:4.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND9dJkb39pEvBPp1HCfUS75IWD6mlJRC { top:0rem;left:5.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 { display:block; }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6B9reIrRMpSAhRRq5N2QcBDzVtECRR5 { top:2.625rem;left:10.4375rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vORdzgRARpvb2oSeGp3ngxXEwp1Jl0NB { display:block; }
 }@media only screen and (max-width: 763px) { #oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN { display:block; }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNpTMdi5v5X9e2nkeaMN3u9qKX7EglJM { top:13.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeBHoNsD5FodZn1QMg9EFUqAfwxmNxLu { top:4.9375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 { display:block; }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukMW8ldEqGhxtPH7lmXSaJuO8TPAKyCv { top:11.875rem;left:0rem;width:25.25rem;height:25.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIt3pLtlqkGT1gwM0oVBCwbnSx6zBqPB { top:7.4375rem;left:0rem;width:27.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wndpq1eTzHvpG42E43Z8zwnIvZ7sdPTP { top:1.6875rem;left:23.1875rem;width:24.5625rem;height:48.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQUF2zrThQ0BXRg3zWkwKAKvCsmc1exJ { top:51.9375rem;left:0rem;width:47.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ { display:block; }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txvHwRPTENyJLRQJSCQqQfWIVAMQTMzK { top:8.5625rem;left:22.5rem;width:25.25rem;height:20.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7rcc1rqNwbODUwtZlhUBo7y5tsR26vW { top:4.1875rem;left:20.25rem;width:27.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRFxe7goGZBK37uTUSw1HIc9mVP1u1Gf { top:4.1875rem;left:0.5rem;width:18.25rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd7eACiAuMkZug9STkLhrUstnA0IJbKs { top:38.125rem;left:0rem;width:47.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #km3xMy9p6LesRTZdA36LdtSImuBADlxM { display:block; }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRFRz6WwPyrni5u4sDCP5W8A97nleWow { top:6.875rem;left:0rem;width:25.25rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKL0b1VcfpxqvR86ADFdSN8CaI0Bbwlg { top:2.5rem;left:0rem;width:27.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4DvOaeo8JSBVTkd4TuIrgykqXb2FBT0 { top:2.5rem;left:0rem;width:30.875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSATpwFGJyvqLxrz8bnOiQILR1am5ep5 { top:28.875rem;left:0rem;width:47.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 { display:block; }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpH3uGE9WCoSXG12w2DbiaPAAQbz0C28 { top:8.4375rem;left:22.5rem;width:25.25rem;height:20.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkWOngy37FUgtMrX2CO2USPuoXZNe2Vm { top:4.0625rem;left:20.25rem;width:27.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsadV97C8d2F9ZlSTkfoToTbCNlNDzKH { top:39.4375rem;left:0rem;width:47.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBVbbConwkzZwi1xFkd1ZF4HPDt9df9w { top:4rem;left:0.8125rem;width:18.25rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 { display:block; }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADEbCcDgQyGgwITg15McTgTCgVzkZbQd { top:9.125rem;left:0rem;width:25.25rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Z96Eb7FAmT8zigrDDrSWQTn4vc302o { top:4.75rem;left:0rem;width:27.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDHTx4bGdCsQakdozfOu3lEyMOwdhgDr { top:4.75rem;left:26.6875rem;width:18.25rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 { display:block; }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqw17TZHwQkbd5LCA7TRXzIBNfM4GDNT { top:3.875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE7rc0D1RywfliSMrFucMx3gHP2958qE { display:block; }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO3K2O5hVNS3eUcRIJwSHTb07Hlb86l6 { top:1rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr { display:block; }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiR0MJ5oMAJ3sNTyUAw871hyAismUfRo { top:0.625rem;left:0rem;width:30.625rem;height:51.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX8NMTKaBU13UKQQyGpTHdoKvuukA0lJ { top:0.625rem;left:18.4375rem;width:29.3125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 { display:block; }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eu1w1D8g2Fydr1sV9AhL2quhkNz3B6QR { top:4rem;left:0rem;width:47.75rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJx2KOMFyGE2GmD6ARVPJiVqkNk1eoH9 { top:85.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsE8C8uMK8SMlWKRdIyNT3B85lTrGeuk { top:16rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtHWoXZbHcmxH0VgKpF8xt4bIu5hdNys { top:57.75rem;left:0.125rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcpfoBGfunI9E0OIhJyaKxULfmLbkPGd { top:32.75rem;left:0.125rem;width:24.125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPe6IMOFpRddKJIiGIqZygrLTAMteNtZ { top:57.75rem;left:24.125rem;width:23.625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9w6PTQDyIvUhkndwsryf6Oi0xqya6XD { top:32.75rem;left:24.3125rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp { display:block; }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZ2fZx7FsrTlCAyFl10VMtwzVN7WVOLN { top:1.6875rem;left:0rem;width:47.75rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqmCIZuvES9KFVS073TiWRRMVCoz6sti { display:block; }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efpUHtfUMd3bs9S60QDU1mGCxLShIcft { width:2.625rem;height:2.625rem;top:3.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77AMssk3UTJqeNriGPmLoMoBxJx9kNp { width:3.75rem;height:1.9375rem;top:4rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qxrpyJ7taZiEhuEtt6xEkKXhRBs4zs { top:8.1875rem;left:0.625rem;width:46.6875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHG8KS29Hrx0l4TRaE85z0Dkgk9Gozt8 { top:1.4375rem;left:0rem;width:47.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBcCDVA24nxZlN27oeZy0TFxJkL0LOSR { top:3.5625rem;left:0.625rem;width:46.6875rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdizyGMSLFVhQPaT9ALVnDvD4dTG445x { top:2.8125rem;left:6.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgUbTqIUtX8g5cGZXZFVznKp8Ady85aW { top:11.1875rem;left:0.625rem;width:46.3125rem;height:;font-size:1.125rem;display:block; }#HgUbTqIUtX8g5cGZXZFVznKp8Ady85aW li:before{  }
 }@media only screen and (max-width: 763px) { #gyfVSs0CRUGmD8TWDqtovhIFzB1aHD3q { top:22.4375rem;left:0rem;width:47.625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRQnJ59PTD0Kwr4JrMbhQXG6Utd4RTrZ { top:32.1875rem;left:0.625rem;width:44.1875rem;height:;font-size:1.125rem;display:block; }#sRQnJ59PTD0Kwr4JrMbhQXG6Utd4RTrZ li:before{  }
 }@media only screen and (max-width: 763px) { #wridypOycDoC4wP0NWXeKrZcb1TpsxJw { top:29.1875rem;left:0.625rem;width:46.6875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQMeRf1tcBdlpuPOTQ4r6dri8n7c56xP { width:2.625rem;height:2.625rem;top:24.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5AnKvTNc5zmPJVbofWsuWMJpUGQg2Du { top:24.5625rem;left:0.625rem;width:5.8125rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5IlPTx1flix14WdAqTXPzCCBxWIIhZO { top:23.8125rem;left:6.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTDgbtP31k2WZruaLBbOcTPieSb6F3Mu { width:3.75rem;height:1.9375rem;top:25rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBeM3isS742rphbKlF5aLxKTKau64ll { display:block; }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCMfGKtG2q8CrZCtZPP7729ByOXHEsXa { width:2.625rem;height:2.625rem;top:3.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIBKwFvFg6VMsfb1lRCrNMST187WCP6T { width:3.75rem;height:1.9375rem;top:4rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQHMuteEsZ3W46N1K4VJUXpMlsH0wla7 { top:8.1875rem;left:0.625rem;width:46.6875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkS2I7ETaMArtmTsyRcAgxqzNT89Bas8 { top:1.4375rem;left:0rem;width:47.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCAK0MX5fyub0d5Xx8dGc2ElbDxbPQNv { top:3.5625rem;left:0.625rem;width:5.75rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzd8FS4NT9zRbZIT6r4Ca2ECGQix2J1I { top:2.8125rem;left:6.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTn8xpzH1ZiT5yPOkXrtmdhVGiMECPJ { top:11.1875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#lvTn8xpzH1ZiT5yPOkXrtmdhVGiMECPJ li:before{  }
 }@media only screen and (max-width: 763px) { #sO7sTQSx5vOG2hTRDSn9uLZALXDEhVIw { top:22.4375rem;left:0rem;width:47.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc0eeILpSSy0l27nh7Jwr9OHDXuac3bc { top:32.1875rem;left:0.625rem;width:44.1875rem;height:;font-size:1.125rem;display:block; }#mc0eeILpSSy0l27nh7Jwr9OHDXuac3bc li:before{  }
 }@media only screen and (max-width: 763px) { #iMFQ5QEyhgRV2H4X34ucTnUIoESNl6Fr { top:29.1875rem;left:0.625rem;width:46.6875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALsPPkD2D2ribkvAGORF4PxAgpzOvd5V { width:2.625rem;height:2.625rem;top:24.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sC1DHxD55DPJW5vzVOcyCIn3Vvrasw { top:24.5625rem;left:0.625rem;width:5.8125rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpeaK5NkCFWkl92Jvr8viKGGtRAwkz5d { top:23.8125rem;left:6.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSMMG9wdd7uQwExiqf3hhMhDpfA4ewA7 { width:3.75rem;height:1.9375rem;top:25rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt { display:block; }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q31GorJPlDJmuKwdOwGqv1lf16ydudhe { width:2.625rem;height:2.625rem;top:3.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV8B2u9biGv9ey2vorPrJOHE6qgk9y7P { width:3.75rem;height:1.9375rem;top:4rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpt1Tu3h2BTNkgJG4gGSoLf9Ren7EqZI { top:8.1875rem;left:0.625rem;width:46.6875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTao2SBDXtckgNOpF5DzOFeBoigiFMph { top:1.4375rem;left:0rem;width:47.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoppyMgzQuw6rcel5RTwWS9lFR3qbqRC { top:3.5625rem;left:0.625rem;width:5.875rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1to8N8IpUDQggfU9zFtoA3oEVPwR1fL { top:2.8125rem;left:6.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSafRonx5pJM7eCyr9TEXt9IaCa2bf7O { top:11.1875rem;left:0.625rem;width:41.5625rem;height:;font-size:1.125rem;display:block; }#CSafRonx5pJM7eCyr9TEXt9IaCa2bf7O li:before{  }
 }@media only screen and (max-width: 763px) { #r1wCLMLWqzB1ih3oXgXWWx9FO8MtwMtD { top:22.4375rem;left:0rem;width:47.625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln1pcPM81qrX97qx81r0kMHRrTmcKVlr { top:32.1875rem;left:0.625rem;width:43.1875rem;height:;font-size:1.125rem;display:block; }#Ln1pcPM81qrX97qx81r0kMHRrTmcKVlr li:before{  }
 }@media only screen and (max-width: 763px) { #XRFsPdaTqlF0gJmMeAq5HUBAW30Rod5w { top:29.1875rem;left:0.625rem;width:46.6875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuAl1BZoanD93lsVeGn3mJsvf3f6cgnD { width:2.625rem;height:2.625rem;top:24.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP1mZKwP0DxslzN7VXi2DKE47g66zznH { top:24.5625rem;left:0.625rem;width:5.8125rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVloUi3SF6wEEVJHom2VDpTUXanSLbV3 { top:23.8125rem;left:6.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ7H7ViS5PHBzn94UAWHeBzm4NIiw1fD { width:3.75rem;height:1.9375rem;top:25rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd { display:block; }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1oLsGNv6mgPkt0mSBlpkw9WmlMpu5tA { width:2.625rem;height:2.625rem;top:3.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q89HAanfovvbvoG5gzAP0vuNrGBuO560 { width:3.75rem;height:1.9375rem;top:4rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7XA8vpbyZbnFCXicNm3ROhHShDkttH { top:8.1875rem;left:0.625rem;width:46.6875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTAVNq1Wlq1TWJb2IurC9U8d8DGReTpJ { top:1.4375rem;left:0rem;width:47.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmLRmPFEq1ankXWzSiPnHtC5T0ZVcNCD { top:3.5625rem;left:0.625rem;width:5.875rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCpE6K1TFa4UqOoE94bnMFI1y3W2MJ8d { top:2.8125rem;left:6.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgvu5oBEGukSHNOBtJcJ3zLWg5cwmM13 { top:11.1875rem;left:0.625rem;width:41.5625rem;height:;font-size:1.125rem;display:block; }#fgvu5oBEGukSHNOBtJcJ3zLWg5cwmM13 li:before{  }
 }@media only screen and (max-width: 763px) { #m8PmWJTGPla10aTDRBfUx5w658SlZeVs { top:26.6875rem;left:1.6875rem;width:44.375rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBu3G9ZqvNU4NOFS4PEm76VMy4ItKcKZ { top:22.25rem;left:10.4375rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvybWzOdTAPxyCGiWQAtnu4c0Z44KxHE { display:block; }
 }@media only screen and (max-width: 763px) { #Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi { display:block; }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F61xMBTCO0n5byPsdtAVhfRbu87kww4U { top:3.8125rem;left:3.75rem;width:40.3125rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umwds2ga2MtcdMHvgMgPRva1HB1RC5oD { top:5.9375rem;left:3.6875rem;width:40.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwoMpAitifp7PPTMys0646X4k9AfdNCm { top:8.75rem;left:6rem;width:40.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLwgfapTnMJbgds7RdU6pTJKWXKto4LG { display:block; }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H00gk3XZyGzU0A8pEwH7TtgfcN1QR8Ba { top:15.25rem;left:0rem;width:25.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUfdtbKpLTT1AEcOqXQPP1y612AvnTGy { top:12.1875rem;left:1.3125rem;width:21.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9o6KL8wUqacu1nyCibpLa0VflS4zLq2 { top:12.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNnyyHxdGD83Ty8TdyVATFQtGdPGe8VN { top:19.6875rem;left:0rem;width:27.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFI0uO1H2l2SlXuXgfSmTHu7i1cXCqrq { top:17.75rem;left:0.625rem;width:23.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxegBZXTQq55My3mWw8vTiyI74SzCLy5 { top:22.1875rem;left:0rem;width:23.875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl8iRlXcRwLe87ydONfu7lC9PP947Iuz { top:23.875rem;left:0rem;width:26.625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJGvlgbXKxFU6T2qvgTWC9ztaaEyd9Bv { top:61.625rem;left:0.6875rem;width:23.1875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9V931MLVy3Trrz9LTpaHsHThX3BCfqH { top:65.375rem;left:0rem;width:26.25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAX1pIClUQTcwQnTlmBNi52zic5bo6GX { top:61.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJwo2SvqrGoEA8uJn4DxLC2K2nq0UDLT { top:61.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umA0uf3lBXlBHvXCDiwy4s1omTgyPH4T { top:57.875rem;left:0rem;width:24.375rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFTm4ZHXWCiz3ORxFPMNJI5e8kvHq408 { top:54.6875rem;left:0.8125rem;width:23.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNO8GHTIfyaWHzkTPxrEul8zmWPXKAFe { top:54.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIvvA2EVHZWBa2FPtbDGR4tLyVam4KZ { top:54.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab83XOZD2ApX3Jsk7orVXcfw0om4aPWq { top:72.3125rem;left:0rem;width:24.5625rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBDeyGv7EpvB1b2q0dRz4mMpJ5tmiyMb { top:77.4375rem;left:2.0625rem;width:19.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2zCdMhqIA0eO9m8To0texvnLdeOIUhy { display:block; }
 }@media only screen and (max-width: 763px) { #BN1NCMQdP3TTSz3VVrZbSzgAnX0foJ7y { top:70.6875rem;left:0.65625rem;width:22.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb8dszaQTmvcIsI4a3GSEsF2OQAXyaGs { top:17.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzmUTEbVF5MDT9911R6wpluHNvFnN2XT { top:21.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3dueZTVNIpJpLrs3licMGiBgCsq04e6 { top:28.3125rem;left:0rem;width:26.75rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naJkyh7ZzfBfKPxlWOf75HQV28h9dfDs { top:26.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J03wqZf2dVF4JX5Zm7C8IRf7CZq307ha { top:26.625rem;left:0rem;width:23.9375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqsXBfXP5LAdN2tpQ6AzD9TdTw2I5gOn { top:33.875rem;left:0rem;width:22.5625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiEy093BRlKLvG2E72Lqzxz1D8dbMVKp { top:31.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #so6NCT2ZRtXdEynzlVLgJnPEfszNyl1Q { top:32.1875rem;left:0rem;width:24rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kngVdLThNcqlfzypPQXKlFrkg2cyJKq3 { top:40.375rem;left:0rem;width:26.75rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2gQVMDUoqMOTt1Wovu2qitI4qirQBC { top:36.875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smcVaviqVTfTOOXbrasv6P4d63fJVE80 { top:37.4375rem;left:1.1875rem;width:22.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syUD14GxwJP78iONxUlpn2kZdMTD6MSx { top:0.9375rem;left:0rem;width:28.6875rem;height:89.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UneepIXJX6FwAt9VJBBhaSFxqpo6qK9H { top:45.125rem;left:0rem;width:23rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMBC8BtMJfNFUzRazbznJrZCSppE5wZl { top:42.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIwMEn93n8keUxRIht8tnQ7UohdnIWqz { top:43.3125rem;left:0rem;width:24.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RooMQDeabas7lueCkkhRnELf2Q0TiAlZ { top:50.9375rem;left:0rem;width:23.125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuhlvmEUW0ZMSDXmGXMDRGZ5tfdss03H { top:48.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9T4hXW818MUb6CPOPMqOpQKfleqFagl { top:48.6875rem;left:0rem;width:24.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPOqFOp5WRGaZVBX4fbHOg3bvHH38Wc8 { top:3.125rem;left:1.8125rem;width:21.375rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMiEqTHLdNpz3MDmnyI3Z5bk6rhAli4f { top:2.5625rem;left:23.4375rem;width:24.3125rem;height:5.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPNT7s1Gb3wdCuq70Cu9KZgwPeOmreG4 { top:0.9375rem;left:18.9375rem;width:28.6875rem;height:95.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4R4ULlpRhens0davNmy4GxvtbF9A9A0 { top:83.125rem;left:23.1875rem;width:24.5625rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATK1l2Nf2a3Zbpv3dkcTTzKfH7gVmvkS { top:81.5rem;left:25.1875rem;width:22.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmJ5aTsWgF2rTKrbpTaZUhffr6k2GiKa { top:71.625rem;left:24.5625rem;width:23.1875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7wwwIwmGwJJA25xPrkV4qdHBsvZBlEw { top:75.375rem;left:21.5rem;width:26.25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOOzafFXposV3ticETlnOi2B9luEDvst { top:67.875rem;left:23.375rem;width:24.375rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DroJCiCOVbeF4TXtDhqv6oUp7dfQT5iQ { top:64.6875rem;left:24.6875rem;width:23.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ne33ZLQGgcHl8wve4mTGUpIom0QXzg { top:51.0625rem;left:23.875rem;width:23.125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip2O87e3TxiETSz24657mxTO30cJKpTI { top:34rem;left:23.875rem;width:22.5625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TyDDZ6ZPtBDgBitfnUVZ7A3nmvoioU { top:40.5rem;left:22.8125rem;width:24.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSlElmcgMCKcVETtB0skPN98mGXHVZpu { top:37.5625rem;left:25.6875rem;width:22.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9yZFc8zwFrpoiT5vW63GClbfo5isBhv { top:45.25rem;left:23.875rem;width:23rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQsMu5TOHEccnFBiMdGuZ8Zee6769i4R { top:43.4375rem;left:24.3125rem;width:23.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQmuxHdZx57d35JAkKlTDLKCZVnu03dx { top:48.8125rem;left:22.9375rem;width:24.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TABifRNQx90f3cztNCuczsxBT8Rda48Q { top:32.3125rem;left:23.75rem;width:24rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye98VRmuCPhxzXbvzaG9FOxOmbaRM4WP { top:28.4375rem;left:22.75rem;width:25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrVlH2Sp0A7xX3cFPTkCzFeLZ2twqdO3 { top:26.75rem;left:23.8125rem;width:23.9375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brp1VvMNc9ZddDveERK8loCbtrI3vEHq { top:24rem;left:23.625rem;width:24.125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bphsvn0etQe9gXmg6REyALbV26IPFZSR { top:22.3125rem;left:23.875rem;width:23.875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFMiiabfMqN4bKrJy4g1Ngmlu58e4O1R { top:19.8125rem;left:22.75rem;width:25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQQ9hbc4GR99ar9bgRef6IImT6UyeNs7 { top:17.875rem;left:24.5rem;width:23.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTF8JHzVUBJToyQAtTdR0JTUVTHMlhVb { top:71.875rem;left:24.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3OqmBlMJa1mLftWntsxOimII73KTcPT { top:64.375rem;left:24.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLpInFEftGnZEFg3RcxrVfFMVhp6CXUm { top:64.125rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCkksFNsOWXizoTTAHn6ypRi6s2oyMDQ { top:17.1875rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAbspaUT2dr4mNVPWb4DkT4q1V3ZJTXt { top:21.75rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzAIwHuGSmeUNtt5SRhEh1cvDyT0U8Np { top:26.1875rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5KMUVx0hoehZzNiqiycS4x9lf0vD3sH { top:31.75rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srIn9EgBGtpPKnOkkamA0tpCo72HO5Zm { top:37rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuocBGO2F62qNoFIH5HBwL50b32zPblP { top:42.75rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFvOsUEcAmIBn4m1BlPiKSOD1NOzN0gq { top:48.5625rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyCtf4IQ15TUZUdvUBW5hozLI3G1a6U9 { top:15.375rem;left:22.25rem;width:25.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhwcAtD47iaoTcJQDPzd7853LTzNAeG5 { top:12.3125rem;left:26rem;width:21.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmrpTtuIkAdneeb8x1XIiloLcLwRtpLs { top:12.3125rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkK7rA8IQpm3e9BvsIoUHlQpwdzUMtcB { top:71.4375rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKwCH9XiH0fpCyhAxwmZK3hd5u6tvOck { top:54.6875rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMTwbreneimtRb6yRdVdcZTIpnLGaqay { top:54.9375rem;left:25.9375rem;width:20.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4T2VXNkFhp4nMhxQ1GRu97xads1fPZx { top:57.1875rem;left:23.875rem;width:23.125rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmQRISzyVox3ezKwgyyE2pOf2tcI1tMU { top:87.4375rem;left:27.1875rem;width:19.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6xbxM2Zai8uibwW3ZFOhoDeFCy05Sx9 { display:block; }
 }@media only screen and (max-width: 763px) { #nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 { display:block; }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTUWdkXnTpzttm8cHrHu5T6uMEhWNfMV { top:1.3125rem;left:1.6875rem;width:44.375rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNkk6G3T4eqtErR04K2rECiHf60vPRsA { display:block; }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdTNE7QZOibTO3ExT1wzdqHNPGd75hlr { top:18.1875rem;left:10.4375rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDlVJEFRPXukXDZsVuh60vgfPqfm9qO6 { display:block; }
 }@media only screen and (max-width: 763px) { #vmmElOZdTPSFbGlhSGRGBfyTag62W0oq { top:9.8125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGRMH4gTyPw5gznH72NG7wVRTaIRsdRo { top:4.3125rem;left:1.1875rem;width:45.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ZLlTxL6xzTtXmapSqyfpTh9NmI6syR { top:14.8125rem;left:9.75rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCJFLm5Rp34FURFeRPSgQCz6c3ba42hi { display:block; }
 }@media only screen and (max-width: 763px) { #s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl { display:block; }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5FoQM7a0C7X2D8WtW2DK5Kd0CAmhNBb { top:2.8125rem;left:0rem;width:17.5625rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlkXICFy0OVoUiL84Fps34obqXAmNfZd { top:2.8125rem;left:14.1875rem;width:17.5625rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAJuXgGg31u5h63KzGmVNATPABGDyIsE { top:2.8125rem;left:30.0625rem;width:16.0625rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdwlOwPiEpKX0FZNqPu4mviOBbWchvid { top:37.5rem;left:30.0625rem;width:17.5625rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHttSR6b2u7Ug9KGFG7MK2dpTmvLelIL { top:38.6875rem;left:14.1875rem;width:16.1875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiZzL0GdQXJTTXQHhsoO10Ag9lPaix0W { top:41.25rem;left:0rem;width:16.1875rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk { display:block; }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0FiIiMwFS1TSKLtvURPNQKovTECWOhD { top:1.125rem;left:0rem;width:16.6875rem;height:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #emBDqxv76JAnlZJttkl5kUGDKukvHGFA { top:1.125rem;left:15.0625rem;width:16.6875rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTTFbIJASa8M2TQa844tki0obJZglty { top:1.125rem;left:30.9375rem;width:16.6875rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx { display:block; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQ7QtclV3vGvfgLJ4U0Z5qz1T5F1Vlm7 { top:4.625rem;left:0rem;width:43.375rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKnUHraDCTeHxUrpBXb7zVQ4RiGFnprR { top:4.9375rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gykTp0hREhAQVsyokAV0fV1i2mgCoX0I { top:19.9375rem;left:4.375rem;width:43.375rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9PrCfZSzIrpBIZ0eQzGxoPPAlbJoI3f { top:20.875rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0XQetFHr95Ox966RMoKTzdSA9g5yOSp { top:3rem;left:0rem;width:47.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6pcK5ohTniutcLKzQxAOdf1962v4Ipw { top:18.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sykQXgTX1DBz1l5zcIcWQkpwSDwykD3e { width:13.9375rem;height:22.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPDvPl6I4p5Bhcv2mN7c9ftwGpoOsp7E { width:16.0625rem;height:22.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOfxW0Zz5sPt1yTAEzGiiSdlz9Cs1HIh { width:15.25rem;height:22.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExX0TzscNSrHXZ2Oxpu98hnys2yAVJAL { top:195.4375rem;left:10.4375rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5MAnHIgSsxoZlwX8ViVDWuOWqUfH8O7 { display:block; }
 }@media only screen and (max-width: 763px) { #xNLXMeOiafI660RgtIzAwBI07quFWxOW { top:51.625rem;left:0rem;width:27.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR8rX6LWQfnDiGqDJe96vLKMDxOq1SsQ { top:200.0625rem;left:1.6875rem;width:44.375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7A5fCSZv23ZttdImJcrCx0r7QD8I06e { top:51.625rem;left:20.5625rem;width:27.1875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQsgTVL5geRJt2e6g0xsh7DBo9q6ypzK { top:65.75rem;left:0rem;width:26.625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGb09cgxF6mA869GTF1JFtyUawemTiZS { top:63.8125rem;left:20.6875rem;width:27.0625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geF1wvbuII6m3g9IZpTXt4b98sJ6TBJL { top:79.75rem;left:20.6875rem;width:27.0625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHZD0Fc2maMCsBvTwT2oETZ884oQuGxw { top:80.0625rem;left:0rem;width:27.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4sEbHh7NOOSaOgCgSOvDUbiV5VkN0hh { top:87.375rem;left:0rem;width:28.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIHwfM3ZbVmglRrDwX2zvvUVU9VLi9bd { top:92.125rem;left:0rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnvQk0BGHZr7c4fXM6CewRN9TG2xerEM { top:96rem;left:0rem;width:27.1875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1S5cpcmZUJtoPvvBSDiBCsHgsb8BSKR { top:100.75rem;left:0rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6oSPDpwbv6VHqTWc9m3eJ0xd2RmSrT4 { top:104.6875rem;left:0rem;width:27.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJOTHFPxaCSSLbb8PBcrVKd6EebL2rWe { top:117.9375rem;left:0rem;width:27.4375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zplmAxDkFRIA9sp1VArxlHcKpI0sOpXH { top:113.5rem;left:0rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehS87ShaNri1ttDoDxPQIrNuGg0evrT7 { top:139.5rem;left:0rem;width:27.5625rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODu6tptM8wiVxEfd9KIz8ykGut79JIR5 { top:135.9375rem;left:0rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH9C2VSPrTvAiZKIX0ksATvhoyw0pWZH { top:96rem;left:18.375rem;width:29.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGrk5mZwyD72Ck2ddbo3XuogXooCHPc9 { top:129.4375rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEv3NZsAlZTw3HtuKwnMADL0DT9WooX1 { top:115rem;left:18.4375rem;width:29.3125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUE4fAV8enIb3Mawdqlyp00t6SN0Ssa { top:111.25rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAmodH2S1tfPUaTe6bk6q7HJ1N1CaKhN { top:149.9375rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHBWP8XT0UypTkoaB3Ld13S0PmRlbowt { top:132.75rem;left:18.0625rem;width:29.6875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LFQXoaaulI8wHfRHfXdwS6sXXimbLm { top:160.375rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDc4773ByBDUfLbfnUuRTJWkynMrW4z6 { top:152.1875rem;left:18.0625rem;width:29.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXOybt4X5ExFBgGw4Ixs4TLyWCHvbW3K { top:92.8125rem;left:19.8125rem;width:27.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4HI1OBWFzhQcvRxhRwE8O0aTnF2D7Qu { top:87.3125rem;left:19.3125rem;width:28.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcicP1rHi8CaLvEtAy3WN6ZIVyHtHGqH { top:164.25rem;left:18.125rem;width:29.625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4y71gKOMcTP14ycbveFSfToUhM5rtbD { top:172.8125rem;left:0rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IclDFczPAhf2TiNb0x1ynM67F6gFMTSg { top:174.25rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tedLZoltIBQrgEvK9IdL2V89QNpmv51T { top:177.3125rem;left:0rem;width:27.5625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHqyLlV922WAWZM6AHNsLuGs6MpXNBHR { top:177.3125rem;left:18.1875rem;width:29.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaR7VPD2KLXyZsp5bXHSJT8VckN6rKp0 { top:189.8125rem;left:0rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLkT1ScTpNVRCJWItVPRhaH2TtaDk47 { top:182.5rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWZvJDmSOpnv5DDsM1Dg6XGXmm7W2cFO { top:189.8125rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbGhnFcnizcO9Nek9rwvqlb8x6zVeGTy { top:185.0625rem;left:18.4375rem;width:29.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2JZZtPCfWqlIm0OoTNtEV5zekTPratT { top:183.625rem;left:10.4375rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH9mxgRADvtTfHoRrCNXFSCC5nU7Z5dn { display:block; }
 }@media only screen and (max-width: 763px) { #KEp8RTnXSHoPxaycVhCTnHi17H9L0lC9 { top:35.25rem;left:0rem;width:47.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISwZWAxNIBw3UZHDrAx8TenqSBoolmzg { top:35.875rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpXWhgDzUySBGkWR3fdeB0msDFGDHnRB { top:37.5625rem;left:0rem;width:43.375rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poz8lTNDmENuSVXuy1TQQoCnKltD40xg { display:block; }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Not60ASi52EPeF2ZWoT0Z0gREZzrGSSh { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9bJVnJlvRN9rKg1zcAzNDIiL9L61h9z { top:13.5625rem;left:0rem;width:46.4375rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFSPRbVzXWZ8s7Ozppp41f9FIf1femlR { top:31.0625rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoeKaEvFLC4dmkI0Ot5b6sWZcyS0nTFQ { top:31.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqttI9cE6OxG4l4ToA34cJb0dqNFvgcv { top:35.8125rem;left:0rem;width:47.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGCiaNdQhT6CBoQLqA7L6WD70aip6qo5 { top:36.625rem;left:0rem;width:44.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyRgsJkcERRFdwNtSRHzJ88rXlmkpqD9 { top:41.8125rem;left:0rem;width:47.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVS8g4FMXV7npeLlwGdxnRf2os4ww1qp { top:42.625rem;left:0rem;width:44.75rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDR7WNuwMULh2D8kwwKz8CDxTA5csmdS { top:47.9375rem;left:0rem;width:47.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsv95y2Z73QSTCKooOWsX997nEuUgaZd { top:48.75rem;left:0rem;width:44.75rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAocQT91yUD6op4tUoGmRFg26DoWQgEu { top:54.25rem;left:0rem;width:47.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTVbVra2OUJK0XRo6r8U5Zm5Mvv1SNHO { top:55.0625rem;left:0rem;width:44.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd { display:block; }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMhkqqyRGo4lgPztelQXOSpHbTSmPcdy { top:4.5625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAeHl8snXon9g2p40QP8qNqsLybNTBRF { top:14.125rem;left:0rem;width:47.75rem;height:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x58wZ2s1SBwp8Fom2w7ZLtgMuQgk6a2h { top:58.125rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBzDR4CoOceMnGwV39wvr23qQPXOJezk { top:48.1875rem;left:1.375rem;width:45rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w { display:block; }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sF22TCaATsqPicpJp7aU1fmJcgEg383b { top:4.5rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRmSESwa4co5w2hSTntxOM5OdZW5Lg0Q { top:13.375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycL3r4xPr3yfbx5ZwTH19kuinaZzouNH { top:21.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3cu8ZzpKh8ydVbtROFcBl9198LHnlOz { top:25.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI7T9GFEitgvReEKnwyK1tOBmSoGgu4E { top:26rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5qhDshd4IrvLECIUwenr7GC5HXxmT19 { top:29.8125rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9SSWmIZBha3vz1N1xmuFVtvXffTtd2 { top:30.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3LFspfCQ7ZEuULv23My9Z6k6Q5JX8L5 { top:39.4375rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLJepBD58Eiq3sPLaMvBQKqbipkkMvGq { top:40.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omf8GLXIm6t70lDl0xCIcvU6l8dizv1c { top:34.8125rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQKHtNipdGMP7OVHIpr4oaycaRZR2Vc6 { top:35.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1IgnTGLTb0nMNXi9wOM7TytlEby8XPz { top:44.3125rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHOAqEkdbe4Ug1D0NACSGmzBCCF2PmEu { top:45.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp { display:block; }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJhAsBdwWGQ7yiT1UXGHw1wmuGQdB97o { top:4.875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1C77Abmdp3Qnym4oXUfuq28GPShDXnp { top:12.8125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplIZftupySt21OPvQAV53UZ3wmDEIns { top:23rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfa8BIFopRaBAR54DFkDQt13Q4R6y7OB { top:29.125rem;left:0rem;width:46.1875rem;height:22.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #px6PfRVM7r3xc0ubPyemBOWogEbLnWXs { display:block; }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfUPb0eCa4XTUpE4nJheGoSNyBeDpxOm { top:5.375rem;left:0rem;width:47.75rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gasg7hkp9XDAgDZTU2mQ8TV7T0qFopNU { top:14.125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbI797VX6ke4kDlP0ZDshKRZ2wHooApH { top:44.125rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEVDreDJbpbR8uZKtBvlP79EpdMB78eB { top:21.8125rem;left:0rem;width:47.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep2IRFifLxlIxXpiQoy5945g4RWxMnNn { top:23.125rem;left:0rem;width:46.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8rekMt1vTZEAi7Ml9JhP77gbzfx3zBG { top:35.8125rem;left:0rem;width:47.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpnTuPkGVwC1NZ6fCXna5V3LqzbC89m { top:37rem;left:0rem;width:46.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2LCgOk7QBAVkPFTEPOuMsp6ci8qLZ4r { top:13.3125rem;left:0rem;width:47.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLIowT6UxDhFS22NoF0VU5QdRqFyb4NP { top:29rem;left:0rem;width:47.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hybq6CkXoBdzDaIJgKieeGLeBXOX1Ama { top:30.3125rem;left:0rem;width:42.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ { display:block; }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blHirV7T8Ffa1g8fqDTqXqiTobXKz4LN { top:3.8125rem;left:0rem;width:47.125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NubXwIv5GAg6rGlSGC5Sa4ulZqLKDWEW { top:9.0625rem;left:0rem;width:46.8125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly { display:block; }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO7hOUKL93J74G0bsWzIsZWyVReTwWbD { top:2.5625rem;left:3.75rem;width:40.3125rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae1IhTeb9fqaTN6V2xGTAwSiAv3al6vs { top:4.6875rem;left:3.6875rem;width:40.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyMswUqMplZy8oTvOkMKkFuTHeCK8Mwl { top:8.75rem;left:6rem;width:40.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw { display:block; }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #husVWur4Pc9LQxuFePEs2EyMmkyueIed { top:15.25rem;left:0rem;width:25.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDUJyNCmSRXrTvK927e7oUIiR1XMqsFU { top:12.1875rem;left:1.3125rem;width:21.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHqX4xNJLzqANAdFJUcSxETWW4qAGHK2 { top:12.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML9f9oDbJ77WhMWM2DEOUr6ym6EDk8dM { top:19.6875rem;left:0rem;width:27.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6z1LwslpFppDZgTVKGQI5N9blNuao5R { top:17.75rem;left:0.625rem;width:23.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMLGKc74CLCOB3Pf5kNVMDmT9THmB0kA { top:22.1875rem;left:0rem;width:23.875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8vyZDqP86Tl8y667c7bFgSMFSSiLxIb { top:23.875rem;left:0rem;width:26.625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCtMPTB2tLKsWrb8JxbkTycJFMMTCbNt { top:61.625rem;left:0.6875rem;width:23.1875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agBukA6in0GK1XUQCfaZz1ugTDCq88Sq { top:65.375rem;left:0rem;width:26.25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPCh4V93RhkMqNRgt4vAm34lPwhT3DcO { top:61.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfrBadVmQC8sirTTWxruya2JxpaM8vfu { top:61.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN0oenxn4dFM83E4SPLQxIMngoW5BS6r { top:57.875rem;left:0rem;width:24.375rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNzQib52gALznTG7U3hJHGH5f1dC9fZ0 { top:54.6875rem;left:0.8125rem;width:23.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKgfaIdUakh12a1pBTB2qUgklA7Hkt0X { top:54.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW7E7IHdGfMn1GDwu83S7Fz5pxMKQipn { top:54.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcfTuiCqNWn7TcVJ3FoudZ7JziARZc1x { top:70.4375rem;left:0rem;width:24.5625rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbNMN3Pyg3Ja3RJFFB0TzUvIx3mX9eaL { top:75.375rem;left:2.0625rem;width:19.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQeP6XKDoDSvZamA1W4y3FK7T69NX8xN { display:block; }
 }@media only screen and (max-width: 763px) { #RDWBFqZWnkhOygraEGIVLgssqB1z3vll { top:17.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtFKFbJTrelhGRZzpy2XU3H7iJbJkSwI { top:21.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCGn3nodm5o0HFLx2xL3rxBmS9Kxgc1k { top:28.3125rem;left:0rem;width:26.75rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOgTVBh0B2TiIwnBQrysWPvNxyZn1E3d { top:26.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q27DWObs5IZOR2wKxekgWuC3SILxKXT9 { top:26.625rem;left:0rem;width:23.9375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkZIIcz2JoVIeIFQrTBnsQiCk574Wqk0 { top:33.875rem;left:0rem;width:22.5625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq154uzLeHuxzF6TSlggSWvenq1TpXb6 { top:31.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ZD34L2sv7qCZalMkeURU6fg9gg9lHo { top:32.1875rem;left:0rem;width:24rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEQVwuIFOdfCsvcWsgrrdE5CM3E59yOZ { top:40.375rem;left:0rem;width:26.75rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWuWTnr2KBduB5zv9b0NorVeBTtlTMN { top:36.875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnwDuoARN2BMSfDrWzVbyedD8OeaZ6Cs { top:37.4375rem;left:1.1875rem;width:22.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEDvfAgir2LaCRTse1RuWbuDbAndwP4T { top:0.9375rem;left:0rem;width:28.6875rem;height:82.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGkWlphPoTBq8CRI0nTcl9v0kIv4cBQJ { top:45.125rem;left:0rem;width:23rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbexRSlwrdHDG9ghEPRnluBFsKxCkqtx { top:42.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebvtDdTxMTZO6mLr3JNbVz8MDxArSSiw { top:43.3125rem;left:0rem;width:24.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igroZgDImcOTF3STGBGhFnJg8LUoSoQd { top:50.9375rem;left:0rem;width:23.125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPGs5zwm8XlsnnN6KeoZh5u4HgGUOq2r { top:48.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5H5UIbDfM2iyx7pH0D3hpGFb93yRnCE { top:48.6875rem;left:0rem;width:24.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uem0p1XdaqXAKc5ia6Cs14TBwGQmDADN { top:3.125rem;left:1.8125rem;width:21.375rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvfGchV9dFlCSUdsVle3fb9zSITzoAyG { top:2.5625rem;left:23.4375rem;width:24.3125rem;height:5.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLzEEut3JBenCU8BOghJ4mlQAKpL87Ul { top:0.9375rem;left:18.9375rem;width:28.6875rem;height:92.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alk7a6pqF5gq13vxlzFBUaCagclloLPT { top:81.4375rem;left:23.1875rem;width:24.5625rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTflMr7QZqngtGrzTZs8KkT8xPnWFO6d { top:71.625rem;left:24.5625rem;width:23.1875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pimb1PBJl0kO8n0vbpATqh2gLEKClQ0D { top:75.375rem;left:21.5rem;width:26.25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS8OebMkigOTUrFfJueqzxqDRTAkcekW { top:67.875rem;left:23.375rem;width:24.375rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bmQkVFvE61QPoF8B9zk6qJo2KmHQt6 { top:64.6875rem;left:24.6875rem;width:23.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUguiU98TcEv314su6ZA1yDeH3RXKwPd { top:51.0625rem;left:23.875rem;width:23.125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pszeeamHKN4iFyaDUTzTxRd5nN62xUmq { top:34rem;left:23.875rem;width:22.5625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndJSPigdCTGfelJ42w6fLtpxcdTpyDXX { top:40.5rem;left:22.8125rem;width:24.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4beb2GV6Lu6PZbK6RdpuInEkv6Ra3uJ { top:37.5625rem;left:25.6875rem;width:22.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTwVIWdLlFyB82IEPiUPuW8yvKc01kh { top:45.25rem;left:23.875rem;width:23rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfXyHlmTHgZ7S6GiTztTGuwZ5eTDGdnI { top:43.4375rem;left:24.3125rem;width:23.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSOc7APeI0K3bp0SJU1X1ZXiAJglTS6g { top:48.8125rem;left:22.9375rem;width:24.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV27irsIaUC3NgCLebDwTOJhp9JkhODB { top:32.3125rem;left:23.75rem;width:24rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDzAwBGo7eRmm87ZAoy4MkX3wU5H1OVK { top:28.4375rem;left:22.75rem;width:25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3VnTHy7zauSRmRxbALNKpSOCeRad7gX { top:26.75rem;left:23.8125rem;width:23.9375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azW106WMlmgGfpWnBIN66HRBDb6zby26 { top:24rem;left:23.625rem;width:24.125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkGPS7FBpKiWdZBB5WwRTOCI7ZQdukW0 { top:22.3125rem;left:23.875rem;width:23.875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthB4VmDG3S6zaeGQaVUkBI1eWMEiapb { top:19.8125rem;left:22.75rem;width:25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3PGlXD6tGrHWru7W5KS2rqk22eUq5IO { top:17.875rem;left:24.5rem;width:23.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TCfMtuzGUOkBAfmIRlQ8zvRTdZK17c { top:71.875rem;left:24.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbln0Lo8ge833e9uxC00Jeg1dTdHggD0 { top:64.375rem;left:24.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6TXlTWgKzfwt08mllFTCaS5B2Ntcmtm { top:64.125rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKkhbF8clQHSVwunJ2y1rBFtSO0R6iZv { top:17.1875rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXECg0BsJW6JOA5iGlm29SQTgsFTXst8 { top:21.75rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyfKuQI9rDKEfPuGpHDp8PTs32oikeZ0 { top:26.1875rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yruUP9GBPR3bwlIUSeS3qE8DiFpKv0fu { top:31.75rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxvPd3ehi2TLdJFCMHH4sdrK3bslWgHh { top:37rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISTucpBetXSSkm696f5IGMTr3Rk3x7GA { top:42.75rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFZ5P9X4aT5BdXzqMAswpsVdMDv1dQvt { top:48.5625rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwgs6wSkNBUTUq10acBl8R9dkN5wCZbZ { top:15.375rem;left:22.25rem;width:25.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLET4hrvTfR8IWMnuLCeQzulU4IMw60T { top:12.3125rem;left:26rem;width:21.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkbUbWvrohTfkrbp996d9b9GMkIiLP4u { top:12.3125rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqe7izpb5rTVUlCZssfbixEEA3hwt7TK { top:71.4375rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1ODN31cZDzImqgD9IZrARLRaGz6PeCN { top:54.6875rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK71Zb7U33Tcv6gNSUcolyXwopTDLnPB { top:54.9375rem;left:25.9375rem;width:20.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyx6g6OhQmJ3TVmqbooHpoZU9Bk6Ii5A { top:57.1875rem;left:23.875rem;width:23.125rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQhqIz2vTPgN6CSMkyg7etifE5xSM5S { top:85.625rem;left:26.5625rem;width:19.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5akhOhFB9J8De0cLwA7txgNx4PpmV9g { display:block; }
 }@media only screen and (max-width: 763px) { #iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs { display:block; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgXBipfzKTBJ6WkaCD1AkxLUK1rqouHh { top:4.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsfycZf9AAyzq1cDziG2ghvC6eTCuQiV { top:14.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfLFlkbavo4CgT1H1TBk30U0LwW3tiMc { top:10.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCgdHUNEZTzFu36VpRQU2FyZ5Dq2kupc { top:11.375rem;left:2.625rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0l67BduQ6Uw0QkSH7AIzxkRMJQNh4IS { top:30.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDFD2MutSuV3IQ3TyaIWbR3hVdJmlMA8 { top:26.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLdom7L1XCGGKfuv6HV7cFFbK9EKKnb4 { top:27.0625rem;left:2.8125rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUQtoQn9J0JF5Jq7DKAVUKOuyBG7I13o { top:21.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvUzKa0GB0ok1yUbwcBzT6iwlgEAtSM6 { top:17.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4BiIvZrTsIVxnEXm4dO2h6s5kQgh0TF { top:18.25rem;left:2.625rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhxgS5qJTNXhi8kRwbls5Nyzg8HmH5TS { top:45.5rem;left:0rem;width:46.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRSGscyyaINSQlkDrTzTNhG7BTbgWbIQ { top:41.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg0ke82y3TTZgsyzPJB5J1UmkZPIIbRA { top:42.5rem;left:2.625rem;width:36.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOlq7bX7ThNIPD3T5dPTXHWcZ4Do3Qe4 { top:38.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dahOkLL4MqalQaqxZ4r50I6miwmBQo5g { top:35.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrrK9LZmleUpmdiImCDuNBJrI4TfiDel { top:35.8125rem;left:2.8125rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2L5FdxishIeUed5OPNScOonorpK5mNG { top:62.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvp97cDiERzIWEWSrM4JTGUmKvHVLZfI { top:59.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCR9E1qq6ykHQZqqgQ86Sn35xJP9QBqG { top:59.8125rem;left:3rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stGsbgCFo5aDkJuzSEVipIBEU9JUiBAa { top:54rem;left:0rem;width:41.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hre9WcuxG9RTEobMCzAuPpDAVBQd0WGn { top:50.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCgwOa8H6c0vtLsVVOUDcbbZ1Ud7rJBe { top:51rem;left:2.8125rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZMH1Z6Dn4O5XlNfN3p9zETUzSZG8f3w { top:69.625rem;left:11.25rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHmlqq3DpAkX1OpcLq7lNC1VyDo5QhyU { display:block; }
 }@media only screen and (max-width: 763px) { #LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { top:1.1875rem;left:0rem;width:7.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { top:1.8125rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH1TChP8p6rL9CZ6g7kbxEXEbQW8HbLZ { top:0.25rem;left:18.75rem;width:7.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/m3qYD9l0/betimes_gradient_tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w { display:block; }#SvA5rPNL60LCByR0oGVc8qJGne2vlJ6w > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McHBBpKXPtxkhLoTc1zoHVgSTXnld084 { width:19.0625rem;height:2.7119125rem;top:16.5625rem;left:0.5rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wThsGcMGqKOZueREXctAuh3I5oFfKDdz { width:20rem;height:12.8203125rem;top:22.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQvNLBV6oUN84Do6y69V7um5JeNS2yhx { width:20rem;height:12.9980625rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgkWLQuQmQ1tIvQqwRfWBdlRCQPl6I1H { width:18.25rem;height:1.375rem;top:18.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnclQkwSghzr2JLvT4lN9SN8QRptlPP { width:14rem;height:1.375rem;top:20.125rem;left:3rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #PhqZ1ECJ0DNMAlC63l535CgywkKJ6Nlk { top:54.4375rem;left:0.5rem;width:19rem;height:4.5rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #mEmLKN7SAwARTOMU46fzi9rQBP6FBSyv { display:block; }
 }@media only screen and (max-width: 763px) { #hVz0M7Vxm3tz24bibD7XVX4PTdDaWFsA { width:20rem;height:14.95703125rem;top:37.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD { display:block; }#LwmgBkLWLJu4Od6ywW4ANNNpWRwIRBgD > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cz7P7XbdTrw0ITEfAREzoMEf7cx4om2t { width:20rem;height:7.6484375rem;top:7.5625rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IM71RocaLRbnXbR75KLxDwnFg3APgUMT { width:20rem;height:2.2744125rem;top:3.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXrNXMfZCbOwFKNax201VLrhvKR0L7iw { width:20rem;height:5.736325rem;top:16.75rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TgVbHyNEvnaeLcTeVCp2aXbT4kncreCT { width:20rem;height:3.82421875rem;top:24rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW { display:block; }#kxq6C2XHylrXd4TUdXaEMWD2LcV6KTsW > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4vgCKF2XhalOEh1C18cy0ZPDQsxO5gW { width:20rem;height:12.8125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 { display:block; }#H3Abp3J9eP6ZyL3odb2reaVkcfRmfJW9 > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzyUqo9CM9ILWM48MspA0Bot7qBRiPmE { width:7.1875rem;height:7.1875rem;top:1.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phw54lIlQ2oDsmIIaI0B0s2f9wMKWJmC { width:20rem;height:17.53125rem;top:10.75rem;left:0rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ghf8abhx0fobCO6tZwFvs7eHU6adGV2V { width:6.8125rem;height:7.1875rem;top:1.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD { display:block; }#HBfz9pURrDGtK0B8FxfJcgSCbH0FGzOD > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX9WwK1xEkUBE7SaCawHqTViFZapVe3K { width:20rem;height:7.7988125rem;top:9.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLMsNBDH6O1S69MuZDGG7zvZmvpcCXvA { width:20rem;height:24.857425rem;top:18.9375rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #V6fJxHPhpVpf3vrIt4XrPiKgqn8des1c { width:20rem;height:4.875rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU3lGb4N8M00R4wrizfxNLQlCbRMctMC { display:block; }#pU3lGb4N8M00R4wrizfxNLQlCbRMctMC > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4ZJUnORrW1fxCtgGMrEvXOFCMWK1R96 { width:20rem;height:12.9980625rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZrUPV6NHUFNmWMQJWqEs2s1xfoEJeCg { width:20rem;height:10.125rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsGAfTxvan9n4EwTfh0AWJmctkHDTESp { width:17.875rem;height:7.871125rem;top:26.875rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ULfh6BDHg0r7AKnSb0Tzyid6Hyp0FzKZ { width:20rem;height:6rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z36QkSKtAORMr1MaUChgDTRJvvmpMiaT { width:19rem;height:4.2734375rem;top:19rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn8uxChJFdH5s6iG8ZeIyP8pNmPlpSgG { width:20rem;height:6.125rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8iWnNuMnl3Sa1qTOQ9BnEoW4zZ2nla { width:18.3125rem;height:4.72265625rem;top:37.5625rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RHmmsRzwTaQ6IyrVURnnD9UeWvoqaDRT { width:20rem;height:4.5rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL5ePmOVDlMdTkpL1CddPdWD1wwmwlwp { width:18.9375rem;height:3.1484375rem;top:45.375rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qZosV1ClXnzTZiXZs3dsCtOgtWTryC13 { width:20rem;height:5.8125rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2TAqTqIobaBLwph9JZTaoFu9F6VgPgX { width:18.875rem;height:4.72265625rem;top:51.125rem;left:1.125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CL8JETk66nQrFpUb9FrqxIQlehnk1S6W { display:block; }#CL8JETk66nQrFpUb9FrqxIQlehnk1S6W > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPenQkTN9PATIcJLcyEZFPMuIKBcofhp { width:20rem;height:12.9980625rem;top:7.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQM4TiJnCwez4tp6L65yxPF7GL58TFDe { width:20rem;height:3.375rem;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox1CgMe1n4hDtZhNCJo0X9v9GaV3aqX9 { width:20rem;height:3.1484375rem;top:22.5625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hcvlAK8Sri2z33rJ4D7TPNRGFUH4WMOX { width:20rem;height:6rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCrUQVlkZGJ29SQZ8agdBE1A7nRdcQMZ { width:18.9375rem;height:4.72265625rem;top:28.8125rem;left:0.6875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P5SfBmFQ409UNH8Zx2tbEsGX5J6ksxsJ { width:20rem;height:5.625rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzF7QUlxaNbV0mITaa0eNXtc258iWvpX { width:18.75rem;height:4.72265625rem;top:35.625rem;left:0.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zVDNvEtiipHN95NSti8PRmtlKTfiry5a { width:20rem;height:6.1875rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtqlbI3iDENgI5Lwf9eiiRSIOqBknmJ { width:18.9375rem;height:4.72265625rem;top:42.8125rem;left:0.5625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZgGlAM515zIrIKuHsHrralL428v9UrsO { display:block; }#ZgGlAM515zIrIKuHsHrralL428v9UrsO > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXtz1ELQIwNaUnGtFl8F6mhlh6Ou26PQ { width:20rem;height:6.75rem;top:2rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLbBDd5iwfb2TUr5WivMedUe1hbWPcA8 { top:10rem;left:0rem;width:19rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqt56fEdeVtvTCn6rgR5WVPhzzuSn5nR { display:block; }
 }@media only screen and (max-width: 763px) { #aTp0lyC3iuLAhDbfdHsOuRE1pGenEuaN { top:11.25rem;left:0.5rem;width:19rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsmBNlACcE1y62AWlkT7uFeyXRrpT6WD { display:block; }
 }@media only screen and (max-width: 763px) { #Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B { display:block; }#Us0FXNRTnavpfopyLwCLAsdT3zIH4B6B > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHBnbWbKUIkLxpkOS0S2f2IqJMVt2LrJ { width:18.375rem;height:15.597625rem;top:3.625rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFrcBgZdqK5uwhTvhgLuQaJcq662Lrrr { width:20rem;height:3.82421875rem;top:20.5625rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wUv1Tn730MKxJRRoacpXasTMu4m6A5ll { display:block; }#wUv1Tn730MKxJRRoacpXasTMu4m6A5ll > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v57aWTVIieUKyxDaK9Pz8zZEUM4DyiF7 { width:18.3125rem;height:15.875rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J60KTv6X2coewa3uI6vrvGMzr3TmoahQ { width:16.875rem;height:7.1484375rem;top:8.5625rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN03yh3SGbfNTIl0HqfpUiG1dXbAb7fV { width:18.3125rem;height:14.125rem;top:18.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2kGCc70UGFqtT49gtFsAu6Id6vXDAuT { width:17.25rem;height:7.1484375rem;top:25rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTgRU0DKKnzKpxJVtDncNkROlbJ0mHDM { width:18.3125rem;height:15.3125rem;top:33.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut8nwyuXyDJ1W4hfp1rnWMLx2BOb7Jq6 { width:16.875rem;height:7.1484375rem;top:40.9375rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEWBJSqBOzGhaXM8geUN9dktaJ4JdlsH { width:7.1875rem;height:6.5rem;top:1.25rem;left:6.40625rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlpRhC8HBrNRucoCoiBxEAo5Wmkr7nOy { width:7.1875rem;height:6.5rem;top:18.5rem;left:6.40625rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPZCGKZsc3DoTZSAo1pVyzqNncBQqANk { width:7.1875rem;height:6.5rem;top:33.875rem;left:6.3125rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVwuyiOvzXB70wEVT7WVi21TV9re68BH { width:7.1875rem;height:0;top:56.5rem;left:6.375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 { display:block; }#ZIKgaeLVEW93MOk6tp52Zk7iwQeQzX30 > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvP5vbtdI9IhVygntilcanxVzi7wzsPr { display:block; }#cvP5vbtdI9IhVygntilcanxVzi7wzsPr > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfkwpOaZLTQvCwcODrlhD3anLkrXFPgk { width:19.1875rem;height:5.361325rem;top:6.3125rem;left:0.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ku8A0JGa3T7B28dAow4lJDE3rWAFZD01 { width:20rem;height:3.375rem;top:12.53125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4TPQQSPd1NHfFeT669CQJMrU6ZTfix { width:20rem;height:5.0625rem;top:32.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEF6ZxOgvCp0B6K458iIkis5PWTRSrpB { width:19.75rem;height:7.1484375rem;top:24.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HA6DCRU7zQowOHFoiG0iFqRTeoGqk7lq { width:4.375rem;height:4.375rem;top:1.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyb6t7JD39D7lFQcMJ1HUfxwVP9AEqTp { width:3.125rem;height:3.125rem;top:20.125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIJ7i7wLymWg2vArRwKGA4aC4cUsAtym { width:4.375rem;height:4.375rem;top:18.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcUaborCZIEbXViLqClJl7ZePwocOQT { width:3.125rem;height:3.125rem;top:3.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 { display:block; }#t7FTrLPhhSc1diqiTZmuGL3EIcowW8e5 > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WG3mJAEiM8VZ4nF15Bfcos0zx0S9zqVb { width:20rem;height:5.361325rem;top:7.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxN4MdDwkA2poTVQF34LFyuLxvnZEMpb { width:20rem;height:5.0625rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRqpxceETKMPZ9sZxDObmwOuuFBVy5gW { width:20rem;height:5.0625rem;top:30.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #felCXgE64M1r8wwkQmpUClTDfwPTvw7z { width:20rem;height:3.57421875rem;top:25.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XOB7fARDyzoKhESWTIhrhA1USe2KUMS5 { width:4.375rem;height:4.375rem;top:1.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U48MHugT0wwONki1sg6Lw9OyI3hCP0R7 { width:3.125rem;height:3.125rem;top:21.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnC3rUZIprL7dSz36QBW1JPVSvSP8Oir { width:4.375rem;height:4.375rem;top:20.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdtqap4WpUlAlT1EAwSb7us2cPzxp8pf { width:3.125rem;height:3.125rem;top:3.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG { display:block; }#Fs3APuo5D3ZFuVZnulobxkSXy1KtQpTG > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbZH6VNAN6IWPzTeNpDhyt4vDpRMwqdS { width:20rem;height:5.361325rem;top:6.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NypzDh9dFTs5rdMdDiyqUSpFS4tTGT4S { width:19.75rem;height:3.375rem;top:13.15625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVbK34SsTOP8IfUhW8qPlXzsMkA4Q6Zm { width:19.875rem;height:5.0625rem;top:30.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBrhvKsqCZvKHRadprpat2zCyaNvQZMz { width:20rem;height:5.361325rem;top:24.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyPOpdHCHoUiUQAUA86Cp1eXxdVhHFz5 { width:3.125rem;height:3.125rem;top:2.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SThfZ0MwhEE8DyzRNstJUpplO1CEPpNo { width:4.375rem;height:4.375rem;top:0.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDD0AxdSgTXofwfOcxyZH6QKzDSAh6kz { width:4.375rem;height:4.375rem;top:18.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9dKToAKpEgeppiHQFTnT14gebDu6SqW { width:3.125rem;height:3.125rem;top:20.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy { display:block; }#lvWZ3cV0y9G0nzbxHqbnWz4Zzh8cfbFy > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVkVup6p94yArIFDuaLWCNiUWXfQftK9 { width:20rem;height:3.57421875rem;top:7.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKM0KOxEfsfpfk7XoqH8wUMPQI5eI4qi { width:20rem;height:5.0625rem;top:11.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPnf3Ke08ezs62UWkNBS8ILIxGxpzclu { width:19.875rem;height:5.0625rem;top:27.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh07IMg6JwfEatDApc5IMHdPVdCo74kI { width:20rem;height:3.57421875rem;top:23.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Awu2c6NVbzwcbtV6tJowWw7n8f3uLE74 { width:4.375rem;height:4.375rem;top:17.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4pqzchdE2KS4Lba0OTbqRkP3hKBbg1X { width:4.375rem;height:4.375rem;top:1.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ26w9bgbaBV8xz2DEodfsvA9SwCc4zb { width:3.125rem;height:3.125rem;top:19rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uERSVQkZLJAdBxQQ4RnqZ6accEhpkXO6 { width:3.125rem;height:3.125rem;top:2.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNgzZpy72F3pugIwLusKRb4m1lwVmAlp { display:block; }#qNgzZpy72F3pugIwLusKRb4m1lwVmAlp > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8mQBWnnJ6L2AXvZwBRA65wwX8EtwLqo { width:20rem;height:1.7871125rem;top:6.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQDlvvCWmOZLxcAgr9O3bzxK4VTr4xP9 { width:20rem;height:5.0625rem;top:9.28125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb5MMyv7zBpdOzuQtQUgJTZewfZFwNHC { width:3.125rem;height:3.125rem;top:2.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND9dJkb39pEvBPp1HCfUS75IWD6mlJRC { width:4.375rem;height:4.375rem;top:1.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 { display:block; }#JoTuXmSQ8zEmNTAIxKZVped0zuwxV9U0 > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6B9reIrRMpSAhRRq5N2QcBDzVtECRR5 { top:1.25rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vORdzgRARpvb2oSeGp3ngxXEwp1Jl0NB { display:block; }
 }@media only screen and (max-width: 763px) { #oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN { display:block; }#oF6rEcqLzxiHNM8HQQMFKlTJPaa2h7hN > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNpTMdi5v5X9e2nkeaMN3u9qKX7EglJM { width:20rem;height:4.548825rem;top:17.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeBHoNsD5FodZn1QMg9EFUqAfwxmNxLu { width:20rem;height:15.597625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 { display:block; }#zE1xWxpQLNHZ04bDL6LPyC8aQKmvMh72 > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukMW8ldEqGhxtPH7lmXSaJuO8TPAKyCv { width:20rem;height:30.28125rem;top:4.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIt3pLtlqkGT1gwM0oVBCwbnSx6zBqPB { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wndpq1eTzHvpG42E43Z8zwnIvZ7sdPTP { width:19.0625rem;height:10.75rem;top:37rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQUF2zrThQ0BXRg3zWkwKAKvCsmc1exJ { width:19.875rem;height:0.0625rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ { display:block; }#nKNBgLS6mUp3I2bWk0t3LJTJLfPlNgeJ > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txvHwRPTENyJLRQJSCQqQfWIVAMQTMzK { width:20rem;height:22.3125rem;top:4.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7rcc1rqNwbODUwtZlhUBo7y5tsR26vW { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRFxe7goGZBK37uTUSw1HIc9mVP1u1Gf { width:18.25rem;height:32.75rem;top:27.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd7eACiAuMkZug9STkLhrUstnA0IJbKs { width:19.875rem;height:0.0625rem;top:63.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #km3xMy9p6LesRTZdA36LdtSImuBADlxM { display:block; }#km3xMy9p6LesRTZdA36LdtSImuBADlxM > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRFRz6WwPyrni5u4sDCP5W8A97nleWow { width:20rem;height:19.125rem;top:4.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKL0b1VcfpxqvR86ADFdSN8CaI0Bbwlg { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4DvOaeo8JSBVTkd4TuIrgykqXb2FBT0 { width:19.0625rem;height:10.75rem;top:25.25rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSATpwFGJyvqLxrz8bnOiQILR1am5ep5 { width:19.875rem;height:0.0625rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 { display:block; }#OQfof0g49k4bbwrKf0fAfc6Aq5oyPHB2 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpH3uGE9WCoSXG12w2DbiaPAAQbz0C28 { width:20rem;height:20.71875rem;top:4.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkWOngy37FUgtMrX2CO2USPuoXZNe2Vm { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsadV97C8d2F9ZlSTkfoToTbCNlNDzKH { width:19.875rem;height:0.0625rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBVbbConwkzZwi1xFkd1ZF4HPDt9df9w { width:18.25rem;height:31.625rem;top:26.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 { display:block; }#m9PqNVf40JgbEqq2MKeJkvZV5Aw8XAr1 > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADEbCcDgQyGgwITg15McTgTCgVzkZbQd { width:20rem;height:15.9375rem;top:4.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Z96Eb7FAmT8zigrDDrSWQTn4vc302o { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDHTx4bGdCsQakdozfOu3lEyMOwdhgDr { width:18.25rem;height:30.3125rem;top:21.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 { display:block; }#E21ipHuANOTitgCbSwt8MoPaH7Tzydl5 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqw17TZHwQkbd5LCA7TRXzIBNfM4GDNT { width:20rem;height:7.3125rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE7rc0D1RywfliSMrFucMx3gHP2958qE { display:block; }#QE7rc0D1RywfliSMrFucMx3gHP2958qE > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO3K2O5hVNS3eUcRIJwSHTb07Hlb86l6 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr { display:block; }#bbFkMp9KRFpN2OObQzRgGLnpDNyiDTrr > .row .container { width:20rem;height:108.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiR0MJ5oMAJ3sNTyUAw871hyAismUfRo { width:20rem;height:78.09375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX8NMTKaBU13UKQQyGpTHdoKvuukA0lJ { width:18.0625rem;height:24.125rem;top:80.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 { display:block; }#OIw95HQRR6XloQdIXM5UVT9mNsPHCLL3 > .row .container { width:20rem;height:104.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eu1w1D8g2Fydr1sV9AhL2quhkNz3B6QR { width:20rem;height:15.597625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJx2KOMFyGE2GmD6ARVPJiVqkNk1eoH9 { width:20rem;height:10.125rem;top:17.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsE8C8uMK8SMlWKRdIyNT3B85lTrGeuk { width:20rem;height:5rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtHWoXZbHcmxH0VgKpF8xt4bIu5hdNys { width:20rem;height:20rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcpfoBGfunI9E0OIhJyaKxULfmLbkPGd { width:18.0625rem;height:18rem;top:55.875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPe6IMOFpRddKJIiGIqZygrLTAMteNtZ { width:12.75rem;height:12.75rem;top:89.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9w6PTQDyIvUhkndwsryf6Oi0xqya6XD { width:12.8125rem;height:12.8125rem;top:75.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp { display:block; }#WHNg7D7P2NVFqDUdTqGXqyh5igtpbywp > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZ2fZx7FsrTlCAyFl10VMtwzVN7WVOLN { width:20rem;height:12.8125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqmCIZuvES9KFVS073TiWRRMVCoz6sti { display:block; }#eqmCIZuvES9KFVS073TiWRRMVCoz6sti > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efpUHtfUMd3bs9S60QDU1mGCxLShIcft { width:2.625rem;height:2.625rem;top:3.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77AMssk3UTJqeNriGPmLoMoBxJx9kNp { width:3.75rem;height:1.94921875rem;top:3.4375rem;left:6.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6qxrpyJ7taZiEhuEtt6xEkKXhRBs4zs { width:18.5625rem;height:1.59375rem;top:6.5rem;left:0.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHG8KS29Hrx0l4TRaE85z0Dkgk9Gozt8 { width:19.875rem;height:22.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBcCDVA24nxZlN27oeZy0TFxJkL0LOSR { width:6.6875rem;height:2.90625rem;top:2.6875rem;left:0.71875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdizyGMSLFVhQPaT9ALVnDvD4dTG445x { width:3.125rem;height:3.125rem;top:2.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgUbTqIUtX8g5cGZXZFVznKp8Ady85aW { width:18.4375rem;height:14.125rem;top:9.25rem;left:0.46875rem;font-size:1.125rem;display:block; }#HgUbTqIUtX8g5cGZXZFVznKp8Ady85aW li:before{  }
 }@media only screen and (max-width: 763px) { #gyfVSs0CRUGmD8TWDqtovhIFzB1aHD3q { width:19.875rem;height:37.4375rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRQnJ59PTD0Kwr4JrMbhQXG6Utd4RTrZ { width:17.75rem;height:24.875rem;top:36.75rem;left:1.0625rem;font-size:1.125rem;display:block; }#sRQnJ59PTD0Kwr4JrMbhQXG6Utd4RTrZ li:before{  }
 }@media only screen and (max-width: 763px) { #wridypOycDoC4wP0NWXeKrZcb1TpsxJw { width:18.875rem;height:3.1875rem;top:32.6875rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQMeRf1tcBdlpuPOTQ4r6dri8n7c56xP { width:2.625rem;height:2.625rem;top:28.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5AnKvTNc5zmPJVbofWsuWMJpUGQg2Du { width:5.8125rem;height:2.90625rem;top:28.0625rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5IlPTx1flix14WdAqTXPzCCBxWIIhZO { width:3.625rem;height:3.625rem;top:27.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTDgbtP31k2WZruaLBbOcTPieSb6F3Mu { width:3.75rem;height:1.94921875rem;top:28.875rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQBeM3isS742rphbKlF5aLxKTKau64ll { display:block; }#aQBeM3isS742rphbKlF5aLxKTKau64ll > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCMfGKtG2q8CrZCtZPP7729ByOXHEsXa { width:2.625rem;height:2.625rem;top:3.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIBKwFvFg6VMsfb1lRCrNMST187WCP6T { width:3.75rem;height:1.94921875rem;top:3.4375rem;left:6.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQHMuteEsZ3W46N1K4VJUXpMlsH0wla7 { width:18.5625rem;height:3.1875rem;top:6.5rem;left:0.71875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lkS2I7ETaMArtmTsyRcAgxqzNT89Bas8 { width:19.875rem;height:25.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCAK0MX5fyub0d5Xx8dGc2ElbDxbPQNv { width:6.6875rem;height:2.90625rem;top:2.6875rem;left:0.71875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzd8FS4NT9zRbZIT6r4Ca2ECGQix2J1I { width:3.125rem;height:3.125rem;top:2.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTn8xpzH1ZiT5yPOkXrtmdhVGiMECPJ { width:18.4375rem;height:15.8125rem;top:10.1875rem;left:0.78125rem;font-size:1.125rem;display:block; }#lvTn8xpzH1ZiT5yPOkXrtmdhVGiMECPJ li:before{  }
 }@media only screen and (max-width: 763px) { #sO7sTQSx5vOG2hTRDSn9uLZALXDEhVIw { width:19.875rem;height:20.1875rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc0eeILpSSy0l27nh7Jwr9OHDXuac3bc { width:17.75rem;height:8.75rem;top:38.1875rem;left:1.0625rem;font-size:1.125rem;display:block; }#mc0eeILpSSy0l27nh7Jwr9OHDXuac3bc li:before{  }
 }@media only screen and (max-width: 763px) { #iMFQ5QEyhgRV2H4X34ucTnUIoESNl6Fr { width:18.875rem;height:1.59375rem;top:34.125rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALsPPkD2D2ribkvAGORF4PxAgpzOvd5V { width:2.625rem;height:2.625rem;top:30rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sC1DHxD55DPJW5vzVOcyCIn3Vvrasw { width:5.8125rem;height:2.90625rem;top:29.5rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpeaK5NkCFWkl92Jvr8viKGGtRAwkz5d { width:3.625rem;height:3.625rem;top:29.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSMMG9wdd7uQwExiqf3hhMhDpfA4ewA7 { width:3.75rem;height:1.94921875rem;top:30.3125rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt { display:block; }#NgkC1mK3JEQQ9tXsAI5Okxn1ZIG0Euxt > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q31GorJPlDJmuKwdOwGqv1lf16ydudhe { width:2.625rem;height:2.625rem;top:3.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV8B2u9biGv9ey2vorPrJOHE6qgk9y7P { width:3.75rem;height:1.94921875rem;top:3.4375rem;left:6.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cpt1Tu3h2BTNkgJG4gGSoLf9Ren7EqZI { width:18.5625rem;height:3.1875rem;top:6.5rem;left:0.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTao2SBDXtckgNOpF5DzOFeBoigiFMph { width:19.875rem;height:28.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoppyMgzQuw6rcel5RTwWS9lFR3qbqRC { width:6.6875rem;height:2.90625rem;top:2.6875rem;left:0.71875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1to8N8IpUDQggfU9zFtoA3oEVPwR1fL { width:3.125rem;height:3.125rem;top:2.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSafRonx5pJM7eCyr9TEXt9IaCa2bf7O { width:18.3125rem;height:17.8125rem;top:10.625rem;left:0.84375rem;font-size:1.125rem;display:block; }#CSafRonx5pJM7eCyr9TEXt9IaCa2bf7O li:before{  }
 }@media only screen and (max-width: 763px) { #r1wCLMLWqzB1ih3oXgXWWx9FO8MtwMtD { width:19.875rem;height:34.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln1pcPM81qrX97qx81r0kMHRrTmcKVlr { width:17.75rem;height:23.1875rem;top:41.5rem;left:1.0625rem;font-size:1.125rem;display:block; }#Ln1pcPM81qrX97qx81r0kMHRrTmcKVlr li:before{  }
 }@media only screen and (max-width: 763px) { #XRFsPdaTqlF0gJmMeAq5HUBAW30Rod5w { width:18.875rem;height:3.1875rem;top:37.4375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuAl1BZoanD93lsVeGn3mJsvf3f6cgnD { width:2.625rem;height:2.625rem;top:33.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP1mZKwP0DxslzN7VXi2DKE47g66zznH { width:5.8125rem;height:2.90625rem;top:32.8125rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVloUi3SF6wEEVJHom2VDpTUXanSLbV3 { width:3.625rem;height:3.625rem;top:32.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ7H7ViS5PHBzn94UAWHeBzm4NIiw1fD { width:3.75rem;height:1.94921875rem;top:33.625rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd { display:block; }#ByWP6Uhg4TgPqMzvVMMviZ5h0qRQiAJd > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1oLsGNv6mgPkt0mSBlpkw9WmlMpu5tA { width:2.625rem;height:2.625rem;top:3.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q89HAanfovvbvoG5gzAP0vuNrGBuO560 { width:3.75rem;height:1.94921875rem;top:3.4375rem;left:6.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MP7XA8vpbyZbnFCXicNm3ROhHShDkttH { width:18.5625rem;height:3.1875rem;top:6.5rem;left:0.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTAVNq1Wlq1TWJb2IurC9U8d8DGReTpJ { width:19.875rem;height:28.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmLRmPFEq1ankXWzSiPnHtC5T0ZVcNCD { width:6.6875rem;height:2.90625rem;top:2.6875rem;left:0.71875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCpE6K1TFa4UqOoE94bnMFI1y3W2MJ8d { width:3.125rem;height:3.125rem;top:2.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgvu5oBEGukSHNOBtJcJ3zLWg5cwmM13 { width:18.4375rem;height:17.8125rem;top:10.1875rem;left:0.78125rem;font-size:1.125rem;display:block; }#fgvu5oBEGukSHNOBtJcJ3zLWg5cwmM13 li:before{  }
 }@media only screen and (max-width: 763px) { #m8PmWJTGPla10aTDRBfUx5w658SlZeVs { width:20rem;height:6.1875rem;top:31.28125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBu3G9ZqvNU4NOFS4PEm76VMy4ItKcKZ { top:22.25rem;left:0rem;width:19rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvybWzOdTAPxyCGiWQAtnu4c0Z44KxHE { display:block; }
 }@media only screen and (max-width: 763px) { #Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi { display:block; }#Q1zV4TQHDRnoyrMG3Kw6W5euLc0wekXi > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F61xMBTCO0n5byPsdtAVhfRbu87kww4U { width:16.875rem;height:5.0371125rem;top:2.5rem;left:1.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umwds2ga2MtcdMHvgMgPRva1HB1RC5oD { width:13.9375rem;height:1.375rem;top:3.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwoMpAitifp7PPTMys0646X4k9AfdNCm { width:15.625rem;height:1.375rem;top:6.1875rem;left:2.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #oLwgfapTnMJbgds7RdU6pTJKWXKto4LG { display:block; }#oLwgfapTnMJbgds7RdU6pTJKWXKto4LG > .row .container { width:20rem;height:215.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H00gk3XZyGzU0A8pEwH7TtgfcN1QR8Ba { width:20rem;height:2.5996125rem;top:10.6875rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BUfdtbKpLTT1AEcOqXQPP1y612AvnTGy { width:17.6875rem;height:2.76171875rem;top:7rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9o6KL8wUqacu1nyCibpLa0VflS4zLq2 { display:flex;width:2.0625rem;height:2.0625rem;top:6.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cNnyyHxdGD83Ty8TdyVATFQtGdPGe8VN { width:20rem;height:2.76171875rem;top:18.625rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sFI0uO1H2l2SlXuXgfSmTHu7i1cXCqrq { width:17.1875rem;height:2.923825rem;top:14.8125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxegBZXTQq55My3mWw8vTiyI74SzCLy5 { width:17rem;height:2.923825rem;top:22.5rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl8iRlXcRwLe87ydONfu7lC9PP947Iuz { width:20rem;height:2.76171875rem;top:25.9375rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SJGvlgbXKxFU6T2qvgTWC9ztaaEyd9Bv { width:17.25rem;height:4.142575rem;top:76.25rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9V931MLVy3Trrz9LTpaHsHThX3BCfqH { width:20rem;height:4.142575rem;top:81.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAX1pIClUQTcwQnTlmBNi52zic5bo6GX { display:flex;width:1.625rem;height:1.625rem;top:76.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #DJwo2SvqrGoEA8uJn4DxLC2K2nq0UDLT { width:2rem;height:2rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umA0uf3lBXlBHvXCDiwy4s1omTgyPH4T { width:20rem;height:2.76171875rem;top:72.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFTm4ZHXWCiz3ORxFPMNJI5e8kvHq408 { width:17.25rem;height:4.142575rem;top:67.6875rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNO8GHTIfyaWHzkTPxrEul8zmWPXKAFe { display:flex;width:1.6875rem;height:1.6875rem;top:67.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #NrIvvA2EVHZWBa2FPtbDGR4tLyVam4KZ { width:1.8125rem;height:1.8125rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab83XOZD2ApX3Jsk7orVXcfw0om4aPWq { width:20rem;height:3rem;top:91.2373046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBDeyGv7EpvB1b2q0dRz4mMpJ5tmiyMb { top:94.875rem;left:0.9375rem;width:18.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2zCdMhqIA0eO9m8To0texvnLdeOIUhy { display:block; }
 }@media only screen and (max-width: 763px) { #BN1NCMQdP3TTSz3VVrZbSzgAnX0foJ7y { width:18.5625rem;height:1.48730625rem;top:89.75rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb8dszaQTmvcIsI4a3GSEsF2OQAXyaGs { display:flex;width:2.0625rem;height:2.0625rem;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GzmUTEbVF5MDT9911R6wpluHNvFnN2XT { display:flex;width:2.0625rem;height:2.0625rem;top:22.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k3dueZTVNIpJpLrs3licMGiBgCsq04e6 { width:20rem;height:2.76171875rem;top:32.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naJkyh7ZzfBfKPxlWOf75HQV28h9dfDs { display:flex;width:2.0625rem;height:2.0625rem;top:29.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J03wqZf2dVF4JX5Zm7C8IRf7CZq307ha { width:17.625rem;height:1.4619125rem;top:30.0625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqsXBfXP5LAdN2tpQ6AzD9TdTw2I5gOn { width:20rem;height:2.76171875rem;top:40.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiEy093BRlKLvG2E72Lqzxz1D8dbMVKp { display:flex;width:2.0625rem;height:2.0625rem;top:37.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #so6NCT2ZRtXdEynzlVLgJnPEfszNyl1Q { width:17.375rem;height:2.76171875rem;top:37.3125rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kngVdLThNcqlfzypPQXKlFrkg2cyJKq3 { width:20rem;height:2.76171875rem;top:48.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2gQVMDUoqMOTt1Wovu2qitI4qirQBC { display:flex;width:2.0625rem;height:2.0625rem;top:45.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smcVaviqVTfTOOXbrasv6P4d63fJVE80 { width:17.3125rem;height:2.76171875rem;top:45.375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syUD14GxwJP78iONxUlpn2kZdMTD6MSx { width:19.875rem;height:13.9375rem;top:41.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UneepIXJX6FwAt9VJBBhaSFxqpo6qK9H { width:20rem;height:4.142575rem;top:55.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMBC8BtMJfNFUzRazbznJrZCSppE5wZl { display:flex;width:2.0625rem;height:2.0625rem;top:52.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zIwMEn93n8keUxRIht8tnQ7UohdnIWqz { width:17.375rem;height:2.76171875rem;top:52.3125rem;left:2.625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RooMQDeabas7lueCkkhRnELf2Q0TiAlZ { width:20rem;height:2.76171875rem;top:63.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuhlvmEUW0ZMSDXmGXMDRGZ5tfdss03H { display:flex;width:2.0625rem;height:2.0625rem;top:60.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9T4hXW818MUb6CPOPMqOpQKfleqFagl { width:17.25rem;height:1.3808625rem;top:60.875rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPOqFOp5WRGaZVBX4fbHOg3bvHH38Wc8 { width:20rem;height:2.51855625rem;top:2.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMiEqTHLdNpz3MDmnyI3Z5bk6rhAli4f { width:20rem;height:4.26171875rem;top:105.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPNT7s1Gb3wdCuq70Cu9KZgwPeOmreG4 { width:19.875rem;height:95.125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4R4ULlpRhens0davNmy4GxvtbF9A9A0 { width:20rem;height:3rem;top:203.1748046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATK1l2Nf2a3Zbpv3dkcTTzKfH7gVmvkS { width:20rem;height:1.48730625rem;top:201.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmJ5aTsWgF2rTKrbpTaZUhffr6k2GiKa { width:17.125rem;height:4.142575rem;top:187.875rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7wwwIwmGwJJA25xPrkV4qdHBsvZBlEw { width:20rem;height:4.142575rem;top:192.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOOzafFXposV3ticETlnOi2B9luEDvst { width:20rem;height:2.76171875rem;top:182.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DroJCiCOVbeF4TXtDhqv6oUp7dfQT5iQ { width:17.3125rem;height:4.142575rem;top:177.9375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ne33ZLQGgcHl8wve4mTGUpIom0QXzg { width:20rem;height:2.76171875rem;top:162.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip2O87e3TxiETSz24657mxTO30cJKpTI { width:20rem;height:2.76171875rem;top:140.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TyDDZ6ZPtBDgBitfnUVZ7A3nmvoioU { width:20rem;height:2.76171875rem;top:147.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSlElmcgMCKcVETtB0skPN98mGXHVZpu { width:17.4375rem;height:2.76171875rem;top:144.3125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9yZFc8zwFrpoiT5vW63GClbfo5isBhv { width:20rem;height:4.142575rem;top:154.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQsMu5TOHEccnFBiMdGuZ8Zee6769i4R { width:17.375rem;height:2.76171875rem;top:151.1875rem;left:2.625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tQmuxHdZx57d35JAkKlTDLKCZVnu03dx { width:17.625rem;height:1.3808625rem;top:159.8125rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TABifRNQx90f3cztNCuczsxBT8Rda48Q { width:17.25rem;height:2.76171875rem;top:137.125rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye98VRmuCPhxzXbvzaG9FOxOmbaRM4WP { width:20rem;height:2.76171875rem;top:133.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrVlH2Sp0A7xX3cFPTkCzFeLZ2twqdO3 { width:17.125rem;height:1.4619125rem;top:131.875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brp1VvMNc9ZddDveERK8loCbtrI3vEHq { width:20rem;height:2.76171875rem;top:128rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bphsvn0etQe9gXmg6REyALbV26IPFZSR { width:17.25rem;height:2.923825rem;top:124.9375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFMiiabfMqN4bKrJy4g1Ngmlu58e4O1R { width:20rem;height:2.76171875rem;top:121.625rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QQQ9hbc4GR99ar9bgRef6IImT6UyeNs7 { width:17.1875rem;height:2.923825rem;top:118.1875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTF8JHzVUBJToyQAtTdR0JTUVTHMlhVb { display:flex;width:1.5625rem;height:1.5625rem;top:187.875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #s3OqmBlMJa1mLftWntsxOimII73KTcPT { display:flex;width:1.625rem;height:1.625rem;top:178.1875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #WLpInFEftGnZEFg3RcxrVfFMVhp6CXUm { width:2.125rem;height:2.125rem;top:177.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCkksFNsOWXizoTTAHn6ypRi6s2oyMDQ { display:flex;width:2.0625rem;height:2.0625rem;top:118.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eAbspaUT2dr4mNVPWb4DkT4q1V3ZJTXt { display:flex;width:2.0625rem;height:2.0625rem;top:124.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tzAIwHuGSmeUNtt5SRhEh1cvDyT0U8Np { display:flex;width:2.0625rem;height:2.0625rem;top:131.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b5KMUVx0hoehZzNiqiycS4x9lf0vD3sH { display:flex;width:2.0625rem;height:2.0625rem;top:137.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #srIn9EgBGtpPKnOkkamA0tpCo72HO5Zm { display:flex;width:2.0625rem;height:2.0625rem;top:144.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yuocBGO2F62qNoFIH5HBwL50b32zPblP { display:flex;width:2.0625rem;height:2.0625rem;top:151.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SFvOsUEcAmIBn4m1BlPiKSOD1NOzN0gq { display:flex;width:2.0625rem;height:2.0625rem;top:159.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kyCtf4IQ15TUZUdvUBW5hozLI3G1a6U9 { width:20rem;height:2.5996125rem;top:115rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IhwcAtD47iaoTcJQDPzd7853LTzNAeG5 { width:17.4375rem;height:2.76171875rem;top:111.9375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmrpTtuIkAdneeb8x1XIiloLcLwRtpLs { display:flex;width:2.0625rem;height:2.0625rem;top:111.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AkK7rA8IQpm3e9BvsIoUHlQpwdzUMtcB { width:1.9375rem;height:1.9375rem;top:187.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKwCH9XiH0fpCyhAxwmZK3hd5u6tvOck { display:flex;width:2.0625rem;height:2.0625rem;top:165.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dMTwbreneimtRb6yRdVdcZTIpnLGaqay { width:17.5625rem;height:1.3808625rem;top:166.0625rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4T2VXNkFhp4nMhxQ1GRu97xads1fPZx { width:20rem;height:8.285125rem;top:168.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmQRISzyVox3ezKwgyyE2pOf2tcI1tMU { top:206.6875rem;left:0rem;width:19.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6xbxM2Zai8uibwW3ZFOhoDeFCy05Sx9 { display:block; }
 }@media only screen and (max-width: 763px) { #nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 { display:block; }#nt2RlsbmuL1uS1W71ozRfTmMrFJA13b0 > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTUWdkXnTpzttm8cHrHu5T6uMEhWNfMV { width:20rem;height:5.25rem;top:1rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uNkk6G3T4eqtErR04K2rECiHf60vPRsA { display:block; }#uNkk6G3T4eqtErR04K2rECiHf60vPRsA > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdTNE7QZOibTO3ExT1wzdqHNPGd75hlr { top:1.25rem;left:0.5rem;width:19rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDlVJEFRPXukXDZsVuh60vgfPqfm9qO6 { display:block; }
 }@media only screen and (max-width: 763px) { #vmmElOZdTPSFbGlhSGRGBfyTag62W0oq { width:20rem;height:12.75rem;top:10.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PGRMH4gTyPw5gznH72NG7wVRTaIRsdRo { width:20rem;height:5.19921875rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1ZLlTxL6xzTtXmapSqyfpTh9NmI6syR { top:26rem;left:0.5rem;width:19rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCJFLm5Rp34FURFeRPSgQCz6c3ba42hi { display:block; }
 }@media only screen and (max-width: 763px) { #s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl { display:block; }#s9Gz7JAXQCgnQ8mhC6RWhcIK6k5siavl > .row .container { width:20rem;height:200.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5FoQM7a0C7X2D8WtW2DK5Kd0CAmhNBb { width:17.5625rem;height:37.25rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlkXICFy0OVoUiL84Fps34obqXAmNfZd { width:17.5625rem;height:32.5625rem;top:68.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAJuXgGg31u5h63KzGmVNATPABGDyIsE { width:16.0625rem;height:32.5625rem;top:134.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdwlOwPiEpKX0FZNqPu4mviOBbWchvid { width:17.5625rem;height:30.9375rem;top:167.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHttSR6b2u7Ug9KGFG7MK2dpTmvLelIL { width:16.1875rem;height:30.9375rem;top:101.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiZzL0GdQXJTTXQHhsoO10Ag9lPaix0W { width:16.1875rem;height:27.125rem;top:39.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk { display:block; }#hisrWNyxCoMkrqu1kQwOzuTW45Lqgrqk > .row .container { width:20rem;height:117.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0FiIiMwFS1TSKLtvURPNQKovTECWOhD { width:16.6875rem;height:41.5rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emBDqxv76JAnlZJttkl5kUGDKukvHGFA { width:16.6875rem;height:38.3125rem;top:44rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTTFbIJASa8M2TQa844tki0obJZglty { width:16.6875rem;height:34.0625rem;top:83.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx { background-color:#cddd1a;background-image:none;display:block; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row .container { background-color: transparent; background-image: none; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row .container > .video-iframe-container { display: none; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row > .video-iframe-container { display: none; }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .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); }#eW3EbSncLPZUvtipTTqTlp2cXoOma4Lx > .row .container { width:20rem;height:331.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQ7QtclV3vGvfgLJ4U0Z5qz1T5F1Vlm7 { width:20rem;height:22.3125rem;top:10.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKnUHraDCTeHxUrpBXb7zVQ4RiGFnprR { width:4.8125rem;height:4.8125rem;top:3.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gykTp0hREhAQVsyokAV0fV1i2mgCoX0I { width:20rem;height:23.625rem;top:40.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9PrCfZSzIrpBIZ0eQzGxoPPAlbJoI3f { width:5rem;height:5rem;top:34.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0XQetFHr95Ox966RMoKTzdSA9g5yOSp { width:20rem;height:14.125rem;top:1.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6pcK5ohTniutcLKzQxAOdf1962v4Ipw { width:20rem;height:85.375rem;top:0.00390625rem;left:0.0390625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sykQXgTX1DBz1l5zcIcWQkpwSDwykD3e { top:73.0625rem;left:0rem;width:20rem;height:32.3125rem;z-index:15043;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SPDvPl6I4p5Bhcv2mN7c9ftwGpoOsp7E { top:106.5rem;left:0rem;width:20rem;height:27.9375rem;z-index:15044;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mOfxW0Zz5sPt1yTAEzGiiSdlz9Cs1HIh { top:135.4375rem;left:0rem;width:20rem;height:28.9375rem;z-index:15045;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ExX0TzscNSrHXZ2Oxpu98hnys2yAVJAL { top:234.75rem;left:0.5rem;width:19rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5MAnHIgSsxoZlwX8ViVDWuOWqUfH8O7 { display:block; }
 }@media only screen and (max-width: 763px) { #xNLXMeOiafI660RgtIzAwBI07quFWxOW { width:20rem;height:9rem;top:130.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR8rX6LWQfnDiGqDJe96vLKMDxOq1SsQ { width:20rem;height:2.923825rem;top:319.375rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K7A5fCSZv23ZttdImJcrCx0r7QD8I06e { width:20rem;height:6.298828125rem;top:87.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQsgTVL5geRJt2e6g0xsh7DBo9q6ypzK { width:20rem;height:9.154296875rem;top:95.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGb09cgxF6mA869GTF1JFtyUawemTiZS { width:20rem;height:9.052734375rem;top:107.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geF1wvbuII6m3g9IZpTXt4b98sJ6TBJL { width:20rem;height:4.7575057736721rem;top:123.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHZD0Fc2maMCsBvTwT2oETZ884oQuGxw { width:20rem;height:4.2956120092379rem;top:117.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4sEbHh7NOOSaOgCgSOvDUbiV5VkN0hh { width:20rem;height:2.900390625rem;top:142.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIHwfM3ZbVmglRrDwX2zvvUVU9VLi9bd { width:20rem;height:1.5rem;top:146.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnvQk0BGHZr7c4fXM6CewRN9TG2xerEM { width:20rem;height:3.0341796875rem;top:231.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1S5cpcmZUJtoPvvBSDiBCsHgsb8BSKR { width:20rem;height:1.5rem;top:235.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6oSPDpwbv6VHqTWc9m3eJ0xd2RmSrT4 { width:20rem;height:5.5166015625rem;top:239.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJOTHFPxaCSSLbb8PBcrVKd6EebL2rWe { width:20rem;height:12.553191489362rem;top:155.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zplmAxDkFRIA9sp1VArxlHcKpI0sOpXH { width:20rem;height:1.5rem;top:246.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehS87ShaNri1ttDoDxPQIrNuGg0evrT7 { width:19.8125rem;height:23.25rem;top:187.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODu6tptM8wiVxEfd9KIz8ykGut79JIR5 { width:20rem;height:3rem;top:169.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WH9C2VSPrTvAiZKIX0ksATvhoyw0pWZH { width:20rem;height:9.5744680851063rem;top:216.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGrk5mZwyD72Ck2ddbo3XuogXooCHPc9 { width:20rem;height:1.5rem;top:184.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEv3NZsAlZTw3HtuKwnMADL0DT9WooX1 { width:20rem;height:9.25rem;top:174.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUE4fAV8enIb3Mawdqlyp00t6SN0Ssa { width:20rem;height:2.5996125rem;top:226.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qAmodH2S1tfPUaTe6bk6q7HJ1N1CaKhN { width:20rem;height:1.5rem;top:260.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHBWP8XT0UypTkoaB3Ld13S0PmRlbowt { width:20rem;height:10.694736842105rem;top:249.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LFQXoaaulI8wHfRHfXdwS6sXXimbLm { width:20rem;height:3rem;top:270.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDc4773ByBDUfLbfnUuRTJWkynMrW4z6 { width:20rem;height:5.5157894736842rem;top:264.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXOybt4X5ExFBgGw4Ixs4TLyWCHvbW3K { width:20rem;height:3rem;top:151.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4HI1OBWFzhQcvRxhRwE8O0aTnF2D7Qu { width:20rem;height:3.2527472527473rem;top:148.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcicP1rHi8CaLvEtAy3WN6ZIVyHtHGqH { width:20rem;height:6.2869198312238rem;top:275.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4y71gKOMcTP14ycbveFSfToUhM5rtbD { width:20rem;height:2.5996125rem;top:212.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IclDFczPAhf2TiNb0x1ynM67F6gFMTSg { width:20rem;height:1.5rem;top:282.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tedLZoltIBQrgEvK9IdL2V89QNpmv51T { width:20rem;height:8.0272108843537rem;top:286.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHqyLlV922WAWZM6AHNsLuGs6MpXNBHR { width:20rem;height:2.9598308668076rem;top:300.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaR7VPD2KLXyZsp5bXHSJT8VckN6rKp0 { width:20rem;height:3rem;top:295.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KoLkT1ScTpNVRCJWItVPRhaH2TtaDk47 { width:20rem;height:1.5rem;top:304.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWZvJDmSOpnv5DDsM1Dg6XGXmm7W2cFO { width:20rem;height:1.5rem;top:311.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbGhnFcnizcO9Nek9rwvqlb8x6zVeGTy { width:20rem;height:2.6439232409382rem;top:307.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2JZZtPCfWqlIm0OoTNtEV5zekTPratT { top:315.1875rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH9mxgRADvtTfHoRrCNXFSCC5nU7Z5dn { display:block; }
 }@media only screen and (max-width: 763px) { #KEp8RTnXSHoPxaycVhCTnHi17H9L0lC9 { width:20rem;height:12.6875rem;top:35.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISwZWAxNIBw3UZHDrAx8TenqSBoolmzg { width:5.5625rem;height:5.5625rem;top:65.25rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpXWhgDzUySBGkWR3fdeB0msDFGDHnRB { width:20rem;height:14.4375rem;top:71.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Poz8lTNDmENuSVXuy1TQQoCnKltD40xg { display:block; }#Poz8lTNDmENuSVXuy1TQQoCnKltD40xg > .row .container { width:20rem;height:99.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Not60ASi52EPeF2ZWoT0Z0gREZzrGSSh { width:20rem;height:12.9980625rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9bJVnJlvRN9rKg1zcAzNDIiL9L61h9z { width:20rem;height:26.76953125rem;top:18.25rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fFSPRbVzXWZ8s7Ozppp41f9FIf1femlR { width:20rem;height:7.875rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoeKaEvFLC4dmkI0Ot5b6sWZcyS0nTFQ { width:19rem;height:6.410125rem;top:47.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqttI9cE6OxG4l4ToA34cJb0dqNFvgcv { width:20rem;height:8.25rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGCiaNdQhT6CBoQLqA7L6WD70aip6qo5 { width:19.125rem;height:8.4375rem;top:56.375rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyRgsJkcERRFdwNtSRHzJ88rXlmkpqD9 { width:20rem;height:9.9375rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVS8g4FMXV7npeLlwGdxnRf2os4ww1qp { width:18.875rem;height:8.4375rem;top:66rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDR7WNuwMULh2D8kwwKz8CDxTA5csmdS { width:20rem;height:8.4375rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsv95y2Z73QSTCKooOWsX997nEuUgaZd { width:19.1875rem;height:6.375rem;top:76.9375rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAocQT91yUD6op4tUoGmRFg26DoWQgEu { width:20rem;height:10.125rem;top:85.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTVbVra2OUJK0XRo6r8U5Zm5Mvv1SNHO { width:19.25rem;height:8.4375rem;top:85.9375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd { display:block; }#qmFyA6Rz5bmviDSNmz1lP3be20kXBnZd > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMhkqqyRGo4lgPztelQXOSpHbTSmPcdy { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAeHl8snXon9g2p40QP8qNqsLybNTBRF { width:20rem;height:42.0663875rem;top:15.3125rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #x58wZ2s1SBwp8Fom2w7ZLtgMuQgk6a2h { width:20rem;height:24.8574375rem;top:70.3125rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HBzDR4CoOceMnGwV39wvr23qQPXOJezk { width:20rem;height:10.3984375rem;top:58.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w { display:block; }#IlG6PLOwtoSxKZ6ypUvnbrI1U9m44e5w > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sF22TCaATsqPicpJp7aU1fmJcgEg383b { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRmSESwa4co5w2hSTntxOM5OdZW5Lg0Q { width:20rem;height:11.8125rem;top:15.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycL3r4xPr3yfbx5ZwTH19kuinaZzouNH { width:20rem;height:4.949225rem;top:28.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3cu8ZzpKh8ydVbtROFcBl9198LHnlOz { width:20rem;height:4.8125rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI7T9GFEitgvReEKnwyK1tOBmSoGgu4E { width:18.9375rem;height:3.375rem;top:32.5625rem;left:0.6875rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I5qhDshd4IrvLECIUwenr7GC5HXxmT19 { width:20rem;height:4.5rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9SSWmIZBha3vz1N1xmuFVtvXffTtd2 { width:18.75rem;height:3.375rem;top:38.75rem;left:0.625rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F3LFspfCQ7ZEuULv23My9Z6k6Q5JX8L5 { width:20rem;height:4.75rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLJepBD58Eiq3sPLaMvBQKqbipkkMvGq { width:18.625rem;height:3.375rem;top:54.4375rem;left:0.6875rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Omf8GLXIm6t70lDl0xCIcvU6l8dizv1c { width:20rem;height:6.1875rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQKHtNipdGMP7OVHIpr4oaycaRZR2Vc6 { width:18.9375rem;height:5.0625rem;top:45.6875rem;left:0.5625rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q1IgnTGLTb0nMNXi9wOM7TytlEby8XPz { width:20rem;height:4.6875rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHOAqEkdbe4Ug1D0NACSGmzBCCF2PmEu { width:19.25rem;height:3.375rem;top:61rem;left:0.75rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp { display:block; }#Gy4VOJvJo5tN7GzXSGlNRveWCTdSkSGp > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJhAsBdwWGQ7yiT1UXGHw1wmuGQdB97o { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1C77Abmdp3Qnym4oXUfuq28GPShDXnp { width:20rem;height:15.2968875rem;top:15.3125rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dplIZftupySt21OPvQAV53UZ3wmDEIns { width:20rem;height:5.19921875rem;top:30.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfa8BIFopRaBAR54DFkDQt13Q4R6y7OB { width:20rem;height:32.5058625rem;top:37rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #px6PfRVM7r3xc0ubPyemBOWogEbLnWXs { display:block; }#px6PfRVM7r3xc0ubPyemBOWogEbLnWXs > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfUPb0eCa4XTUpE4nJheGoSNyBeDpxOm { width:20rem;height:18.19725rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gasg7hkp9XDAgDZTU2mQ8TV7T0qFopNU { width:19.0625rem;height:11.8125rem;top:20.90625rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbI797VX6ke4kDlP0ZDshKRZ2wHooApH { width:20rem;height:15.29688125rem;top:62.125rem;left:0rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EEVDreDJbpbR8uZKtBvlP79EpdMB78eB { width:19.875rem;height:8rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep2IRFifLxlIxXpiQoy5945g4RWxMnNn { width:18.6875rem;height:6.296875rem;top:34.5625rem;left:0.65625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z8rekMt1vTZEAi7Ml9JhP77gbzfx3zBG { width:19.875rem;height:8.125rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpnTuPkGVwC1NZ6fCXna5V3LqzbC89m { width:17.4375rem;height:6.75rem;top:43.75rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2LCgOk7QBAVkPFTEPOuMsp6ci8qLZ4r { width:19.875rem;height:12.625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLIowT6UxDhFS22NoF0VU5QdRqFyb4NP { width:19.875rem;height:8.1875rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hybq6CkXoBdzDaIJgKieeGLeBXOX1Ama { width:16rem;height:6.296875rem;top:53.09375rem;left:0.65625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ { display:block; }#e3hWmT8TA7HDVv7VswPwVp3wR340UKIZ > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blHirV7T8Ffa1g8fqDTqXqiTobXKz4LN { width:20rem;height:4.78125rem;top:2.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NubXwIv5GAg6rGlSGC5Sa4ulZqLKDWEW { width:20rem;height:6.9043125rem;top:9.5rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly { display:block; }#FihR0VMp9nbGTr3bzcAXA6gFgwPtC4Ly > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO7hOUKL93J74G0bsWzIsZWyVReTwWbD { width:16.875rem;height:5.0371125rem;top:2.5rem;left:1.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae1IhTeb9fqaTN6V2xGTAwSiAv3al6vs { width:13.9375rem;height:1.375rem;top:3.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyMswUqMplZy8oTvOkMKkFuTHeCK8Mwl { width:15.625rem;height:1.375rem;top:6.1875rem;left:2.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw { display:block; }#kZEUFQEolOuZbzOCwwog6JXZRVrRiPRw > .row .container { width:20rem;height:215.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #husVWur4Pc9LQxuFePEs2EyMmkyueIed { width:20rem;height:2.5996125rem;top:10.6875rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nDUJyNCmSRXrTvK927e7oUIiR1XMqsFU { width:17.6875rem;height:2.76171875rem;top:7rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHqX4xNJLzqANAdFJUcSxETWW4qAGHK2 { display:flex;width:2.0625rem;height:2.0625rem;top:6.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ML9f9oDbJ77WhMWM2DEOUr6ym6EDk8dM { width:20rem;height:2.76171875rem;top:18.625rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G6z1LwslpFppDZgTVKGQI5N9blNuao5R { width:17.1875rem;height:2.923825rem;top:14.8125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMLGKc74CLCOB3Pf5kNVMDmT9THmB0kA { width:17rem;height:2.923825rem;top:22.5rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8vyZDqP86Tl8y667c7bFgSMFSSiLxIb { width:20rem;height:2.76171875rem;top:25.9375rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yCtMPTB2tLKsWrb8JxbkTycJFMMTCbNt { width:17.0625rem;height:4.142575rem;top:76.25rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agBukA6in0GK1XUQCfaZz1ugTDCq88Sq { width:20rem;height:4.142575rem;top:81.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPCh4V93RhkMqNRgt4vAm34lPwhT3DcO { display:flex;width:1.75rem;height:1.75rem;top:76.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #rfrBadVmQC8sirTTWxruya2JxpaM8vfu { width:2.1875rem;height:2.1875rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN0oenxn4dFM83E4SPLQxIMngoW5BS6r { width:20rem;height:2.76171875rem;top:72.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNzQib52gALznTG7U3hJHGH5f1dC9fZ0 { width:17.1875rem;height:4.142575rem;top:67.6875rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKgfaIdUakh12a1pBTB2qUgklA7Hkt0X { display:flex;width:1.75rem;height:1.75rem;top:67.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #PW7E7IHdGfMn1GDwu83S7Fz5pxMKQipn { width:1.875rem;height:1.875rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcfTuiCqNWn7TcVJ3FoudZ7JziARZc1x { width:20rem;height:3rem;top:88.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbNMN3Pyg3Ja3RJFFB0TzUvIx3mX9eaL { top:92.625rem;left:0.9375rem;width:18.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQeP6XKDoDSvZamA1W4y3FK7T69NX8xN { display:block; }
 }@media only screen and (max-width: 763px) { #RDWBFqZWnkhOygraEGIVLgssqB1z3vll { display:flex;width:2.0625rem;height:2.0625rem;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZtFKFbJTrelhGRZzpy2XU3H7iJbJkSwI { display:flex;width:2.0625rem;height:2.0625rem;top:22.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCGn3nodm5o0HFLx2xL3rxBmS9Kxgc1k { width:20rem;height:2.76171875rem;top:32.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOgTVBh0B2TiIwnBQrysWPvNxyZn1E3d { display:flex;width:2.0625rem;height:2.0625rem;top:29.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q27DWObs5IZOR2wKxekgWuC3SILxKXT9 { width:17.625rem;height:1.4619125rem;top:30.0625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkZIIcz2JoVIeIFQrTBnsQiCk574Wqk0 { width:20rem;height:2.76171875rem;top:40.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq154uzLeHuxzF6TSlggSWvenq1TpXb6 { display:flex;width:2.0625rem;height:2.0625rem;top:37.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U1ZD34L2sv7qCZalMkeURU6fg9gg9lHo { width:17.375rem;height:2.76171875rem;top:37.3125rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEQVwuIFOdfCsvcWsgrrdE5CM3E59yOZ { width:20rem;height:2.76171875rem;top:48.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWuWTnr2KBduB5zv9b0NorVeBTtlTMN { display:flex;width:2.0625rem;height:2.0625rem;top:45.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GnwDuoARN2BMSfDrWzVbyedD8OeaZ6Cs { width:17.3125rem;height:2.76171875rem;top:45.375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEDvfAgir2LaCRTse1RuWbuDbAndwP4T { width:19.875rem;height:13.9375rem;top:41.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGkWlphPoTBq8CRI0nTcl9v0kIv4cBQJ { width:20rem;height:4.142575rem;top:55.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbexRSlwrdHDG9ghEPRnluBFsKxCkqtx { display:flex;width:2.0625rem;height:2.0625rem;top:52.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ebvtDdTxMTZO6mLr3JNbVz8MDxArSSiw { width:17.375rem;height:2.76171875rem;top:52.3125rem;left:2.625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #igroZgDImcOTF3STGBGhFnJg8LUoSoQd { width:20rem;height:2.76171875rem;top:63.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPGs5zwm8XlsnnN6KeoZh5u4HgGUOq2r { display:flex;width:2.0625rem;height:2.0625rem;top:60.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O5H5UIbDfM2iyx7pH0D3hpGFb93yRnCE { width:17.25rem;height:1.3808625rem;top:60.875rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uem0p1XdaqXAKc5ia6Cs14TBwGQmDADN { width:20rem;height:2.51855625rem;top:2.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvfGchV9dFlCSUdsVle3fb9zSITzoAyG { width:20rem;height:4.26171875rem;top:105.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLzEEut3JBenCU8BOghJ4mlQAKpL87Ul { width:19.875rem;height:92.9375rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #alk7a6pqF5gq13vxlzFBUaCagclloLPT { width:20rem;height:3rem;top:201.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTflMr7QZqngtGrzTZs8KkT8xPnWFO6d { width:17.125rem;height:4.142575rem;top:187.875rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pimb1PBJl0kO8n0vbpATqh2gLEKClQ0D { width:20rem;height:4.142575rem;top:192.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS8OebMkigOTUrFfJueqzxqDRTAkcekW { width:20rem;height:2.76171875rem;top:182.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bmQkVFvE61QPoF8B9zk6qJo2KmHQt6 { width:17.3125rem;height:4.142575rem;top:177.9375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUguiU98TcEv314su6ZA1yDeH3RXKwPd { width:20rem;height:2.76171875rem;top:162.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pszeeamHKN4iFyaDUTzTxRd5nN62xUmq { width:20rem;height:2.76171875rem;top:140.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndJSPigdCTGfelJ42w6fLtpxcdTpyDXX { width:20rem;height:2.76171875rem;top:147.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4beb2GV6Lu6PZbK6RdpuInEkv6Ra3uJ { width:17.4375rem;height:2.76171875rem;top:144.3125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTwVIWdLlFyB82IEPiUPuW8yvKc01kh { width:20rem;height:4.142575rem;top:154.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfXyHlmTHgZ7S6GiTztTGuwZ5eTDGdnI { width:17.375rem;height:2.76171875rem;top:151.1875rem;left:2.625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iSOc7APeI0K3bp0SJU1X1ZXiAJglTS6g { width:17.625rem;height:1.3808625rem;top:159.8125rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV27irsIaUC3NgCLebDwTOJhp9JkhODB { width:17.25rem;height:2.76171875rem;top:137.125rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDzAwBGo7eRmm87ZAoy4MkX3wU5H1OVK { width:20rem;height:2.76171875rem;top:133.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3VnTHy7zauSRmRxbALNKpSOCeRad7gX { width:17.125rem;height:1.4619125rem;top:131.875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azW106WMlmgGfpWnBIN66HRBDb6zby26 { width:20rem;height:2.76171875rem;top:128rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XkGPS7FBpKiWdZBB5WwRTOCI7ZQdukW0 { width:17.25rem;height:2.923825rem;top:124.9375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthB4VmDG3S6zaeGQaVUkBI1eWMEiapb { width:20rem;height:2.76171875rem;top:121.625rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O3PGlXD6tGrHWru7W5KS2rqk22eUq5IO { width:17.1875rem;height:2.923825rem;top:118.1875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TCfMtuzGUOkBAfmIRlQ8zvRTdZK17c { display:flex;width:1.5625rem;height:1.5625rem;top:187.875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #Vbln0Lo8ge833e9uxC00Jeg1dTdHggD0 { display:flex;width:1.625rem;height:1.625rem;top:178.1875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #r6TXlTWgKzfwt08mllFTCaS5B2Ntcmtm { width:2.125rem;height:2.125rem;top:177.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKkhbF8clQHSVwunJ2y1rBFtSO0R6iZv { display:flex;width:2.0625rem;height:2.0625rem;top:118.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OXECg0BsJW6JOA5iGlm29SQTgsFTXst8 { display:flex;width:2.0625rem;height:2.0625rem;top:124.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fyfKuQI9rDKEfPuGpHDp8PTs32oikeZ0 { display:flex;width:2.0625rem;height:2.0625rem;top:131.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yruUP9GBPR3bwlIUSeS3qE8DiFpKv0fu { display:flex;width:2.0625rem;height:2.0625rem;top:137.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uxvPd3ehi2TLdJFCMHH4sdrK3bslWgHh { display:flex;width:2.0625rem;height:2.0625rem;top:144.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ISTucpBetXSSkm696f5IGMTr3Rk3x7GA { display:flex;width:2.0625rem;height:2.0625rem;top:151.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aFZ5P9X4aT5BdXzqMAswpsVdMDv1dQvt { display:flex;width:2.0625rem;height:2.0625rem;top:159.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qwgs6wSkNBUTUq10acBl8R9dkN5wCZbZ { width:20rem;height:2.5996125rem;top:115rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eLET4hrvTfR8IWMnuLCeQzulU4IMw60T { width:17.4375rem;height:2.76171875rem;top:111.9375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkbUbWvrohTfkrbp996d9b9GMkIiLP4u { display:flex;width:2.0625rem;height:2.0625rem;top:111.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xqe7izpb5rTVUlCZssfbixEEA3hwt7TK { width:1.9375rem;height:1.9375rem;top:187.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1ODN31cZDzImqgD9IZrARLRaGz6PeCN { display:flex;width:2.0625rem;height:2.0625rem;top:165.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xK71Zb7U33Tcv6gNSUcolyXwopTDLnPB { width:17.5625rem;height:1.3808625rem;top:166.0625rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyx6g6OhQmJ3TVmqbooHpoZU9Bk6Ii5A { width:20rem;height:8.285125rem;top:168.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQhqIz2vTPgN6CSMkyg7etifE5xSM5S { top:205.5625rem;left:0rem;width:19.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5akhOhFB9J8De0cLwA7txgNx4PpmV9g { display:block; }
 }@media only screen and (max-width: 763px) { #iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/m3qYD9l0/betimes_gradient_tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs.adaptive-delivery-prevent-bg, #iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs.lazyload, #iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs.lazyloading { background-image: none; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row .container { background-color: transparent; background-image: none; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row .container > .video-iframe-container { display: none; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row > .video-iframe-container { display: none; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .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); }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row .container { border-width: 0; border-radius: 0; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iWru3AdaFvF8emOTW7tLKmdNoxTTeMrs > .row .container { width:20rem;height:139.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgXBipfzKTBJ6WkaCD1AkxLUK1rqouHh { width:16.875rem;height:7.7988125rem;top:5.25rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsfycZf9AAyzq1cDziG2ghvC6eTCuQiV { width:20rem;height:1.6875rem;top:24.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfLFlkbavo4CgT1H1TBk30U0LwW3tiMc { display:flex;width:3.125rem;height:3.125rem;top:15.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yCgdHUNEZTzFu36VpRQU2FyZ5Dq2kupc { width:20rem;height:3.25rem;top:19.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0l67BduQ6Uw0QkSH7AIzxkRMJQNh4IS { width:20rem;height:8.4375rem;top:57.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDFD2MutSuV3IQ3TyaIWbR3hVdJmlMA8 { display:flex;width:3.125rem;height:3.125rem;top:48.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #fLdom7L1XCGGKfuv6HV7cFFbK9EKKnb4 { width:20rem;height:3.25rem;top:52.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUQtoQn9J0JF5Jq7DKAVUKOuyBG7I13o { width:20rem;height:10.125rem;top:36.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvUzKa0GB0ok1yUbwcBzT6iwlgEAtSM6 { display:flex;width:3.125rem;height:3.125rem;top:27.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #a4BiIvZrTsIVxnEXm4dO2h6s5kQgh0TF { width:20rem;height:3.25rem;top:32.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhxgS5qJTNXhi8kRwbls5Nyzg8HmH5TS { width:20rem;height:6.75rem;top:87.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRSGscyyaINSQlkDrTzTNhG7BTbgWbIQ { display:flex;width:3.125rem;height:3.125rem;top:78.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Dg0ke82y3TTZgsyzPJB5J1UmkZPIIbRA { width:20rem;height:3.25rem;top:82.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOlq7bX7ThNIPD3T5dPTXHWcZ4Do3Qe4 { width:20rem;height:1.6875rem;top:75.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dahOkLL4MqalQaqxZ4r50I6miwmBQo5g { display:flex;width:3.125rem;height:3.125rem;top:66.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mrrK9LZmleUpmdiImCDuNBJrI4TfiDel { width:20rem;height:3.25rem;top:71.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2L5FdxishIeUed5OPNScOonorpK5mNG { width:20rem;height:8.4375rem;top:121.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvp97cDiERzIWEWSrM4JTGUmKvHVLZfI { display:flex;width:3.125rem;height:3.125rem;top:112.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eCR9E1qq6ykHQZqqgQ86Sn35xJP9QBqG { width:20rem;height:3.25rem;top:116.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stGsbgCFo5aDkJuzSEVipIBEU9JUiBAa { width:20rem;height:6.75rem;top:104.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hre9WcuxG9RTEobMCzAuPpDAVBQd0WGn { display:flex;width:3.125rem;height:3.125rem;top:95.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HCgwOa8H6c0vtLsVVOUDcbbZ1Ud7rJBe { width:20rem;height:3.25rem;top:99.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZMH1Z6Dn4O5XlNfN3p9zETUzSZG8f3w { top:132.5625rem;left:0rem;width:19.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHmlqq3DpAkX1OpcLq7lNC1VyDo5QhyU { display:block; }
 }@media only screen and (max-width: 763px) { #LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { width:7.125rem;height:2.3125rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { width:11.625rem;height:1.13671875rem;top:6.875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH1TChP8p6rL9CZ6g7kbxEXEbQW8HbLZ { width:7.5625rem;height:0.8125rem;top:4.8125rem;left:6.1875rem;display:block; }
 }