.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:253,247,232;--color-primary-1:249,227,180;--color-primary-2:243,199,104;--color-primary-3:122,100,52;--color-primary-4:36,30,16;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"Comfortaa"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA8OWEhqu7u7GG4GJDGFvDrI9rql3F3k { position:relative;display:none; }#EA8OWEhqu7u7GG4GJDGFvDrI9rql3F3k { border-width: 0; border-radius: 0; }#EA8OWEhqu7u7GG4GJDGFvDrI9rql3F3k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EA8OWEhqu7u7GG4GJDGFvDrI9rql3F3k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ua0XDRKFRCmTzUD3ynS51FW3BuveZrP6 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9.375rem;top:2.23046875rem;left:4.9375rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#M6JhTiXps4yIqOaPoQ7wuPB1ABxSMzLg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5419921875rem;left:4.9375rem;height:9.2604375rem;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; }
#eJ3xUnyz7T7EbtDyHBF3sn7X4s8bLxdQ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.8125rem;width:13rem;top:6.2353515625rem;left:39.625rem;overflow:hidden;display:block; }
#slwPTd8K0PmQVXSRTSWnZmCH1S6iZJDf { color:rgba(var(--color-tertiary-3),1);display:block;width:16.3744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.2685546875rem;left:13.75rem;height:1.05625rem;display:block; }
#bXes5dVmpPWaf6KwetmtUJWM1ZV4TKh8 { z-index:15003;top:26.806640625rem;left:4.9375rem;background-color:#42c4dd;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D6ZXwLtQSbt8Z1zTxJES9Fxp4ubDU6GH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#we7QPbdX7OCovh7uvdWtqFJ9LohODWx2 { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:10.499rem;width:7.1855625rem;top:3.79296875rem;left:49.5625rem;display:block; }#we7QPbdX7OCovh7uvdWtqFJ9LohODWx2.adaptive-delivery-prevent-bg, #we7QPbdX7OCovh7uvdWtqFJ9LohODWx2.lazyload, #we7QPbdX7OCovh7uvdWtqFJ9LohODWx2.lazyloading { background-image: none; }
#biCHQH6aNtaRmw11DEx7XoTkz7c3Pdlr { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:19.119140625rem;left:4.9375rem;height:6rem;font-style:normal;display:block; }
#bt4gOBBc4STkRTIuyiJeqhIlBaNTqy8q { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:6.10546875rem;left:6.3125rem;overflow:hidden;display:block; }
#qXWtb6UHwJGAZpwE6StFLLNfKkUaxkP8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.810546875rem;left:19.3125rem;height:1.1375rem;font-style:normal;display:block; }
#zalN5Gk8LTZhpzhyO7TkT2HI6FfF5Neo { color:rgba(var(--color-tertiary-2),1);display:block;width:13.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.8095703125rem;left:7.125rem;height:1.1375rem;font-style:normal;display:block; }
#W9nNl4DsQ1JPzNTiw25EaMbSdIcKaux8 { box-sizing:content-box;height:1.9375rem;width:22.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:5.6279296875rem;left:4.9375rem;display:block; }
#Qc5ddZdRN9T14F32dIJkxEUxgr8oAi5k { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.3544921875rem;left:8.25rem; }
#DL9sMVcbUclMnTomEzwCUFrV4gnQcJZO { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:0.0625rem;top:1.73046875rem;left:4.9375rem;overflow:hidden;display:block; }
#ybh0t7AzU4PzDcfTScBlKu0AT5qioVLt { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9.375rem;top:2.23046875rem;left:4.9375rem;overflow:hidden;display:block; }
#DxlcxHpsJbOeTkwx2LVs6aytqFFmqtDO { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.1875rem;width:17.0625rem;top:21.4375rem;left:44.6240234375rem;overflow:hidden;display:block; }
#pUQCpcXVRRpoSUCpEsZWJ0TyHXNB8Htb { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.0625rem;width:13.625rem;top:0.802734375rem;left:56.748046875rem;overflow:hidden;display:block; }
#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb { 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; }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .row .container { background-color: transparent; background-image: none; }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .row .container > .video-iframe-container { display: none; }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .row > .video-iframe-container { display: none; }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .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); }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .row .container { border-width: 0; border-radius: 0; }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#r6GEZqJ9mOMPozlnyobrs9bL0hxAy4x0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.625rem;left:57.4375rem; }
#Ebtu0GoAE7ZApd13rZTOirc1yZnzhdum { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:8.75rem;left:51.4375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N1OkuI8WkSuGB39bbRUFgCUlprw226ZB { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.375rem;top:7.375rem;left:32.875rem;overflow:hidden;display:block; }
#Q0BXm9RpXOuPNCluL2rtPsTypdSe9H2d { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5rem;left:7.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGXrCoATWIJCDVklh2w7O1m3EtpQvwyg { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.3125rem;left:12.5625rem; }
#FbTnuaKyfeqDtW18Z3o0auStSsSPAve8 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:8.875rem;top:7.375rem;left:10.84375rem;overflow:hidden;display:block; }
#ERHaCNgCQOKSCSIam671b0aCTv8Kpg04 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5rem;left:29.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkVRFNxpZnkc0sHmPeGzfFKQdo7K0QRd { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.3125rem;left:34.8125rem; }
#zuPFPtW6GIP5hM37rs1IzGiNHgoBHz4J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:2.5625rem;left:56.375rem; }
#stB29XA1moJiioyUrZkudCZPPfyq9DLD { 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; }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .row .container { background-color: transparent; background-image: none; }#stB29XA1moJiioyUrZkudCZPPfyq9DLD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .row .container > .video-iframe-container { display: none; }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .row > .video-iframe-container { display: none; }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .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); }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .row .container { border-width: 0; border-radius: 0; }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .row .container { font-size:0.875rem;font-family:arial;height:94.75rem;width:75rem;position:relative;display:block; }#hNBMJKF4qXEOs1wELpqR5ENOW3SWddmk { color:rgba(var(--color-tertiary-4),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:12.5244140625rem;left:13.03125rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2zzkoPmIkKWWqU9h0OHNTFeUTg83V36 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:25.6875rem;left:16.375rem;height:25.59375rem;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; }
#gHUhJfGMnOSTiJ2TFt4xpptsyf8QEiA5 { color:#0fd0df;display:block;width:52.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.8125rem;left:12.0625rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o3amkPSO2OAMP1hv6UWDGBioxscX1tgf { color:#0fd0df;display:block;width:52.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:55.8125rem;left:12.0625rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qZOwsBwAezkn6Xf7fsp05ooryX0C2p4c { color:rgba(var(--color-tertiary-4),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:64.0625rem;left:16.5rem;height:15.75rem;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; }
#XvZ50VFHVeSABGUuBgNJyfp8hSwkVPvR { color:rgba(var(--color-tertiary-4),1);display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:82.8125rem;left:12.375rem;height:7.875rem;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; }
#HWfSBKVcAmHmFwC2Uw0465IrF0H2VtRA { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:60.4375rem;left:12.0625rem;height:1.70625rem;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; }
#TPPx7v3LfTQ8S91G1AEG4rUsOc9NTPIo { box-sizing:content-box;height:0.25rem;width:32.1875rem;position:absolute;display:block;z-index:14999;background-color:#0fd0df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90.25rem;left:12.25rem;display:block; }
#QKVEfFACLkZXVoaHzqrzTkGDxASLDJDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:62.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:0.75rem;left:6.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#uwdHazwBlgApaAI1JsI0AqDhEPodu8T9 { 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:15007;opacity:1;top:31.875rem;left:12.0625rem; }
#PlsxPidEkpOgLDTTue6yeKDFx0pXBtBl { 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:15008;opacity:1;top:25.6875rem;left:12.0625rem; }
#blo34hTUI1RzALiwSfFAkOlEc4ZhdfAC { 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:15009;opacity:1;top:37.9375rem;left:12.0625rem; }
#Rss7cmtUXyerPZgHAIeE0k8G69rzsWfX { 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:15010;opacity:1;top:43.0625rem;left:12.0625rem; }
#tr8DyeJePK7faNDOcsCrG67LlLJf81aV { 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:15011;opacity:1;top:48.25rem;left:12.0625rem; }
#byTXTHtbCNDFqAcA9sITPyrxNJvF3hyS { 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:63.8125rem;left:12.0625rem; }
#wzSdBcxGKu8PraQB2OTQ71OprJE4tT2M { 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:15015;opacity:1;top:67.5625rem;left:12.0625rem; }
#LkJ9fs4U5D1kRMHpqKJQupquvVfaJf0w { 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:71.375rem;left:12.0625rem; }
#RptGiUhShq1B0XHM7bdQnIqTsidDlTQd { 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:15017;opacity:1;top:75.3125rem;left:12.0625rem; }
#PGXiElS6tz5pxsqLbconVoBLUhgpNZFG { box-sizing:content-box;height:0.25rem;width:32.1875rem;position:absolute;display:block;z-index:14999;background-color:#0fd0df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90.25rem;left:12.25rem;display:none; }
#bCO3rplEHsv8KZqd9POiTBU10v20drcg { 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; }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .row .container { background-color: transparent; background-image: none; }#bCO3rplEHsv8KZqd9POiTBU10v20drcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .row .container > .video-iframe-container { display: none; }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .row > .video-iframe-container { display: none; }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .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); }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .row .container { border-width: 0; border-radius: 0; }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#nIKS32XIifhHxaWP5qx9a3bSNTXe9uBK { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:13.062504768372rem;left:18.125001907349rem;display:block; }
#NmEqh3i3PpSgKGOC7kpZxzofdDd4ibcA { color:#0fd0df;display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:13.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#iH2VnaZyKfTyGDxGwNzlErmKKURQfBcp { color:rgba(var(--color-tertiary-4),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:5.7119140625rem;left:11.0625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .row .container { background-color: transparent; background-image: none; }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .row .container > .video-iframe-container { display: none; }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .row > .video-iframe-container { display: none; }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .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); }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .row .container { border-width: 0; border-radius: 0; }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:75rem;position:relative;display:block; }#M5KTcESbaWcmhbWxD7hSn7SSqEO8N5o5 { color:#0fd0df;display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:13.125rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#UKSysTd1T2hNcfyxFozWUT4URxzW6Og1 { box-sizing:content-box;height:38.6875rem;width:28.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.4375rem;left:8.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Til7EFyw6wbhTJchmvoSuCWxfmBcGhEn { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.0625rem;left:10.4375rem;height:2.275rem;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; }
#dEt2am2nkpvhFug9sOuT5lhpPUIFiUa8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:21.9375rem;left:13.875rem;height:29.75rem;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; }
#a0dkaAcOS6k9sn0UE2Obd7OXyfBHT3xI { box-sizing:content-box;height:35.3125rem;width:28.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.4375rem;left:38.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#R3blp7mpmCps4rb9GyAyPikDx0I6suc0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.0625rem;left:40.8125rem;height:2.275rem;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; }
#ADobbTQk1kgNWcKGOTyLrQ3m1aCV6Hna { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:21.9375rem;left:44.625rem;height:25.5rem;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; }
#lOsmaDr0ZQzs5mzTKqCZq728CyFoBcy8 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:6.021484375rem;left:11.03125rem;height:5.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sb82cLgOkp3gQUXu5Rz1Iptv4qQmbuWm { z-index:15004;top:59.5625rem;left:23.5625rem;background-color:#42c4dd;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r4kvZQHhlNru6U5URp5CPOFTcEtWBKbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IV3c9ZKT7c2OsRVN14tXZUdU9dZn8qa3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21.9375rem;left:10.4375rem; }
#f12F678tDnFOxtZ5aSw1QCwkBDQqVClM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:28.125rem;left:10.4375rem; }
#RXP3EB6KLquxSZAx6mgNzTRmWAlu4sy4 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:32.25rem;left:10.4375rem; }
#oTq2ylei9sK318xT3nWdp0vsQhzGiiv6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:36.375rem;left:10.4375rem; }
#xdNisIucZHEHIF9lxJ33hPLoGTMDTv68 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:40.75rem;left:10.4375rem; }
#vV3vrwwGW444zLMIM2U9ncqgQzmp2UXd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:45rem;left:10.4375rem; }
#S7gcaqc57qWnbvxDMvMtxA5mskfZs32C { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:49.25rem;left:10.4375rem; }
#TVRbPMkQIHizfu7Ey2aaC3MMNgIJQxRa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21.9375rem;left:40.8125rem; }
#bgh3n15Tc3VH1tdRuIv5QM4xbUdue9A7 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:28.125rem;left:40.8125rem; }
#soML5AzKDEMVoF5nhg7eKiZaMriwcWep { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:32.25rem;left:40.8125rem; }
#znGzWSZzdIfO6RfE3TgHgKl9ORDLvuvA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:36.375rem;left:40.8125rem; }
#wdpDxt0TlTSQi4v5BaKdpSwVHxDegOVb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:40.75rem;left:40.8125rem; }
#IfZQ960S2opRf4Trl79hygQR3GcZ1MW1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:45rem;left:40.8125rem; }
#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .row .container { background-color: transparent; background-image: none; }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .row .container > .video-iframe-container { display: none; }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .row > .video-iframe-container { display: none; }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .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); }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .row .container { border-width: 0; border-radius: 0; }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#uEe3OE9Pn9cpn1VmXlhc8xNytQsfQZ9V { color:#0fd0df;display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:14.6875rem;height:;text-align:center;text-align-last:center;display:block; }
#IkXJ7WFfRGP3iWWlcUfrsHBPcgmat1NC { color:rgba(var(--color-tertiary-4),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:6.0869140625rem;left:11.0625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RbVyI7FJ6FxmsUHAooQRSLBs3L2rTpBs { box-sizing:content-box;height:0.25rem;width:38.125rem;position:absolute;display:block;z-index:15000;background-color:#0fd0df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6494140625rem;left:13.46875rem;display:block; }
#rI7hISoArgA7GQu2BQrtz4fbzEiHRgHq { box-sizing:content-box;height:0.25rem;width:38.125rem;position:absolute;display:block;z-index:15000;background-color:#0fd0df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6494140625rem;left:13.46875rem;display:none; }
#RcveSdx2W7udsXmbH8kl52QWdyc4yS75 { box-sizing:content-box;height:0.25rem;width:38.125rem;position:absolute;display:block;z-index:15000;background-color:#0fd0df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6494140625rem;left:13.46875rem;display:none; }
#Kwr3pMqib1343drxnhoQbFg0shAXIEgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .row .container { background-color: transparent; background-image: none; }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .row .container > .video-iframe-container { display: none; }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .row > .video-iframe-container { display: none; }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .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); }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .row .container { border-width: 0; border-radius: 0; }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .row .container { font-size:0.875rem;font-family:arial;height:119.375rem;width:75rem;position:relative;display:block; }#E1DL5Mh6VILiRypRZxgKCV61W6irQKAA { z-index:15005;top:34.1875rem;left:23.562501907349rem;background-color:#42c4dd;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uy0Q2usRBeaMfP0dMTiwPLX9F6oaVego { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMu0EOU7d3HELoIRMVD8C8wM0sckCBry { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:13.1875rem;left:30rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFwGnWJIU4sB8NC3255KZEB1VxB1QdgH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.875rem;left:52.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#y1zSbzP8nlmeysvLnLXZfLMN87JvSUuh { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:13.8125rem;left:55rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fiJVUMqgkFtoeB09oT7UauQP3DS5uLfr { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:11.25rem;left:5rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITrmqwyLdNMGDvOJhFVV53QhNZI0SeBT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#i6chwNpQAGfEm1Ao2ut8E52vQHRy4bwP { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.8125rem;left:35.625rem; }
#UTo5VXw3wlfTWgAeRtkWuKHHNuDgrL0r { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.75rem;left:27.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#q3ZDDqESzhSS3TaI126bB5y85oTqaCRs { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.875rem;left:61.25rem; }
#zuZCmACZTrM33Nu3OXTurOQV9LoRNIGJ { box-sizing:content-box;height:26.375rem;width:20.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:27.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#JdLR9ROpgmCSyHZo79fJAPkyU868AVes { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:10.625rem; }
#TDmd5eAzFAzOX0FyMeu2V4AfEmHoIAz9 { box-sizing:content-box;height:26.4375rem;width:20.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:2.34375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#GV6iqDKRzZ0fKO7ovtUfkvWTKIIlSx88 { box-sizing:content-box;height:28.4375rem;width:20.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:52.34375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Da4QzowaW4Q8drBTDADHMAsPar04bfZu { box-sizing:content-box;height:27.8125rem;width:20.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.0625rem;left:27.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#UVplC5P0oCEMNs2dKdUPslJqiQWVdMRH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:51.4375rem;left:31.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#SxN0S48R65pX9koJBJJJXHokEW2ffSzl { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:46.6875rem;left:35.625rem; }
#EZrUx4V72qGfJ8PpKVb57ykpOo9i76HO { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:55.9375rem;left:30rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#enwwhVlummshBuvd33pgfmLqM9BTuUA5 { box-sizing:content-box;height:22.875rem;width:20.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.0625rem;left:2.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#bkhdTflM9zrevS3ATOUCP6KGP0qMk3bH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:51.4375rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aMDOmw6C4Uc2tUSsRbtKA3W6re7m67lJ { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:46.6875rem;left:10.625rem; }
#VFyNXpQq0rwO01AXpOEgZ9aCtNvhQuvI { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:53.9375rem;left:5rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HgPntWPtbzmAEG2M4dqFENkaS12Di6nM { box-sizing:content-box;height:22.75rem;width:20.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.0625rem;left:52.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#GhKcpZrCarSiOQamoveH8xl0ImmzXilX { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:51.4375rem;left:52.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#C8KoTcdNliJTRgcHg005JUorSvTsrqzQ { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:46.6875rem;left:60.875rem; }
#LbXhgaBmEcxmsTKWGD0BWfGhCVTUNKvA { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:53.9375rem;left:55.25rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DlN8xJ0ZgPb3A9DwQfMgL5r5zxMnorqD { box-sizing:content-box;height:26.4375rem;width:20.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.625rem;left:27.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#mv00oVxVMAKFZK55IbRdLb0XkSwUbc1h { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:97.5rem;left:30.125rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNt2Xz9Z1C3u83JFvqL6df6lsEK0sh8W { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:95rem;left:27.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#H6p93lZ8qeTCTyHZ9czZgZWhHkqwJkIu { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:90.25rem;left:35.75rem; }
#BUCoQ2725A20epgNdW3C4kkKoLvxANF4 { z-index:15006;top:78.3125rem;left:23.5625rem;background-color:#42c4dd;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cg68o4VWPaCl9fz8bbXU6vggnSfxqilF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMBa4W8r7nRvVs5X8npI09FsD8LPUqQa { box-sizing:content-box;height:21.125rem;width:20.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.625rem;left:2.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Gz5bGTA9kV0R0HQsLH4dF4hOnPA9FOh4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:97.5rem;left:5.125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VpQtLTRB1dAge3rXO6oX6J1BGxqi6DDA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:95rem;left:2.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Dh9AuRtFJWcwJNVl8gaEE1H7vG46DQoU { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:90.25rem;left:10.75rem; }
#PUOurSSiCMisdMVm5z1czQb5G8vRLfWJ { box-sizing:content-box;height:26.4375rem;width:20.3125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.625rem;left:52.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#q84BrGvipI4ZhECg5vuFV55Gvo8lIAfZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:97.5rem;left:55.125rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R0nNWSh2CNL5q0WyK2qrpqJsvM8RoEyk { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:95rem;left:52.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#tOnvBT5hbFGue3RN2rHQoFNnDo0PcOz9 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:90.25rem;left:60.75rem; }
#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .row .container { background-color: transparent; background-image: none; }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .row .container > .video-iframe-container { display: none; }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .row > .video-iframe-container { display: none; }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .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); }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .row .container { border-width: 0; border-radius: 0; }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#L0NX0qnz2SBogdT5xQ5KLrKv0Wq00qGO { color:#0fd0df;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:32.90625rem;height:;text-align:left;text-align-last:left;display:block; }
#nJGrKpa4iAMDtkZ1TepblTpBb8ZKIVZt { color:rgba(var(--color-tertiary-4),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:11.5244140625rem;left:33rem;height:5.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g679F8Vzrh5zq56D3fPar03HDZBaFQyN { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:34.75rem;width:26.4375rem;top:3.125rem;left:2.65625rem;overflow:hidden;display:block; }
#FtdpmWDzTOOd6zoSSXnsOZTNznJuh38i { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:21.375rem;left:36.1875rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#kv0MOok259losDTkOuBDfBrfthGNffgQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21.375rem;left:32.90625rem; }
#wAkaLNpvzolTrfBG5HTvgh4TKFvfhbt7 { z-index:15007;top:42.9375rem;left:23.5625rem;background-color:#42c4dd;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PgUP5oE84yqMBF3t8dOIbMr5JXRT0uwb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEFnhAVHyvFWZ9XWlopKvTclRfbpoGhM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.9677734375rem;left:32.90625rem; }
#u4sbElLCON80MU7atma36uIa0dg6TV8D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:27.109375rem;left:32.90625rem; }
#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW { 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; }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .row .container { background-color: transparent; background-image: none; }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .row .container > .video-iframe-container { display: none; }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .row > .video-iframe-container { display: none; }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .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); }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .row .container { border-width: 0; border-radius: 0; }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#tzz39OX4RWCQ7OI7gHO2GqQUNZ5gHmgo { color:#0fd0df;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:18.125rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#uFiQb29TrRBM6k1T6MirSB65QgkwR6Qo { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.6875rem;left:6.25rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQsmslr9GEqmdwszm0Td97gDQQw0s9wT { color:#0fd0df;display:block;width:3.4375rem;position:absolute;font-family:"marck script";font-size:8.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:14.25rem;height:11.375rem;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; }
#TGTR4NliHWDsTM9IycsXtQMZPNChdA0t { color:#0fd0df;display:block;width:3.4375rem;position:absolute;font-family:"marck script";font-size:8.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:35.3125rem;height:11.375rem;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; }
#g3hh1XvF5TPQV5qkGTSTKxk93LeSRaRS { color:#0fd0df;display:block;width:3.4375rem;position:absolute;font-family:"marck script";font-size:8.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.75rem;left:57.8125rem;height:11.375rem;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; }
#V2RTFi8gLD4bThylo2ccuCOtJUoPuTEb { color:rgba(var(--color-secondary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.375rem;left:7.625rem;height:2.6001rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sRQN5EBCs5wI8tPleLHra1a7Z6dm5PID { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:22.625rem;left:28.75rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZ92H4dVF9eITnGv5IlC6XhwELxlyNtB { color:rgba(var(--color-secondary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.3125rem;left:30.125rem;height:2.6001rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cToiqMV8Rf3nSUHWiD9iHWimLdO9tkED { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:22.6875rem;left:51.5rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXwLwTF86CDmRWzFQJQsdOmLp8T5GxQU { color:rgba(var(--color-secondary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.375rem;left:52.875rem;height:2.6001rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CQTzbL8LrnAecszF2aicpEWDpqJ3wWiT { z-index:15008;top:35rem;left:23.09375rem;background-color:#42c4dd;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KgFNdh1KrB3plU1oTfeaph9RXG2GNmJH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .row .container { background-color: transparent; background-image: none; }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .row .container > .video-iframe-container { display: none; }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .row > .video-iframe-container { display: none; }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .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); }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .row .container { border-width: 0; border-radius: 0; }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#Eh07WgmuGKgX9ogfT9pds9kOb8urbiOv { color:#0fd0df;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:18.125rem;height:;text-align:center;text-align-last:center;display:block; }
#noxCtxXTXoAGgqI44UimOCpynOlJsK1y { color:rgba(var(--color-tertiary-4),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:5.6875rem;left:11.0625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .row .container { background-color: transparent; background-image: none; }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .row .container > .video-iframe-container { display: none; }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .row > .video-iframe-container { display: none; }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .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); }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .row .container { border-width: 0; border-radius: 0; }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#GpkqUgCDfsodWfz2cqgGffLI7nM6FErt { 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:15004;opacity:1;top:1.25rem;left:12.6875rem; }
#UZ8ogTQPPOWBE0u6O5bJuqCKle35fX5b { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.5625rem;height:1.4625rem;font-style:normal;display:block; }
#TBzZuQVU6bkcGn5CSDZMEhsNhi8ew26M { 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:15006;opacity:1;top:1.25rem;left:39.875rem; }
#GvSzTrfXcR4TJTqZ9J1sde7esTZree1t { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8125rem;left:44.75rem;height:1.4625rem;font-style:normal;display:block; }
#Icfg06GlVrFthnQGKBA9AUplyq5Sk21U { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.9375rem;left:14.9375rem;display:block; }
#JeoWCKSvO6WvThI8PscgKIVEymp2AQGI { 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:15008;opacity:1;top:10.1875rem;left:12.6875rem; }
#wdihTv4bo2N7yR8eAeRvroVKiwhh3ZTz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.75rem;left:17.5625rem;height:2.9236125rem;font-style:normal;display:block; }
#MHAknT8iXwec5nzRHRQucb4wdRmwmLdl { 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:15010;opacity:1;top:10.1875rem;left:39.875rem; }
#UVIts3T9dDU0NUTGrz5hK7zaRhbvOAxO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.75rem;left:44.75rem;height:2.9236125rem;font-style:normal;display:block; }
#bNFXR95Qlb5LrdsQtPDbuxhMM89zpKAQ { 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:15013;opacity:1;top:21.625rem;left:12.6875rem; }
#virWQQeHPSSDs5nUHA0z3F40L56pt4vo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.1875rem;left:17.5625rem;height:2.9236125rem;font-style:normal;display:block; }
#N59TkNUfTMf1ZTWeRCOQ1rTHVptI1saM { 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:15015;opacity:1;top:21.625rem;left:39.875rem; }
#xKuOcZQBXzk6sXIUCQuNFMwcBFn3aTM7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.1875rem;left:44.75rem;height:2.9236125rem;font-style:normal;display:block; }
#QTktNnFkRUVPk5ud23l1x68iVO1ykCrx { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:14.28125rem;display:block; }
#rGXlywJDU5q153GUFGOMghTDsbs00xqa { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.9375rem;left:40.78125rem;display:block; }
#bPJ7ZU8pKiqONq6nbAwtESpmEBwhmchi { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:40.78125rem;display:block; }
#L91ULeKsyuDBS8ENXSxad673BTvbSOhk { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:40.78125rem;display:none; }
#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf { 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; }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .row .container { background-color: transparent; background-image: none; }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .row .container > .video-iframe-container { display: none; }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .row > .video-iframe-container { display: none; }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .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); }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .row .container { border-width: 0; border-radius: 0; }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#Urv0E23nnRUxHm00hNVio8psiCUahHfE { color:#0fd0df;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:18.125rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ { 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; }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .row .container { background-color: transparent; background-image: none; }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .row .container > .video-iframe-container { display: none; }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .row > .video-iframe-container { display: none; }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .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); }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .row .container { border-width: 0; border-radius: 0; }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#zsDXFBqG9Tg8p6V4Isgl06u1ALTUpLq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:7.8125rem;left:22.1875rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#swElT8D8zWJZyxKNfSOqTA85qK8iaOkl { color:#0fd0df;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.1875rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EsvRmCE1fKDBOhiPCTC8ediRRAPfJl9d { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.8125rem;width:14.8125rem;top:3.75rem;left:5.3125rem;overflow:hidden;display:block; }
#RgTamTkZ190p9dawaTUTkrdyC7vzVhU9 { color:#ca70ba;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.96875rem;left:23.625rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#QTpSNFdWKQgty1yf4qRhDxztG17ydHrf { box-sizing:content-box;height:5rem;width:0.3125rem;position:absolute;display:block;z-index:15010;background-color:#ca70ba;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:22.1875rem;display:block; }
#cyMS1yg7ze8VhLGCGetfRDHQMAgxwkP2 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:32.625rem;left:26.75rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ocIbTxACEaQXcn3rvKe0hy1rPmHBHgRt { 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:32.75rem;left:22.1875rem; }
#SDiWL9XAiVgZid4XnoQpAD3XvzMu7t7w { 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:15038;opacity:1;top:25.8125rem;left:22.1875rem; }
#IpqlKkWMG1GGavD5eFHRZiA9CfSrKmU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:26.625rem;left:26.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 { 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; }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .row .container { background-color: transparent; background-image: none; }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .row .container > .video-iframe-container { display: none; }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .row > .video-iframe-container { display: none; }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .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); }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .row .container { border-width: 0; border-radius: 0; }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#HU9SpSPaUwUggmt9qDDrxDgZwOmT3a16 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:7.9375rem;left:6.375rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zxOJsnfau0wD5ettd02BohFvqEMVH4Hk { color:#0fd0df;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.875rem;left:6.375rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aT8gqBvx2nSTaPsz2z7qFKPXeAL9TZA1 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.8125rem;width:14.5625rem;top:3.84375rem;left:53.8125rem;overflow:hidden;display:block; }
#hHIqhE7fOt9nSKW9pDfXJsDJM1mSXDqR { color:#ca70ba;display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:18.84375rem;left:8.0625rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#OJG4Vu4muLH95aa7tfsRo6QWbNcUg6bQ { box-sizing:content-box;height:5rem;width:0.3125rem;position:absolute;display:block;z-index:15009;background-color:#ca70ba;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.65625rem;left:6.90625rem;display:block; }
#EPvUnB8Zs0B3D0pPBia6gqk5T11mTbPK { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:34.3125rem;left:11.1875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WBv7TwBX9dGJ82RtXCcktPOzgmn9uVTd { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:28.3125rem;left:10.75rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wmLxzx9HmihhORvTgXSS4S2lHxmmlG9o { 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:15040;opacity:1;top:27.6875rem;left:6.375rem; }
#zngi3eawMkXmdpQpx4BtmuKU0lG4wGrh { 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:15041;opacity:1;top:34.625rem;left:6.375rem; }
#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 { 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; }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .row .container { background-color: transparent; background-image: none; }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .row .container > .video-iframe-container { display: none; }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .row > .video-iframe-container { display: none; }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .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); }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .row .container { border-width: 0; border-radius: 0; }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#N4JUBXuNxDivXJkCbvIEnTMLqTBXDwhV { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:7.8125rem;left:22.1875rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hVzMHMHE2771hinJ1yF6gOFfBk7zE7W0 { color:#0fd0df;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#peLfOP7dUtpSxIgx8a3gwPQRnwQ6EuHB { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.8125rem;width:13.5625rem;top:3.75rem;left:5.3125rem;overflow:hidden;display:block; }
#N5qkGnMxdxpTlpctqAUS7dOQkXF5XBZp { color:#ca70ba;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:17.96875rem;left:23.625rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#bxuSniHn9xSaZE59D2ZwRoane51rHcmJ { box-sizing:content-box;height:5rem;width:0.3125rem;position:absolute;display:block;z-index:15010;background-color:#ca70ba;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.8125rem;left:22.1875rem;display:block; }
#DQxDw0tVHIdhQW8w3LhwMeWQHMzhAV23 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:32.8125rem;left:26.75rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WDPgpKBZllFMWPv0qWUVkt5Ey9BxHlJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:26.8125rem;left:26.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ien5BOdOU51kICeXA7i8rC5iaCnNtEUv { 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:25.625rem;left:22.1875rem; }
#pE6cFBMe95b34vTio1VTR1c8Cg3IuNPA { 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:15043;opacity:1;top:32.625rem;left:22.1875rem; }
#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy { 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; }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .row .container { background-color: transparent; background-image: none; }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .row .container > .video-iframe-container { display: none; }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .row > .video-iframe-container { display: none; }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .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); }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .row .container { border-width: 0; border-radius: 0; }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#MDGkUqiBsnohVJSCLTW2leeTibA4x4Zl { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:7.9375rem;left:6.375rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mtut2aT0QQG5bJV23RqKr099qb1O6ann { color:#0fd0df;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.875rem;left:6.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#awGEucWFClHfLqVnyl0EJVVwLOeJJKT0 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.8125rem;width:13.5625rem;top:3.84375rem;left:53.8125rem;overflow:hidden;display:block; }
#G9VVH7ThcoihSnOwaiNwEWxUxde6cVzT { color:#ca70ba;display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:18.84375rem;left:8.0625rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ZgQxWQ9kkNU9TcrSri9CqaEKT6kAWb89 { box-sizing:content-box;height:5rem;width:0.3125rem;position:absolute;display:block;z-index:15009;background-color:#ca70ba;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.65625rem;left:6.90625rem;display:block; }
#LDposw3TiBCUTBhTGdCcOFOl8RoM6uec { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:26.8125rem;left:10.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#antKcqyOwMaTi5iXTA2yJLNon0a1yZ1z { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:32.8125rem;left:10.9375rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rykaCI1OLma0OyuiUI8JmHKPkVa8C7iw { 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:15044;opacity:1;top:26.125rem;left:6.375rem; }
#uZEn3Di1cLL6rUcvsnmn0NnilROxeuym { 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:33.125rem;left:6.375rem; }
#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c { 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; }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .row .container { background-color: transparent; background-image: none; }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .row .container > .video-iframe-container { display: none; }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .row > .video-iframe-container { display: none; }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .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); }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .row .container { border-width: 0; border-radius: 0; }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#duf868bkVIFiIOJrdNPauWo3DGtMgOUF { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:7.8125rem;left:22.1875rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vTFEDh0DUfWnGyeTTltJKSJ7oE0Bi6eA { color:#0fd0df;display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.1875rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TgOVEN2iTzTV4qc9xhsvTChALUawZtCT { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.5rem;width:14.8125rem;top:3.75rem;left:5.3125rem;overflow:hidden;display:block; }
#iITqI6EQSxm5Nmqcof6EWcT7NXn8yg6u { color:#ca70ba;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:18.53125rem;left:23.625rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ZhuPdoHMBEpxASgL1Jg0LoQXa23p4T8p { box-sizing:content-box;height:5rem;width:0.3125rem;position:absolute;display:block;z-index:15010;background-color:#ca70ba;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:22.1875rem;display:block; }
#nRDMdMIJg0CMeC3LUeIA81Gc5FQlJLT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:33.5rem;left:26.75rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#roGJsnp4LZVIgGHN5OlFxKorfGZUDS5V { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:27.5rem;left:26.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XdhrLxcmBxoUF0CBf1N78UCVEnQS6RHK { 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:15046;opacity:1;top:26.8125rem;left:22.1875rem; }
#yVxIUypmVJgiLdZT0M2TNAZEJV4FGi9H { 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:15047;opacity:1;top:33.8125rem;left:22.1875rem; }
#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ { 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; }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .row .container { background-color: transparent; background-image: none; }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .row .container > .video-iframe-container { display: none; }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .row > .video-iframe-container { display: none; }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .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); }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .row .container { border-width: 0; border-radius: 0; }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#rBc0zTkUM8vQrHOHI5t7SuTK3CgLSTta { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:7.9375rem;left:6.375rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yv296vWT5mCKzTdpF5XRXqxuZhK7leoL { color:#0fd0df;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.875rem;left:6.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#i6Iq0JeHzuZ75dcfpb35zRUkJw1ErxT0 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.75rem;width:13.5rem;top:3.84375rem;left:53.8125rem;overflow:hidden;display:block; }
#CTlFxkVUKV4TzFmdVG7rM1tUmZT7atkV { color:#ca70ba;display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.28125rem;left:8.0625rem;height:9.375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#NH8Bmr3dOLmV0NSskKmRb9BDEFSq2RoA { box-sizing:content-box;height:10rem;width:0.3125rem;position:absolute;display:block;z-index:15009;background-color:#ca70ba;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.09375rem;left:6.90625rem;display:block; }
#aO4ntJAH9MHGLrvz0h2whw5y6QSscQK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:35.8125rem;left:11.1875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FrI4GfybOgMUSuK4w060R4pp1Tlu5g7v { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:29.8125rem;left:10.75rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ONicHOnATqQdcVq3UGff0XmavReXw64n { 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:29.125rem;left:6.9375rem; }
#tP6Bu7a2DlyuXNTJ9Ofg1IkANfEJLLSl { 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:15049;opacity:1;top:36.125rem;left:6.9375rem; }
#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(15,208,223,0.22);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; }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .row .container { background-color: transparent; background-image: none; }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .row .container > .video-iframe-container { display: none; }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .row > .video-iframe-container { display: none; }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .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); }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .row .container { border-width: 0; border-radius: 0; }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#Atu1BT2wbPK78Btliq8zIWaWvuqxTKpw { color:#0fd0df;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:18.125rem;height:;text-align:center;text-align-last:center;display:block; }
#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(15,208,223,0.22);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; }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .row .container { background-color: transparent; background-image: none; }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .row .container > .video-iframe-container { display: none; }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .row > .video-iframe-container { display: none; }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .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); }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .row .container { border-width: 0; border-radius: 0; }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .row .container { font-size:0.875rem;font-family:arial;height:88.0625rem;width:75rem;position:relative;display:block; }#KXqezVcsaxwslx36dGl8MGb8TiqFnBsM { box-sizing:content-box;height:20.8125rem;width:30.4375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:3.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#FTJxa3L3c476cXbdtBfviGR24Bht39ME { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.9375rem;height:3.08680625rem;font-style:italic;display:block; }
#bgWZIZVo9aommDAPCnOSfz6apvKvRWBy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:6.9375rem;left:5.9375rem;height:6.497375rem;font-style:normal;display:block; }
#z9IhUMQ0XmN1oL8RuRp9UASrAEJmbf0g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.875rem;width:7.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:11.875rem;left:10.0625rem; }
#i1LfeICtSfHgJ9qDGcbRiJ7oqpm9oSpS { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:16.875rem;left:10.0625rem;height:1.3rem;font-style:normal;display:block; }
#EQcy8xqCOr2aVmgfXpUXV1bxLTVCD3QG { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:14.875rem;left:25.3125rem;overflow:hidden;display:block; }
#B4GWbQ5TIN2LmCgiUgchqXmtVaRXhGsD { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:14.5625rem;left:5.9375rem;overflow:hidden;display:block; }
#fNwqdQz9QAio8GLmUXRFLEzCbWcCy9AN { box-sizing:content-box;height:21rem;width:30.4375rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:3.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#yxS1e01OXfMDRIzRMSWMmpeybpHVO1qu { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.25rem;left:5.9375rem;height:3.0875rem;font-style:italic;display:block; }
#ZMxdHKOAgXMZraCMptRnTH9nhTzqRg54 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:31.125rem;left:5.9375rem;height:6.497375rem;font-style:normal;display:block; }
#TMMBdTFT8e6OWmUT8pdLJRyT6z9uoxgo { box-sizing:content-box;height:25.4375rem;width:30.4375rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:41.062501907349rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#WJpC7WU4P4qbM2n2FnrswW0gAkGE9Nwe { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:30.0625rem;left:43.437501907349rem;height:1.54375rem;font-style:italic;display:block; }
#GgKE3XTVxseRFsxnivvPq1VUueVtrtF6 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:33.4375rem;left:43.437501907349rem;height:11.6953125rem;font-style:normal;display:block; }
#VD1JH9x7QBpWpnkHyy5lMoeOcxXISFRi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.875rem;width:7.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:43.8125rem;left:47.562501907349rem; }
#zZLtpVeA5M8WoNT8yc3rh7k9JU4llIP6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.875rem;width:7.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:36rem;left:10.0625rem; }
#RCxZzmGWON9KbgZbCSzoA4rpoAs2TPrN { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:46.5rem;left:43.437501907349rem;overflow:hidden;display:block; }
#k5uzy2Nl9ErUyiZQThT49LuzX56JUQg2 { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:38.8125rem;left:5.9375rem;overflow:hidden;display:block; }
#lkzowPHd4CFbXh4r4Vv7pk9k1ugRs6y6 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:39rem;left:25.312501907349rem;overflow:hidden;display:block; }
#tlipToubLTB3TyrPkzPnupkp8Mf1q3DP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:48.8125rem;left:47.562501907349rem;height:1.3rem;font-style:normal;display:block; }
#ChD985GnFLx4NIWBKKI5eWf7QW7psQQK { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:41rem;left:10.0625rem;height:1.3rem;font-style:normal;display:block; }
#uq6LOaPQ5X7DtTTuuxmkXxocRfGTpS3L { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:46.8125rem;left:62.81249809265rem;overflow:hidden;display:block; }
#TGK1WnSksPaW7g5wvT9XVL9BNrfkvwT8 { box-sizing:content-box;height:27rem;width:30.4375rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.375rem;left:3.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#t1rJPTdn2BSRc58cuWITu69XL6Z8IPsH { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:50.5625rem;left:5.9375rem;height:3.08680625rem;font-style:italic;display:block; }
#g7oqTa9aSxMuJS28DCXDqUKgUR7kfQN8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:55.4375rem;left:5.9375rem;height:12.9948125rem;font-style:normal;display:block; }
#LTMLvyfKb70oVu4n5UPwJhnxvtPuAWgG { box-sizing:content-box;height:26rem;width:30.4375rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.5625rem;left:41.062501907349rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#lEL0PShMkhJIayB4OH3CC7cMGt1wR7L7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.875rem;width:7.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:66.8125rem;left:10.0625rem; }
#tHXFMmkPIexXFR6UziEzKb6PgFITEtPE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:59.0625rem;left:43.437501907349rem;height:3.0875rem;font-style:italic;display:block; }
#ymRDfi9bugl5zXhZ6HzPAvlwgqHJQ6Fy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:63.9375rem;left:43.437501907349rem;height:11.6953125rem;font-style:normal;display:block; }
#dCA3nbAbTfS1tmHiLOvNXbnchTKzfT3A { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:69.625rem;left:5.9375rem;overflow:hidden;display:block; }
#DlpxTqwxKVKCHxMKirkfviDweQUbOTkg { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:69.8125rem;left:25.312501907349rem;overflow:hidden;display:block; }
#in5zMcZsoNWfMJTJPamhRrHev6Qc8lWM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.875rem;width:7.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:74.1875rem;left:47.562501907349rem; }
#PCHAu1uNibGelg9TlDuxlD9WHksMDGZD { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:71.8125rem;left:10.0625rem;height:1.3rem;font-style:normal;display:block; }
#RUpnXpL4tQN4Ru7iLDJdEtOkal03Tk5n { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:76.875rem;left:43.437501907349rem;overflow:hidden;display:block; }
#vG8JikXM3Z1TJfTVlZXAZKXKxELoTQDq { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:79.1875rem;left:47.562501907349rem;height:1.3rem;font-style:normal;display:block; }
#DteEOH8ek7BIm4PsGLImWfnk4Z6rH9sd { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:77.1875rem;left:62.74999809265rem;overflow:hidden;display:block; }
#TWg4uxx4ufag0eiP1Ul9P56ZC2fGvIil { box-sizing:content-box;height:22.5rem;width:30.4375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:41.0625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#NpTsE9871nkSdpdWwZ55s6QEPJv46g2e { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.8125rem;left:43.4375rem;height:3.0875rem;font-style:italic;display:block; }
#eLJmZFuoEi9zNMQH2ucIpqzFxAPMyRXR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:8.6875rem;left:43.4375rem;height:7.796875rem;font-style:normal;display:block; }
#uBDIreLzaoUV1lkee55PdRidpxRzsUq0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.875rem;width:7.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.75rem;left:47.5625rem; }
#DC6epAoEnLsxRQVwmpN9sxzanOKHhWWI { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:17.5625rem;left:43.4375rem;overflow:hidden;display:block; }
#z8L2XIoGHXqcP4tn3QeREHSVSPL70mzz { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:17.75rem;left:62.8125rem;overflow:hidden;display:block; }
#cVnyUL3cb6AndokqNitu0qFyg92UVLXl { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:19.75rem;left:47.5625rem;height:1.3rem;font-style:normal;display:block; }
#I0Jds0yUWTXE3au5EF6AGy9ndpz33Qg4 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:39rem;left:25.312501907349rem;overflow:hidden;display:none; }
#eXWWFUvPxCvg0aBLGRc5XemTQ6DxHe18 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:39rem;left:25.312501907349rem;overflow:hidden;display:none; }
#KJinPSEXRC22kKe7qQhPVOJ05kF24Leg { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:39rem;left:25.312501907349rem;overflow:hidden;display:none; }
#tCaIsixGZqq9cN88aqBz7CnfRlrI649u { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:39rem;left:25.312501907349rem;overflow:hidden;display:none; }
#NQl4nuUIadUhmphkURqnIQZUhfVvgrDU { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:39rem;left:25.312501907349rem;overflow:hidden;display:none; }
#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5U_28ojjgms/unsplash/redd-francisco-5U_28ojjgms-photo-1568992687947-868a62a9f521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq.adaptive-delivery-prevent-bg, #pelLfocEXd0uDqLw6xkSa2suZyCrmbiq.lazyload, #pelLfocEXd0uDqLw6xkSa2suZyCrmbiq.lazyloading { background-image: none; }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .row .container { background-color: transparent; background-image: none; }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .row .container > .video-iframe-container { display: none; }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .row > .video-iframe-container { display: none; }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .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); }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .row .container { border-width: 0; border-radius: 0; }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#pzz1MNHCqeAyflFUqy1UqEwfwpg30knd { color:#0fd0df;display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:2rem;height:5.19965rem;text-align:left;text-align-last:left;display:block; }
#edIp10UkBgh8z5fThNUH19dhERsOOKtZ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:9.8125rem;left:2rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rAHAnQCkGeGy6S7Sn9vpXnwVDrEzyR5J { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:16.625rem;top:5.974609375rem;left:54.15625rem;overflow:hidden;display:block; }
#H5gpnK0K9r0grQwqiVaqTAfSTw8rkKyz { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:11.0625rem;top:15.9375rem;left:61.84375rem;overflow:hidden;display:block; }
#TfqwmqIc1dHiouEkKQvJRAmeMXvAT7Po { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:18.75rem;top:20.0625rem;left:39.15625rem;overflow:hidden;display:block; }
#TkBKcmmD7RdGi03Wy53RpwvbQnHCmqXz { box-sizing:content-box;height:10.5625rem;width:21.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:37.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#WkJbQ9bqwaWsMDhbr0NCWbh2TLv8nUWJ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:12.875rem;top:7.796875rem;left:40.75rem;overflow:hidden;display:block; }
#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .row .container { background-color: transparent; background-image: none; }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .row .container > .video-iframe-container { display: none; }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .row > .video-iframe-container { display: none; }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .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); }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .row .container { border-width: 0; border-radius: 0; }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#EZXleOf35b5xhOQTXGBpGGZUaOvspWTF { color:#0fd0df;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:18.125rem;height:;text-align:center;text-align-last:center;display:block; }
#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .row .container { background-color: transparent; background-image: none; }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .row .container > .video-iframe-container { display: none; }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .row > .video-iframe-container { display: none; }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .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); }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .row .container { border-width: 0; border-radius: 0; }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .row .container { font-size:0.875rem;font-family:arial;height:73.625rem;width:75rem;position:relative;display:block; }#FAhx7mO8D2rHx2oxSwWbT3PJUJtrKnf7 { box-sizing:content-box;height:69.3125rem;width:31.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:3.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#SGCJAODFsUlMt3bTQNS5VRThXx3viTwl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:9.375rem;left:9.1875rem;height:59.5rem;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; }
#zQfbTalx9FhWUtcHiLqb3I9niiywrK9M { color:#0fd0df;display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:5.75rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Oebr0KwgilQVOVaV45yTHssALkUU1g6P { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9rem;left:5.75rem; }
#e5RltSBKcOufSDcziZazbNAzhMdo2ESd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.8125rem;left:5.75rem; }
#qfkTo0Rt9QZ1bxhnuTEU4Q9ElFhdUnJ6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.625rem;left:5.75rem; }
#cao787hmzl0eRBdTni0N60iiHICTkvEt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:30.0625rem;left:5.71875rem; }
#Fr64tan7sE0NJ4zpW4F5R6U4yKtbCl5s { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:38.9375rem;left:5.71875rem; }
#p6151BbhNuCHEVwNCnAVWFqp3ZL4Uggc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:45.1875rem;left:5.71875rem; }
#l872UKpeH3FQCMNxE3ZSbfiI4V7HlKr5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:51.3125rem;left:5.71875rem; }
#bccxi2ZFo45s0hvSIhDRQIdpP4Lqg4sD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:57.75rem;left:5.71875rem; }
#TkE8lOuGuV3h0OeWosiQ1muV16IKdJ4o { box-sizing:content-box;height:31.875rem;width:31.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:40.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#bkLmpdb9OVPi5Uv60LJzGwqBbo0SgsMM { color:#0fd0df;display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.25rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sGmrRdLOWkuVUTR1ufBJnT4SGbhoFp2d { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.375rem;left:43.25rem; }
#ixxU4wBp5pHIg8TZ506f7LGy6v5JibcI { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:9.375rem;left:46.6875rem;height:21.25rem;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; }
#p29uezZFTJzkcprtwAFN4cBKqpzxobPf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14rem;left:43.25rem; }
#Fr23fkk1PZ9rR5cDfLUg32LpgVoaBcoX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.8125rem;left:43.25rem; }
#Tqtlb7TcBwdNb9xSU8RbkkgwfZb6gHCm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:26.25rem;left:43.25rem; }
#bktXE1mcDdQerq2uOExupad63uAQqxms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#bktXE1mcDdQerq2uOExupad63uAQqxms > .row .container { background-color: transparent; background-image: none; }#bktXE1mcDdQerq2uOExupad63uAQqxms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bktXE1mcDdQerq2uOExupad63uAQqxms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bktXE1mcDdQerq2uOExupad63uAQqxms > .row .container > .video-iframe-container { display: none; }#bktXE1mcDdQerq2uOExupad63uAQqxms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bktXE1mcDdQerq2uOExupad63uAQqxms > .row > .video-iframe-container { display: none; }#bktXE1mcDdQerq2uOExupad63uAQqxms > .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); }#bktXE1mcDdQerq2uOExupad63uAQqxms > .row .container { border-width: 0; border-radius: 0; }#bktXE1mcDdQerq2uOExupad63uAQqxms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bktXE1mcDdQerq2uOExupad63uAQqxms > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#dLw7uqmPLFIpqNfTsEp8r2DmLRIo6fam { z-index:15009;top:2.34375rem;left:23.5625rem;background-color:#42c4dd;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yZ3ImeO15kgFZScEfqHBWPQAzf1fBano { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf { 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; }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .row .container { background-color: transparent; background-image: none; }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .row .container > .video-iframe-container { display: none; }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .row > .video-iframe-container { display: none; }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .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); }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .row .container { border-width: 0; border-radius: 0; }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .row .container { font-size:0.875rem;font-family:arial;height:68.0625rem;width:75rem;position:relative;display:block; }#KaWBX2EsWneLZkxe7D735smFysfsB6J3 { color:#0fd0df;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6250143051148rem;left:18.125001907349rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse .accordion-trigger.adaptive-delivery-prevent-bg, #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse .accordion-trigger.lazyload, #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse .accordion-trigger.lazyloading { background-image: none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse { box-sizing:content-box;height:auto;width:47.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.5625rem;left:12.5625rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #pJiZhorVofooIbTQ2e7ntUtCPNH41HJ4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #gwOoXOMg4xCnotioBAHNN6BwUQIgDyQb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #OtBDX3mRsCrWkvN2mqNRT54tzpprWu4y { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #nF4B4Iq1btTeUHN0p4dAi6MDP81OX8Ez {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #CIfvxqsOqapeNm4yZo2hEUQmXPUZgKHz {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #koKqlIIU4kA4gZsec1ZQ8tZV1XyEb0Qe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #zvaaQoFFgHfGLyJDRpRc7LcooU7foWHI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #sZC6V82UMyb5lmcv42FL2CoNe4RistNX { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #fSqR8yTZtaxGwfI4NF6fq5mJ8v20LCJH {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Omroul1PpJD4ropcT9ogq19SUGP313CH { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #nODESh92x7FJTXyfmMfmeg7iAEbJTnJE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #V3O1OQxvQQhJOun5y2QgxdNsrHoUKoDR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #B0O30DJCyfZQM4o2wyNKQHaDdO7f1dfX { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #upT5RSSRfBLGnL0FLV3qPZ5s9SI1RP0p {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #J137UbZnoCckLsFDfPS8aB0gqv686dqT { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #XILZFV9M5WhKGxA2DcJZMgJ99xltw3hO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aJOS5V7swNJQhenxl7s3APZoKhaDhB05 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Mx76CiNZyTmaZKTz3TIMCIaucBw4J5WP { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #OlHoIM46unwoPk1KPqNKBAxsDwOW7tr3 {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #ILZkQn8TauMurIrbfkh2S5LMCqUxTK1d { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #sMgg7mJUhAPFKKwbqBkQ4wzf0Hv55ViP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #DEDvsE8OtXeo99aUM2pZQl4DzGT64HTm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #lRSMMuhiLzzPwCJeWeOnegPNTzxufTb6 { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #mtNbTbQHuTFdMpW38CPGNlptf4ccXwUK {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #yCfk5DTyCbpesBQUCTMEBT1CTIn1eHBr { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aoWkalBb3xeQHLoLSEc6Buo8yV2B9zS7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Bx9wR4plyh8qCsAMkcTapPHbDwkz9pZM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #rGEzzZok1ZAfBqK3HpnR8pRORX7zeQap { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #MGBaGGwNtAZ38Lc8WWFXF714lT3Q4Brz {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Pg8opazxev4Md0amow6Nk8VOQGGTEVTc { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #cQyqLf0sGOuE93HwFRDwyUVv7ciosaCS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #QzT7d2XNRTPdz1nFtVpyqJIUzG15iOrk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #yqpU5AvmvLufKwTnJZUiPZpW3JLrHsHs { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aZ6i7DHO6FADCe4E17oe3eO7ml4JEvG3 {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #CZd89ZJHQDvO3gvpVU9XZh93fx6NRpDK { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #PpJW4FnuZ2aWeeoZTH2q1u33fttWpBhr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #vUdmKNy6Wbz94HH3vAyQA6flMvyd6PGC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #vTMnw0cFWc1g1Ai7zZyoB3WgoK4DPnoa { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #gOwBQvBe87RqUTMLnJbzISu6AvyXvBHQ {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #U1Siweckp3rW8RvaQzysiqOVPe51DMFs { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #NBgfxflwisxlLfZRMxOm6oPXe8oZEgSX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #bv23SVFV3tQal5DhsAfXyswTrPhlAkaV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #MEOvBAtqllq4ESGlxTicqA64IUSUBHr1 { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #NXpmTGvvB8S8VzqSXBH7gi9EQuIlMVbi {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #hzu7mRndKfUsz6hiSJ3cIZutMIKpe2oQ { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #eOHtTH1M2Qv4XAiemdcZG6U2hoz71XPd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #cRdBriF4oyGMAUeTmK5qNdJiKyUs5s3s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #ga86wTHeNEdp5citIcEIqd0uy0W4U8Vf { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #k2FQu9SyqqQTCrVKl5TVWybIQZZi23Rd {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #O3gdzTRQflaQvWnS0VidMw6CG4wygZuZ { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #RvdVnEv6SbTh8MEyJFb60GwTCAhzO6wZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #HZaGlVNeP9Hpt3mpToFPClEJX2mZWDOG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #dnmhoD7g7Pudn0XaSay9fOLKcOkAG5y7 { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #QAy5PiSDP79WtEFpJbLiJpn6EeLtGs81 {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #vKLa0fxFCPqTSmbVHfu39hzAWKwTmu7W { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #NTz5um8Usc819V6Qr6Mcwu3rfgym3Xmo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #cnlJi5aegMhqkVuBroQLnzg5Q8nle3Tf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #iy03u3wSFmiEywSLuobunpnltWONk26X { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #TTp1tVzh0RVC6TJBNGNqeObBckwbfI9O {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #tw1CT1XaJlZGUdEobaKWQKuFXQIpzZ0M { display:none; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aQA4Hfw9NoThOwbX5ikqIr0JbgAqwyzm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #rSS12poIxTGNwyuTyIH6XzTipXms9sQP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #SoRSxmyE3QB27zFKkfO9dkhffxfP7ZMU { display:block;position:relative; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #ZKSCUxByhq2Z08icnJ6irc8SLqwkTGc7 {  }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #UC94KgmBMqyTo9GGPZ8QwGcb0QaIGSAJ { display:none; }
#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .row .container { background-color: transparent; background-image: none; }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .row .container > .video-iframe-container { display: none; }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .row > .video-iframe-container { display: none; }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .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); }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .row .container { border-width: 0; border-radius: 0; }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#sFBELDgVb8WRdtN0bAvA80Ofo4yQ457X { color:rgba(var(--color-secondary-2),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:34.25rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#wLD1kukmV2p6fk2fvZcGiMGCenIimsKE { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:8.5244140625rem;left:34.25rem;height:13.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#St6aUDTXCAOPHEI0hUNC2Ee6SAQQNQTz { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.375rem;width:26.625rem;top:2.1796875rem;left:4.5625rem;overflow:hidden;display:block; }
#cTTU4whbG2DLwTc7cT0KTm2BNrUTCLrV { z-index:15004;top:25.3125rem;left:37.750001907349rem;background-color:#42c4dd;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WK24krwIXszqEuHvrkIdOgZitvubbflZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.34);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; }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .row .container { background-color: transparent; background-image: none; }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .row .container > .video-iframe-container { display: none; }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .row > .video-iframe-container { display: none; }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .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); }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .row .container { border-width: 0; border-radius: 0; }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .row .container { font-size:0.875rem;font-family:arial;height:68.25rem;width:75rem;position:relative;display:block; }#vP7KPhB3MlLxFHOlmSF1RoEbccpJoqTa { color:rgba(var(--color-secondary-3),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.9;letter-spacing:0;top:12.3125rem;left:9.5625rem;height:4.2743rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MQVD38O8RNPdZkLdnm1EKE1rcFzpNEo5 { color:rgba(var(--color-secondary-3),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.9;letter-spacing:0;top:38.4375rem;left:9.5625rem;height:25.6457875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KgkzLsepax5tDPKyEQu4UPHbpAsNHD95 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:31.25rem;top:3.33984375rem;left:21.3125rem;overflow:hidden;display:block; }
#wlU78RTyKWRL2x3ky9MJ5U4C1orxzaN5 { color:rgba(var(--color-secondary-3),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.9;letter-spacing:0;top:32.9375rem;left:9.5rem;height:4.2743rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTPHnlCNCKwsszJzNB3ftTIhUUzcCsNM { position:absolute;display:block;z-index:15003;height:12.311625rem;width:21.999125rem;top:15.8984375rem;left:25.936632156372rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EA8OWEhqu7u7GG4GJDGFvDrI9rql3F3k { display:none; }#EA8OWEhqu7u7GG4GJDGFvDrI9rql3F3k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ua0XDRKFRCmTzUD3ynS51FW3BuveZrP6 { top:2.1875rem;left:0rem;width:9.375rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6JhTiXps4yIqOaPoQ7wuPB1ABxSMzLg { top:8.5rem;left:0rem;width:33.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ3xUnyz7T7EbtDyHBF3sn7X4s8bLxdQ { top:6.1875rem;left:26rem;width:13rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slwPTd8K0PmQVXSRTSWnZmCH1S6iZJDf { top:6.25rem;left:0.125rem;width:16.3125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXes5dVmpPWaf6KwetmtUJWM1ZV4TKh8 { top:26.75rem;left:0rem;width:27.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZXwLtQSbt8Z1zTxJES9Fxp4ubDU6GH { display:block; }
 }@media only screen and (max-width: 763px) { #we7QPbdX7OCovh7uvdWtqFJ9LohODWx2 { width:7.125rem;height:10.4375rem;top:3.75rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biCHQH6aNtaRmw11DEx7XoTkz7c3Pdlr { top:19.0625rem;left:0rem;width:28.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt4gOBBc4STkRTIuyiJeqhIlBaNTqy8q { top:6.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXWtb6UHwJGAZpwE6StFLLNfKkUaxkP8 { top:30.75rem;left:5.6875rem;width:15rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zalN5Gk8LTZhpzhyO7TkT2HI6FfF5Neo { top:30.75rem;left:0rem;width:13.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9nNl4DsQ1JPzNTiw25EaMbSdIcKaux8 { top:5.625rem;left:0rem;width:22.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc5ddZdRN9T14F32dIJkxEUxgr8oAi5k { top:4.3125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL9sMVcbUclMnTomEzwCUFrV4gnQcJZO { top:1.6875rem;left:0rem;width:0.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybh0t7AzU4PzDcfTScBlKu0AT5qioVLt { top:2.1875rem;left:0rem;width:9.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxlcxHpsJbOeTkwx2LVs6aytqFFmqtDO { top:21.4375rem;left:30.6875rem;width:17.0625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUQCpcXVRRpoSUCpEsZWJ0TyHXNB8Htb { top:0.75rem;left:34.125rem;width:13.625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb { display:block; }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6GEZqJ9mOMPozlnyobrs9bL0hxAy4x0 { top:3.625rem;left:43.8125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebtu0GoAE7ZApd13rZTOirc1yZnzhdum { top:8.75rem;left:32.9375rem;width:14.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1OkuI8WkSuGB39bbRUFgCUlprw226ZB { top:7.375rem;left:19.25rem;width:9.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0BXm9RpXOuPNCluL2rtPsTypdSe9H2d { top:5rem;left:0rem;width:15.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGXrCoATWIJCDVklh2w7O1m3EtpQvwyg { top:1.3125rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbTnuaKyfeqDtW18Z3o0auStSsSPAve8 { top:7.375rem;left:0rem;width:8.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERHaCNgCQOKSCSIam671b0aCTv8Kpg04 { top:5rem;left:16.125rem;width:15.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkVRFNxpZnkc0sHmPeGzfFKQdo7K0QRd { top:1.3125rem;left:21.1875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuPFPtW6GIP5hM37rs1IzGiNHgoBHz4J { top:2.5625rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #stB29XA1moJiioyUrZkudCZPPfyq9DLD { display:block; }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNBMJKF4qXEOs1wELpqR5ENOW3SWddmk { top:12.5rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2zzkoPmIkKWWqU9h0OHNTFeUTg83V36 { top:25.6875rem;left:1.5rem;width:46.25rem;height:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHUhJfGMnOSTiJ2TFt4xpptsyf8QEiA5 { top:20.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3amkPSO2OAMP1hv6UWDGBioxscX1tgf { top:55.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZOwsBwAezkn6Xf7fsp05ooryX0C2p4c { top:64.0625rem;left:0rem;width:47.75rem;height:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvZ50VFHVeSABGUuBgNJyfp8hSwkVPvR { top:82.8125rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWfSBKVcAmHmFwC2Uw0465IrF0H2VtRA { top:60.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPPx7v3LfTQ8S91G1AEG4rUsOc9NTPIo { top:90.25rem;left:0rem;width:32.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKVEfFACLkZXVoaHzqrzTkGDxASLDJDZ { top:0.75rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwdHazwBlgApaAI1JsI0AqDhEPodu8T9 { top:31.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlsxPidEkpOgLDTTue6yeKDFx0pXBtBl { top:25.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blo34hTUI1RzALiwSfFAkOlEc4ZhdfAC { top:37.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rss7cmtUXyerPZgHAIeE0k8G69rzsWfX { top:43.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr8DyeJePK7faNDOcsCrG67LlLJf81aV { top:48.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTXTHtbCNDFqAcA9sITPyrxNJvF3hyS { top:63.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzSdBcxGKu8PraQB2OTQ71OprJE4tT2M { top:67.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkJ9fs4U5D1kRMHpqKJQupquvVfaJf0w { top:71.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RptGiUhShq1B0XHM7bdQnIqTsidDlTQd { top:75.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGXiElS6tz5pxsqLbconVoBLUhgpNZFG { top:90.25rem;left:0rem;width:32.1875rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCO3rplEHsv8KZqd9POiTBU10v20drcg { display:block; }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIKS32XIifhHxaWP5qx9a3bSNTXe9uBK { top:13.0625rem;left:4.5000019073486rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmEqh3i3PpSgKGOC7kpZxzofdDd4ibcA { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH2VnaZyKfTyGDxGwNzlErmKKURQfBcp { top:5.6875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH4QysQm5mhwmP9vtOCHvB2G45iGis6H { display:block; }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5KTcESbaWcmhbWxD7hSn7SSqEO8N5o5 { top:2.75rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSysTd1T2hNcfyxFozWUT4URxzW6Og1 { top:16.4375rem;left:0rem;width:28.3125rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Til7EFyw6wbhTJchmvoSuCWxfmBcGhEn { top:18.0625rem;left:0rem;width:20rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEt2am2nkpvhFug9sOuT5lhpPUIFiUa8 { top:21.9375rem;left:0.25rem;width:17.75rem;height:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0dkaAcOS6k9sn0UE2Obd7OXyfBHT3xI { top:16.4375rem;left:19.4375rem;width:28.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3blp7mpmCps4rb9GyAyPikDx0I6suc0 { top:18.0625rem;left:27.1875rem;width:20rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADobbTQk1kgNWcKGOTyLrQ3m1aCV6Hna { top:21.9375rem;left:30rem;width:17.75rem;height:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOsmaDr0ZQzs5mzTKqCZq728CyFoBcy8 { top:6rem;left:0rem;width:47.75rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb82cLgOkp3gQUXu5Rz1Iptv4qQmbuWm { top:59.5625rem;left:9.9375rem;width:27.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4kvZQHhlNru6U5URp5CPOFTcEtWBKbD { display:block; }
 }@media only screen and (max-width: 763px) { #IV3c9ZKT7c2OsRVN14tXZUdU9dZn8qa3 { top:21.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f12F678tDnFOxtZ5aSw1QCwkBDQqVClM { top:28.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXP3EB6KLquxSZAx6mgNzTRmWAlu4sy4 { top:32.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTq2ylei9sK318xT3nWdp0vsQhzGiiv6 { top:36.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdNisIucZHEHIF9lxJ33hPLoGTMDTv68 { top:40.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV3vrwwGW444zLMIM2U9ncqgQzmp2UXd { top:45rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7gcaqc57qWnbvxDMvMtxA5mskfZs32C { top:49.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVRbPMkQIHizfu7Ey2aaC3MMNgIJQxRa { top:21.9375rem;left:27.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgh3n15Tc3VH1tdRuIv5QM4xbUdue9A7 { top:28.125rem;left:27.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #soML5AzKDEMVoF5nhg7eKiZaMriwcWep { top:32.25rem;left:27.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znGzWSZzdIfO6RfE3TgHgKl9ORDLvuvA { top:36.375rem;left:27.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdpDxt0TlTSQi4v5BaKdpSwVHxDegOVb { top:40.75rem;left:27.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfZQ960S2opRf4Trl79hygQR3GcZ1MW1 { top:45rem;left:27.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl { display:block; }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEe3OE9Pn9cpn1VmXlhc8xNytQsfQZ9V { top:3.1875rem;left:1.0625rem;width:45.625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXJ7WFfRGP3iWWlcUfrsHBPcgmat1NC { top:6.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbVyI7FJ6FxmsUHAooQRSLBs3L2rTpBs { top:9.625rem;left:0rem;width:38.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI7hISoArgA7GQu2BQrtz4fbzEiHRgHq { top:9.625rem;left:0rem;width:38.125rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcveSdx2W7udsXmbH8kl52QWdyc4yS75 { top:9.625rem;left:0rem;width:38.125rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kwr3pMqib1343drxnhoQbFg0shAXIEgu { display:block; }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1DL5Mh6VILiRypRZxgKCV61W6irQKAA { top:34.1875rem;left:0rem;width:27.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy0Q2usRBeaMfP0dMTiwPLX9F6oaVego { display:block; }
 }@media only screen and (max-width: 763px) { #KMu0EOU7d3HELoIRMVD8C8wM0sckCBry { top:13.1875rem;left:16.3125rem;width:15rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFwGnWJIU4sB8NC3255KZEB1VxB1QdgH { top:8.875rem;left:27.625rem;width:20rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1zSbzP8nlmeysvLnLXZfLMN87JvSUuh { top:13.8125rem;left:32.1875rem;width:15rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJVUMqgkFtoeB09oT7UauQP3DS5uLfr { top:11.25rem;left:0.4375rem;width:15rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITrmqwyLdNMGDvOJhFVV53QhNZI0SeBT { top:8.75rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6chwNpQAGfEm1Ao2ut8E52vQHRy4bwP { top:3.8125rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTo5VXw3wlfTWgAeRtkWuKHHNuDgrL0r { top:8.75rem;left:11.75rem;width:20rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ZDDqESzhSS3TaI126bB5y85oTqaCRs { top:3.875rem;left:38.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuZCmACZTrM33Nu3OXTurOQV9LoRNIGJ { top:1.375rem;left:11.4375rem;width:20.3125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdLR9ROpgmCSyHZo79fJAPkyU868AVes { top:4rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmd5eAzFAzOX0FyMeu2V4AfEmHoIAz9 { top:1.375rem;left:0rem;width:20.3125rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV6iqDKRzZ0fKO7ovtUfkvWTKIIlSx88 { top:1.3125rem;left:27.3125rem;width:20.3125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da4QzowaW4Q8drBTDADHMAsPar04bfZu { top:44.0625rem;left:11.4375rem;width:20.3125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVplC5P0oCEMNs2dKdUPslJqiQWVdMRH { top:51.4375rem;left:17.375rem;width:13.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxN0S48R65pX9koJBJJJXHokEW2ffSzl { top:46.6875rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZrUx4V72qGfJ8PpKVb57ykpOo9i76HO { top:55.9375rem;left:16.3125rem;width:15rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwwhVlummshBuvd33pgfmLqM9BTuUA5 { top:44.0625rem;left:0rem;width:20.3125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkhdTflM9zrevS3ATOUCP6KGP0qMk3bH { top:51.4375rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMDOmw6C4Uc2tUSsRbtKA3W6re7m67lJ { top:46.6875rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFyNXpQq0rwO01AXpOEgZ9aCtNvhQuvI { top:53.9375rem;left:0.4375rem;width:15rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgPntWPtbzmAEG2M4dqFENkaS12Di6nM { top:44.0625rem;left:27.3125rem;width:20.3125rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhKcpZrCarSiOQamoveH8xl0ImmzXilX { top:51.4375rem;left:27.625rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8KoTcdNliJTRgcHg005JUorSvTsrqzQ { top:46.6875rem;left:38.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbXhgaBmEcxmsTKWGD0BWfGhCVTUNKvA { top:53.9375rem;left:32.4375rem;width:15rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlN8xJ0ZgPb3A9DwQfMgL5r5zxMnorqD { top:87.625rem;left:11.4375rem;width:20.3125rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv00oVxVMAKFZK55IbRdLb0XkSwUbc1h { top:97.5rem;left:16.4375rem;width:15rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNt2Xz9Z1C3u83JFvqL6df6lsEK0sh8W { top:95rem;left:11.75rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6p93lZ8qeTCTyHZ9czZgZWhHkqwJkIu { top:90.25rem;left:22.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUCoQ2725A20epgNdW3C4kkKoLvxANF4 { top:78.3125rem;left:0rem;width:27.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg68o4VWPaCl9fz8bbXU6vggnSfxqilF { display:block; }
 }@media only screen and (max-width: 763px) { #zMBa4W8r7nRvVs5X8npI09FsD8LPUqQa { top:87.625rem;left:0rem;width:20.3125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5bGTA9kV0R0HQsLH4dF4hOnPA9FOh4 { top:97.5rem;left:0.5625rem;width:15rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQtLTRB1dAge3rXO6oX6J1BGxqi6DDA { top:95rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9AuRtFJWcwJNVl8gaEE1H7vG46DQoU { top:90.25rem;left:6.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUOurSSiCMisdMVm5z1czQb5G8vRLfWJ { top:87.625rem;left:27.3125rem;width:20.3125rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q84BrGvipI4ZhECg5vuFV55Gvo8lIAfZ { top:97.5rem;left:32.3125rem;width:15rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0nNWSh2CNL5q0WyK2qrpqJsvM8RoEyk { top:95rem;left:27.625rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOnvBT5hbFGue3RN2rHQoFNnDo0PcOz9 { top:90.25rem;left:37.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N { display:block; }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0NX0qnz2SBogdT5xQ5KLrKv0Wq00qGO { top:4.6875rem;left:10.25rem;width:37.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGrKpa4iAMDtkZ1TepblTpBb8ZKIVZt { top:11.5rem;left:7.5rem;width:40.25rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g679F8Vzrh5zq56D3fPar03HDZBaFQyN { top:3.125rem;left:0rem;width:26.4375rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtdpmWDzTOOd6zoSSXnsOZTNznJuh38i { top:21.375rem;left:12.25rem;width:35.5rem;height:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv0MOok259losDTkOuBDfBrfthGNffgQ { top:21.375rem;left:19.28125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAkaLNpvzolTrfBG5HTvgh4TKFvfhbt7 { top:42.9375rem;left:9.9375rem;width:27.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgUP5oE84yqMBF3t8dOIbMr5JXRT0uwb { display:block; }
 }@media only screen and (max-width: 763px) { #eEFnhAVHyvFWZ9XWlopKvTclRfbpoGhM { top:32.9375rem;left:19.28125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4sbElLCON80MU7atma36uIa0dg6TV8D { top:27.0625rem;left:19.28125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s57WR110M9JyBV1NZmsPbI8BzZ61y0CW { display:block; }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzz39OX4RWCQ7OI7gHO2GqQUNZ5gHmgo { top:3.6875rem;left:4.5rem;width:38.75rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFiQb29TrRBM6k1T6MirSB65QgkwR6Qo { top:22.6875rem;left:0rem;width:16rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQsmslr9GEqmdwszm0Td97gDQQw0s9wT { top:8.75rem;left:0.625rem;width:3.4375rem;height:11.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGTR4NliHWDsTM9IycsXtQMZPNChdA0t { top:8.75rem;left:21.6875rem;width:3.4375rem;height:11.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3hh1XvF5TPQV5qkGTSTKxk93LeSRaRS { top:8.75rem;left:44.1875rem;width:3.4375rem;height:11.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2RTFi8gLD4bThylo2ccuCOtJUoPuTEb { top:19.375rem;left:0rem;width:13.3125rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRQN5EBCs5wI8tPleLHra1a7Z6dm5PID { top:22.625rem;left:15.125rem;width:16rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ92H4dVF9eITnGv5IlC6XhwELxlyNtB { top:19.3125rem;left:16.5rem;width:13.3125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cToiqMV8Rf3nSUHWiD9iHWimLdO9tkED { top:22.6875rem;left:31.75rem;width:16rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXwLwTF86CDmRWzFQJQsdOmLp8T5GxQU { top:19.375rem;left:34.4375rem;width:13.3125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQTzbL8LrnAecszF2aicpEWDpqJ3wWiT { top:35rem;left:9.46875rem;width:27.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgFNdh1KrB3plU1oTfeaph9RXG2GNmJH { display:block; }
 }@media only screen and (max-width: 763px) { #lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 { display:block; }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh07WgmuGKgX9ogfT9pds9kOb8urbiOv { top:2rem;left:4.5rem;width:38.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noxCtxXTXoAGgqI44UimOCpynOlJsK1y { top:5.6875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU { display:block; }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpkqUgCDfsodWfz2cqgGffLI7nM6FErt { top:1.25rem;left:5.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ8ogTQPPOWBE0u6O5bJuqCKle35fX5b { top:1.8125rem;left:7.25rem;width:16.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzZuQVU6bkcGn5CSDZMEhsNhi8ew26M { top:1.25rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvSzTrfXcR4TJTqZ9J1sde7esTZree1t { top:1.8125rem;left:24.3125rem;width:16.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icfg06GlVrFthnQGKBA9AUplyq5Sk21U { top:17.9375rem;left:5.125rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeoWCKSvO6WvThI8PscgKIVEymp2AQGI { top:10.1875rem;left:5.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdihTv4bo2N7yR8eAeRvroVKiwhh3ZTz { top:10.75rem;left:7.25rem;width:16.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHAknT8iXwec5nzRHRQucb4wdRmwmLdl { top:10.1875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVIts3T9dDU0NUTGrz5hK7zaRhbvOAxO { top:10.75rem;left:24.3125rem;width:16.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNFXR95Qlb5LrdsQtPDbuxhMM89zpKAQ { top:21.625rem;left:5.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #virWQQeHPSSDs5nUHA0z3F40L56pt4vo { top:22.1875rem;left:7.25rem;width:16.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N59TkNUfTMf1ZTWeRCOQ1rTHVptI1saM { top:21.625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKuOcZQBXzk6sXIUCQuNFMwcBFn3aTM7 { top:22.1875rem;left:24.3125rem;width:16.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTktNnFkRUVPk5ud23l1x68iVO1ykCrx { top:7rem;left:5.125rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGXlywJDU5q153GUFGOMghTDsbs00xqa { top:17.9375rem;left:23.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPJ7ZU8pKiqONq6nbAwtESpmEBwhmchi { top:7rem;left:23.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91ULeKsyuDBS8ENXSxad673BTvbSOhk { top:7rem;left:23.875rem;width:18.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf { display:block; }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Urv0E23nnRUxHm00hNVio8psiCUahHfE { top:4.125rem;left:4.5rem;width:38.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ { display:block; }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsDXFBqG9Tg8p6V4Isgl06u1ALTUpLq9 { top:7.8125rem;left:0.8125rem;width:40.8125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swElT8D8zWJZyxKNfSOqTA85qK8iaOkl { top:3.75rem;left:8.5625rem;width:23.125rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsvRmCE1fKDBOhiPCTC8ediRRAPfJl9d { top:3.75rem;left:0rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgTamTkZ190p9dawaTUTkrdyC7vzVhU9 { top:16.9375rem;left:7.125rem;width:40.625rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTpSNFdWKQgty1yf4qRhDxztG17ydHrf { top:16.8125rem;left:8.5625rem;width:0.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyMS1yg7ze8VhLGCGetfRDHQMAgxwkP2 { top:32.625rem;left:11.9375rem;width:35.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocIbTxACEaQXcn3rvKe0hy1rPmHBHgRt { top:32.75rem;left:8.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDiWL9XAiVgZid4XnoQpAD3XvzMu7t7w { top:25.8125rem;left:8.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpqlKkWMG1GGavD5eFHRZiA9CfSrKmU0 { top:26.625rem;left:12.5rem;width:35.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 { display:block; }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU9SpSPaUwUggmt9qDDrxDgZwOmT3a16 { top:7.9375rem;left:0rem;width:40.8125rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOJsnfau0wD5ettd02BohFvqEMVH4Hk { top:3.875rem;left:0rem;width:23.125rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8gqBvx2nSTaPsz2z7qFKPXeAL9TZA1 { top:3.8125rem;left:32.9375rem;width:14.5625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHIqhE7fOt9nSKW9pDfXJsDJM1mSXDqR { top:18.8125rem;left:0rem;width:38.6875rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJG4Vu4muLH95aa7tfsRo6QWbNcUg6bQ { top:18.625rem;left:0rem;width:0.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPvUnB8Zs0B3D0pPBia6gqk5T11mTbPK { top:34.3125rem;left:0rem;width:35.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBv7TwBX9dGJ82RtXCcktPOzgmn9uVTd { top:28.3125rem;left:0rem;width:35.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmLxzx9HmihhORvTgXSS4S2lHxmmlG9o { top:27.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zngi3eawMkXmdpQpx4BtmuKU0lG4wGrh { top:34.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 { display:block; }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4JUBXuNxDivXJkCbvIEnTMLqTBXDwhV { top:7.8125rem;left:6.9375rem;width:40.8125rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVzMHMHE2771hinJ1yF6gOFfBk7zE7W0 { top:3.75rem;left:8.5625rem;width:23.125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peLfOP7dUtpSxIgx8a3gwPQRnwQ6EuHB { top:3.75rem;left:0rem;width:13.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5qkGnMxdxpTlpctqAUS7dOQkXF5XBZp { top:17.9375rem;left:7.125rem;width:40.625rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxuSniHn9xSaZE59D2ZwRoane51rHcmJ { top:17.8125rem;left:8.5625rem;width:0.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQxDw0tVHIdhQW8w3LhwMeWQHMzhAV23 { top:32.8125rem;left:11.9375rem;width:35.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDPgpKBZllFMWPv0qWUVkt5Ey9BxHlJJ { top:26.8125rem;left:12.5rem;width:35.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ien5BOdOU51kICeXA7i8rC5iaCnNtEUv { top:25.625rem;left:8.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE6cFBMe95b34vTio1VTR1c8Cg3IuNPA { top:32.625rem;left:8.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFHgKV4kKltIWQWChy2JxsOpuHam8Oy { display:block; }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDGkUqiBsnohVJSCLTW2leeTibA4x4Zl { top:7.9375rem;left:0rem;width:40.8125rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtut2aT0QQG5bJV23RqKr099qb1O6ann { top:3.875rem;left:0rem;width:23.125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awGEucWFClHfLqVnyl0EJVVwLOeJJKT0 { top:3.8125rem;left:32.9375rem;width:13.5625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9VVH7ThcoihSnOwaiNwEWxUxde6cVzT { top:18.8125rem;left:0rem;width:38.6875rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgQxWQ9kkNU9TcrSri9CqaEKT6kAWb89 { top:18.625rem;left:0rem;width:0.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDposw3TiBCUTBhTGdCcOFOl8RoM6uec { top:26.8125rem;left:0rem;width:35.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #antKcqyOwMaTi5iXTA2yJLNon0a1yZ1z { top:32.8125rem;left:0rem;width:35.8125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rykaCI1OLma0OyuiUI8JmHKPkVa8C7iw { top:26.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZEn3Di1cLL6rUcvsnmn0NnilROxeuym { top:33.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c { display:block; }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duf868bkVIFiIOJrdNPauWo3DGtMgOUF { top:7.8125rem;left:6.9375rem;width:40.8125rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTFEDh0DUfWnGyeTTltJKSJ7oE0Bi6eA { top:3.75rem;left:8.5625rem;width:26.0625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOVEN2iTzTV4qc9xhsvTChALUawZtCT { top:3.75rem;left:0rem;width:14.8125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITqI6EQSxm5Nmqcof6EWcT7NXn8yg6u { top:18.5rem;left:7.125rem;width:40.625rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhuPdoHMBEpxASgL1Jg0LoQXa23p4T8p { top:18.375rem;left:8.5625rem;width:0.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRDMdMIJg0CMeC3LUeIA81Gc5FQlJLT8 { top:33.5rem;left:11.9375rem;width:35.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roGJsnp4LZVIgGHN5OlFxKorfGZUDS5V { top:27.5rem;left:12.5rem;width:35.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdhrLxcmBxoUF0CBf1N78UCVEnQS6RHK { top:26.8125rem;left:8.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVxIUypmVJgiLdZT0M2TNAZEJV4FGi9H { top:33.8125rem;left:8.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ { display:block; }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBc0zTkUM8vQrHOHI5t7SuTK3CgLSTta { top:7.9375rem;left:0rem;width:40.8125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv296vWT5mCKzTdpF5XRXqxuZhK7leoL { top:3.875rem;left:0rem;width:23.125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Iq0JeHzuZ75dcfpb35zRUkJw1ErxT0 { top:3.8125rem;left:32.9375rem;width:13.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTlFxkVUKV4TzFmdVG7rM1tUmZT7atkV { top:16.25rem;left:0rem;width:38.6875rem;height:9.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH8Bmr3dOLmV0NSskKmRb9BDEFSq2RoA { top:16.0625rem;left:0rem;width:0.3125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO4ntJAH9MHGLrvz0h2whw5y6QSscQK8 { top:35.8125rem;left:0rem;width:35.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrI4GfybOgMUSuK4w060R4pp1Tlu5g7v { top:29.8125rem;left:0rem;width:35.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONicHOnATqQdcVq3UGff0XmavReXw64n { top:29.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP6Bu7a2DlyuXNTJ9Ofg1IkANfEJLLSl { top:36.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM { display:block; }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Atu1BT2wbPK78Btliq8zIWaWvuqxTKpw { top:2rem;left:4.5rem;width:38.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 { display:block; }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXqezVcsaxwslx36dGl8MGb8TiqFnBsM { top:0rem;left:0rem;width:30.4375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTJxa3L3c476cXbdtBfviGR24Bht39ME { top:2.5rem;left:0rem;width:25.5rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgWZIZVo9aommDAPCnOSfz6apvKvRWBy { top:6.9375rem;left:0rem;width:25.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9IhUMQ0XmN1oL8RuRp9UASrAEJmbf0g { top:11.875rem;left:3.25rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1LfeICtSfHgJ9qDGcbRiJ7oqpm9oSpS { top:16.875rem;left:3.25rem;width:8.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQcy8xqCOr2aVmgfXpUXV1bxLTVCD3QG { top:14.875rem;left:18.5rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4GWbQ5TIN2LmCgiUgchqXmtVaRXhGsD { top:14.5625rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNwqdQz9QAio8GLmUXRFLEzCbWcCy9AN { top:24.0625rem;left:0rem;width:30.4375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxS1e01OXfMDRIzRMSWMmpeybpHVO1qu { top:26.25rem;left:0rem;width:25.5rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxdHKOAgXMZraCMptRnTH9nhTzqRg54 { top:31.125rem;left:0rem;width:25.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMMBdTFT8e6OWmUT8pdLJRyT6z9uoxgo { top:27.5625rem;left:17.3125rem;width:30.4375rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJpC7WU4P4qbM2n2FnrswW0gAkGE9Nwe { top:30.0625rem;left:22.25rem;width:25.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgKE3XTVxseRFsxnivvPq1VUueVtrtF6 { top:33.4375rem;left:22.25rem;width:25.5rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD1JH9x7QBpWpnkHyy5lMoeOcxXISFRi { top:43.8125rem;left:27.125001907349rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZLtpVeA5M8WoNT8yc3rh7k9JU4llIP6 { top:36rem;left:3.25rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCxZzmGWON9KbgZbCSzoA4rpoAs2TPrN { top:46.5rem;left:23.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5uzy2Nl9ErUyiZQThT49LuzX56JUQg2 { top:38.8125rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkzowPHd4CFbXh4r4Vv7pk9k1ugRs6y6 { top:39rem;left:18.500001907349rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlipToubLTB3TyrPkzPnupkp8Mf1q3DP { top:48.8125rem;left:27.125001907349rem;width:8.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChD985GnFLx4NIWBKKI5eWf7QW7psQQK { top:41rem;left:3.25rem;width:9.9375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq6LOaPQ5X7DtTTuuxmkXxocRfGTpS3L { top:46.8125rem;left:42.374998092651rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGK1WnSksPaW7g5wvT9XVL9BNrfkvwT8 { top:48.375rem;left:0rem;width:30.4375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1rJPTdn2BSRc58cuWITu69XL6Z8IPsH { top:50.5625rem;left:0rem;width:25.5rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7oqTa9aSxMuJS28DCXDqUKgUR7kfQN8 { top:55.4375rem;left:0rem;width:25.5rem;height:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTMLvyfKb70oVu4n5UPwJhnxvtPuAWgG { top:56.5625rem;left:17.3125rem;width:30.4375rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEL0PShMkhJIayB4OH3CC7cMGt1wR7L7 { top:66.8125rem;left:3.25rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHXFMmkPIexXFR6UziEzKb6PgFITEtPE { top:59.0625rem;left:22.25rem;width:25.5rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymRDfi9bugl5zXhZ6HzPAvlwgqHJQ6Fy { top:63.9375rem;left:22.25rem;width:25.5rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCA3nbAbTfS1tmHiLOvNXbnchTKzfT3A { top:69.625rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlpxTqwxKVKCHxMKirkfviDweQUbOTkg { top:69.8125rem;left:18.500001907349rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in5zMcZsoNWfMJTJPamhRrHev6Qc8lWM { top:74.1875rem;left:27.125001907349rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHAu1uNibGelg9TlDuxlD9WHksMDGZD { top:71.8125rem;left:3.25rem;width:9.9375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUpnXpL4tQN4Ru7iLDJdEtOkal03Tk5n { top:76.875rem;left:23.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG8JikXM3Z1TJfTVlZXAZKXKxELoTQDq { top:79.1875rem;left:27.125001907349rem;width:8.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DteEOH8ek7BIm4PsGLImWfnk4Z6rH9sd { top:77.1875rem;left:42.312498092651rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWg4uxx4ufag0eiP1Ul9P56ZC2fGvIil { top:1.625rem;left:17.3125rem;width:30.4375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpTsE9871nkSdpdWwZ55s6QEPJv46g2e { top:3.8125rem;left:22.25rem;width:25.5rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLJmZFuoEi9zNMQH2ucIpqzFxAPMyRXR { top:8.6875rem;left:22.25rem;width:25.5rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBDIreLzaoUV1lkee55PdRidpxRzsUq0 { top:14.75rem;left:27.125rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6epAoEnLsxRQVwmpN9sxzanOKHhWWI { top:17.5625rem;left:23.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8L2XIoGHXqcP4tn3QeREHSVSPL70mzz { top:17.75rem;left:42.375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVnyUL3cb6AndokqNitu0qFyg92UVLXl { top:19.75rem;left:27.125rem;width:9.9375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Jds0yUWTXE3au5EF6AGy9ndpz33Qg4 { top:39rem;left:18.500001907349rem;width:3.375rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXWWFUvPxCvg0aBLGRc5XemTQ6DxHe18 { top:39rem;left:18.500001907349rem;width:3.375rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJinPSEXRC22kKe7qQhPVOJ05kF24Leg { top:39rem;left:18.500001907349rem;width:3.375rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCaIsixGZqq9cN88aqBz7CnfRlrI649u { top:39rem;left:18.500001907349rem;width:3.375rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQl4nuUIadUhmphkURqnIQZUhfVvgrDU { top:39rem;left:18.500001907349rem;width:3.375rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pelLfocEXd0uDqLw6xkSa2suZyCrmbiq { display:block; }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzz1MNHCqeAyflFUqy1UqEwfwpg30knd { top:3.375rem;left:0rem;width:33.5rem;height:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edIp10UkBgh8z5fThNUH19dhERsOOKtZ { top:9.8125rem;left:0rem;width:35.5625rem;height:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAHAnQCkGeGy6S7Sn9vpXnwVDrEzyR5J { top:5.9375rem;left:31.125rem;width:16.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5gpnK0K9r0grQwqiVaqTAfSTw8rkKyz { top:15.9375rem;left:36.6875rem;width:11.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqwmqIc1dHiouEkKQvJRAmeMXvAT7Po { top:20.0625rem;left:25.53125rem;width:18.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkBKcmmD7RdGi03Wy53RpwvbQnHCmqXz { top:18.3125rem;left:23.9375rem;width:21.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkJbQ9bqwaWsMDhbr0NCWbh2TLv8nUWJ { top:7.75rem;left:27.125rem;width:12.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf { display:block; }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZXleOf35b5xhOQTXGBpGGZUaOvspWTF { top:2.625rem;left:4.5rem;width:38.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo { display:block; }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAhx7mO8D2rHx2oxSwWbT3PJUJtrKnf7 { top:2.1875rem;left:0rem;width:31.375rem;height:69.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGCJAODFsUlMt3bTQNS5VRThXx3viTwl { top:9.375rem;left:2.0625rem;width:21.8125rem;height:59.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQfbTalx9FhWUtcHiLqb3I9niiywrK9M { top:4.6875rem;left:0rem;width:26.0625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oebr0KwgilQVOVaV45yTHssALkUU1g6P { top:9rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5RltSBKcOufSDcziZazbNAzhMdo2ESd { top:15.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfkTo0Rt9QZ1bxhnuTEU4Q9ElFhdUnJ6 { top:21.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cao787hmzl0eRBdTni0N60iiHICTkvEt { top:30.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr64tan7sE0NJ4zpW4F5R6U4yKtbCl5s { top:38.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6151BbhNuCHEVwNCnAVWFqp3ZL4Uggc { top:45.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l872UKpeH3FQCMNxE3ZSbfiI4V7HlKr5 { top:51.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bccxi2ZFo45s0hvSIhDRQIdpP4Lqg4sD { top:57.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkE8lOuGuV3h0OeWosiQ1muV16IKdJ4o { top:2.1875rem;left:16.375rem;width:31.375rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkLmpdb9OVPi5Uv60LJzGwqBbo0SgsMM { top:4.6875rem;left:21.6875rem;width:26.0625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGmrRdLOWkuVUTR1ufBJnT4SGbhoFp2d { top:9.375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixxU4wBp5pHIg8TZ506f7LGy6v5JibcI { top:9.375rem;left:25.9375rem;width:21.8125rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p29uezZFTJzkcprtwAFN4cBKqpzxobPf { top:14rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr23fkk1PZ9rR5cDfLUg32LpgVoaBcoX { top:19.8125rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqtlb7TcBwdNb9xSU8RbkkgwfZb6gHCm { top:26.25rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bktXE1mcDdQerq2uOExupad63uAQqxms { display:block; }#bktXE1mcDdQerq2uOExupad63uAQqxms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLw7uqmPLFIpqNfTsEp8r2DmLRIo6fam { top:2.3125rem;left:9.9375rem;width:27.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ3ImeO15kgFZScEfqHBWPQAzf1fBano { display:block; }
 }@media only screen and (max-width: 763px) { #C4qc7gtECLmFWURWMXKo3oxdVctmIPMf { display:block; }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaWBX2EsWneLZkxe7D735smFysfsB6J3 { top:2.625rem;left:4.5000019073486rem;width:38.75rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse { display:flex;height:auto;width:45.25rem;top:7.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #pJiZhorVofooIbTQ2e7ntUtCPNH41HJ4 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #gwOoXOMg4xCnotioBAHNN6BwUQIgDyQb {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #OtBDX3mRsCrWkvN2mqNRT54tzpprWu4y {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #nF4B4Iq1btTeUHN0p4dAi6MDP81OX8Ez {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #CIfvxqsOqapeNm4yZo2hEUQmXPUZgKHz {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #koKqlIIU4kA4gZsec1ZQ8tZV1XyEb0Qe {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #zvaaQoFFgHfGLyJDRpRc7LcooU7foWHI {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #sZC6V82UMyb5lmcv42FL2CoNe4RistNX {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #fSqR8yTZtaxGwfI4NF6fq5mJ8v20LCJH {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Omroul1PpJD4ropcT9ogq19SUGP313CH {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #nODESh92x7FJTXyfmMfmeg7iAEbJTnJE {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #V3O1OQxvQQhJOun5y2QgxdNsrHoUKoDR {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #B0O30DJCyfZQM4o2wyNKQHaDdO7f1dfX {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #upT5RSSRfBLGnL0FLV3qPZ5s9SI1RP0p {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #J137UbZnoCckLsFDfPS8aB0gqv686dqT {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #XILZFV9M5WhKGxA2DcJZMgJ99xltw3hO {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aJOS5V7swNJQhenxl7s3APZoKhaDhB05 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Mx76CiNZyTmaZKTz3TIMCIaucBw4J5WP {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #OlHoIM46unwoPk1KPqNKBAxsDwOW7tr3 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #ILZkQn8TauMurIrbfkh2S5LMCqUxTK1d {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #sMgg7mJUhAPFKKwbqBkQ4wzf0Hv55ViP {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #DEDvsE8OtXeo99aUM2pZQl4DzGT64HTm {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #lRSMMuhiLzzPwCJeWeOnegPNTzxufTb6 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #mtNbTbQHuTFdMpW38CPGNlptf4ccXwUK {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #yCfk5DTyCbpesBQUCTMEBT1CTIn1eHBr {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aoWkalBb3xeQHLoLSEc6Buo8yV2B9zS7 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Bx9wR4plyh8qCsAMkcTapPHbDwkz9pZM {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #rGEzzZok1ZAfBqK3HpnR8pRORX7zeQap {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #MGBaGGwNtAZ38Lc8WWFXF714lT3Q4Brz {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Pg8opazxev4Md0amow6Nk8VOQGGTEVTc {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #cQyqLf0sGOuE93HwFRDwyUVv7ciosaCS {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #QzT7d2XNRTPdz1nFtVpyqJIUzG15iOrk {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #yqpU5AvmvLufKwTnJZUiPZpW3JLrHsHs {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aZ6i7DHO6FADCe4E17oe3eO7ml4JEvG3 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #CZd89ZJHQDvO3gvpVU9XZh93fx6NRpDK {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #PpJW4FnuZ2aWeeoZTH2q1u33fttWpBhr {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #vUdmKNy6Wbz94HH3vAyQA6flMvyd6PGC {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #vTMnw0cFWc1g1Ai7zZyoB3WgoK4DPnoa {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #gOwBQvBe87RqUTMLnJbzISu6AvyXvBHQ {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #U1Siweckp3rW8RvaQzysiqOVPe51DMFs {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #NBgfxflwisxlLfZRMxOm6oPXe8oZEgSX {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #bv23SVFV3tQal5DhsAfXyswTrPhlAkaV {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #MEOvBAtqllq4ESGlxTicqA64IUSUBHr1 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #NXpmTGvvB8S8VzqSXBH7gi9EQuIlMVbi {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #hzu7mRndKfUsz6hiSJ3cIZutMIKpe2oQ {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #eOHtTH1M2Qv4XAiemdcZG6U2hoz71XPd {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #cRdBriF4oyGMAUeTmK5qNdJiKyUs5s3s {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #ga86wTHeNEdp5citIcEIqd0uy0W4U8Vf {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #k2FQu9SyqqQTCrVKl5TVWybIQZZi23Rd {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #O3gdzTRQflaQvWnS0VidMw6CG4wygZuZ {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #RvdVnEv6SbTh8MEyJFb60GwTCAhzO6wZ {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #HZaGlVNeP9Hpt3mpToFPClEJX2mZWDOG {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #dnmhoD7g7Pudn0XaSay9fOLKcOkAG5y7 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #QAy5PiSDP79WtEFpJbLiJpn6EeLtGs81 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #vKLa0fxFCPqTSmbVHfu39hzAWKwTmu7W {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #NTz5um8Usc819V6Qr6Mcwu3rfgym3Xmo {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #cnlJi5aegMhqkVuBroQLnzg5Q8nle3Tf {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #iy03u3wSFmiEywSLuobunpnltWONk26X {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #TTp1tVzh0RVC6TJBNGNqeObBckwbfI9O {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #tw1CT1XaJlZGUdEobaKWQKuFXQIpzZ0M {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aQA4Hfw9NoThOwbX5ikqIr0JbgAqwyzm {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #rSS12poIxTGNwyuTyIH6XzTipXms9sQP {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #SoRSxmyE3QB27zFKkfO9dkhffxfP7ZMU {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #ZKSCUxByhq2Z08icnJ6irc8SLqwkTGc7 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #UC94KgmBMqyTo9GGPZ8QwGcb0QaIGSAJ {  }
 }@media only screen and (max-width: 763px) { #VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx { display:block; }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFBELDgVb8WRdtN0bAvA80Ofo4yQ457X { top:3.5625rem;left:7.3125rem;width:40.4375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLD1kukmV2p6fk2fvZcGiMGCenIimsKE { top:8.5rem;left:10.1875rem;width:37.5625rem;height:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #St6aUDTXCAOPHEI0hUNC2Ee6SAQQNQTz { top:2.125rem;left:0rem;width:26.625rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTU4whbG2DLwTc7cT0KTm2BNrUTCLrV { top:25.3125rem;left:19.875rem;width:27.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK24krwIXszqEuHvrkIdOgZitvubbflZ { display:block; }
 }@media only screen and (max-width: 763px) { #WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn { display:block; }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vP7KPhB3MlLxFHOlmSF1RoEbccpJoqTa { top:12.3125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQVD38O8RNPdZkLdnm1EKE1rcFzpNEo5 { top:38.4375rem;left:0rem;width:47.75rem;height:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgkzLsepax5tDPKyEQu4UPHbpAsNHD95 { top:3.3125rem;left:7.6875rem;width:31.25rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlU78RTyKWRL2x3ky9MJ5U4C1orxzaN5 { top:32.9375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPHnlCNCKwsszJzNB3ftTIhUUzcCsNM { top:15.875rem;left:12.311632156372rem;width:21.9375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EA8OWEhqu7u7GG4GJDGFvDrI9rql3F3k { display:block; }#EA8OWEhqu7u7GG4GJDGFvDrI9rql3F3k > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ua0XDRKFRCmTzUD3ynS51FW3BuveZrP6 { width:11rem;height:1.8125rem;top:1.0312538146973rem;left:4.5000000596046rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6JhTiXps4yIqOaPoQ7wuPB1ABxSMzLg { width:17.375rem;height:9.75rem;top:4.1565752029419rem;left:1.3118489980698rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJ3xUnyz7T7EbtDyHBF3sn7X4s8bLxdQ { width:8.1875rem;height:8.6875rem;top:29.999671936035rem;left:1.3118489980698rem;display:block; }
 }@media only screen and (max-width: 763px) { #slwPTd8K0PmQVXSRTSWnZmCH1S6iZJDf { width:10.4375rem;height:0.8125rem;top:1.8125rem;left:8.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXes5dVmpPWaf6KwetmtUJWM1ZV4TKh8 { top:51.874671936035rem;left:0.68684899806975rem;width:17.75rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZXwLtQSbt8Z1zTxJES9Fxp4ubDU6GH { display:block; }
 }@media only screen and (max-width: 763px) { #we7QPbdX7OCovh7uvdWtqFJ9LohODWx2 { width:5.0625rem;height:7.0625rem;top:28.06201171875rem;left:6.7496742010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #biCHQH6aNtaRmw11DEx7XoTkz7c3Pdlr { width:17.3125rem;height:10.5rem;top:15.4375rem;left:1.3435872793198rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt4gOBBc4STkRTIuyiJeqhIlBaNTqy8q { width:1.25rem;height:1.25rem;top:1.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXWtb6UHwJGAZpwE6StFLLNfKkUaxkP8 { width:9.25rem;height:0.975rem;top:58.136878967285rem;left:4.9373372793197rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zalN5Gk8LTZhpzhyO7TkT2HI6FfF5Neo { width:9.375rem;height:0.975rem;top:56.375rem;left:4.8746742010117rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9nNl4DsQ1JPzNTiw25EaMbSdIcKaux8 { width:17.875rem;height:1.875rem;top:1.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc5ddZdRN9T14F32dIJkxEUxgr8oAi5k { display:flex;width:3.75rem;height:3.75rem;top:0.375rem;left:4.0625rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #DL9sMVcbUclMnTomEzwCUFrV4gnQcJZO { width:0.0625rem;height:0.0625rem;top:51.874671936035rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybh0t7AzU4PzDcfTScBlKu0AT5qioVLt { width:11rem;height:1.8125rem;top:0.875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxlcxHpsJbOeTkwx2LVs6aytqFFmqtDO { width:12.25rem;height:8rem;top:40.937171936035rem;left:3.8745115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUQCpcXVRRpoSUCpEsZWJ0TyHXNB8Htb { width:7.625rem;height:9.5625rem;top:26.81201171875rem;left:11.062011122704rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb { display:block; }#BwxwR2xDJHIGP4P96OmI2TOTaeI3cmVb > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6GEZqJ9mOMPozlnyobrs9bL0hxAy4x0 { display:flex;width:2.875rem;height:2.875rem;top:26.375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Ebtu0GoAE7ZApd13rZTOirc1yZnzhdum { width:14.8125rem;height:4.5rem;top:31.75rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1OkuI8WkSuGB39bbRUFgCUlprw226ZB { width:9.375rem;height:3rem;top:19.03750038147rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0BXm9RpXOuPNCluL2rtPsTypdSe9H2d { width:15.5625rem;height:1.3rem;top:4.3625001907349rem;left:2.2187500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGXrCoATWIJCDVklh2w7O1m3EtpQvwyg { display:flex;width:5.4375rem;height:5.4375rem;top:0.17500019073486rem;left:7.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #FbTnuaKyfeqDtW18Z3o0auStSsSPAve8 { width:8.875rem;height:5rem;top:6.7125005722044rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERHaCNgCQOKSCSIam671b0aCTv8Kpg04 { width:15.5625rem;height:1.3rem;top:17.050001144409rem;left:2.2187500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkVRFNxpZnkc0sHmPeGzfFKQdo7K0QRd { display:flex;width:5.4375rem;height:5.4375rem;top:13.412498474121rem;left:7.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #zuPFPtW6GIP5hM37rs1IzGiNHgoBHz4J { display:flex;width:5rem;height:5rem;top:25.3125rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #stB29XA1moJiioyUrZkudCZPPfyq9DLD { display:block; }#stB29XA1moJiioyUrZkudCZPPfyq9DLD > .row .container { width:20rem;height:121.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNBMJKF4qXEOs1wELpqR5ENOW3SWddmk { width:17.9375rem;height:7.5rem;top:25.5625rem;left:1.0304687619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2zzkoPmIkKWWqU9h0OHNTFeUTg83V36 { width:13.625rem;height:40.5rem;top:38.25rem;left:5.5804687142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHUhJfGMnOSTiJ2TFt4xpptsyf8QEiA5 { width:18.1875rem;height:1.86875rem;top:34.53125rem;left:0.90546876192094rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3amkPSO2OAMP1hv6UWDGBioxscX1tgf { width:18.1875rem;height:3.7361125rem;top:80.612500190738rem;left:0.90546876192094rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZOwsBwAezkn6Xf7fsp05ooryX0C2p4c { width:14.0625rem;height:21rem;top:88.4187502861rem;left:4.9554687142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvZ50VFHVeSABGUuBgNJyfp8hSwkVPvR { width:18.6875rem;height:9rem;top:111.07499980926rem;left:0.65625005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWfSBKVcAmHmFwC2Uw0465IrF0H2VtRA { width:10.0625rem;height:1.3rem;top:85.524999618531rem;left:1.0304687619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPPx7v3LfTQ8S91G1AEG4rUsOc9NTPIo { width:19.0625rem;height:0.1875rem;top:118.5rem;left:0.46796876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKVEfFACLkZXVoaHzqrzTkGDxASLDJDZ { width:18rem;height:22.5rem;top:1.25rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwdHazwBlgApaAI1JsI0AqDhEPodu8T9 { display:flex;width:3.125rem;height:3.125rem;top:46rem;left:1.0304687619209rem; }
 }@media only screen and (max-width: 763px) { #PlsxPidEkpOgLDTTue6yeKDFx0pXBtBl { display:flex;width:3.125rem;height:3.125rem;top:38.25rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #blo34hTUI1RzALiwSfFAkOlEc4ZhdfAC { display:flex;width:3.125rem;height:3.125rem;top:56.25rem;left:1.0304687619209rem; }
 }@media only screen and (max-width: 763px) { #Rss7cmtUXyerPZgHAIeE0k8G69rzsWfX { display:flex;width:3.125rem;height:3.125rem;top:63.6875rem;left:1.0304687619209rem; }
 }@media only screen and (max-width: 763px) { #tr8DyeJePK7faNDOcsCrG67LlLJf81aV { display:flex;width:3.125rem;height:3.125rem;top:70rem;left:1.0304687619209rem; }
 }@media only screen and (max-width: 763px) { #byTXTHtbCNDFqAcA9sITPyrxNJvF3hyS { display:flex;width:3.125rem;height:3.125rem;top:87.8125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #wzSdBcxGKu8PraQB2OTQ71OprJE4tT2M { display:flex;width:3.125rem;height:3.125rem;top:92.1875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #LkJ9fs4U5D1kRMHpqKJQupquvVfaJf0w { display:flex;width:3.125rem;height:3.125rem;top:98.25rem;left:1.0304687619209rem; }
 }@media only screen and (max-width: 763px) { #RptGiUhShq1B0XHM7bdQnIqTsidDlTQd { display:flex;width:3.125rem;height:3.125rem;top:102.5rem;left:1.0304687619209rem; }
 }@media only screen and (max-width: 763px) { #PGXiElS6tz5pxsqLbconVoBLUhgpNZFG { width:6.25rem;height:0.25rem;top:119.95000076294rem;left:0.46796876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bCO3rplEHsv8KZqd9POiTBU10v20drcg { display:block; }#bCO3rplEHsv8KZqd9POiTBU10v20drcg > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIKS32XIifhHxaWP5qx9a3bSNTXe9uBK { width:18.1875rem;height:21.75rem;top:15.550001144409rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmEqh3i3PpSgKGOC7kpZxzofdDd4ibcA { width:18.125rem;height:7.3125rem;top:1.1875rem;left:0.93671876192094rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH2VnaZyKfTyGDxGwNzlErmKKURQfBcp { width:17.875rem;height:4.5rem;top:9.612500190735rem;left:1.0617187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH4QysQm5mhwmP9vtOCHvB2G45iGis6H { display:block; }#rH4QysQm5mhwmP9vtOCHvB2G45iGis6H > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5KTcESbaWcmhbWxD7hSn7SSqEO8N5o5 { width:18.625rem;height:2.4375rem;top:1.25rem;left:0.68671876192094rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSysTd1T2hNcfyxFozWUT4URxzW6Og1 { width:18.5625rem;height:32.9375rem;top:15.631249904633rem;left:0.71796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Til7EFyw6wbhTJchmvoSuCWxfmBcGhEn { width:12.4375rem;height:1.86875rem;top:18.06875038147rem;left:2.2500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEt2am2nkpvhFug9sOuT5lhpPUIFiUa8 { width:12.8125rem;height:23.79510625rem;top:21.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0dkaAcOS6k9sn0UE2Obd7OXyfBHT3xI { width:18.25rem;height:35.3125rem;top:51.618750572204rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3blp7mpmCps4rb9GyAyPikDx0I6suc0 { width:14.4375rem;height:1.86875rem;top:53.75625038147rem;left:2.2500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADobbTQk1kgNWcKGOTyLrQ3m1aCV6Hna { width:11.875rem;height:27.194425rem;top:56.81875038147rem;left:5.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOsmaDr0ZQzs5mzTKqCZq728CyFoBcy8 { width:17.5625rem;height:9rem;top:5.1000061035156rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb82cLgOkp3gQUXu5Rz1Iptv4qQmbuWm { top:88.818750381469rem;left:0.49921876192093rem;width:19rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4kvZQHhlNru6U5URp5CPOFTcEtWBKbD { display:block; }
 }@media only screen and (max-width: 763px) { #IV3c9ZKT7c2OsRVN14tXZUdU9dZn8qa3 { display:flex;width:2.5rem;height:2.5rem;top:21.4375rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #f12F678tDnFOxtZ5aSw1QCwkBDQqVClM { display:flex;width:2.5rem;height:2.5rem;top:26.4375rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #RXP3EB6KLquxSZAx6mgNzTRmWAlu4sy4 { display:flex;width:2.5rem;height:2.5rem;top:30rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #oTq2ylei9sK318xT3nWdp0vsQhzGiiv6 { display:flex;width:2.5rem;height:2.5rem;top:33.5625rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #xdNisIucZHEHIF9lxJ33hPLoGTMDTv68 { display:flex;width:2.5rem;height:2.5rem;top:36.9375rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #vV3vrwwGW444zLMIM2U9ncqgQzmp2UXd { display:flex;width:2.5rem;height:2.5rem;top:40.25rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #S7gcaqc57qWnbvxDMvMtxA5mskfZs32C { display:flex;width:2.5rem;height:2.5rem;top:43.8125rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #TVRbPMkQIHizfu7Ey2aaC3MMNgIJQxRa { display:flex;width:2.5rem;height:2.5rem;top:56.75625038147rem;left:2.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #bgh3n15Tc3VH1tdRuIv5QM4xbUdue9A7 { display:flex;width:2.5rem;height:2.5rem;top:63.568750381469rem;left:2.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #soML5AzKDEMVoF5nhg7eKiZaMriwcWep { display:flex;width:2.5rem;height:2.5rem;top:68.381250381469rem;left:2.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #znGzWSZzdIfO6RfE3TgHgKl9ORDLvuvA { display:flex;width:2.5rem;height:2.5rem;top:71.818750381469rem;left:2.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #wdpDxt0TlTSQi4v5BaKdpSwVHxDegOVb { display:flex;width:2.5rem;height:2.5rem;top:75.506250381469rem;left:2.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #IfZQ960S2opRf4Trl79hygQR3GcZ1MW1 { display:flex;width:2.5rem;height:2.5rem;top:80.506250381469rem;left:2.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl { display:block; }#IdReke8Ab4lTz3iN7Rp2w19T1mq0n9Hl > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEe3OE9Pn9cpn1VmXlhc8xNytQsfQZ9V { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXJ7WFfRGP3iWWlcUfrsHBPcgmat1NC { width:16.9375rem;height:9rem;top:10.300018310547rem;left:1.4375rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RbVyI7FJ6FxmsUHAooQRSLBs3L2rTpBs { width:2rem;height:0.1875rem;top:14.737500190735rem;left:16.299999773502rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI7hISoArgA7GQu2BQrtz4fbzEiHRgHq { width:17.125rem;height:0.1875rem;top:16.16250038147rem;left:1.4375000596046rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RcveSdx2W7udsXmbH8kl52QWdyc4yS75 { width:10.5625rem;height:0.1875rem;top:17.66250038147rem;left:1.4375000596046rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Kwr3pMqib1343drxnhoQbFg0shAXIEgu { display:block; }#Kwr3pMqib1343drxnhoQbFg0shAXIEgu > .row .container { width:20rem;height:249.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1DL5Mh6VILiRypRZxgKCV61W6irQKAA { top:85.562500357625rem;left:0.49921876192093rem;width:19rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy0Q2usRBeaMfP0dMTiwPLX9F6oaVego { display:block; }
 }@media only screen and (max-width: 763px) { #KMu0EOU7d3HELoIRMVD8C8wM0sckCBry { width:15rem;height:12rem;top:40.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFwGnWJIU4sB8NC3255KZEB1VxB1QdgH { width:12.1875rem;height:3.25rem;top:63.3125rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1zSbzP8nlmeysvLnLXZfLMN87JvSUuh { width:15rem;height:13.5rem;top:67.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJVUMqgkFtoeB09oT7UauQP3DS5uLfr { width:15rem;height:13.5rem;top:10.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITrmqwyLdNMGDvOJhFVV53QhNZI0SeBT { width:9.625rem;height:1.625rem;top:8.25rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6chwNpQAGfEm1Ao2ut8E52vQHRy4bwP { display:flex;width:3.75rem;height:3.75rem;top:30.9375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #UTo5VXw3wlfTWgAeRtkWuKHHNuDgrL0r { width:13rem;height:3.25rem;top:36.0625rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ZDDqESzhSS3TaI126bB5y85oTqaCRs { display:flex;width:3.75rem;height:3.75rem;top:58.125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #zuZCmACZTrM33Nu3OXTurOQV9LoRNIGJ { width:18.0625rem;height:26.375rem;top:28.374999761581rem;left:0.96796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdLR9ROpgmCSyHZo79fJAPkyU868AVes { display:flex;width:3.75rem;height:3.75rem;top:3.625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #TDmd5eAzFAzOX0FyMeu2V4AfEmHoIAz9 { width:18.125rem;height:26.4375rem;top:0.74919748306275rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV6iqDKRzZ0fKO7ovtUfkvWTKIIlSx88 { width:17.875rem;height:28.125rem;top:55.5rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da4QzowaW4Q8drBTDADHMAsPar04bfZu { width:17.4375rem;height:27.8125rem;top:114.37500143051rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVplC5P0oCEMNs2dKdUPslJqiQWVdMRH { width:13.5rem;height:3.25rem;top:121.6875rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxN0S48R65pX9koJBJJJXHokEW2ffSzl { display:flex;width:3.75rem;height:3.75rem;top:116.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #EZrUx4V72qGfJ8PpKVb57ykpOo9i76HO { width:15rem;height:13.5rem;top:126.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwwhVlummshBuvd33pgfmLqM9BTuUA5 { width:17.5rem;height:22.875rem;top:90.37500190735rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkhdTflM9zrevS3ATOUCP6KGP0qMk3bH { width:11.25rem;height:1.625rem;top:97.6875rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMDOmw6C4Uc2tUSsRbtKA3W6re7m67lJ { display:flex;width:3.75rem;height:3.75rem;top:92.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #VFyNXpQq0rwO01AXpOEgZ9aCtNvhQuvI { width:15rem;height:10.5rem;top:100.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgPntWPtbzmAEG2M4dqFENkaS12Di6nM { width:17.3125rem;height:22.75rem;top:143.50003218651rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhKcpZrCarSiOQamoveH8xl0ImmzXilX { width:7.625rem;height:1.625rem;top:150.5625rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8KoTcdNliJTRgcHg005JUorSvTsrqzQ { display:flex;width:3.75rem;height:3.75rem;top:145.75rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #LbXhgaBmEcxmsTKWGD0BWfGhCVTUNKvA { width:15rem;height:10.5rem;top:153.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlN8xJ0ZgPb3A9DwQfMgL5r5zxMnorqD { width:17.375rem;height:25.0625rem;top:195.25000953674rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv00oVxVMAKFZK55IbRdLb0XkSwUbc1h { width:15rem;height:13.5rem;top:204.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNt2Xz9Z1C3u83JFvqL6df6lsEK0sh8W { width:9.125rem;height:1.625rem;top:202.1875rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6p93lZ8qeTCTyHZ9czZgZWhHkqwJkIu { display:flex;width:3.75rem;height:3.75rem;top:197.4375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #BUCoQ2725A20epgNdW3C4kkKoLvxANF4 { top:167.62500953674rem;left:0.49921876192093rem;width:19rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg68o4VWPaCl9fz8bbXU6vggnSfxqilF { display:block; }
 }@media only screen and (max-width: 763px) { #zMBa4W8r7nRvVs5X8npI09FsD8LPUqQa { width:17.5rem;height:21.125rem;top:172.75000953674rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5bGTA9kV0R0HQsLH4dF4hOnPA9FOh4 { width:15rem;height:9rem;top:182.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQtLTRB1dAge3rXO6oX6J1BGxqi6DDA { width:14.1875rem;height:1.625rem;top:179.9375rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9AuRtFJWcwJNVl8gaEE1H7vG46DQoU { display:flex;width:3.75rem;height:3.75rem;top:175.1875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #PUOurSSiCMisdMVm5z1czQb5G8vRLfWJ { width:17.1875rem;height:25.6875rem;top:221.68750905991rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #q84BrGvipI4ZhECg5vuFV55Gvo8lIAfZ { width:15rem;height:13.5rem;top:231.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0nNWSh2CNL5q0WyK2qrpqJsvM8RoEyk { width:14.0625rem;height:1.625rem;top:228.9375rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOnvBT5hbFGue3RN2rHQoFNnDo0PcOz9 { display:flex;width:3.75rem;height:3.75rem;top:224.1875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N { display:block; }#a8dTNg7PDNvRr3e6FGh1f9OxOvEfe97N > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0NX0qnz2SBogdT5xQ5KLrKv0Wq00qGO { width:16.25rem;height:7.3125rem;top:26.725000858307rem;left:1.8750000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGrKpa4iAMDtkZ1TepblTpBb8ZKIVZt { width:17.6875rem;height:9rem;top:35.27499961853rem;left:1.1554687619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g679F8Vzrh5zq56D3fPar03HDZBaFQyN { width:17.625rem;height:23.3125rem;top:1.3750004768372rem;left:1.1867187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtdpmWDzTOOd6zoSSXnsOZTNznJuh38i { width:12.9375rem;height:16.5rem;top:46.625001907349rem;left:5.2367187142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv0MOok259losDTkOuBDfBrfthGNffgQ { display:flex;width:2.3125rem;height:2.3125rem;top:46.625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #wAkaLNpvzolTrfBG5HTvgh4TKFvfhbt7 { top:64.618751525881rem;left:0.49921876192093rem;width:19rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgUP5oE84yqMBF3t8dOIbMr5JXRT0uwb { display:block; }
 }@media only screen and (max-width: 763px) { #eEFnhAVHyvFWZ9XWlopKvTclRfbpoGhM { display:flex;width:2.3125rem;height:2.3125rem;top:58.625001907349rem;left:1.8750000596046rem; }
 }@media only screen and (max-width: 763px) { #u4sbElLCON80MU7atma36uIa0dg6TV8D { display:flex;width:2.3125rem;height:2.3125rem;top:52.687501907349rem;left:1.8750000596046rem; }
 }@media only screen and (max-width: 763px) { #s57WR110M9JyBV1NZmsPbI8BzZ61y0CW { display:block; }#s57WR110M9JyBV1NZmsPbI8BzZ61y0CW > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzz39OX4RWCQ7OI7gHO2GqQUNZ5gHmgo { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFiQb29TrRBM6k1T6MirSB65QgkwR6Qo { width:16rem;height:4.5rem;top:10.999999523163rem;left:2.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQsmslr9GEqmdwszm0Td97gDQQw0s9wT { width:1rem;height:3.25rem;top:4.8117187023163rem;left:9.5000005364419rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGTR4NliHWDsTM9IycsXtQMZPNChdA0t { width:1.1875rem;height:3.25rem;top:16.8125rem;left:9.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3hh1XvF5TPQV5qkGTSTKxk93LeSRaRS { width:1.3125rem;height:3.25rem;top:30.625rem;left:9.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2RTFi8gLD4bThylo2ccuCOtJUoPuTEb { width:13.3125rem;height:2.4375rem;top:8.0617191791537rem;left:3.3437500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRQN5EBCs5wI8tPleLHra1a7Z6dm5PID { width:16rem;height:6rem;top:23.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ92H4dVF9eITnGv5IlC6XhwELxlyNtB { width:13.3125rem;height:2.4375rem;top:20.0625rem;left:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cToiqMV8Rf3nSUHWiD9iHWimLdO9tkED { width:16rem;height:6rem;top:37.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXwLwTF86CDmRWzFQJQsdOmLp8T5GxQU { width:13.3125rem;height:2.4375rem;top:33.875rem;left:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQTzbL8LrnAecszF2aicpEWDpqJ3wWiT { top:45.437500953674rem;left:0.49921876192093rem;width:19rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgFNdh1KrB3plU1oTfeaph9RXG2GNmJH { display:block; }
 }@media only screen and (max-width: 763px) { #lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 { display:block; }#lL25nnvAyBMIAopqq3QHGRx1lOKJSzy5 > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh07WgmuGKgX9ogfT9pds9kOb8urbiOv { width:19rem;height:4.875rem;top:1.1875rem;left:0.49921876192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noxCtxXTXoAGgqI44UimOCpynOlJsK1y { width:18.25rem;height:4.5rem;top:7.23671913147rem;left:0.87421876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU { display:block; }#Jv10kmShLhFTszcQ5JSFhGTRqiykQHeU > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpkqUgCDfsodWfz2cqgGffLI7nM6FErt { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UZ8ogTQPPOWBE0u6O5bJuqCKle35fX5b { width:16.625rem;height:1.4625rem;top:5.625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzZuQVU6bkcGn5CSDZMEhsNhi8ew26M { display:flex;width:3.125rem;height:3.125rem;top:31.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GvSzTrfXcR4TJTqZ9J1sde7esTZree1t { width:16.625rem;height:1.4625rem;top:35.875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icfg06GlVrFthnQGKBA9AUplyq5Sk21U { width:18.75rem;height:0.125rem;top:18.887512207031rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeoWCKSvO6WvThI8PscgKIVEymp2AQGI { display:flex;width:3.125rem;height:3.125rem;top:10.337493896484rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #wdihTv4bo2N7yR8eAeRvroVKiwhh3ZTz { width:16.625rem;height:2.9236125rem;top:14.712493896484rem;left:1.6875000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHAknT8iXwec5nzRHRQucb4wdRmwmLdl { display:flex;width:3.125rem;height:3.125rem;top:40.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UVIts3T9dDU0NUTGrz5hK7zaRhbvOAxO { width:16.625rem;height:2.9236125rem;top:44.875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNFXR95Qlb5LrdsQtPDbuxhMM89zpKAQ { display:flex;width:3.125rem;height:3.125rem;top:20.887512207031rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #virWQQeHPSSDs5nUHA0z3F40L56pt4vo { width:16.625rem;height:2.9236125rem;top:25.262512207031rem;left:1.6875000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N59TkNUfTMf1ZTWeRCOQ1rTHVptI1saM { display:flex;width:3.125rem;height:3.125rem;top:50.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xKuOcZQBXzk6sXIUCQuNFMwcBFn3aTM7 { width:16.625rem;height:2.9236125rem;top:55.25rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTktNnFkRUVPk5ud23l1x68iVO1ykCrx { width:18.75rem;height:0.125rem;top:8.3375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGXlywJDU5q153GUFGOMghTDsbs00xqa { width:18.75rem;height:0.125rem;top:49.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPJ7ZU8pKiqONq6nbAwtESpmEBwhmchi { width:18.75rem;height:0.125rem;top:38.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91ULeKsyuDBS8ENXSxad673BTvbSOhk { width:18.75rem;height:0.125rem;top:29.250000953674rem;left:0.62421876192093rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf { display:block; }#IpnNPkgDbckTeMCgOVULXzfTZNdzSFzf > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Urv0E23nnRUxHm00hNVio8psiCUahHfE { width:13.5625rem;height:4.875rem;top:1.25rem;left:3.2187500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ { display:block; }#q0bOJNpVWWvWpCMq7Ai3Vqlm9rvaMIEJ > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsDXFBqG9Tg8p6V4Isgl06u1ALTUpLq9 { width:17.5625rem;height:13.5rem;top:20.086719870567rem;left:1.0617187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swElT8D8zWJZyxKNfSOqTA85qK8iaOkl { width:15.5625rem;height:1.86875rem;top:17.187500357628rem;left:1.0624999403954rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsvRmCE1fKDBOhiPCTC8ediRRAPfJl9d { width:14.8125rem;height:14.8125rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgTamTkZ190p9dawaTUTkrdyC7vzVhU9 { width:18.25rem;height:7.875rem;top:42.149219512939rem;left:0.87421876192094rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTpSNFdWKQgty1yf4qRhDxztG17ydHrf { width:0.3125rem;height:5rem;top:34.837499976158rem;left:9.8437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyMS1yg7ze8VhLGCGetfRDHQMAgxwkP2 { width:16.75rem;height:7.5rem;top:65.430471420288rem;left:1.6250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocIbTxACEaQXcn3rvKe0hy1rPmHBHgRt { display:flex;width:3.125rem;height:3.125rem;top:61.056251525879rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #SDiWL9XAiVgZid4XnoQpAD3XvzMu7t7w { display:flex;width:3.125rem;height:3.125rem;top:51.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IpqlKkWMG1GGavD5eFHRZiA9CfSrKmU0 { width:16.375rem;height:3rem;top:56.562501907349rem;left:1.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 { display:block; }#WaLuE9gPsGHONBW5wEfxQ1LetGfgSU03 > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU9SpSPaUwUggmt9qDDrxDgZwOmT3a16 { width:17.5rem;height:13.5rem;top:21.75rem;left:0.84296876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOJsnfau0wD5ettd02BohFvqEMVH4Hk { width:15.625rem;height:1.86875rem;top:18.5rem;left:0.84296876192094rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8gqBvx2nSTaPsz2z7qFKPXeAL9TZA1 { width:14.5625rem;height:14.8125rem;top:2.125rem;left:2.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHIqhE7fOt9nSKW9pDfXJsDJM1mSXDqR { width:17.25rem;height:7.875rem;top:43.875rem;left:1.3750000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJG4Vu4muLH95aa7tfsRo6QWbNcUg6bQ { width:0.3125rem;height:5rem;top:37.275rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPvUnB8Zs0B3D0pPBia6gqk5T11mTbPK { width:16.4375rem;height:4.5rem;top:67rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBv7TwBX9dGJ82RtXCcktPOzgmn9uVTd { width:16rem;height:3rem;top:58.5rem;left:2.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmLxzx9HmihhORvTgXSS4S2lHxmmlG9o { display:flex;width:3.125rem;height:3.125rem;top:53.75rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #zngi3eawMkXmdpQpx4BtmuKU0lG4wGrh { display:flex;width:3.125rem;height:3.125rem;top:62.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 { display:block; }#rbs4PykaHfm9oV3xU1wPU6ska39hx9h0 > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4JUBXuNxDivXJkCbvIEnTMLqTBXDwhV { width:16.625rem;height:16.5rem;top:20.9375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVzMHMHE2771hinJ1yF6gOFfBk7zE7W0 { width:16.75rem;height:1.86875rem;top:17.6875rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peLfOP7dUtpSxIgx8a3gwPQRnwQ6EuHB { width:13.5625rem;height:13.8125rem;top:2.3125rem;left:3.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5qkGnMxdxpTlpctqAUS7dOQkXF5XBZp { width:18.25rem;height:7.875rem;top:45.375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxuSniHn9xSaZE59D2ZwRoane51rHcmJ { width:0.3125rem;height:5rem;top:39.1875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQxDw0tVHIdhQW8w3LhwMeWQHMzhAV23 { width:17.625rem;height:3rem;top:68.5625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDPgpKBZllFMWPv0qWUVkt5Ey9BxHlJJ { width:16.25rem;height:3rem;top:60.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ien5BOdOU51kICeXA7i8rC5iaCnNtEUv { display:flex;width:3.125rem;height:3.125rem;top:55.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pE6cFBMe95b34vTio1VTR1c8Cg3IuNPA { display:flex;width:3.125rem;height:3.125rem;top:64.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #caFHgKV4kKltIWQWChy2JxsOpuHam8Oy { display:block; }#caFHgKV4kKltIWQWChy2JxsOpuHam8Oy > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDGkUqiBsnohVJSCLTW2leeTibA4x4Zl { width:16.5625rem;height:15rem;top:20.375rem;left:1.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtut2aT0QQG5bJV23RqKr099qb1O6ann { width:14.625rem;height:1.86875rem;top:17.25rem;left:1.5000000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awGEucWFClHfLqVnyl0EJVVwLOeJJKT0 { width:13.5625rem;height:14.8125rem;top:1.25rem;left:3.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9VVH7ThcoihSnOwaiNwEWxUxde6cVzT { width:18.3125rem;height:5.90625rem;top:42.8125rem;left:0.84296876192094rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgQxWQ9kkNU9TcrSri9CqaEKT6kAWb89 { width:0.3125rem;height:5rem;top:36.75rem;left:9.8437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDposw3TiBCUTBhTGdCcOFOl8RoM6uec { width:15.8125rem;height:3rem;top:54.5rem;left:2.0937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #antKcqyOwMaTi5iXTA2yJLNon0a1yZ1z { width:16.3125rem;height:10.5rem;top:63.5rem;left:1.8437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rykaCI1OLma0OyuiUI8JmHKPkVa8C7iw { display:flex;width:3.125rem;height:3.125rem;top:50.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uZEn3Di1cLL6rUcvsnmn0NnilROxeuym { display:flex;width:3.125rem;height:3.125rem;top:59.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c { display:block; }#saaFMIR7A2u4Wq2aQHc7HChsIWxPnR9c > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duf868bkVIFiIOJrdNPauWo3DGtMgOUF { width:16.5rem;height:18rem;top:22.17421913147rem;left:1.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTFEDh0DUfWnGyeTTltJKSJ7oE0Bi6eA { width:12.375rem;height:3.7361125rem;top:17.125rem;left:1.5000000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOVEN2iTzTV4qc9xhsvTChALUawZtCT { width:14.8125rem;height:14.5rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITqI6EQSxm5Nmqcof6EWcT7NXn8yg6u { width:18.0625rem;height:7.875rem;top:47.86171913147rem;left:0.96796876192094rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhuPdoHMBEpxASgL1Jg0LoQXa23p4T8p { width:0.3125rem;height:5rem;top:41.050001144409rem;left:9.8437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRDMdMIJg0CMeC3LUeIA81Gc5FQlJLT8 { width:15.3125rem;height:4.5rem;top:70.375rem;left:2.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roGJsnp4LZVIgGHN5OlFxKorfGZUDS5V { width:16.6875rem;height:3rem;top:61.3125rem;left:1.6562500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdhrLxcmBxoUF0CBf1N78UCVEnQS6RHK { display:flex;width:3.125rem;height:3.125rem;top:56.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yVxIUypmVJgiLdZT0M2TNAZEJV4FGi9H { display:flex;width:3.125rem;height:3.125rem;top:65.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ { display:block; }#P0LDTnPJWbuQOLiE6WDuLHKCwhaIdyNJ > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBc0zTkUM8vQrHOHI5t7SuTK3CgLSTta { width:16.5625rem;height:15rem;top:20.837500333786rem;left:1.7992187142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv296vWT5mCKzTdpF5XRXqxuZhK7leoL { width:15.1875rem;height:1.86875rem;top:17.562499761581rem;left:1.7992187142372rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Iq0JeHzuZ75dcfpb35zRUkJw1ErxT0 { width:13.5rem;height:13.75rem;top:2.1796875rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTlFxkVUKV4TzFmdVG7rM1tUmZT7atkV { width:17.6875rem;height:13.78125rem;top:48.77499961853rem;left:1.1554687619209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH8Bmr3dOLmV0NSskKmRb9BDEFSq2RoA { width:0.3125rem;height:10rem;top:37.025000572204rem;left:9.8437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO4ntJAH9MHGLrvz0h2whw5y6QSscQK8 { width:15.9375rem;height:6rem;top:77.625rem;left:1.4242187142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrI4GfybOgMUSuK4w060R4pp1Tlu5g7v { width:15.75rem;height:3rem;top:68.624999046325rem;left:1.5179687142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONicHOnATqQdcVq3UGff0XmavReXw64n { display:flex;width:3.125rem;height:3.125rem;top:64.187499046325rem;left:7.8304687142375rem; }
 }@media only screen and (max-width: 763px) { #tP6Bu7a2DlyuXNTJ9Ofg1IkANfEJLLSl { display:flex;width:3.125rem;height:3.125rem;top:73.3125rem;left:7.8304687142375rem; }
 }@media only screen and (max-width: 763px) { #OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM { display:block; }#OsW2RXq0PzcKOER8vKRk07hRHhlfBUgM > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Atu1BT2wbPK78Btliq8zIWaWvuqxTKpw { width:17.875rem;height:7.3125rem;top:1.2492184638977rem;left:1.0617187619209rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 { display:block; }#eb4swlfd2Zi4GmMzZn8x8ShX4ztyUGv5 > .row .container { width:20rem;height:181.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXqezVcsaxwslx36dGl8MGb8TiqFnBsM { width:18.25rem;height:23.5rem;top:1.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTJxa3L3c476cXbdtBfviGR24Bht39ME { width:16.5625rem;height:2.76215rem;top:3.6875rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgWZIZVo9aommDAPCnOSfz6apvKvRWBy { width:16.375rem;height:7.9600625rem;top:7.8125rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9IhUMQ0XmN1oL8RuRp9UASrAEJmbf0g { display:flex;width:7.875rem;height:7.875rem;top:13.9375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #i1LfeICtSfHgJ9qDGcbRiJ7oqpm9oSpS { width:6.6875rem;height:1.21875rem;top:19rem;left:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQcy8xqCOr2aVmgfXpUXV1bxLTVCD3QG { width:3.375rem;height:3.375rem;top:53.625001907349rem;left:14.375000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4GWbQ5TIN2LmCgiUgchqXmtVaRXhGsD { width:3.375rem;height:3.375rem;top:16.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNwqdQz9QAio8GLmUXRFLEzCbWcCy9AN { width:18.0625rem;height:24.375rem;top:154.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxS1e01OXfMDRIzRMSWMmpeybpHVO1qu { width:16.6875rem;height:4.14323125rem;top:156.9375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxdHKOAgXMZraCMptRnTH9nhTzqRg54 { width:16.875rem;height:7.9600625rem;top:162.0625rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMMBdTFT8e6OWmUT8pdLJRyT6z9uoxgo { width:18.375rem;height:29.6875rem;top:26.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJpC7WU4P4qbM2n2FnrswW0gAkGE9Nwe { width:14.8125rem;height:2.76215rem;top:29.125rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgKE3XTVxseRFsxnivvPq1VUueVtrtF6 { width:16.0625rem;height:14.783rem;top:32.4375rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD1JH9x7QBpWpnkHyy5lMoeOcxXISFRi { display:flex;width:7.875rem;height:7.875rem;top:45.5625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #zZLtpVeA5M8WoNT8yc3rh7k9JU4llIP6 { display:flex;width:7.875rem;height:7.875rem;top:168.0625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #RCxZzmGWON9KbgZbCSzoA4rpoAs2TPrN { width:3.3125rem;height:3.3125rem;top:48.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5uzy2Nl9ErUyiZQThT49LuzX56JUQg2 { width:3.3125rem;height:3.3125rem;top:171rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkzowPHd4CFbXh4r4Vv7pk9k1ugRs6y6 { width:2.1875rem;height:2.1875rem;top:175.9375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlipToubLTB3TyrPkzPnupkp8Mf1q3DP { width:7.6875rem;height:1.21875rem;top:50.875rem;left:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChD985GnFLx4NIWBKKI5eWf7QW7psQQK { width:9rem;height:1.21875rem;top:173.0625rem;left:8.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq6LOaPQ5X7DtTTuuxmkXxocRfGTpS3L { width:3.375rem;height:3.375rem;top:76.9375rem;left:15.799218714237rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGK1WnSksPaW7g5wvT9XVL9BNrfkvwT8 { width:18.4375rem;height:34.3125rem;top:57.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1rJPTdn2BSRc58cuWITu69XL6Z8IPsH { width:15.75rem;height:2.76215rem;top:60.4375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7oqTa9aSxMuJS28DCXDqUKgUR7kfQN8 { width:15.625rem;height:17.0573125rem;top:64.75rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTMLvyfKb70oVu4n5UPwJhnxvtPuAWgG { width:18.375rem;height:31.5rem;top:121.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEL0PShMkhJIayB4OH3CC7cMGt1wR7L7 { display:flex;width:7.875rem;height:7.875rem;top:80.375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #tHXFMmkPIexXFR6UziEzKb6PgFITEtPE { width:15.3125rem;height:4.14323125rem;top:123.4375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymRDfi9bugl5zXhZ6HzPAvlwgqHJQ6Fy { width:16.0625rem;height:14.783rem;top:128.25rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCA3nbAbTfS1tmHiLOvNXbnchTKzfT3A { width:3.375rem;height:3.375rem;top:83.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlpxTqwxKVKCHxMKirkfviDweQUbOTkg { width:3.375rem;height:3.375rem;top:113.56250572204rem;left:14.956249773503rem;display:none; }
 }@media only screen and (max-width: 763px) { #in5zMcZsoNWfMJTJPamhRrHev6Qc8lWM { display:flex;width:7.875rem;height:7.875rem;top:141.75rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #PCHAu1uNibGelg9TlDuxlD9WHksMDGZD { width:7.25rem;height:1.21875rem;top:85.375rem;left:8.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUpnXpL4tQN4Ru7iLDJdEtOkal03Tk5n { width:3.375rem;height:3.375rem;top:144.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG8JikXM3Z1TJfTVlZXAZKXKxELoTQDq { width:5.8125rem;height:1.21875rem;top:146.75rem;left:8.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DteEOH8ek7BIm4PsGLImWfnk4Z6rH9sd { width:3.375rem;height:3.375rem;top:184.875rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWg4uxx4ufag0eiP1Ul9P56ZC2fGvIil { width:18.375rem;height:26.9375rem;top:93.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpTsE9871nkSdpdWwZ55s6QEPJv46g2e { width:15.4375rem;height:4.14323125rem;top:95.4375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLJmZFuoEi9zNMQH2ucIpqzFxAPMyRXR { width:15.8125rem;height:10.234375rem;top:100.25rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBDIreLzaoUV1lkee55PdRidpxRzsUq0 { display:flex;width:7.875rem;height:7.875rem;top:109.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #DC6epAoEnLsxRQVwmpN9sxzanOKHhWWI { width:3.375rem;height:3.375rem;top:112.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8L2XIoGHXqcP4tn3QeREHSVSPL70mzz { width:3.375rem;height:3.375rem;top:143.27422332764rem;left:16.624999582768rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVnyUL3cb6AndokqNitu0qFyg92UVLXl { width:8.875rem;height:1.21875rem;top:114.125rem;left:8.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Jds0yUWTXE3au5EF6AGy9ndpz33Qg4 { width:2.1875rem;height:2.1875rem;top:21.75rem;left:15.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #eXWWFUvPxCvg0aBLGRc5XemTQ6DxHe18 { width:2.1875rem;height:2.1875rem;top:52.8125rem;left:15.1875rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #KJinPSEXRC22kKe7qQhPVOJ05kF24Leg { width:2.1875rem;height:2.1875rem;top:88.25rem;left:15.3125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #tCaIsixGZqq9cN88aqBz7CnfRlrI649u { width:2.1875rem;height:2.1875rem;top:117rem;left:15.3125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #NQl4nuUIadUhmphkURqnIQZUhfVvgrDU { width:2.1875rem;height:2.1875rem;top:149.625rem;left:15.3125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #pelLfocEXd0uDqLw6xkSa2suZyCrmbiq { display:block; }#pelLfocEXd0uDqLw6xkSa2suZyCrmbiq > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzz1MNHCqeAyflFUqy1UqEwfwpg30knd { width:16.0625rem;height:7.3125rem;top:1.375rem;left:1.4687500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edIp10UkBgh8z5fThNUH19dhERsOOKtZ { width:17.0625rem;height:11.8125rem;top:9.8871564865113rem;left:1.4687500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAHAnQCkGeGy6S7Sn9vpXnwVDrEzyR5J { width:16.625rem;height:6.1875rem;top:34.12504196167rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5gpnK0K9r0grQwqiVaqTAfSTw8rkKyz { width:11.0625rem;height:9.75rem;top:57.25rem;left:4.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqwmqIc1dHiouEkKQvJRAmeMXvAT7Po { width:16.5625rem;height:6.1875rem;top:45rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkBKcmmD7RdGi03Wy53RpwvbQnHCmqXz { width:18.8125rem;height:10.5625rem;top:42.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkJbQ9bqwaWsMDhbr0NCWbh2TLv8nUWJ { width:12.875rem;height:6.6875rem;top:25.0625rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf { display:block; }#yPdGiDZMpPLpWenMFRUzceNyrvC5Tecf > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZXleOf35b5xhOQTXGBpGGZUaOvspWTF { width:18.375rem;height:4.875rem;top:1.46875rem;left:0.81171876192094rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo { display:block; }#c4XNFJTC0a7yG4xFdyGuvrx2hhu6FKGo > .row .container { width:20rem;height:108.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAhx7mO8D2rHx2oxSwWbT3PJUJtrKnf7 { width:18.4375rem;height:71.6875rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGCJAODFsUlMt3bTQNS5VRThXx3viTwl { width:13.625rem;height:62.88714375rem;top:7.1875rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQfbTalx9FhWUtcHiLqb3I9niiywrK9M { width:14.4375rem;height:1.86805625rem;top:3.5rem;left:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oebr0KwgilQVOVaV45yTHssALkUU1g6P { display:flex;width:2.5rem;height:2.5rem;top:7.0625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #e5RltSBKcOufSDcziZazbNAzhMdo2ESd { display:flex;width:2.5rem;height:2.5rem;top:13.9375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #qfkTo0Rt9QZ1bxhnuTEU4Q9ElFhdUnJ6 { display:flex;width:2.5rem;height:2.5rem;top:20.6875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #cao787hmzl0eRBdTni0N60iiHICTkvEt { display:flex;width:2.5rem;height:2.5rem;top:30.8125rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #Fr64tan7sE0NJ4zpW4F5R6U4yKtbCl5s { display:flex;width:2.5rem;height:2.5rem;top:39.375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #p6151BbhNuCHEVwNCnAVWFqp3ZL4Uggc { display:flex;width:2.5rem;height:2.5rem;top:46.1875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #l872UKpeH3FQCMNxE3ZSbfiI4V7HlKr5 { display:flex;width:2.5rem;height:2.5rem;top:53.0625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #bccxi2ZFo45s0hvSIhDRQIdpP4Lqg4sD { display:flex;width:2.5rem;height:2.5rem;top:59.75rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #TkE8lOuGuV3h0OeWosiQ1muV16IKdJ4o { width:18.1875rem;height:31.875rem;top:75.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkLmpdb9OVPi5Uv60LJzGwqBbo0SgsMM { width:15.3125rem;height:3.7361125rem;top:77.375rem;left:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGmrRdLOWkuVUTR1ufBJnT4SGbhoFp2d { display:flex;width:1.875rem;height:1.875rem;top:82.812504768369rem;left:1.6875001192093rem; }
 }@media only screen and (max-width: 763px) { #ixxU4wBp5pHIg8TZ506f7LGy6v5JibcI { width:12.875rem;height:22.09546875rem;top:82.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p29uezZFTJzkcprtwAFN4cBKqpzxobPf { display:flex;width:1.875rem;height:1.875rem;top:86.6250038147rem;left:1.6875001192093rem; }
 }@media only screen and (max-width: 763px) { #Fr23fkk1PZ9rR5cDfLUg32LpgVoaBcoX { display:flex;width:1.875rem;height:1.875rem;top:93.4375038147rem;left:1.6875001192093rem; }
 }@media only screen and (max-width: 763px) { #Tqtlb7TcBwdNb9xSU8RbkkgwfZb6gHCm { display:flex;width:1.875rem;height:1.875rem;top:100.1875038147rem;left:1.6875001192093rem; }
 }@media only screen and (max-width: 763px) { #bktXE1mcDdQerq2uOExupad63uAQqxms { display:block; }#bktXE1mcDdQerq2uOExupad63uAQqxms > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLw7uqmPLFIpqNfTsEp8r2DmLRIo6fam { top:2.28125rem;left:0.5rem;width:19rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ3ImeO15kgFZScEfqHBWPQAzf1fBano { display:block; }
 }@media only screen and (max-width: 763px) { #C4qc7gtECLmFWURWMXKo3oxdVctmIPMf { display:block; }#C4qc7gtECLmFWURWMXKo3oxdVctmIPMf > .row .container { width:20rem;height:96.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaWBX2EsWneLZkxe7D735smFysfsB6J3 { width:16.375rem;height:4.875rem;top:1.4999198913574rem;left:1.8125001192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gDTI5hInGAZIoP5fVmsirqz0epo1Rgse { display:flex;height:auto;width:17.5rem;top:7.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #pJiZhorVofooIbTQ2e7ntUtCPNH41HJ4 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #gwOoXOMg4xCnotioBAHNN6BwUQIgDyQb {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #OtBDX3mRsCrWkvN2mqNRT54tzpprWu4y {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #nF4B4Iq1btTeUHN0p4dAi6MDP81OX8Ez {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #CIfvxqsOqapeNm4yZo2hEUQmXPUZgKHz {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #koKqlIIU4kA4gZsec1ZQ8tZV1XyEb0Qe {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #zvaaQoFFgHfGLyJDRpRc7LcooU7foWHI {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #sZC6V82UMyb5lmcv42FL2CoNe4RistNX {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #fSqR8yTZtaxGwfI4NF6fq5mJ8v20LCJH {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Omroul1PpJD4ropcT9ogq19SUGP313CH {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #nODESh92x7FJTXyfmMfmeg7iAEbJTnJE {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #V3O1OQxvQQhJOun5y2QgxdNsrHoUKoDR {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #B0O30DJCyfZQM4o2wyNKQHaDdO7f1dfX {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #upT5RSSRfBLGnL0FLV3qPZ5s9SI1RP0p {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #J137UbZnoCckLsFDfPS8aB0gqv686dqT {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #XILZFV9M5WhKGxA2DcJZMgJ99xltw3hO {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aJOS5V7swNJQhenxl7s3APZoKhaDhB05 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Mx76CiNZyTmaZKTz3TIMCIaucBw4J5WP {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #OlHoIM46unwoPk1KPqNKBAxsDwOW7tr3 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #ILZkQn8TauMurIrbfkh2S5LMCqUxTK1d {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #sMgg7mJUhAPFKKwbqBkQ4wzf0Hv55ViP {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #DEDvsE8OtXeo99aUM2pZQl4DzGT64HTm {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #lRSMMuhiLzzPwCJeWeOnegPNTzxufTb6 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #mtNbTbQHuTFdMpW38CPGNlptf4ccXwUK {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #yCfk5DTyCbpesBQUCTMEBT1CTIn1eHBr {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aoWkalBb3xeQHLoLSEc6Buo8yV2B9zS7 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Bx9wR4plyh8qCsAMkcTapPHbDwkz9pZM {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #rGEzzZok1ZAfBqK3HpnR8pRORX7zeQap {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #MGBaGGwNtAZ38Lc8WWFXF714lT3Q4Brz {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #Pg8opazxev4Md0amow6Nk8VOQGGTEVTc {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #cQyqLf0sGOuE93HwFRDwyUVv7ciosaCS {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #QzT7d2XNRTPdz1nFtVpyqJIUzG15iOrk {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #yqpU5AvmvLufKwTnJZUiPZpW3JLrHsHs {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aZ6i7DHO6FADCe4E17oe3eO7ml4JEvG3 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #CZd89ZJHQDvO3gvpVU9XZh93fx6NRpDK {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #PpJW4FnuZ2aWeeoZTH2q1u33fttWpBhr {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #vUdmKNy6Wbz94HH3vAyQA6flMvyd6PGC {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #vTMnw0cFWc1g1Ai7zZyoB3WgoK4DPnoa {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #gOwBQvBe87RqUTMLnJbzISu6AvyXvBHQ {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #U1Siweckp3rW8RvaQzysiqOVPe51DMFs {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #NBgfxflwisxlLfZRMxOm6oPXe8oZEgSX {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #bv23SVFV3tQal5DhsAfXyswTrPhlAkaV {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #MEOvBAtqllq4ESGlxTicqA64IUSUBHr1 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #NXpmTGvvB8S8VzqSXBH7gi9EQuIlMVbi {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #hzu7mRndKfUsz6hiSJ3cIZutMIKpe2oQ {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #eOHtTH1M2Qv4XAiemdcZG6U2hoz71XPd {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #cRdBriF4oyGMAUeTmK5qNdJiKyUs5s3s {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #ga86wTHeNEdp5citIcEIqd0uy0W4U8Vf {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #k2FQu9SyqqQTCrVKl5TVWybIQZZi23Rd {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #O3gdzTRQflaQvWnS0VidMw6CG4wygZuZ {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #RvdVnEv6SbTh8MEyJFb60GwTCAhzO6wZ {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #HZaGlVNeP9Hpt3mpToFPClEJX2mZWDOG {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #dnmhoD7g7Pudn0XaSay9fOLKcOkAG5y7 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #QAy5PiSDP79WtEFpJbLiJpn6EeLtGs81 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #vKLa0fxFCPqTSmbVHfu39hzAWKwTmu7W {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #NTz5um8Usc819V6Qr6Mcwu3rfgym3Xmo {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #cnlJi5aegMhqkVuBroQLnzg5Q8nle3Tf {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #iy03u3wSFmiEywSLuobunpnltWONk26X {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #TTp1tVzh0RVC6TJBNGNqeObBckwbfI9O {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #tw1CT1XaJlZGUdEobaKWQKuFXQIpzZ0M {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #aQA4Hfw9NoThOwbX5ikqIr0JbgAqwyzm {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #rSS12poIxTGNwyuTyIH6XzTipXms9sQP {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #SoRSxmyE3QB27zFKkfO9dkhffxfP7ZMU {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #ZKSCUxByhq2Z08icnJ6irc8SLqwkTGc7 {  }
 }@media only screen and (max-width: 763px) { #gDTI5hInGAZIoP5fVmsirqz0epo1Rgse #UC94KgmBMqyTo9GGPZ8QwGcb0QaIGSAJ {  }
 }@media only screen and (max-width: 763px) { #VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx { display:block; }#VOnqcCdyxqQfZuLSSaOFKfSBTyHE4nmx > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFBELDgVb8WRdtN0bAvA80Ofo4yQ457X { width:17.0625rem;height:4.875rem;top:16.5703125rem;left:0.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLD1kukmV2p6fk2fvZcGiMGCenIimsKE { width:18.3125rem;height:15rem;top:22.5234375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #St6aUDTXCAOPHEI0hUNC2Ee6SAQQNQTz { width:11.8125rem;height:14.375rem;top:0.93315982818606rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTU4whbG2DLwTc7cT0KTm2BNrUTCLrV { top:38.7734375rem;left:0.5rem;width:19rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK24krwIXszqEuHvrkIdOgZitvubbflZ { display:block; }
 }@media only screen and (max-width: 763px) { #WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn { display:block; }#WBsF8NlIU8ZwxpAFmkGLvRAcZRTOSKRn > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vP7KPhB3MlLxFHOlmSF1RoEbccpJoqTa { width:17.6875rem;height:8.5486125rem;top:5.6830921173096rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQVD38O8RNPdZkLdnm1EKE1rcFzpNEo5 { width:18.5625rem;height:49.3819125rem;top:41.127604484558rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgkzLsepax5tDPKyEQu4UPHbpAsNHD95 { width:17.0625rem;height:2.9375rem;top:1.4375rem;left:1.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlU78RTyKWRL2x3ky9MJ5U4C1orxzaN5 { width:17.5rem;height:7.597225rem;top:29.217882394791rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPHnlCNCKwsszJzNB3ftTIhUUzcCsNM { width:17.9375rem;height:12.3125rem;top:15.280435562134rem;left:1.0625rem;display:block; }
 }