.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:223,240,249;--color-primary-1:149,207,236;--color-primary-2:43,158,217;--color-primary-3:22,79,109;--color-primary-4:6,24,33;--color-secondary-0:255,249,217;--color-secondary-1:255,234,128;--color-secondary-2:255,212,0;--color-secondary-3:128,106,0;--color-secondary-4:38,32,0;--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:"Rubik";--paragraphs-font-family:"Rubik"; }body { background-color:rgba(var(--color-tertiary-4),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); }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { background-color: transparent; background-image: none; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container > .video-iframe-container { display: none; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row > .video-iframe-container { display: none; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .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); }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { border-width: 0; border-radius: 0; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#LNgpOXQF2qbvEOcfp1fUsD7wiVt46C0K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:9rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#xu0sRwlcJ8HgIK3TEv6JJmZOcuTQBfa5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.28125rem;left:64.6875rem;display:block; }
#lAv6H73fTXVkVtwUNokuqeR3I3y9R73J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33899d9c-c443-4ab0-8062-46fd29385e56/Berlin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF.adaptive-delivery-prevent-bg, #kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF.lazyload, #kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF.lazyloading { background-image: none; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container { background-color: transparent; background-image: none; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container > .video-iframe-container { display: none; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .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.2); }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row > .video-iframe-container { display: none; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .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); }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container { border-width: 0; border-radius: 0; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF::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; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#mhhfTN5dz1RTkpMm2xRCowLQreQTaAaL { box-sizing:content-box;height:1.875rem;width:19.875rem;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:8.935546875rem;left:0rem;display:block; }
#lf0gViLHLbCgd5HswoD5ZSrJbcIz05AM { box-sizing:content-box;height:4.8125rem;width:28.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:0rem;display:block; }
#Uw9d7JvpLSw0mulEfPuQ3oukQRuRWVCS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.953125rem;left:0.56103515625rem;height:10.563rem;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; }
#EvFZBrH5DP5s1NwaCK7SI2p4GtXTohzI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.263671875rem;left:0.310546875rem;height:1.21875rem;display:block; }
#OgIe1x3zZzUkdZnLVqUEsD8Tnz6eqak7 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30rem;left:0rem;display:block; }
#sHPFa5D3nATLQNsTvRCw6X5hwEwQkNTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIDX8gwFqf7SrEIwVnZwgTpvoT8ZNM1c { box-sizing:content-box;height:4.8125rem;width:37rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:0rem;display:block; }
#HS6oN3NvEPRDRTIRqKv2xl8hGxoataQA { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.18701171875rem;left:0.5625rem;height:5.28149375rem;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; }
#bV1NEQSqTZHC1I2grTxWMes8v0SqylZo { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:44.0625rem;display:block; }
#HTpxPdtnspQr4022nFDErURUuxNHJifH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.12375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:25.1875rem;left:53rem;height:2.11198125rem;display:block; }
#c9ocB93GTMScOwyMP29xOhr0owLKKXIk { 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:3rem;width:3rem;top:24.6875rem;left:46.0625rem;overflow:hidden;display:block; }
#TUiSphEknOqdhNXepQWAvcgdBXEC5cA2 { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:22.0625rem;display:block; }
#SKC1sINOSTNUVb9PNuB9eVZTeXW8gzfp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:25.1875rem;left:29.0625rem;height:2.11198125rem;display:block; }
#ahWMaHhiwqN1rAv8ROJ8Jof75bUJ3k2e { position:absolute;display:block;z-index:15037;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:3rem;top:24.6875rem;left:23.625rem;overflow:hidden;display:block; }
#o2G2bXrWNTmT5ne9setpDKa66xRy9xOZ { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:0rem;display:block; }
#ne2G3L7prlkxVHUiGJuuMe0uBC5mtTVc { position:absolute;display:block;z-index:15036;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:3rem;top:24.6875rem;left:0.5625rem;overflow:hidden;display:block; }
#vOnEN6IMSVAGG5x3i29rMwNcXAKLsTbl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:25.162353515625rem;left:4.921142578125rem;height:2.11198125rem;display:block; }
#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .row .container { background-color: transparent; background-image: none; }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .row .container > .video-iframe-container { display: none; }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .row > .video-iframe-container { display: none; }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .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); }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .row .container { border-width: 0; border-radius: 0; }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#DVicBTaIsw87dyRxdls7bm72n57afqXM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:31.25rem;top:3.8125rem;left:39.25rem;overflow:hidden;display:block; }
#I2znHCCGLrtwrzeXddP6OcKBcgOTT3AI { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.09375rem;left:0.12451171875rem;height:;display:block; }
#iXitt4AtsO1JdFqo5XpHh3BNet6IRy6M { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.09375rem;left:39.25rem;height:1.29980625rem;display:block; }
#s2TrtXaaxaNhqEBbwR901wUGeM0h38cC { color:rgba(var(--color-tertiary-1),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:39.25rem;height:2.2734375rem;display:block; }
#HHZBsrTR1lsLI13Hx2JCHTvnVqXBN1FV { color:rgba(var(--color-tertiary-1),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.125rem;left:0.1875rem;height:1.13745rem;display:block; }
#iCch4whsr2Ohw7Jq9JLpNczD6qHLCFgW { box-sizing:content-box;height:10.9375rem;width:1rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.96875rem;left:36.9375rem;display:block; }
#lhb6s3KWe39ZyseWKuvgqfazwINxbTOE { 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:3.99975625rem;width:6.62475rem;top:4.15576171875rem;left:0rem;overflow:hidden;display:block; }
#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { background-color: transparent; background-image: none; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container > .video-iframe-container { display: none; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row > .video-iframe-container { display: none; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .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); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { border-width: 0; border-radius: 0; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#mAAqZJVJ3cvkubhJ7Z700PkMydJeoa52 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:39.0625rem;height:4.38541875rem;display:block; }
#QTCvkPpE9erfP2a1p8rrDFeCz5ZSfQUF { 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:38.1875rem;width:37.1875rem;top:9.6875rem;left:0rem;overflow:hidden;display:block; }
#Kdslk0TvTr34cVIMBBOTFdTME1FazFVp { color:rgba(var(--color-tertiary-1),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0.09375rem;height:;display:block; }
#mpCHiwglTWzafW2JlLWImrs5VgzOftKS { position:absolute;display:block;z-index:15004;height:42.375rem;width:33.375rem;top:7.25rem;left:39.0625rem;display:block; }
#dKBsESiLTC4h2eHosA0iNdmCngrdsySx { 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:4.75rem;width:10.0625rem;top:1.9365234375rem;left:11.375rem;overflow:hidden;display:block; }
#xTPLgzUDZ6ec5dcpZsN79WC9PNTQyprh { 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:4.375rem;width:4.5rem;top:2.1240234375rem;left:29.34375rem;overflow:hidden;display:block; }
#vPVVdNso5SBOiTeC33LVrwVUZ8Q7hwvt { 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:2.49975625rem;width:4.625rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#zN11S35RvslWQcpDcQaHM37M6VzaxayE { 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:2.3125rem;width:4.75rem;top:3.1875rem;left:6.625rem;overflow:hidden;display:block; }
#DBGJzP0TXdRL3vLvXXOGGme86L1z2Mr6 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.4375rem;top:2.1240234375rem;left:22.4375rem;overflow:hidden;display:block; }
#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET { position:relative;display:block; }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET { background-color: transparent; background-image: none; }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET > .row .container > .video-iframe-container { display: none; }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET > .row > .video-iframe-container { display: none; }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET > .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); }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET { border-width: 0; border-radius: 0; }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kIIiryC3mJN3fRuXXa3befGgNviP1J8d { color:rgba(var(--color-tertiary-0),1);display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.99951171875rem;left:0rem;height:;display:block; }
#OFvLuZdZ9gHvPESHLuyykMgl6npKbCtd { color:#d3d3d3;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.09912109375rem;left:0rem;height:1.29980625rem;display:block; }
#tk9f4mqFhcshoaCCLwrli20KFKbTQZH6 { color:#d3d3d3;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.436279296875rem;left:0rem;height:5.82291875rem;display:block; }#tk9f4mqFhcshoaCCLwrli20KFKbTQZH6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tk9f4mqFhcshoaCCLwrli20KFKbTQZH6 li:before{  }
#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container { background-color: transparent; background-image: none; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container > .video-iframe-container { display: none; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row > .video-iframe-container { display: none; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .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); }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container { border-width: 0; border-radius: 0; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#Fb7tDGUdShKO8LJoo4oWisr2mok4ARnR { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0.0625rem;height:4.2246125rem;display:block; }
#t1NQbiy0moEnhI6nAQ4mzJrDi19sbzL8 { color:rgba(var(--color-primary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:0.0625rem;height:1.13745rem;display:block; }
#c4xk2Z5FKCnXtbM5C6x2f14tNJ538lGL { 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:20.25rem;width:36.5625rem;top:9.1875rem;left:0.09375rem;overflow:hidden;display:block; }
#u56rNxHT0veklTZBJJoRLUtIcMAe9vwa { 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:17.625rem;width:36.75rem;top:30.46875rem;left:0.0625rem;overflow:hidden;display:block; }
#f0PJZHpmlTNTUgrOv8l2xBiqhPNAwJ26 { 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:17.75rem;width:35.75rem;top:30.5rem;left:39.125rem;overflow:hidden;display:block; }
#r9ShssHlT9TtH6KgPLvtCl30m5qcGeHt { position:absolute;display:block;z-index:15006;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:20.125rem;width:17.5625rem;top:9.1875rem;left:39.09375rem;overflow:hidden;display:block; }
#t1RgpKxNlVKwVSpK9NFgUlOM8GuTlTfL { 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:20.125rem;width:17.0625rem;top:9.1875rem;left:57.8125rem;overflow:hidden;display:block; }
#RxGZKBPh5nmWT21ucb0XniJ20qNV26oN { box-sizing:content-box;height:21.1875rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.71875rem;left:38.75rem;display:block; }
#Gry0nvp6VwCdMb6eBSrtmL8PLe9fTp5f { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:2.125rem;height:2.03125rem;font-style:normal;display:block; }
#zuPybHU52l1MJg8XnJua0nX2WUxh4GzJ { color:rgba(var(--color-tertiary-1),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.875rem;left:2.125rem;height:;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; }
#DRTeu1BKrAHRzk6FB0vBdsdNUzzWQqcF { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:24.5rem;left:40.65625rem;height:3.41015625rem;font-style:normal;display:block; }
#vsHwmQW7hmHl1764R2KLlzKOhHAmTvgc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22rem;left:40.65625rem;height:1.4622375rem;font-style:normal;display:block; }
#dbCFXGdqpWKgCKpbcWkWycZnf1SClmsZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.0625rem;left:59.125rem;height:;font-style:normal;display:block; }
#gJM1qEG94KMhyZhAtUUkDl6s9b3er3B8 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.375rem;left:59.125rem;height:3.41015625rem;font-style:normal;display:block; }
#Sd8uUiHZR5Km1FSVS7rRpAHFroV2gpzT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.375rem;left:50.78125rem;height:1.4622375rem;font-style:normal;display:block; }
#wH3JMJEtwOOxPnm8sragxPvMxxRQpLu6 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:39.5625rem;left:50.78125rem;height:2.2734375rem;font-style:normal;display:block; }
#hJe3Nx9OgOegzRREovTLBdF7xTqSDb1N { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:37.0625rem;left:3.0625rem;height:1.4622375rem;font-style:normal;display:block; }
#bTv1Xz85hO1CNSKGzaAT5d4Gey00iwG3 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:41.3125rem;left:3.0625rem;height:4.546875rem;font-style:normal;display:block; }
#MnsTs9xErTftEzotMWrDkeVPGR0xwUof { position:absolute;display:block;z-index:15017;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:11.6875rem;width:12.75rem;top:33.4375rem;left:21.33203125rem;overflow:hidden;display:block; }
#ia4FDNLhq20ZKdvAIdXT2buNv5DqNb1a { position:absolute;display:block;z-index:15018;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.0625rem;width:3.0625rem;top:10.8125rem;left:40.65625rem;overflow:hidden;display:block; }
#uXH6fXpD74R80xU2XzOvAgXxKsMrntkq { position:absolute;display:block;z-index:15019;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.0625rem;width:3.0625rem;top:10.8125rem;left:59.125rem;overflow:hidden;display:block; }
#fudiDf1CtoE8LG09V4yNAxlC9wHEZ6hO { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:6.4375rem;top:23.4375rem;left:2.125rem;overflow:hidden;display:block; }
#utTvsw7gGEy3b0TWVEqKx8530mX1Pzua { position:absolute;display:block;z-index:15021;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:7.125rem;top:11.71875rem;left:2.125rem;overflow:hidden;display:block; }
#RPrRLvyp7huu05Fn6E8naDbO2m56JdOs { position:absolute;display:block;z-index:15019;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.0625rem;width:3.0625rem;top:32.875rem;left:3.0625rem;overflow:hidden;display:block; }
#urFxR0V3E8QUpAcnNsSP5xn0t1IwObEp { position:absolute;display:block;z-index:15018;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.875rem;width:6.0625rem;top:36.375rem;left:42.0126953125rem;overflow:hidden;display:block; }
#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .row .container { background-color: transparent; background-image: none; }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .row .container > .video-iframe-container { display: none; }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .row > .video-iframe-container { display: none; }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .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); }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .row .container { border-width: 0; border-radius: 0; }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#Cb1K1uSNJ7kWQVXMZTeKltLi4ioFSi3s { color:rgba(var(--color-primary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.13745rem;display:block; }
#Kcapy5TIQwOGx6O9UUugHdscGHkT0ucw { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:4.2246125rem;display:block; }
#seK0k5D5B6Z3CdE2pRW4mhE8HfL6gf8I { color:rgba(var(--color-tertiary-1),1);display:block;width:34.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.60791015625rem;left:40.93798828125rem;height:7.796875rem;font-style:normal;display:block; }
#zPNcidmnO6QXhvVlmE9q7HmtmtrmUct2 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.1875rem;width:37.25rem;top:8.5625rem;left:0rem;display:block; }
#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row .container { background-color: transparent; background-image: none; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row .container > .video-iframe-container { display: none; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row > .video-iframe-container { display: none; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .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); }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row .container { border-width: 0; border-radius: 0; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#X2IL3rnCEsK8U7LTHuTPzo4TVeGdXBvy { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.68701171875rem;left:0.062255859375rem;height:4.2246125rem;display:block; }
#sBsTfCsprJ6vkPIh8viPkewyorG0p7BU { color:rgba(var(--color-primary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:0.0625rem;height:1.13745rem;display:block; }
#zIP1RQ11wD7Hh2DVPFdIT6zsKiaEiA2C { position:absolute;display:block;z-index:15052;height:36.75rem;width:74.93625rem;top:9.54931640625rem;left:0rem;display:block; }
#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .row .container { background-color: transparent; background-image: none; }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .row .container > .video-iframe-container { display: none; }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .row > .video-iframe-container { display: none; }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .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); }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .row .container { border-width: 0; border-radius: 0; }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#EXby5kd0zBb9beMFBQ1Wsu4H7EJvzakC { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.062255859375rem;height:8.4479375rem;display:block; }
#ZBwgeAE405EqOLiE4MLRgG5JtrXtI3Gt { color:rgba(var(--color-primary-2),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0.0625rem;height:1.13769375rem;display:block; }
#Ju5TAT7Q2mTofL0Sn5Bcr3NM6PdZqutv { color:#9ca3af;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0rem;height:0.97485625rem;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; }
#muEDtdOFqfXwL9AsfhhmyJnvslOTHOdt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.0625rem;left:0rem;height:2.03125rem;display:block; }
#edWarkm5qz6VvTkV2VMNDAvOG8hKoL2i { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49975rem;height:4.0620125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.9375rem;left:0rem;display:block; }
#TgFnZ71Qmgc3w9FGcek7wRcRQT53oDXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUGmuwnmt5vciwPVkEVBc0aPAJlxNwbk { color:#9ca3af;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.8125rem;left:22rem;height:0.97485625rem;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; }
#sfLmGasEnOaCDGQhDaCHiuSPtSqyiylJ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.8125rem;left:21.3125rem;height:2.03125rem;display:block; }
#WvGOTg7xMnvmxpk41l46VPHb975OgqAU { color:#9ca3af;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:9.8125rem;left:49rem;height:0.97485625rem;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; }
#u8IEwFZEWe1UrB2CAPigtCCO8biNlkaW { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.0625rem;left:49rem;height:2.03125rem;display:block; }
#eMOPE1AyX500HVnlRTMdAuTT0qqSv9Eq { color:#9ca3af;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:9.8125rem;left:64.5rem;height:0.97485625rem;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; }
#ZPAazC8qLoCLKRJwEhx0vKC0lIqvVrZ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:11.0625rem;left:64.5rem;height:;display:block; }
#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal { position:relative;display:block; }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal { background-color: transparent; background-image: none; }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal > .row .container > .video-iframe-container { display: none; }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal > .row > .video-iframe-container { display: none; }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal > .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); }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal { border-width: 0; border-radius: 0; }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2c2c;background-image:none;font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CMkqHn79bJXEm31HGeAQTCEWyfHnvQVX { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9365234375rem;left:2.3935546875rem;height:2.84399375rem;display:block; }
#mzZFMZquTdIuVyiRH86BO0isy8xiRTKk { color:#d3d3d3;display:block;width:70.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.492919921875rem;left:2.3935546875rem;height:2.5996125rem;display:block; }
#L8Q4bVTSgZTdbO0O1di4b7t9LreGSTmL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.99975625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.564453125rem;left:2.3935546875rem;display:block; }
#tTgcgAMWakAn9XBwfZpKI7vBAUdizaE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .row .container { background-color: transparent; background-image: none; }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .row .container > .video-iframe-container { display: none; }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .row > .video-iframe-container { display: none; }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .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); }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .row .container { border-width: 0; border-radius: 0; }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#Zh5ihq0FXxo1VUVwmTgAe7KPKFAaHyTW { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0.0625rem;height:2.84399375rem;display:block; }
#z3MV8NbmsOp1mL2ZZFNlkowpTb7KRnh7 { color:rgba(var(--color-primary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0.0625rem;height:;display:block; }
#KesOKEUe444GETNhDnGz5XK3pnEP0iyB { color:rgba(var(--color-tertiary-1),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5693359375rem;left:0rem;height:11.69531875rem;display:block; }
#Eym7m6alMu7hlywHaN0kx6NzIRRsI3NR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3745rem;height:3.43725625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.736083984375rem;left:0rem;display:block; }
#mxQNGPvZKKt4qoBckO6ULMhvLKUTJhqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SI51gCMFP9GXyy7bvqGf0y9sHVsPmbKJ { position:absolute;display:block;z-index:15010;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:21rem;width:37.5rem;top:4.71826171875rem;left:37.5rem;overflow:hidden;display:block; }
#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .row .container { background-color: transparent; background-image: none; }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .row .container > .video-iframe-container { display: none; }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .row > .video-iframe-container { display: none; }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .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); }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .row .container { border-width: 0; border-radius: 0; }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#d16PZMCTNe9EXu535whRqUwxzAHD5p8T { color:rgba(var(--color-tertiary-0),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.062255859375rem;height:8.4479375rem;display:block; }
#bPWx8yHdJFsvt0euGcZgtHBShmHRqb05 { color:rgba(var(--color-primary-2),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0.0625rem;height:1.13769375rem;display:block; }
#hNULUGVXM19WDQEzlkhHn6bIKdLyH8OP { 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:26.8125rem;width:22.5rem;top:9.87451171875rem;left:0rem;overflow:hidden;display:block; }
#KUSamRcB7M651EZesh1A5iJZqSFgdNEL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4983125rem;height:4.0620125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.56201171875rem;left:0rem;display:block; }
#SEdGGR6eCUDvvOx8SfZTT3BTQaWhaJ0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDBc3lUp70BzcfIdXBgcm0Sq614qFNAk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.874755859375rem;left:2.374755859375rem;height:1.4622375rem;display:block; }
#pehiRs0QUlwFqgPCTAcvtfipUif6AlPN { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.087158203125rem;left:0.9228515625rem;height:;display:block; }#pehiRs0QUlwFqgPCTAcvtfipUif6AlPN li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#pehiRs0QUlwFqgPCTAcvtfipUif6AlPN li:before{  }
#iudVVo8AEgzOqdb7wNbkZFhdEba4oZvr { box-sizing:content-box;height:3.06225625rem;width:3.06225625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:0.8125rem;display:block; }
#RGLsbWfzS92SE2xNzIzqoKIT0ftSJwyE { position:absolute;display:block;z-index:15010;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.5rem;width:1.5rem;top:11.6875rem;left:1.5625rem;overflow:hidden;display:block; }
#yTiniQHDRlXJTr67fqXuk5EOlccwkZbA { 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:26.8125rem;width:22.5rem;top:9.875rem;left:26.3125rem;overflow:hidden;display:block; }
#WPiT6HF5mRTJf96fsoOzsBvTFPwW5lzJ { box-sizing:content-box;height:3.06225625rem;width:3.06225625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:27.4375rem;display:block; }
#BEnrFRR8m4wudbJeP7fvqMBQSTEfXaJ2 { position:absolute;display:block;z-index:15015;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.5rem;width:1.5rem;top:11.6875rem;left:28.25rem;overflow:hidden;display:block; }
#gWFaqvs3SuLwswIbhNB2hHD8TTZJQfKc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:30.1875rem;height:1.4622375rem;display:block; }
#xp4NTOxTWTiqzITEAT98Rut8ckxn4wcu { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.25rem;left:28.25rem;height:;display:block; }#xp4NTOxTWTiqzITEAT98Rut8ckxn4wcu li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#xp4NTOxTWTiqzITEAT98Rut8ckxn4wcu li:before{  }
#iuz040xmo3QJcCufMvZ8Mi2DmTFuUBSk { position:absolute;display:block;z-index:15013;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:26.8125rem;width:22.5rem;top:9.875rem;left:52.5rem;overflow:hidden;display:block; }
#MDqRaKVTF07q1VR9ugSoTdp0xptC753t { box-sizing:content-box;height:3.06225625rem;width:3.06225625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:53.4375rem;display:block; }
#TJ9I6sfpkdwqOl9qOyyDGHhDoXxHAMMt { position:absolute;display:block;z-index:15020;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.5rem;width:1.5rem;top:11.6875rem;left:54.25rem;overflow:hidden;display:block; }
#hAlni1uI4KB7BiURdWk9oDn2fUXdIsoT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.43625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.8740234375rem;left:55.749755859375rem;height:2.92448125rem;display:block; }
#T3kbpUMEoZaPfeGNWxb8iJgS0XfHde62 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.25rem;left:54.25rem;height:;display:block; }#T3kbpUMEoZaPfeGNWxb8iJgS0XfHde62 li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#T3kbpUMEoZaPfeGNWxb8iJgS0XfHde62 li:before{  }
#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container { background-color: transparent; background-image: none; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container > .video-iframe-container { display: none; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row > .video-iframe-container { display: none; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .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); }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container { border-width: 0; border-radius: 0; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#sW6bCuou8ZiOClawrEBKaPSMyC5QRKbx { color:rgba(var(--color-tertiary-0),1);display:block;width:69.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:0.0615234375rem;height:8.4479375rem;display:block; }
#nP8MZqdpCkxUDcwOhdbzdPqMIZeJXu3P { color:rgba(var(--color-primary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:1.13769375rem;display:block; }
#zWOSPpScAX8bUnbz26sPvz2Hm6cORTkQ { color:#d1d5db;display:block;width:37.24875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.348388671875rem;left:0rem;height:2.5996125rem;display:block; }
#r9XxGAzC3UKg8tP7GZW1CHnW87mnzfA8 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.25rem;width:36rem;top:17.8125rem;left:0rem;display:block; }
#iXihMRRt88JerGaAZhoSfS68VH48exgZ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.25rem;width:36rem;top:17.8125rem;left:39rem;display:block; }
#IBTx5ZhNSsMcGQpUPAFXKiUwLyUM4gHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IBTx5ZhNSsMcGQpUPAFXKiUwLyUM4gHK > .row .container { border-width: 0; border-radius: 0; }#IBTx5ZhNSsMcGQpUPAFXKiUwLyUM4gHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBTx5ZhNSsMcGQpUPAFXKiUwLyUM4gHK > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:none; }#hHF9nxuZ8JPt0cAHpIOK1CFuTSO5uA60 { position:absolute;display:block;z-index:15000;height:6.25rem;width:75rem;top:0rem;left:0rem;display:block; }
#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container { background-color: transparent; background-image: none; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container > .video-iframe-container { display: none; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row > .video-iframe-container { display: none; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .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); }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container { border-width: 0; border-radius: 0; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#MZIU2sf7y7BBRg4htWGIsvn7f5qqBLLf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:19.8125rem;height:;display:block; }
#mBzKf2zBDNIwyuUoySl9h3qEm4aE8nNU { color:#f2f2f2;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:19.8125rem;height:1.13745rem;display:block; }
#fz0CcNmNzNmQpp3UyXcQ6ecBo6JWoI1g { color:#f2f2f2;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:2.2734375rem;display:block; }
#ZIovmlApKBl5o4rw9AiWbROEyqLbHUky { position:absolute;display:block;z-index:15012;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:2rem;width:9rem;top:2.25rem;left:0.125rem;overflow:hidden;display:block; }
#UhyxprOLUDMAa1NgRfC9hsPNxKrT0ENT { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:0rem;display:block; }
#oz9Ccn9yuAEaneCLLK9RnmLw2GF5i4T5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:0.89355625rem;display:block; }
#WIIkPaun0xUlRdc8DWJuB3bZWSDrD6BN { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.9375rem;left:55.875rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#NXAZy7dnCzSP7N4dUTdEKOJMztDWntlA { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:0rem;display:none; }
#iW67Fo97QpS0R04G5QqFO8EnrTNF7P9d { color:#f2f2f2;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.86328125rem;left:19.75rem;height:1.13745rem;display:block; }
#FCEbU8k0sMuZ58g7kL8Er6x1XgUSo6ig { color:#f2f2f2;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.37109375rem;left:19.8125rem;height:1.13745rem;display:block; }
#XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.5rem;left:73rem; }
#XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LNgpOXQF2qbvEOcfp1fUsD7wiVt46C0K { top:2.124755859375rem;left:0rem;width:9rem;height:1.9995125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xu0sRwlcJ8HgIK3TEv6JJmZOcuTQBfa5 { width:10.3125rem;height:2.6875rem;top:1.90625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lAv6H73fTXVkVtwUNokuqeR3I3y9R73J { display:block; }
 }@media only screen and (max-width: 1199px) { #kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF { display:block; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container { width:47.75rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mhhfTN5dz1RTkpMm2xRCowLQreQTaAaL { width:16.25rem;height:1.875rem;top:8.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lf0gViLHLbCgd5HswoD5ZSrJbcIz05AM { width:20.125rem;height:4.375rem;top:11.24853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uw9d7JvpLSw0mulEfPuQ3oukQRuRWVCS { width:19.6875rem;height:3.65625rem;top:11.514404296875rem;left:0.6708984375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvFZBrH5DP5s1NwaCK7SI2p4GtXTohzI { width:15.6875rem;height:0.97485625rem;top:9.19921875rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OgIe1x3zZzUkdZnLVqUEsD8Tnz6eqak7 { width:17.5625rem;height:4.375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sHPFa5D3nATLQNsTvRCw6X5hwEwQkNTX { display:block; }
 }@media only screen and (max-width: 1199px) { #XIDX8gwFqf7SrEIwVnZwgTpvoT8ZNM1c { width:25.625rem;height:4.375rem;top:16.061279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HS6oN3NvEPRDRTIRqKv2xl8hGxoataQA { width:24.8125rem;height:3.65625rem;top:16.389404296875rem;left:0.6708984375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bV1NEQSqTZHC1I2grTxWMes8v0SqylZo { width:15.5rem;height:4.0625rem;top:25.0625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTpxPdtnspQr4022nFDErURUuxNHJifH { width:9.0615rem;height:1.625rem;top:26.281494140625rem;left:38.124755859375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9ocB93GTMScOwyMP29xOhr0owLKKXIk { width:2.1875rem;height:2.1875rem;top:25.9375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUiSphEknOqdhNXepQWAvcgdBXEC5cA2 { width:15.5rem;height:4.0625rem;top:25.0625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SKC1sINOSTNUVb9PNuB9eVZTeXW8gzfp { width:8.25rem;height:1.625rem;top:26.2822265625rem;left:21.9990234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahWMaHhiwqN1rAv8ROJ8Jof75bUJ3k2e { width:2.1875rem;height:2.1875rem;top:26rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2G2bXrWNTmT5ne9setpDKa66xRy9xOZ { width:15.5rem;height:4.0625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ne2G3L7prlkxVHUiGJuuMe0uBC5mtTVc { width:2.1875rem;height:2.1875rem;top:26rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vOnEN6IMSVAGG5x3i29rMwNcXAKLsTbl { width:10.56225rem;height:1.625rem;top:26.281494140625rem;left:4.341796875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BobJsBZwh01hbN3vchAnKqTFaXwJz7ge { display:block; }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .row .container { width:47.75rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DVicBTaIsw87dyRxdls7bm72n57afqXM { width:21.5625rem;height:3.25rem;top:4rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2znHCCGLrtwrzeXddP6OcKBcgOTT3AI { width:22.625rem;height:2.5996125rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXitt4AtsO1JdFqo5XpHh3BNet6IRy6M { width:22.75rem;height:2.5996125rem;top:7.9375rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2TrtXaaxaNhqEBbwR901wUGeM0h38cC { width:22.75rem;height:3.41015625rem;top:10.875rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HHZBsrTR1lsLI13Hx2JCHTvnVqXBN1FV { width:22.5625rem;height:2.2734375rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iCch4whsr2Ohw7Jq9JLpNczD6qHLCFgW { width:0.6875rem;height:11.8125rem;top:4rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lhb6s3KWe39ZyseWKuvgqfazwINxbTOE { width:5.25rem;height:3.375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX { display:block; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { width:47.75rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mAAqZJVJ3cvkubhJ7Z700PkMydJeoa52 { width:33.5625rem;height:1.7871125rem;top:2.125rem;left:7rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QTCvkPpE9erfP2a1p8rrDFeCz5ZSfQUF { width:37.1875rem;height:38.1875rem;top:57.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kdslk0TvTr34cVIMBBOTFdTME1FazFVp { width:26.9375rem;height:1.21875rem;top:51rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mpCHiwglTWzafW2JlLWImrs5VgzOftKS { width:33.375rem;height:42.375rem;top:5.912109375rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKBsESiLTC4h2eHosA0iNdmCngrdsySx { width:7.9375rem;height:3.75rem;top:52.5927734375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTPLgzUDZ6ec5dcpZsN79WC9PNTQyprh { width:4.4375rem;height:4.3125rem;top:52.21875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPVVdNso5SBOiTeC33LVrwVUZ8Q7hwvt { width:3.75rem;height:1.93725625rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zN11S35RvslWQcpDcQaHM37M6VzaxayE { width:4.3125rem;height:2.0625rem;top:53.7490234375rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBGJzP0TXdRL3vLvXXOGGme86L1z2Mr6 { width:4.4375rem;height:4.375rem;top:52.21875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET { display:block; }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kIIiryC3mJN3fRuXXa3befGgNviP1J8d { width:47.75rem;height:2.84375rem;top:1.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFvLuZdZ9gHvPESHLuyykMgl6npKbCtd { width:42.1230625rem;height:2.5996125rem;top:6.59326171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tk9f4mqFhcshoaCCLwrli20KFKbTQZH6 { width:47.7495rem;height:8.421875rem;top:11.066162109375rem;left:0rem;font-size:1rem;display:block; }#tk9f4mqFhcshoaCCLwrli20KFKbTQZH6 li:before{  }
 }@media only screen and (max-width: 1199px) { #AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o { display:block; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container { width:47.75rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fb7tDGUdShKO8LJoo4oWisr2mok4ARnR { width:29.625rem;height:2.19270625rem;top:3.5625rem;left:0.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1NQbiy0moEnhI6nAQ4mzJrDi19sbzL8 { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4xk2Z5FKCnXtbM5C6x2f14tNJ538lGL { width:47.75rem;height:17.5rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u56rNxHT0veklTZBJJoRLUtIcMAe9vwa { width:47.75rem;height:17.5rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0PJZHpmlTNTUgrOv8l2xBiqhPNAwJ26 { width:47.75rem;height:17.5rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9ShssHlT9TtH6KgPLvtCl30m5qcGeHt { width:23.375rem;height:20.125rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1RgpKxNlVKwVSpK9NFgUlOM8GuTlTfL { width:23.375rem;height:20.125rem;top:63.0625rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxGZKBPh5nmWT21ucb0XniJ20qNV26oN { width:47.75rem;height:21.1875rem;top:62.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gry0nvp6VwCdMb6eBSrtmL8PLe9fTp5f { width:22.625rem;height:1.94970625rem;top:14.0625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuPybHU52l1MJg8XnJua0nX2WUxh4GzJ { width:39.25rem;height:2.2734375rem;top:16.5625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRTeu1BKrAHRzk6FB0vBdsdNUzzWQqcF { width:17.3125rem;height:3.41015625rem;top:73.99951171875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsHwmQW7hmHl1764R2KLlzKOhHAmTvgc { width:16.8125rem;height:1.94986875rem;top:71.125rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbCFXGdqpWKgCKpbcWkWycZnf1SClmsZ { width:18.5625rem;height:1.94986875rem;top:71.125rem;left:26.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJM1qEG94KMhyZhAtUUkDl6s9b3er3B8 { width:17.3125rem;height:3.41015625rem;top:74.499755859375rem;left:26.499755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sd8uUiHZR5Km1FSVS7rRpAHFroV2gpzT { width:22.625rem;height:1.94986875rem;top:51.125rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wH3JMJEtwOOxPnm8sragxPvMxxRQpLu6 { width:32.3125rem;height:2.2734375rem;top:53.6875rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hJe3Nx9OgOegzRREovTLBdF7xTqSDb1N { width:19.1875rem;height:1.94986875rem;top:32.125rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTv1Xz85hO1CNSKGzaAT5d4Gey00iwG3 { width:26.8125rem;height:3.41015625rem;top:34.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnsTs9xErTftEzotMWrDkeVPGR0xwUof { width:12.75rem;height:11.6875rem;top:29.03125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ia4FDNLhq20ZKdvAIdXT2buNv5DqNb1a { width:3.0625rem;height:3.0625rem;top:64.34375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXH6fXpD74R80xU2XzOvAgXxKsMrntkq { width:3.0625rem;height:3.0625rem;top:64.34375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fudiDf1CtoE8LG09V4yNAxlC9wHEZ6hO { width:6.4375rem;height:2.5625rem;top:21.15625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #utTvsw7gGEy3b0TWVEqKx8530mX1Pzua { width:7.125rem;height:1.25rem;top:10.28125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RPrRLvyp7huu05Fn6E8naDbO2m56JdOs { width:3.0625rem;height:3.0625rem;top:27.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urFxR0V3E8QUpAcnNsSP5xn0t1IwObEp { width:6.625rem;height:6.4375rem;top:50.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO { display:block; }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Cb1K1uSNJ7kWQVXMZTeKltLi4ioFSi3s { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kcapy5TIQwOGx6O9UUugHdscGHkT0ucw { width:29.625rem;height:2.19360625rem;top:3.125rem;left:0.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #seK0k5D5B6Z3CdE2pRW4mhE8HfL6gf8I { width:23.1233125rem;height:12.9948125rem;top:6.75rem;left:24.626220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPNcidmnO6QXhvVlmE9q7HmtmtrmUct2 { width:23.125rem;height:11.875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq { display:block; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row .container { width:47.75rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X2IL3rnCEsK8U7LTHuTPzo4TVeGdXBvy { width:29.625rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBsTfCsprJ6vkPIh8viPkewyorG0p7BU { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zIP1RQ11wD7Hh2DVPFdIT6zsKiaEiA2C { width:47.74875rem;height:36.75rem;top:6.87451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW { display:block; }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .row .container { width:47.75rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EXby5kd0zBb9beMFBQ1Wsu4H7EJvzakC { width:26.75rem;height:2.4375rem;top:3.49951171875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBwgeAE405EqOLiE4MLRgG5JtrXtI3Gt { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ju5TAT7Q2mTofL0Sn5Bcr3NM6PdZqutv { width:10.9375rem;height:0.97485625rem;top:7.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #muEDtdOFqfXwL9AsfhhmyJnvslOTHOdt { width:9.6875rem;height:1.62524375rem;top:9.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #edWarkm5qz6VvTkV2VMNDAvOG8hKoL2i { width:17.49975rem;height:4.0620125rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgFnZ71Qmgc3w9FGcek7wRcRQT53oDXV { display:block; }
 }@media only screen and (max-width: 1199px) { #MUGmuwnmt5vciwPVkEVBc0aPAJlxNwbk { width:10.9375rem;height:0.97485625rem;top:7.4375rem;left:12.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sfLmGasEnOaCDGQhDaCHiuSPtSqyiylJ { width:10.9375rem;height:1.62524375rem;top:9.3125rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvGOTg7xMnvmxpk41l46VPHb975OgqAU { width:5.3125rem;height:0.97485625rem;top:7.375rem;left:25.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8IEwFZEWe1UrB2CAPigtCCO8biNlkaW { width:3.625rem;height:1.62524375rem;top:9.25rem;left:25.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eMOPE1AyX500HVnlRTMdAuTT0qqSv9Eq { width:10.9375rem;height:0.97485625rem;top:7.4375rem;left:36.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPAazC8qLoCLKRJwEhx0vKC0lIqvVrZ3 { width:10.4375rem;height:1.62524375rem;top:9.25rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal { display:block; }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal > .row .container { width:47.75rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CMkqHn79bJXEm31HGeAQTCEWyfHnvQVX { width:38.1875rem;height:2.84399375rem;top:1.99951171875rem;left:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mzZFMZquTdIuVyiRH86BO0isy8xiRTKk { width:42.1230625rem;height:3.8994125rem;top:6.7177734375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8Q4bVTSgZTdbO0O1di4b7t9LreGSTmL { width:19.7483125rem;height:3.99975625rem;top:12.49072265625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTgcgAMWakAn9XBwfZpKI7vBAUdizaE0 { display:block; }
 }@media only screen and (max-width: 1199px) { #dWfLo9NIBFvGZS7K3NTNa4amornvLCrq { display:block; }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .row .container { width:47.75rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Zh5ihq0FXxo1VUVwmTgAe7KPKFAaHyTW { width:29.625rem;height:2.19360625rem;top:3.14453125rem;left:0.0830078125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3MV8NbmsOp1mL2ZZFNlkowpTb7KRnh7 { width:29.625rem;height:1.13745rem;top:2.0078125rem;left:0.0830078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KesOKEUe444GETNhDnGz5XK3pnEP0iyB { width:22.8125rem;height:19.49223125rem;top:7.337890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eym7m6alMu7hlywHaN0kx6NzIRRsI3NR { width:14.37375rem;height:3.43725625rem;top:28.70068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mxQNGPvZKKt4qoBckO6ULMhvLKUTJhqi { display:block; }
 }@media only screen and (max-width: 1199px) { #SI51gCMFP9GXyy7bvqGf0y9sHVsPmbKJ { width:23.125rem;height:12.8125rem;top:10.654541015625rem;left:24.624755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCMxDvO7knI1AtTB20owzFqJOTOaqCbo { display:block; }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .row .container { width:47.75rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d16PZMCTNe9EXu535whRqUwxzAHD5p8T { width:29.625rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bPWx8yHdJFsvt0euGcZgtHBShmHRqb05 { width:29.625rem;height:1.13769375rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNULUGVXM19WDQEzlkhHn6bIKdLyH8OP { width:22.5rem;height:26.8125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUSamRcB7M651EZesh1A5iJZqSFgdNEL { width:17.4975625rem;height:3.436525rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEdGGR6eCUDvvOx8SfZTT3BTQaWhaJ0G { display:block; }
 }@media only screen and (max-width: 1199px) { #sDBc3lUp70BzcfIdXBgcm0Sq614qFNAk { width:16rem;height:1.4622375rem;top:12.5625rem;left:3.280517578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pehiRs0QUlwFqgPCTAcvtfipUif6AlPN { width:19.99875rem;height:10.25rem;top:15.2724609375rem;left:1.93798828125rem;font-size:0.9375rem;display:block; }#pehiRs0QUlwFqgPCTAcvtfipUif6AlPN li:before{  }
 }@media only screen and (max-width: 1199px) { #iudVVo8AEgzOqdb7wNbkZFhdEba4oZvr { width:3.0625rem;height:3rem;top:8.999267578125rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGLsbWfzS92SE2xNzIzqoKIT0ftSJwyE { width:1.5rem;height:1.5rem;top:9.749267578125rem;left:1.780517578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTiniQHDRlXJTr67fqXuk5EOlccwkZbA { width:22.5rem;height:26.8125rem;top:7.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPiT6HF5mRTJf96fsoOzsBvTFPwW5lzJ { width:3.06225625rem;height:3.06225625rem;top:8.9677734375rem;left:26.609619140625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEnrFRR8m4wudbJeP7fvqMBQSTEfXaJ2 { width:1.5rem;height:1.5rem;top:9.749267578125rem;left:27.390380859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gWFaqvs3SuLwswIbhNB2hHD8TTZJQfKc { width:13.437rem;height:1.4622375rem;top:12.56103515625rem;left:29.091796875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xp4NTOxTWTiqzITEAT98Rut8ckxn4wcu { width:18rem;height:7.8125rem;top:15.2724609375rem;left:27.889892578125rem;font-size:0.9375rem;display:block; }#xp4NTOxTWTiqzITEAT98Rut8ckxn4wcu li:before{  }
 }@media only screen and (max-width: 1199px) { #iuz040xmo3QJcCufMvZ8Mi2DmTFuUBSk { width:22.5rem;height:26.8125rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDqRaKVTF07q1VR9ugSoTdp0xptC753t { width:3.06225625rem;height:3.06225625rem;top:37.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJ9I6sfpkdwqOl9qOyyDGHhDoXxHAMMt { width:1.5rem;height:1.5rem;top:38.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hAlni1uI4KB7BiURdWk9oDn2fUXdIsoT { width:13.437rem;height:1.4622375rem;top:41.8125rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3kbpUMEoZaPfeGNWxb8iJgS0XfHde62 { width:19.9995rem;height:11rem;top:44.3125rem;left:1.9375rem;font-size:0.9375rem;display:block; }#T3kbpUMEoZaPfeGNWxb8iJgS0XfHde62 li:before{  }
 }@media only screen and (max-width: 1199px) { #SUaWLL11PqvLAzlJuWXXLdvPGhogy20C { display:block; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sW6bCuou8ZiOClawrEBKaPSMyC5QRKbx { width:47.5rem;height:4.875rem;top:3.49951171875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nP8MZqdpCkxUDcwOhdbzdPqMIZeJXu3P { width:29.625rem;height:1.13745rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWOSPpScAX8bUnbz26sPvz2Hm6cORTkQ { width:36.687rem;height:2.5996125rem;top:10.24951171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9XxGAzC3UKg8tP7GZW1CHnW87mnzfA8 { width:23.125rem;height:12.9375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXihMRRt88JerGaAZhoSfS68VH48exgZ { width:23.125rem;height:12.9375rem;top:14.75rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IBTx5ZhNSsMcGQpUPAFXKiUwLyUM4gHK { display:none; }#IBTx5ZhNSsMcGQpUPAFXKiUwLyUM4gHK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hHF9nxuZ8JPt0cAHpIOK1CFuTSO5uA60 { width:47.75rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ { display:block; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZIU2sf7y7BBRg4htWGIsvn7f5qqBLLf { width:11.9375rem;height:1.29980625rem;top:2.625rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBzKf2zBDNIwyuUoySl9h3qEm4aE8nNU { width:10.9375rem;height:1.13745rem;top:6.4375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fz0CcNmNzNmQpp3UyXcQ6ecBo6JWoI1g { width:10.5625rem;height:4.546875rem;top:6.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIovmlApKBl5o4rw9AiWbROEyqLbHUky { width:9rem;height:2rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UhyxprOLUDMAa1NgRfC9hsPNxKrT0ENT { width:47.75rem;height:0.0625rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oz9Ccn9yuAEaneCLLK9RnmLw2GF5i4T5 { width:22.75rem;height:1.13745rem;top:16rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WIIkPaun0xUlRdc8DWJuB3bZWSDrD6BN { width:22.75rem;height:1.13745rem;top:16rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NXAZy7dnCzSP7N4dUTdEKOJMztDWntlA { width:47.75rem;height:0.0625rem;top:13.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iW67Fo97QpS0R04G5QqFO8EnrTNF7P9d { width:10.9375rem;height:1.13745rem;top:10.984375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FCEbU8k0sMuZ58g7kL8Er6x1XgUSo6ig { width:10.9375rem;height:1.13745rem;top:8.806640625rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi { width:2rem;height:2rem;top:11.75rem;left:45.75rem;display:block; }
#XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNgpOXQF2qbvEOcfp1fUsD7wiVt46C0K { width:9.1875rem;height:1.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu0sRwlcJ8HgIK3TEv6JJmZOcuTQBfa5 { width:6.8125rem;height:2.5625rem;top:0.71875rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAv6H73fTXVkVtwUNokuqeR3I3y9R73J { display:block; }
 }@media only screen and (max-width: 763px) { #kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF { display:block; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhhfTN5dz1RTkpMm2xRCowLQreQTaAaL { width:12.125rem;height:1.375rem;top:4.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf0gViLHLbCgd5HswoD5ZSrJbcIz05AM { width:9.0625rem;height:2.6875rem;top:6.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw9d7JvpLSw0mulEfPuQ3oukQRuRWVCS { width:7.4375rem;height:1.4622375rem;top:7.611328125rem;left:0.65478515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvFZBrH5DP5s1NwaCK7SI2p4GtXTohzI { width:11.75rem;height:0.73095625rem;top:5.321044921875rem;left:0.2490234375rem;font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OgIe1x3zZzUkdZnLVqUEsD8Tnz6eqak7 { width:19.9995rem;height:4.37475625rem;top:24.586669921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPFa5D3nATLQNsTvRCw6X5hwEwQkNTX { display:block; }
 }@media only screen and (max-width: 763px) { #XIDX8gwFqf7SrEIwVnZwgTpvoT8ZNM1c { width:11.125rem;height:2.6875rem;top:9.999755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS6oN3NvEPRDRTIRqKv2xl8hGxoataQA { width:10.4375rem;height:1.4622375rem;top:10.749755859375rem;left:0.624755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV1NEQSqTZHC1I2grTxWMes8v0SqylZo { width:7.8125rem;height:4.8125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpxPdtnspQr4022nFDErURUuxNHJifH { width:4.5rem;height:1.29948125rem;top:20.5rem;left:2.812255859375rem;font-size:0.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c9ocB93GTMScOwyMP29xOhr0owLKKXIk { width:1.6875rem;height:1.6875rem;top:20.25rem;left:0.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUiSphEknOqdhNXepQWAvcgdBXEC5cA2 { width:7.8125rem;height:4.1875rem;top:13.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKC1sINOSTNUVb9PNuB9eVZTeXW8gzfp { width:5.25rem;height:1.29948125rem;top:15.37451171875rem;left:12.562255859375rem;font-size:0.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ahWMaHhiwqN1rAv8ROJ8Jof75bUJ3k2e { width:1.875rem;height:1.875rem;top:14.99951171875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2G2bXrWNTmT5ne9setpDKa66xRy9xOZ { width:7.8125rem;height:4.1875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne2G3L7prlkxVHUiGJuuMe0uBC5mtTVc { width:2.31225625rem;height:2.31225625rem;top:14.68701171875rem;left:0.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOnEN6IMSVAGG5x3i29rMwNcXAKLsTbl { width:4.56225625rem;height:1.94921875rem;top:14.937255859375rem;left:2.8125rem;font-size:0.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BobJsBZwh01hbN3vchAnKqTFaXwJz7ge { display:block; }#BobJsBZwh01hbN3vchAnKqTFaXwJz7ge > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVicBTaIsw87dyRxdls7bm72n57afqXM { width:18.75rem;height:3.125rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2znHCCGLrtwrzeXddP6OcKBcgOTT3AI { width:20rem;height:2.5996125rem;top:7.999755859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXitt4AtsO1JdFqo5XpHh3BNet6IRy6M { width:20rem;height:2.5996125rem;top:18.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2TrtXaaxaNhqEBbwR901wUGeM0h38cC { width:20rem;height:3.41015625rem;top:22.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHZBsrTR1lsLI13Hx2JCHTvnVqXBN1FV { width:20rem;height:2.2734375rem;top:11.124755859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCch4whsr2Ohw7Jq9JLpNczD6qHLCFgW { width:1.5rem;height:10.9375rem;top:15.125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhb6s3KWe39ZyseWKuvgqfazwINxbTOE { width:6.5625rem;height:3.9621722164044rem;top:2.1298828125rem;left:6.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX { display:block; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAAqZJVJ3cvkubhJ7Z700PkMydJeoa52 { width:20rem;height:3.4121125rem;top:2.0625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTCvkPpE9erfP2a1p8rrDFeCz5ZSfQUF { width:20rem;height:20.537125rem;top:86.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdslk0TvTr34cVIMBBOTFdTME1FazFVp { width:20rem;height:2.2734375rem;top:73.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpCHiwglTWzafW2JlLWImrs5VgzOftKS { width:20rem;height:61.25rem;top:7.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKBsESiLTC4h2eHosA0iNdmCngrdsySx { width:7.9375rem;height:3.75rem;top:76rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPLgzUDZ6ec5dcpZsN79WC9PNTQyprh { width:4.4375rem;height:4.3125rem;top:80.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPVVdNso5SBOiTeC33LVrwVUZ8Q7hwvt { width:3.75rem;height:1.9375rem;top:77.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN11S35RvslWQcpDcQaHM37M6VzaxayE { width:4.25rem;height:2.0625rem;top:77.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBGJzP0TXdRL3vLvXXOGGme86L1z2Mr6 { width:4.4375rem;height:4.375rem;top:80.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET { display:block; }#MBfl1UoFyxBeL4E3DWRPlZHaSKNI4tET > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIIiryC3mJN3fRuXXa3befGgNviP1J8d { width:20rem;height:7.3125rem;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFvLuZdZ9gHvPESHLuyykMgl6npKbCtd { width:19.9980625rem;height:5.19791875rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tk9f4mqFhcshoaCCLwrli20KFKbTQZH6 { width:19.9980625rem;height:18.8176875rem;top:18.26171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#tk9f4mqFhcshoaCCLwrli20KFKbTQZH6 li:before{  }
 }@media only screen and (max-width: 763px) { #AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o { display:block; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fb7tDGUdShKO8LJoo4oWisr2mok4ARnR { width:20rem;height:2.4375rem;top:4.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1NQbiy0moEnhI6nAQ4mzJrDi19sbzL8 { width:20rem;height:1.13745rem;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4xk2Z5FKCnXtbM5C6x2f14tNJ538lGL { width:20rem;height:10.625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56rNxHT0veklTZBJJoRLUtIcMAe9vwa { width:20rem;height:10.625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0PJZHpmlTNTUgrOv8l2xBiqhPNAwJ26 { width:20rem;height:10.625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ShssHlT9TtH6KgPLvtCl30m5qcGeHt { width:20rem;height:10.625rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1RgpKxNlVKwVSpK9NFgUlOM8GuTlTfL { width:20rem;height:10.5625rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxGZKBPh5nmWT21ucb0XniJ20qNV26oN { width:20rem;height:23.6875rem;top:41.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gry0nvp6VwCdMb6eBSrtmL8PLe9fTp5f { width:18.625rem;height:1.7871125rem;top:10.75rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuPybHU52l1MJg8XnJua0nX2WUxh4GzJ { width:16.875rem;height:2.921875rem;top:13.0625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRTeu1BKrAHRzk6FB0vBdsdNUzzWQqcF { width:14.4375rem;height:2.921875rem;top:58.625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHwmQW7hmHl1764R2KLlzKOhHAmTvgc { width:16.25rem;height:1.7871125rem;top:56.1875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbCFXGdqpWKgCKpbcWkWycZnf1SClmsZ { width:15.0625rem;height:1.7871125rem;top:45.062255859375rem;left:0.624755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJM1qEG94KMhyZhAtUUkDl6s9b3er3B8 { width:14.0625rem;height:2.921875rem;top:47.4375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd8uUiHZR5Km1FSVS7rRpAHFroV2gpzT { width:16.3125rem;height:3.57291875rem;top:32.25rem;left:0.625rem;font-size:1.375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #wH3JMJEtwOOxPnm8sragxPvMxxRQpLu6 { width:17.6875rem;height:2.921875rem;top:36.69921875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJe3Nx9OgOegzRREovTLBdF7xTqSDb1N { width:18.375rem;height:1.7871125rem;top:21.875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTv1Xz85hO1CNSKGzaAT5d4Gey00iwG3 { width:17.1875rem;height:2.921875rem;top:24.5rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnsTs9xErTftEzotMWrDkeVPGR0xwUof { width:8.75rem;height:8rem;top:20.2958984375rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ia4FDNLhq20ZKdvAIdXT2buNv5DqNb1a { width:1.5rem;height:1.5rem;top:53rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXH6fXpD74R80xU2XzOvAgXxKsMrntkq { width:1.5rem;height:1.5rem;top:44.0625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fudiDf1CtoE8LG09V4yNAxlC9wHEZ6hO { width:4.0625rem;height:1.5rem;top:17.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utTvsw7gGEy3b0TWVEqKx8530mX1Pzua { width:7.125rem;height:1.25rem;top:8.65625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPrRLvyp7huu05Fn6E8naDbO2m56JdOs { width:1.5rem;height:1.5rem;top:20.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #urFxR0V3E8QUpAcnNsSP5xn0t1IwObEp { width:1.5rem;height:1.4375rem;top:31.84375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO { display:block; }#lDIFA6qFFCwfMgTTaUu5eNTbA2gq1SpO > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb1K1uSNJ7kWQVXMZTeKltLi4ioFSi3s { width:20rem;height:1.13745rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcapy5TIQwOGx6O9UUugHdscGHkT0ucw { width:20rem;height:2.4375rem;top:4.38671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seK0k5D5B6Z3CdE2pRW4mhE8HfL6gf8I { width:20rem;height:15.59375rem;top:8.705078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPNcidmnO6QXhvVlmE9q7HmtmtrmUct2 { height:11.1276875rem;width:19.9995rem;top:26.171630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq.adaptive-delivery-prevent-bg, #zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq.lazyload, #zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq.lazyloading { background-image: none; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row .container { background-color: transparent; background-image: none; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row .container > .video-iframe-container { display: none; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row > .video-iframe-container { display: none; }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .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); }#zBLgQiVm37nVIXpZP6I4W9bfcXfkdSKq > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2IL3rnCEsK8U7LTHuTPzo4TVeGdXBvy { width:20rem;height:2.19360625rem;top:3.311767578125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBsTfCsprJ6vkPIh8viPkewyorG0p7BU { width:20rem;height:1.13745rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIP1RQ11wD7Hh2DVPFdIT6zsKiaEiA2C { width:19.99875rem;height:68.125rem;top:7.3974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW { display:block; }#Qo70X2Xl0E5fUHpUeOK56Q5ItwhFidgW > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXby5kd0zBb9beMFBQ1Wsu4H7EJvzakC { width:20rem;height:4.38541875rem;top:3.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBwgeAE405EqOLiE4MLRgG5JtrXtI3Gt { width:20rem;height:1.13769375rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju5TAT7Q2mTofL0Sn5Bcr3NM6PdZqutv { width:12.5rem;height:0.97485625rem;top:9.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #muEDtdOFqfXwL9AsfhhmyJnvslOTHOdt { width:15.625rem;height:1.62524375rem;top:10.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edWarkm5qz6VvTkV2VMNDAvOG8hKoL2i { width:20rem;height:3.4375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgFnZ71Qmgc3w9FGcek7wRcRQT53oDXV { display:block; }
 }@media only screen and (max-width: 763px) { #MUGmuwnmt5vciwPVkEVBc0aPAJlxNwbk { width:12.5rem;height:0.97485625rem;top:13.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfLmGasEnOaCDGQhDaCHiuSPtSqyiylJ { width:19.3125rem;height:1.62524375rem;top:14.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvGOTg7xMnvmxpk41l46VPHb975OgqAU { width:12.5rem;height:0.97485625rem;top:18.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8IEwFZEWe1UrB2CAPigtCCO8biNlkaW { width:15.625rem;height:1.62524375rem;top:19.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMOPE1AyX500HVnlRTMdAuTT0qqSv9Eq { width:12.5rem;height:0.97485625rem;top:22.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAazC8qLoCLKRJwEhx0vKC0lIqvVrZ3 { width:15.625rem;height:1.62524375rem;top:23.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal { display:block; }#Sw8IJO0ElhdhBn9pKnnesM3UFBEcEbal > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMkqHn79bJXEm31HGeAQTCEWyfHnvQVX { width:17.8125rem;height:2.6001rem;top:2rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mzZFMZquTdIuVyiRH86BO0isy8xiRTKk { width:17.8125rem;height:7.796875rem;top:6.474609375rem;left:1.0927734375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8Q4bVTSgZTdbO0O1di4b7t9LreGSTmL { width:19.9980625rem;height:3.999025rem;top:16.144775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTgcgAMWakAn9XBwfZpKI7vBAUdizaE0 { display:block; }
 }@media only screen and (max-width: 763px) { #dWfLo9NIBFvGZS7K3NTNa4amornvLCrq { display:block; }#dWfLo9NIBFvGZS7K3NTNa4amornvLCrq > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zh5ihq0FXxo1VUVwmTgAe7KPKFAaHyTW { width:20rem;height:2.6001rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3MV8NbmsOp1mL2ZZFNlkowpTb7KRnh7 { width:20rem;height:1.13745rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KesOKEUe444GETNhDnGz5XK3pnEP0iyB { width:20rem;height:22.09110625rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eym7m6alMu7hlywHaN0kx6NzIRRsI3NR { width:19.9995rem;height:3.436525rem;top:44.62939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxQNGPvZKKt4qoBckO6ULMhvLKUTJhqi { display:block; }
 }@media only screen and (max-width: 763px) { #SI51gCMFP9GXyy7bvqGf0y9sHVsPmbKJ { width:20rem;height:11.2rem;top:31.314697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCMxDvO7knI1AtTB20owzFqJOTOaqCbo { display:block; }#cCMxDvO7knI1AtTB20owzFqJOTOaqCbo > .row .container { width:20rem;height:97.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d16PZMCTNe9EXu535whRqUwxzAHD5p8T { width:20rem;height:4.38541875rem;top:3.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPWx8yHdJFsvt0euGcZgtHBShmHRqb05 { width:20rem;height:1.13769375rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNULUGVXM19WDQEzlkhHn6bIKdLyH8OP { width:20rem;height:25.375rem;top:9.624755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUSamRcB7M651EZesh1A5iJZqSFgdNEL { width:19.9980625rem;height:3.43725625rem;top:91.3740234375rem;left:0.00146484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEdGGR6eCUDvvOx8SfZTT3BTQaWhaJ0G { display:block; }
 }@media only screen and (max-width: 763px) { #sDBc3lUp70BzcfIdXBgcm0Sq614qFNAk { width:15.6875rem;height:1.4622375rem;top:13.9365234375rem;left:2.46728515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pehiRs0QUlwFqgPCTAcvtfipUif6AlPN { width:17.8125rem;height:8.9479375rem;top:15.93603515625rem;left:1.200439453125rem;font-size:0.8125rem;display:block; }#pehiRs0QUlwFqgPCTAcvtfipUif6AlPN li:before{  }
 }@media only screen and (max-width: 763px) { #iudVVo8AEgzOqdb7wNbkZFhdEba4oZvr { width:3.06225625rem;height:3.06225625rem;top:10.359375rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGLsbWfzS92SE2xNzIzqoKIT0ftSJwyE { width:1.5rem;height:1.5rem;top:11.14013671875rem;left:1.780517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTiniQHDRlXJTr67fqXuk5EOlccwkZbA { width:20rem;height:25.375rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPiT6HF5mRTJf96fsoOzsBvTFPwW5lzJ { width:3.0625rem;height:3.0625rem;top:65.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEnrFRR8m4wudbJeP7fvqMBQSTEfXaJ2 { width:1.5rem;height:1.5rem;top:66rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWFaqvs3SuLwswIbhNB2hHD8TTZJQfKc { width:13.437rem;height:1.4622375rem;top:68.875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp4NTOxTWTiqzITEAT98Rut8ckxn4wcu { width:16.062rem;height:6.8359375rem;top:71.5rem;left:1.9375rem;font-size:0.8125rem;display:block; }#xp4NTOxTWTiqzITEAT98Rut8ckxn4wcu li:before{  }
 }@media only screen and (max-width: 763px) { #iuz040xmo3QJcCufMvZ8Mi2DmTFuUBSk { width:20rem;height:25.375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDqRaKVTF07q1VR9ugSoTdp0xptC753t { width:3.06225625rem;height:3.06225625rem;top:37.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ9I6sfpkdwqOl9qOyyDGHhDoXxHAMMt { width:1.5rem;height:1.5rem;top:38.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAlni1uI4KB7BiURdWk9oDn2fUXdIsoT { width:13.437rem;height:1.4622375rem;top:41.375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3kbpUMEoZaPfeGNWxb8iJgS0XfHde62 { width:17.8125rem;height:9.6979375rem;top:43.8125rem;left:1.0625rem;font-size:0.8125rem;display:block; }#T3kbpUMEoZaPfeGNWxb8iJgS0XfHde62 li:before{  }
 }@media only screen and (max-width: 763px) { #SUaWLL11PqvLAzlJuWXXLdvPGhogy20C { display:block; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sW6bCuou8ZiOClawrEBKaPSMyC5QRKbx { width:20rem;height:6.578125rem;top:3.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8MZqdpCkxUDcwOhdbzdPqMIZeJXu3P { width:20rem;height:1.13769375rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWOSPpScAX8bUnbz26sPvz2Hm6cORTkQ { width:19.99875rem;height:5.19791875rem;top:11.580322265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9XxGAzC3UKg8tP7GZW1CHnW87mnzfA8 { height:11.189189189189rem;width:20rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXihMRRt88JerGaAZhoSfS68VH48exgZ { height:11.189189189189rem;width:20rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTx5ZhNSsMcGQpUPAFXKiUwLyUM4gHK { display:none; }#IBTx5ZhNSsMcGQpUPAFXKiUwLyUM4gHK > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hHF9nxuZ8JPt0cAHpIOK1CFuTSO5uA60 { width:20rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ { display:block; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZIU2sf7y7BBRg4htWGIsvn7f5qqBLLf { width:20rem;height:1.29980625rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzKf2zBDNIwyuUoySl9h3qEm4aE8nNU { width:9.375rem;height:1.13745rem;top:9.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz0CcNmNzNmQpp3UyXcQ6ecBo6JWoI1g { width:17.0625rem;height:2.2734375rem;top:3.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIovmlApKBl5o4rw9AiWbROEyqLbHUky { width:9rem;height:2rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhyxprOLUDMAa1NgRfC9hsPNxKrT0ENT { width:20rem;height:0.0625rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz9Ccn9yuAEaneCLLK9RnmLw2GF5i4T5 { width:20rem;height:1.13745rem;top:24.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIIkPaun0xUlRdc8DWJuB3bZWSDrD6BN { width:20rem;height:1.13745rem;top:22.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXAZy7dnCzSP7N4dUTdEKOJMztDWntlA { width:20rem;height:0.0625rem;top:6.25rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iW67Fo97QpS0R04G5QqFO8EnrTNF7P9d { width:9.375rem;height:1.13745rem;top:15.046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCEbU8k0sMuZ58g7kL8Er6x1XgUSo6ig { width:9.375rem;height:1.13745rem;top:12.53515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi { display:flex;width:2rem;height:2rem;top:18.24609375rem;left:18rem; }
#XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }