.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,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; }
#XRf23Ow9icDL4QbNbaZzN9fucysehHQS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24b4f30d-d986-4b30-927e-151f6679508a/BAHonsTourismandHospitalityManagement.jpg");background-position:top 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; }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS.adaptive-delivery-prevent-bg, #XRf23Ow9icDL4QbNbaZzN9fucysehHQS.lazyload, #XRf23Ow9icDL4QbNbaZzN9fucysehHQS.lazyloading { background-image: none; }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .row .container { background-color: transparent; background-image: none; }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .row .container > .video-iframe-container { display: none; }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .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); }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .row > .video-iframe-container { display: none; }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .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); }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .row .container { border-width: 0; border-radius: 0; }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS::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; }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Rw7aQZwQwizrqanieCGanXBzwsvZmwJQ { box-sizing:content-box;height:1.875rem;width:12.5rem;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.25rem;left:0rem;display:block; }
#TnWr9GCmdA0TlEmy6RA01of9coIXeG8m { box-sizing:content-box;height:9.75rem;width:57.875rem;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:11.9375rem;left:0rem;display:block; }
#WuNTALxMUX9AW3rEpAUD4Z6EfFlpTrav { box-sizing:content-box;height:4.8125rem;width:35.8125rem;position:absolute;display:block;z-index:15002;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:22.25rem;left:0rem;display:block; }
#KabHwhHbToJ9fTbV23TFzX64IVDzwGtv { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.125rem;left:0.5625rem;height:5.28125rem;display:block; }
#fEGvTIca2ZDzy7aptL3xtmuQ4XO6Fpx6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;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:8.625rem;left:0.5625rem;height:1.21875rem;display:block; }
#Vr03s8nzQUIvC0FTEbIgt1nSEZ1sU0XH { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15003;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:28.9375rem;left:0rem;display:block; }
#f7ah1UvJ9ZakyQ8mmsUKS9UbzzTJMSDb { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15004;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:28.9375rem;left:22.0625rem;display:block; }
#qU9espaundlk7AMQy2mgARxpupeF7XtO { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15005;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:28.9375rem;left:44.0625rem;display:block; }
#uBJ4UNAJwsIf9GC9LGRfeaRHDxqKc42A { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.287109375rem;left:4.8603515625rem;height:2.111325rem;display:block; }
#IIqcfqRrE7sDU8AnnXB3NPiyrvnT8PMG { 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:3rem;width:3rem;top:29.8125rem;left:0.5625rem;overflow:hidden;display:block; }
#HMmkZUlnV71FcpJdT7Jt9PqRSwyFUcL5 { 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:3rem;width:3rem;top:29.84326171875rem;left:23.436767578125rem;overflow:hidden;display:block; }
#S2erZ6tnSdaonLzZGthvocgDP4WxuzQq { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:29.84326171875rem;left:45.812255859375rem;overflow:hidden;display:block; }
#PovCPpNcIzihfzob7SFt7c7U2BKkQNSg { 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:15009;line-height:1.3;letter-spacing:0;top:30.287109375rem;left:29.312255859375rem;height:2.111325rem;display:block; }
#bPD0sfoe0vzSWyT8JqJJwghnOyrUxb3Q { 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:15010;line-height:1.3;letter-spacing:0;top:30.287109375rem;left:52.3740234375rem;height:2.111325rem;display:block; }
#NRQ1JsXdOe2Dx8QBSZEgwU5Ig2XqWx0F { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:22.25rem;height:1rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#cqIKax2LX2iTAPaqkRkqKg4N9dL2zBho { 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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.5625rem;left:0.0625rem;display:block; }
#XdKQ2M7ZZqbcTQhrluTtvK2ybJbr4AVK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qPV22cES0rZkTtlKssK176E51L0QDs61 { color:rgba(var(--color-tertiary-4),1);display:block;width:58rem;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.53125rem;left:0.5625rem;height:10.5625rem;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; }
#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo { 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; }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .row .container { background-color: transparent; background-image: none; }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .row .container > .video-iframe-container { display: none; }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .row > .video-iframe-container { display: none; }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .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); }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .row .container { border-width: 0; border-radius: 0; }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#mQP9PJbyy6Q1x1E9ZHfa5k2byCQ82ncc { 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; }
#emDeDn1UOZqp8gCrM9HDZg1bkqTLoy4p { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;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.125rem;left:0rem;height:1.29980625rem;display:block; }
#EmKz5aiDxhaT9MWnHzZvkgdSFsca4MAa { 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; }
#tatR4ZuZQyedTXcBVhGU3lGRTwcClnF3 { 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; }
#E8sPmq3h6BzUyc00KZ6BH6tg8GQJtZ8K { 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.0625rem;height:1.13671875rem;display:block; }
#Oun9ibAgrvHJBE6frp183prSTf8GwxbX { 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; }
#hUsctOKvArnPMCwsI08rIe2TEc0bfuVt { 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:4rem;width:6.625rem;top:4.15625rem;left:0rem;overflow:hidden;display:block; }
#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt { 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; }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .row .container { background-color: transparent; background-image: none; }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .row .container > .video-iframe-container { display: none; }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .row > .video-iframe-container { display: none; }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .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); }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .row .container { border-width: 0; border-radius: 0; }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#u7odOUrRHT5qdKcvuLQWy0nTnT8estxc { 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.38720625rem;display:block; }
#TXu2nuQ8LRhRu7xufNI7GDkrbLt3boE9 { 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; }
#y69bVdEnF3zbGA1BU1HDT3b0fZv6klOL { 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; }
#BMPf1T5DB0te1tkSCCd3cqv2vkJ5oMZD { position:absolute;display:block;z-index:15004;height:42.375rem;width:33.375rem;top:7.25rem;left:39.0625rem;display:block; }
#eFOChSy5VU9vWZRXU3pvIODmQ5Z98VTV { 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; }
#zJhRqdhuWUm7RdvUKCWUTWT02IEASSKq { 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; }
#I3VMSKFrDQVGtUZhpqVaxfH8QGkgi6U0 { 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; }
#S6PaS9HP9FZHLSMTgGdH6bAcUJpCVL9z { 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; }
#Vu0KaUDxt3zIX9sOv0T84Dw37S4LQCrF { 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; }
#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s { 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; }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row .container { background-color: transparent; background-image: none; }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row .container > .video-iframe-container { display: none; }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row > .video-iframe-container { display: none; }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .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); }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row .container { border-width: 0; border-radius: 0; }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#VBnVMzE6bWhDTITic39iVuJwkof2E3Id { 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:;display:block; }
#nrDiiMGxXTQTGWRHyZupi4GMoCZ7hE8u { color:rgba(var(--color-tertiary-0),1);display:block;width:62.125rem;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:;display:block; }
#OxpnAURZp2ELpQAp0ikMXWkGd8fxwIId { color:rgba(var(--color-tertiary-1),1);display:block;width:59.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.82373046875rem;left:0rem;height:11.69825625rem;font-style:normal;display:block; }
#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf { 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; }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .row .container { background-color: transparent; background-image: none; }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .row .container > .video-iframe-container { display: none; }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .row > .video-iframe-container { display: none; }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .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); }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .row .container { border-width: 0; border-radius: 0; }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#RsZ702eir1Q7clIQ7eOc1q4uMm67gHnG { 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; }
#Jb0cZ6oTTFnOIk8nGdLnviFh8VUg5F54 { 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; }
#Frzoh5xzTBREOCAG4kpmcCnUHKK9K0Vn { 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; }
#TchgtBwSWDSGvfDgn0s1LbBvVWc4vRy1 { 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; }
#kEEifTQCxxl5zTi68faUPTeKhr8uJFfp { 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; }
#zQLfbC9dL3qzctIzxmqAAEA3tA0He7Q9 { 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; }
#mw4fHRnl6WNtaadhS7e0erT3IvaF2vim { 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.5625rem;top:9.1875rem;left:57.437255859375rem;overflow:hidden;display:block; }
#DhTfs1fT7rkNVUvDX48Bg6JxAsuGF2E4 { box-sizing:content-box;height:21.1875rem;width:36.249rem;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.7509765625rem;display:block; }
#CtmQmTRfU5JXhJTaZ7QBO8wGPLZqvRc6 { 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:;font-style:normal;display:block; }
#gWXTtHPbGWHdiyc1KZBMnzZJmR1W59V7 { 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; }
#axob17OknBqSWVwgwbmOTApH3tsusK2n { 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; }
#uh5G3UpxG5EGhdRhirgUM8w29OXC3LS0 { 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; }
#OdP9ZayVFldGypmVlu0VgKFBC76cV1P9 { 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.06201171875rem;left:58.749755859375rem;height:1.4622375rem;font-style:normal;display:block; }
#i8vKuMshTxkUwfZTJstRxOLLfTNeEDu3 { 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:58.749755859375rem;height:4.546875rem;font-style:normal;display:block; }
#rMEm9yLl2KWz5VWzmBMulIRFCTk057WS { 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:;font-style:normal;display:block; }
#giwyb32lhhVrzlrCyp24Eb9cvLiuzKl7 { 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:3.41015625rem;font-style:normal;display:block; }
#XanINOlZECG8Mi6ENPi5x9rdN3dDXv53 { 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:2.923825rem;font-style:normal;display:block; }
#uracvfo2OJJBzlxb2iy5NURl73ntPFkb { 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; }
#TSGChzTS537Dy95RwUeQWpTr4IbJbwPs { 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; }
#zVadFkG5S4QTKn20uTgfuwTLeqN90TxN { 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; }
#zlFUgUEGfH5G8MdLtb2pkEBJsxLOZ1Rb { 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.81201171875rem;left:58.749755859375rem;overflow:hidden;display:block; }
#ivUuos3l5afctcdERZTlBdTxXU8LqJaw { 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; }
#WO5xmCUA9OCnNcCnQcGMlacoquDaSmye { 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; }
#TzE894A7PuRLJ3FDKKhIu7ZX3g3iBKgB { 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; }
#QIlnXtFcvURryZZ9ZTxFefmgMTF5ulyX { 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; }
#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ { 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; }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .row .container { background-color: transparent; background-image: none; }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .row .container > .video-iframe-container { display: none; }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .row > .video-iframe-container { display: none; }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .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); }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .row .container { border-width: 0; border-radius: 0; }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#zxTRE3VK3ne1IUAByhTBLt73KtVK97EL { 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:;display:block; }
#WOR7C9LlQJhOH8nPTv7TQnXuSLvmZRDW { 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; }
#vvWfbZ7wPGvnGcInghsrTtVSgEBI2oEc { color:rgba(var(--color-tertiary-1),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:14.955730438233rem;left:40.936199188233rem;height:10.39843125rem;font-style:normal;display:block; }
#Rn2DKMRsykAdvxVPFuvOgF5fEJ140Bzr { 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; }
#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv { 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; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row .container { background-color: transparent; background-image: none; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row .container > .video-iframe-container { display: none; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row > .video-iframe-container { display: none; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .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); }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row .container { border-width: 0; border-radius: 0; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:75rem;position:relative;display:block; }#tI5VfeQStoJuQhPo91fc8H3rBpSBdI0C { color:rgba(var(--color-tertiary-1),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#lv6f2GIg06R03RAKC4OfuvgUeRp6A5DE { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;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:3.6875rem;left:0.0625rem;height:;display:block; }
#aM3KWNolAxZkf3AT5uUBNRXiJHQSrUzl { 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; }
#AL1Xr9PMA6y6s7ay9EZZulsMipPT9Her { position:absolute;display:block;z-index:15052;height:44.625rem;width:74.9375rem;top:10rem;left:0rem;display:block; }
#zW3MX16GzEbaWVzHtiSglUdfn82APGfp { 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; }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .row .container { background-color: transparent; background-image: none; }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .row .container > .video-iframe-container { display: none; }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .row > .video-iframe-container { display: none; }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .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); }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .row .container { border-width: 0; border-radius: 0; }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#iws91zczuJyyvDUdSLMUKXTXsgpz7lvT { 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:4.2246125rem;display:block; }
#RcoD9xyIcpoR4W5ycdJkIBe0esbCcXpu { 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.13745rem;display:block; }
#ERnU9Ow0kDWHCE6qFgZxVS0UsFDBbxsZ { color:rgba(var(--color-tertiary-1),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#sICZI6T1Cq9cMr0cakbbJnvW9npVosbo { 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:12rem;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; }
#uIgwmFUeqEqtKGfe7a4QHJnGxSv2qHsV { 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:13.25rem;left:0rem;height:2.03125rem;display:block; }
#z55UXC135ufSX0u92gKsDQab3d1oDRdg { 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.5rem;height:4.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:19.6875rem;left:0rem;display:block; }
#LFdr2AeMZbOoFvzFrDC4ERu7cQaEhC5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MghLMEgCzZbMocFNNax7WDil3dnx0dsH { 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:12rem;left:22rem;height:0.9746125rem;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; }
#VUcxpi9QikcAS260M2f4GTAJQDRmwNu9 { 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:13rem;left:21.3125rem;height:4.0625rem;display:block; }
#WbJrzmDJRaGuzBAx3I7qT8iaTcn2pqZB { 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:12rem;left:49rem;height:0.9746125rem;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; }
#VAzse92bvwhlBm9cpskLTPmHKNrhdMs0 { 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:13.25rem;left:49rem;height:2.03125rem;display:block; }
#UNydLC3NPqBBMsJ2xZmp5uT3GnsyN52Q { 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:12rem;left:64.5rem;height:0.9746125rem;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; }
#Fft6wvJVN3MTGtAnmVZrNEFXlK2pFc9A { 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:13.25rem;left:64.5rem;height:2.03125rem;display:block; }
#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq { position:relative;display:block; }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq { background-color: transparent; background-image: none; }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq > .row .container > .video-iframe-container { display: none; }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq > .row > .video-iframe-container { display: none; }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq > .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); }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq { border-width: 0; border-radius: 0; }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq > .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; }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq > .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:17.4375rem;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; }#qfOQ1GWRH9JHTTccJLl26SZygWPkbstH { color:#ffffff;display:block;width:20rem;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.93701171875rem;left:2.39404296875rem;height:2.84399375rem;display:block; }
#i0Owtv17JkUszOBLOgX9R2AkKBlGANG9 { 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.1796855926514rem;left:2.625rem;height:3.89941875rem;display:block; }
#y3Gfua1yS2f4fRS5oFPvETgPS4hT916l { 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:4rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:11.54248046875rem;left:2.625rem;display:block; }
#b8LKB31bqV1Q9y9z6gSNKT5LUKDWxpWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a { 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; }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .row .container { background-color: transparent; background-image: none; }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .row .container > .video-iframe-container { display: none; }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .row > .video-iframe-container { display: none; }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .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); }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .row .container { border-width: 0; border-radius: 0; }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#r5H24T545lpWUDuHPGkgWVW9dkgCdMGt { 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; }
#SepwFaTiXxHNZ5eRtB1uJFtctGz7o4yl { 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; }
#SXzBHQmOJqhUELd2lPrxbafenyPSv16T { 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:24.875rem;width:37.5625rem;top:4.375rem;left:37.4375rem;overflow:hidden;display:block; }
#SSgPO9DoAJTSHlMLeklBX9wdTwH7xbt5 { 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:14.29780625rem;display:block; }
#qZnQuTDQk5PmVdcpW4xrEM86mhyWOxGN { color:rgba(var(--color-tertiary-4),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.587240219116rem;left:4rem;height:1.13745rem;font-style:normal;display:block; }
#TbEzLb5C7JOUwweXfDcmBTcSfNc12ITW { 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.586669921875rem;left:0rem;display:block; }
#xrs9RrIws5cilI6cMG3gKWppcv4OCMx1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N2Ki7dOngWgFeUtToystPDUsfq87DqIi { 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; }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .row .container { background-color: transparent; background-image: none; }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .row .container > .video-iframe-container { display: none; }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .row > .video-iframe-container { display: none; }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .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); }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .row .container { border-width: 0; border-radius: 0; }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#TSCGoq67Orr0TWAOxZNy3NGvouqx7Crz { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;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:3.75rem;left:0.0625rem;height:2.84399375rem;display:block; }
#C0Zt0mLgz2drwGiaX5HLZgTpOlv0Db73 { 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.13745rem;display:block; }
#uiDZWZOUIbQCqEdH5LZ9cmn99za9F5Sr { 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:31.9375rem;width:22.5rem;top:8.74951171875rem;left:0rem;overflow:hidden;display:block; }
#fJBLavdFHsC51KbpWoEBNRMMO7OF1A7V { 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:15006;text-align:center;text-align-last:center;top:42.56103515625rem;left:0rem;display:block; }
#XCEtJctDTVTetWgiopxO6W9bQdw4rDXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBSLmZIU2KxovcGVrQPWOWelzoBHq6Fo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.81225rem;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:12.7705078125rem;left:2.3115234375rem;height:1.4619125rem;display:block; }
#aTlpZwRsHVDy6yqDgICEU2tJN8gqwsDO { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0615rem;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:15.5654296875rem;left:0.7177734375rem;height:21.71875rem;display:block; }#aTlpZwRsHVDy6yqDgICEU2tJN8gqwsDO li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#aTlpZwRsHVDy6yqDgICEU2tJN8gqwsDO li:before{  }
#xNiAG4ZvPvUTJO2sT0ISVvzzkUA195T6 { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:9.3333339691163rem;left:0.8125rem;display:block; }
#guzSuWnR43aoEcUTd9VcD8DgZ0E2yOOR { 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:10.1875rem;left:1.5rem;overflow:hidden;display:block; }
#ah1FquPTKowbl43uKWvJr9HZiGWmMFmL { 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:31.9375rem;width:22.5rem;top:8.75rem;left:26.3125rem;overflow:hidden;display:block; }
#Nk4mTcdl3eD6dOgKvd5nDyeMz783T6Av { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:9.4375rem;left:27.187503814698rem;display:block; }
#pEWK1rrg4JohGxOQZSZ9ZrEp0vFzHgHX { 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:10.1875rem;left:28.000003814698rem;overflow:hidden;display:block; }
#G4pR54tCPQZAc9yVJvRhEoNq61qKlSSk { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;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:12.955078125rem;left:29.5615234375rem;height:1.4622375rem;display:block; }
#Qk3W0PbtZ2DKS8Kr7WQ7V9pfLraPvAdk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;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:15.5654296875rem;left:27.999755859375rem;height:16.34375rem;display:block; }#Qk3W0PbtZ2DKS8Kr7WQ7V9pfLraPvAdk li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qk3W0PbtZ2DKS8Kr7WQ7V9pfLraPvAdk li:before{  }
#DOhLiSkQHlKUip3MO9uVrG8qgmHSEQZQ { 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:31.9375rem;width:22.5rem;top:8.75rem;left:52.5rem;overflow:hidden;display:block; }
#Cn3UJqTw32tPTuZrrEI2hylKNNvhOOWM { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:9.5625rem;left:53.375003814698rem;display:block; }
#u4FISM4IaygoZViLxtK64nq2MFpsQfPH { 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:10.375rem;left:54.125003814698rem;overflow:hidden;display:block; }
#SbL0ba5oRCAT7Nm1CCpSgckF7i16Vupy { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;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:12.955078125rem;left:55.5615234375rem;height:1.4619125rem;display:block; }
#B86So7qzeSxV7Ud8WdCl6G1pmtCpXduN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;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:15.5654296875rem;left:54.12451171875rem;height:11rem;display:block; }#B86So7qzeSxV7Ud8WdCl6G1pmtCpXduN li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#B86So7qzeSxV7Ud8WdCl6G1pmtCpXduN li:before{  }
#RSbrWH4eVUdH294LsQNqviVMun7RuAcd { 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; }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row .container { background-color: transparent; background-image: none; }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row .container > .video-iframe-container { display: none; }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row > .video-iframe-container { display: none; }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .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); }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row .container { border-width: 0; border-radius: 0; }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#x8uC3zdhH1DGI0i7U1F9GkV3783tr30Z { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;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:3.8125rem;left:0.0625rem;height:2.84399375rem;display:block; }
#IaGvpDz8l4LzVefDqzSI4abAV3wWKCPE { 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.13745rem;display:block; }
#FRc9R9Z4Z8gwLZUkSleyKUKD5xoETK2w { color:#d1d5db;display:block;width:37.25rem;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:7.5625rem;left:0.0625rem;height:2.5996125rem;display:block; }
#WmZRt8kwMslyoWGiaWJZaO7SN0X0S7Nr { 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:12.25rem;left:0rem;display:block; }
#rWnnK0nTJn92sSibaEmWRkm8lHCqCIKo { 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:12.25rem;left:39rem;display:block; }
#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU { 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; }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .row .container { background-color: transparent; background-image: none; }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .row .container > .video-iframe-container { display: none; }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .row > .video-iframe-container { display: none; }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .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); }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .row .container { border-width: 0; border-radius: 0; }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#eI5851O4a9SAtFzRUT2zx6OhLrXIAoJS { 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; }
#duHeoNSZK3qULiZPJ96S2BSV14P4veKb { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;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.125rem;left:0rem;height:1.29980625rem;display:block; }
#I1arQAlcUbuMlONpMHu05mNI2sOWOlmb { 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; }
#E6apzIT4XS29LGUyMQXDBHDwUEWRrP0r { 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; }
#WdMHrME1VyKdRbtflzXcPB3nyg26MxG1 { 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.0625rem;height:1.13671875rem;display:block; }
#Vm8ekVgRSo8kqooa78uuui2agWJPG1l2 { 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; }
#KeVrzJ0ZqTydOwEDhFJHf8NH5s0Hf1vq { 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:4rem;width:6.625rem;top:4.03125rem;left:1.375rem;overflow:hidden;display:block; }
#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo { 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; }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row .container { background-color: transparent; background-image: none; }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row .container > .video-iframe-container { display: none; }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row > .video-iframe-container { display: none; }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .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); }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row .container { border-width: 0; border-radius: 0; }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#z0rW2sBaXUy0mZRv1Pgfnmk30tErSe1a { 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:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:38.6875rem;height:;display:block; }
#RMmUhs53XMskB78WWFtQvxW1EpSuBhBZ { 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; }
#umlTHuJwG7IaRQp50N8ILmTkxpJU6DAA { 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; }
#y6tcFcp3r1z5ahsB0tdmTlgZzvA7GtZp { 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; }
#suDV25QWrvDBVT3yrv9DR0qn0VIvb9gq { 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; }
#nwpL0bV0awxTnr9FwVmff8I5PoGpcLXK { 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; }
#TvTphzVQp1xxcPo6HTpT93V7DHuQU6ES { 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; }
#wbpT2QcSfwfGe1xRvQECoUmoARiF7O4o { color:rgba(var(--color-tertiary-0),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; }
#A3C5USg6mL9ywsplLx6u6M3K77X3nKp2 { 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; }
#bI8mUoFVGIxTXW2XvKvKp1ezvIv8gEfe { color:#f2f2f2;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5rem;left:38.6875rem;height:1.13671875rem;display:block; }
#H2wOwLvlZKzy0JpQXmSwJiUFieaBUvWd { 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; }
#H2wOwLvlZKzy0JpQXmSwJiUFieaBUvWd > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#M2Q495pIMS8yiHTbufJR1kpvZTQiLFDl { color:#f2f2f2;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.3984375rem;left:19.8125rem;height:1.13671875rem;display:block; }
@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:0.5625rem;left:0rem;width:9rem;height:2rem;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) { #XRf23Ow9icDL4QbNbaZzN9fucysehHQS { display:block; }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .row .container { width:47.75rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rw7aQZwQwizrqanieCGanXBzwsvZmwJQ { width:10.875rem;height:1.875rem;top:8.687255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnWr9GCmdA0TlEmy6RA01of9coIXeG8m { width:42rem;height:7.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WuNTALxMUX9AW3rEpAUD4Z6EfFlpTrav { width:25.9375rem;height:4.375rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KabHwhHbToJ9fTbV23TFzX64IVDzwGtv { width:24.25rem;height:3.65625rem;top:21.125rem;left:0.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fEGvTIca2ZDzy7aptL3xtmuQ4XO6Fpx6 { width:10.25rem;height:0.97485625rem;top:9.136962890625rem;left:0.671630859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vr03s8nzQUIvC0FTEbIgt1nSEZ1sU0XH { width:15.5rem;height:4.0625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7ah1UvJ9ZakyQ8mmsUKS9UbzzTJMSDb { width:15.5rem;height:4.0625rem;top:27rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qU9espaundlk7AMQy2mgARxpupeF7XtO { width:15.5rem;height:4.0625rem;top:27rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBJ4UNAJwsIf9GC9LGRfeaRHDxqKc42A { width:9.62475rem;height:1.625rem;top:28.219482421875rem;left:5.18701171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIqcfqRrE7sDU8AnnXB3NPiyrvnT8PMG { width:2.1875rem;height:2.1875rem;top:27.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HMmkZUlnV71FcpJdT7Jt9PqRSwyFUcL5 { width:2.1875rem;height:2.1875rem;top:27.9375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2erZ6tnSdaonLzZGthvocgDP4WxuzQq { width:2.1875rem;height:2.1875rem;top:27.875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PovCPpNcIzihfzob7SFt7c7U2BKkQNSg { width:8.8125rem;height:1.625rem;top:28.219482421875rem;left:22.92041015625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bPD0sfoe0vzSWyT8JqJJwghnOyrUxb3Q { width:7.5rem;height:1.625rem;top:28rem;left:38.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRQ1JsXdOe2Dx8QBSZEgwU5Ig2XqWx0F { top:3.0625rem;left:0rem;width:24.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cqIKax2LX2iTAPaqkRkqKg4N9dL2zBho { width:17.625rem;height:4.37475625rem;top:32.93701171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XdKQ2M7ZZqbcTQhrluTtvK2ybJbr4AVK { display:block; }
 }@media only screen and (max-width: 1199px) { #qPV22cES0rZkTtlKssK176E51L0QDs61 { width:39.9375rem;height:7.3125rem;top:12.625rem;left:1.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo { display:block; }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .row .container { width:47.75rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mQP9PJbyy6Q1x1E9ZHfa5k2byCQ82ncc { width:21.5625rem;height:3.25rem;top:4rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emDeDn1UOZqp8gCrM9HDZg1bkqTLoy4p { width:22.625rem;height:2.5996125rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmKz5aiDxhaT9MWnHzZvkgdSFsca4MAa { width:22.75rem;height:2.5996125rem;top:7.9375rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tatR4ZuZQyedTXcBVhGU3lGRTwcClnF3 { width:22.75rem;height:3.41015625rem;top:10.875rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8sPmq3h6BzUyc00KZ6BH6tg8GQJtZ8K { width:22.5625rem;height:2.2734375rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oun9ibAgrvHJBE6frp183prSTf8GwxbX { width:0.6875rem;height:11.8125rem;top:4rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hUsctOKvArnPMCwsI08rIe2TEc0bfuVt { width:5.25rem;height:3.375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt { display:block; }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .row .container { width:47.75rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u7odOUrRHT5qdKcvuLQWy0nTnT8estxc { 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) { #TXu2nuQ8LRhRu7xufNI7GDkrbLt3boE9 { width:37.1875rem;height:38.1875rem;top:57.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y69bVdEnF3zbGA1BU1HDT3b0fZv6klOL { width:26.9375rem;height:1.21875rem;top:51rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMPf1T5DB0te1tkSCCd3cqv2vkJ5oMZD { width:33.375rem;height:42.375rem;top:5.912109375rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eFOChSy5VU9vWZRXU3pvIODmQ5Z98VTV { width:7.9375rem;height:3.75rem;top:52.5927734375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zJhRqdhuWUm7RdvUKCWUTWT02IEASSKq { width:4.4375rem;height:4.3125rem;top:52.21875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3VMSKFrDQVGtUZhpqVaxfH8QGkgi6U0 { width:3.75rem;height:1.93725625rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6PaS9HP9FZHLSMTgGdH6bAcUJpCVL9z { width:4.3125rem;height:2.0625rem;top:53.7490234375rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vu0KaUDxt3zIX9sOv0T84Dw37S4LQCrF { width:4.4375rem;height:4.375rem;top:52.21875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s { display:block; }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row .container { width:47.75rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VBnVMzE6bWhDTITic39iVuJwkof2E3Id { 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) { #nrDiiMGxXTQTGWRHyZupi4GMoCZ7hE8u { width:42.5625rem;height:4.38720625rem;top:4.0117206573486rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OxpnAURZp2ELpQAp0ikMXWkGd8fxwIId { width:43.8111875rem;height:14.29786875rem;top:10.270833969116rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf { display:block; }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .row .container { width:47.75rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RsZ702eir1Q7clIQ7eOc1q4uMm67gHnG { width:29.625rem;height:2.19360625rem;top:3.5625rem;left:0.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jb0cZ6oTTFnOIk8nGdLnviFh8VUg5F54 { 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) { #Frzoh5xzTBREOCAG4kpmcCnUHKK9K0Vn { width:47.75rem;height:17.5rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TchgtBwSWDSGvfDgn0s1LbBvVWc4vRy1 { width:47.75rem;height:17.5rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kEEifTQCxxl5zTi68faUPTeKhr8uJFfp { width:47.75rem;height:17.5rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zQLfbC9dL3qzctIzxmqAAEA3tA0He7Q9 { width:23.375rem;height:20.125rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mw4fHRnl6WNtaadhS7e0erT3IvaF2vim { width:23.375rem;height:20.125rem;top:63.0625rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DhTfs1fT7rkNVUvDX48Bg6JxAsuGF2E4 { width:47.74875rem;height:21.1875rem;top:62.06103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtmQmTRfU5JXhJTaZ7QBO8wGPLZqvRc6 { 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) { #gWXTtHPbGWHdiyc1KZBMnzZJmR1W59V7 { 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) { #axob17OknBqSWVwgwbmOTApH3tsusK2n { width:12.0625rem;height:4.546875rem;top:74rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uh5G3UpxG5EGhdRhirgUM8w29OXC3LS0 { 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) { #OdP9ZayVFldGypmVlu0VgKFBC76cV1P9 { 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) { #i8vKuMshTxkUwfZTJstRxOLLfTNeEDu3 { width:12.9375rem;height:5.68359375rem;top:74.5rem;left:26.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMEm9yLl2KWz5VWzmBMulIRFCTk057WS { 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) { #giwyb32lhhVrzlrCyp24Eb9cvLiuzKl7 { 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) { #XanINOlZECG8Mi6ENPi5x9rdN3dDXv53 { 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) { #uracvfo2OJJBzlxb2iy5NURl73ntPFkb { 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) { #TSGChzTS537Dy95RwUeQWpTr4IbJbwPs { width:12.75rem;height:11.6875rem;top:29.03125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVadFkG5S4QTKn20uTgfuwTLeqN90TxN { width:3.0625rem;height:3.0625rem;top:64.34375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zlFUgUEGfH5G8MdLtb2pkEBJsxLOZ1Rb { width:3.0625rem;height:3.0625rem;top:64.34375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ivUuos3l5afctcdERZTlBdTxXU8LqJaw { width:6.4375rem;height:2.5625rem;top:21.15625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WO5xmCUA9OCnNcCnQcGMlacoquDaSmye { width:7.125rem;height:1.25rem;top:10.28125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzE894A7PuRLJ3FDKKhIu7ZX3g3iBKgB { width:3.0625rem;height:3.0625rem;top:27.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIlnXtFcvURryZZ9ZTxFefmgMTF5ulyX { width:6.625rem;height:6.4375rem;top:50.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ { display:block; }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .row .container { width:47.75rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zxTRE3VK3ne1IUAByhTBLt73KtVK97EL { 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) { #WOR7C9LlQJhOH8nPTv7TQnXuSLvmZRDW { 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) { #vvWfbZ7wPGvnGcInghsrTtVSgEBI2oEc { width:23.12475rem;height:12.99805625rem;top:5.318115234375rem;left:24.624755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rn2DKMRsykAdvxVPFuvOgF5fEJ140Bzr { width:23.125rem;height:11.875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv { display:block; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row .container { width:47.75rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tI5VfeQStoJuQhPo91fc8H3rBpSBdI0C { width:28.0625rem;height:1.0559875rem;top:6.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lv6f2GIg06R03RAKC4OfuvgUeRp6A5DE { width:29.625rem;height:2.19360625rem;top:3.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aM3KWNolAxZkf3AT5uUBNRXiJHQSrUzl { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AL1Xr9PMA6y6s7ay9EZZulsMipPT9Her { width:47.75rem;height:44.625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zW3MX16GzEbaWVzHtiSglUdfn82APGfp { display:block; }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .row .container { width:47.75rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iws91zczuJyyvDUdSLMUKXTXsgpz7lvT { width:26.75rem;height:2.4375rem;top:3.49951171875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcoD9xyIcpoR4W5ycdJkIBe0esbCcXpu { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ERnU9Ow0kDWHCE6qFgZxVS0UsFDBbxsZ { width:28.0625rem;height:1.0559875rem;top:6.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sICZI6T1Cq9cMr0cakbbJnvW9npVosbo { width:10.9375rem;height:0.97485625rem;top:9.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uIgwmFUeqEqtKGfe7a4QHJnGxSv2qHsV { width:9.6875rem;height:1.625rem;top:11.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z55UXC135ufSX0u92gKsDQab3d1oDRdg { width:17.5rem;height:4.0625rem;top:18.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFdr2AeMZbOoFvzFrDC4ERu7cQaEhC5F { display:block; }
 }@media only screen and (max-width: 1199px) { #MghLMEgCzZbMocFNNax7WDil3dnx0dsH { width:10.9375rem;height:0.97485625rem;top:9.812255859375rem;left:12.87451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VUcxpi9QikcAS260M2f4GTAJQDRmwNu9 { width:10.9375rem;height:4.875rem;top:11.687255859375rem;left:12.812255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WbJrzmDJRaGuzBAx3I7qT8iaTcn2pqZB { width:5.3125rem;height:0.97485625rem;top:9.75rem;left:25.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAzse92bvwhlBm9cpskLTPmHKNrhdMs0 { width:3.625rem;height:1.625rem;top:11.625rem;left:25.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNydLC3NPqBBMsJ2xZmp5uT3GnsyN52Q { width:10.9375rem;height:0.97485625rem;top:9.812255859375rem;left:36.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fft6wvJVN3MTGtAnmVZrNEFXlK2pFc9A { width:10.4375rem;height:1.625rem;top:11.625rem;left:36.750001266599rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq { display:block; }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq > .row .container { width:47.75rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qfOQ1GWRH9JHTTccJLl26SZygWPkbstH { width:20rem;height:2.84399375rem;top:2rem;left:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0Owtv17JkUszOBLOgX9R2AkKBlGANG9 { width:42.124rem;height:3.89941875rem;top:6.76953125rem;left:2.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y3Gfua1yS2f4fRS5oFPvETgPS4hT916l { width:19.75rem;height:4rem;top:12.54296875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b8LKB31bqV1Q9y9z6gSNKT5LUKDWxpWK { display:block; }
 }@media only screen and (max-width: 1199px) { #ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a { display:block; }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r5H24T545lpWUDuHPGkgWVW9dkgCdMGt { 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) { #SepwFaTiXxHNZ5eRtB1uJFtctGz7o4yl { 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) { #SXzBHQmOJqhUELd2lPrxbafenyPSv16T { width:23.75rem;height:15.625rem;top:7.5673828125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSgPO9DoAJTSHlMLeklBX9wdTwH7xbt5 { width:22.8125rem;height:19.49705625rem;top:7.337890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZnQuTDQk5PmVdcpW4xrEM86mhyWOxGN { width:6.375rem;height:1.13745rem;top:28.6875rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbEzLb5C7JOUwweXfDcmBTcSfNc12ITW { width:14.3745rem;height:3.43725625rem;top:28.0986328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xrs9RrIws5cilI6cMG3gKWppcv4OCMx1 { display:block; }
 }@media only screen and (max-width: 1199px) { #N2Ki7dOngWgFeUtToystPDUsfq87DqIi { display:block; }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .row .container { width:47.75rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TSCGoq67Orr0TWAOxZNy3NGvouqx7Crz { width:29.625rem;height:2.19360625rem;top:3.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0Zt0mLgz2drwGiaX5HLZgTpOlv0Db73 { width:29.625rem;height:1.13769375rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiDZWZOUIbQCqEdH5LZ9cmn99za9F5Sr { width:22.5rem;height:31.9375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJBLavdFHsC51KbpWoEBNRMMO7OF1A7V { width:17.4980625rem;height:3.436525rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCEtJctDTVTetWgiopxO6W9bQdw4rDXc { display:block; }
 }@media only screen and (max-width: 1199px) { #NBSLmZIU2KxovcGVrQPWOWelzoBHq6Fo { width:15.687rem;height:1.4622375rem;top:11.682861328125rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTlpZwRsHVDy6yqDgICEU2tJN8gqwsDO { width:19.9995rem;height:24.15625rem;top:13.880615234375rem;left:1.06201171875rem;font-size:0.9375rem;display:block; }#aTlpZwRsHVDy6yqDgICEU2tJN8gqwsDO li:before{  }
 }@media only screen and (max-width: 1199px) { #xNiAG4ZvPvUTJO2sT0ISVvzzkUA195T6 { width:3.0625rem;height:3.0625rem;top:8.0625rem;left:0.93750007450581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #guzSuWnR43aoEcUTd9VcD8DgZ0E2yOOR { width:1.5rem;height:1.5rem;top:8.96875rem;left:1.6875000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ah1FquPTKowbl43uKWvJr9HZiGWmMFmL { width:22.5rem;height:31.9375rem;top:7.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nk4mTcdl3eD6dOgKvd5nDyeMz783T6Av { width:3.0625rem;height:3.0625rem;top:8.1875rem;left:26.125001266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pEWK1rrg4JohGxOQZSZ9ZrEp0vFzHgHX { width:1.5rem;height:1.5rem;top:8.875rem;left:26.937501266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4pR54tCPQZAc9yVJvRhEoNq61qKlSSk { width:13.4375rem;height:1.4622375rem;top:11.87109375rem;left:28.000001266599rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qk3W0PbtZ2DKS8Kr7WQ7V9pfLraPvAdk { width:16.5rem;height:16.34375rem;top:14.2998046875rem;left:26.81201171875rem;font-size:0.9375rem;display:block; }#Qk3W0PbtZ2DKS8Kr7WQ7V9pfLraPvAdk li:before{  }
 }@media only screen and (max-width: 1199px) { #DOhLiSkQHlKUip3MO9uVrG8qgmHSEQZQ { width:22.5rem;height:31.9375rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cn3UJqTw32tPTuZrrEI2hylKNNvhOOWM { width:3.0625rem;height:3.0625rem;top:42.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4FISM4IaygoZViLxtK64nq2MFpsQfPH { width:1.5rem;height:1.5rem;top:42.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SbL0ba5oRCAT7Nm1CCpSgckF7i16Vupy { width:13.4375rem;height:1.4619125rem;top:46.25rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B86So7qzeSxV7Ud8WdCl6G1pmtCpXduN { width:19.9995rem;height:11rem;top:48.4375rem;left:1.0625rem;font-size:0.9375rem;display:block; }#B86So7qzeSxV7Ud8WdCl6G1pmtCpXduN li:before{  }
 }@media only screen and (max-width: 1199px) { #RSbrWH4eVUdH294LsQNqviVMun7RuAcd { display:block; }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row .container { width:47.75rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x8uC3zdhH1DGI0i7U1F9GkV3783tr30Z { width:29.625rem;height:2.19360625rem;top:3.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IaGvpDz8l4LzVefDqzSI4abAV3wWKCPE { width:29.625rem;height:1.13769375rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRc9R9Z4Z8gwLZUkSleyKUKD5xoETK2w { width:36.6875rem;height:2.5996125rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmZRt8kwMslyoWGiaWJZaO7SN0X0S7Nr { width:23.125rem;height:12.9375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rWnnK0nTJn92sSibaEmWRkm8lHCqCIKo { width:23.125rem;height:12.9375rem;top:11.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXMSktCwIZTWbnTO8Em3pgeosenuyuuU { display:block; }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .row .container { width:47.75rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eI5851O4a9SAtFzRUT2zx6OhLrXIAoJS { width:21.5625rem;height:3.25rem;top:4rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #duHeoNSZK3qULiZPJ96S2BSV14P4veKb { width:22.625rem;height:2.5996125rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I1arQAlcUbuMlONpMHu05mNI2sOWOlmb { width:22.75rem;height:2.5996125rem;top:7.9375rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6apzIT4XS29LGUyMQXDBHDwUEWRrP0r { width:22.75rem;height:3.41015625rem;top:10.875rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdMHrME1VyKdRbtflzXcPB3nyg26MxG1 { width:22.5625rem;height:2.2734375rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vm8ekVgRSo8kqooa78uuui2agWJPG1l2 { width:0.6875rem;height:11.8125rem;top:4rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeVrzJ0ZqTydOwEDhFJHf8NH5s0Hf1vq { width:5.25rem;height:3.375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo { display:block; }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z0rW2sBaXUy0mZRv1Pgfnmk30tErSe1a { width:9.25rem;height:1.29980625rem;top:2.625rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RMmUhs53XMskB78WWFtQvxW1EpSuBhBZ { width:7.0625rem;height:1.29980625rem;top:2.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #umlTHuJwG7IaRQp50N8ILmTkxpJU6DAA { width:10.9375rem;height:1.13745rem;top:5.36328125rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6tcFcp3r1z5ahsB0tdmTlgZzvA7GtZp { width:10.5625rem;height:4.546875rem;top:6.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #suDV25QWrvDBVT3yrv9DR0qn0VIvb9gq { width:9rem;height:2rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwpL0bV0awxTnr9FwVmff8I5PoGpcLXK { width:47.75rem;height:0.0625rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvTphzVQp1xxcPo6HTpT93V7DHuQU6ES { width:22.75rem;height:1.13745rem;top:16rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbpT2QcSfwfGe1xRvQECoUmoARiF7O4o { width:22.75rem;height:1.13745rem;top:16rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3C5USg6mL9ywsplLx6u6M3K77X3nKp2 { width:47.75rem;height:0.0625rem;top:13.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bI8mUoFVGIxTXW2XvKvKp1ezvIv8gEfe { width:10.625rem;height:1.13745rem;top:5.36328125rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2wOwLvlZKzy0JpQXmSwJiUFieaBUvWd { width:2rem;height:2rem;top:11.75rem;left:45.75rem;display:block; }
#H2wOwLvlZKzy0JpQXmSwJiUFieaBUvWd > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 1199px) { #M2Q495pIMS8yiHTbufJR1kpvZTQiLFDl { width:10.9375rem;height:1.13745rem;top:8.142578125rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@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) { #XRf23Ow9icDL4QbNbaZzN9fucysehHQS { display:block; }#XRf23Ow9icDL4QbNbaZzN9fucysehHQS > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw7aQZwQwizrqanieCGanXBzwsvZmwJQ { width:8.5rem;height:1.375rem;top:4.9361982345581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnWr9GCmdA0TlEmy6RA01of9coIXeG8m { width:16.6875rem;height:3.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuNTALxMUX9AW3rEpAUD4Z6EfFlpTrav { width:11.125rem;height:2.6875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KabHwhHbToJ9fTbV23TFzX64IVDzwGtv { width:10.4375rem;height:1.4622375rem;top:11.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEGvTIca2ZDzy7aptL3xtmuQ4XO6Fpx6 { width:7.9375rem;height:0.73095625rem;top:5.2578125rem;left:0.375rem;font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vr03s8nzQUIvC0FTEbIgt1nSEZ1sU0XH { width:9.875rem;height:3.125rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ah1UvJ9ZakyQ8mmsUKS9UbzzTJMSDb { width:9.875rem;height:3.125rem;top:15.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU9espaundlk7AMQy2mgARxpupeF7XtO { width:9.875rem;height:3.125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBJ4UNAJwsIf9GC9LGRfeaRHDxqKc42A { width:6.81225rem;height:2.19140625rem;top:15.652587890625rem;left:3.1083984375rem;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IIqcfqRrE7sDU8AnnXB3NPiyrvnT8PMG { width:1.5rem;height:1.5rem;top:16rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMmkZUlnV71FcpJdT7Jt9PqRSwyFUcL5 { width:1.5rem;height:1.5rem;top:16rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2erZ6tnSdaonLzZGthvocgDP4WxuzQq { width:1.5rem;height:1.5rem;top:19.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PovCPpNcIzihfzob7SFt7c7U2BKkQNSg { width:6.1875rem;height:1.4619125rem;top:16.01806640625rem;left:13.81201171875rem;font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bPD0sfoe0vzSWyT8JqJJwghnOyrUxb3Q { width:6.4375rem;height:1.4619125rem;top:19.375rem;left:2.9375rem;font-size:0.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NRQ1JsXdOe2Dx8QBSZEgwU5Ig2XqWx0F { width:20rem;height:0;top:42.625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #cqIKax2LX2iTAPaqkRkqKg4N9dL2zBho { width:19.9995rem;height:4.37475625rem;top:23.56201171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdKQ2M7ZZqbcTQhrluTtvK2ybJbr4AVK { display:block; }
 }@media only screen and (max-width: 763px) { #qPV22cES0rZkTtlKssK176E51L0QDs61 { width:16.4375rem;height:2.92448125rem;top:6.7864584922787rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo { display:block; }#oQOKZCQybdqAEdSQCSNpnWKXhMEo9Ggo > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQP9PJbyy6Q1x1E9ZHfa5k2byCQ82ncc { width:18.75rem;height:3.125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emDeDn1UOZqp8gCrM9HDZg1bkqTLoy4p { width:20rem;height:2.5996125rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmKz5aiDxhaT9MWnHzZvkgdSFsca4MAa { width:20rem;height:2.5996125rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tatR4ZuZQyedTXcBVhGU3lGRTwcClnF3 { width:20rem;height:3.41015625rem;top:20rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8sPmq3h6BzUyc00KZ6BH6tg8GQJtZ8K { width:20rem;height:2.2734375rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oun9ibAgrvHJBE6frp183prSTf8GwxbX { width:1.5rem;height:10.9375rem;top:15.125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUsctOKvArnPMCwsI08rIe2TEc0bfuVt { width:5.375rem;height:3.1875rem;top:1.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt { display:block; }#lJ3Tedsy7sm38HcCc44aQXyOk6HeylRt > .row .container { width:20rem;height:106.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7odOUrRHT5qdKcvuLQWy0nTnT8estxc { 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) { #TXu2nuQ8LRhRu7xufNI7GDkrbLt3boE9 { width:20rem;height:20.537125rem;top:85.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y69bVdEnF3zbGA1BU1HDT3b0fZv6klOL { width:20rem;height:2.2734375rem;top:71.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMPf1T5DB0te1tkSCCd3cqv2vkJ5oMZD { width:20rem;height:61.25rem;top:7.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFOChSy5VU9vWZRXU3pvIODmQ5Z98VTV { width:7.9375rem;height:3.75rem;top:74.4375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJhRqdhuWUm7RdvUKCWUTWT02IEASSKq { width:4.4375rem;height:4.3125rem;top:78.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3VMSKFrDQVGtUZhpqVaxfH8QGkgi6U0 { width:3.75rem;height:1.9375rem;top:75.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6PaS9HP9FZHLSMTgGdH6bAcUJpCVL9z { width:4.25rem;height:2.0625rem;top:75.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu0KaUDxt3zIX9sOv0T84Dw37S4LQCrF { width:4.4375rem;height:4.375rem;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s { display:block; }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBnVMzE6bWhDTITic39iVuJwkof2E3Id { width:20rem;height:1.13745rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrDiiMGxXTQTGWRHyZupi4GMoCZ7hE8u { width:20rem;height:12.1875rem;top:4.38671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxpnAURZp2ELpQAp0ikMXWkGd8fxwIId { width:19.9986875rem;height:22.09668125rem;top:18.449220657349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf { display:block; }#FZ4kIFa421rXTdNJD4HV6g0LOHlQTAwf > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsZ702eir1Q7clIQ7eOc1q4uMm67gHnG { width:20rem;height:2.4375rem;top:4.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb0cZ6oTTFnOIk8nGdLnviFh8VUg5F54 { width:20rem;height:1.13745rem;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frzoh5xzTBREOCAG4kpmcCnUHKK9K0Vn { width:20rem;height:10.625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TchgtBwSWDSGvfDgn0s1LbBvVWc4vRy1 { width:20rem;height:10.625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEEifTQCxxl5zTi68faUPTeKhr8uJFfp { width:20rem;height:10.625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQLfbC9dL3qzctIzxmqAAEA3tA0He7Q9 { width:20rem;height:10.625rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw4fHRnl6WNtaadhS7e0erT3IvaF2vim { width:20rem;height:10.625rem;top:42.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DhTfs1fT7rkNVUvDX48Bg6JxAsuGF2E4 { width:19.9995rem;height:22.2495rem;top:41.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtmQmTRfU5JXhJTaZ7QBO8wGPLZqvRc6 { 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) { #gWXTtHPbGWHdiyc1KZBMnzZJmR1W59V7 { width:15.6875rem;height:3.8994125rem;top:12.75rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axob17OknBqSWVwgwbmOTApH3tsusK2n { width:14.4375rem;height:2.9245625rem;top:58.625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh5G3UpxG5EGhdRhirgUM8w29OXC3LS0 { 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) { #OdP9ZayVFldGypmVlu0VgKFBC76cV1P9 { 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) { #i8vKuMshTxkUwfZTJstRxOLLfTNeEDu3 { width:14.0625rem;height:2.9245625rem;top:47.4375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMEm9yLl2KWz5VWzmBMulIRFCTk057WS { width:16.3125rem;height:3.57421875rem;top:32.8125rem;left:0.625rem;font-size:1.375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #giwyb32lhhVrzlrCyp24Eb9cvLiuzKl7 { width:17.6875rem;height:2.9245625rem;top:36.69921875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XanINOlZECG8Mi6ENPi5x9rdN3dDXv53 { 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) { #uracvfo2OJJBzlxb2iy5NURl73ntPFkb { width:17.1875rem;height:2.9245625rem;top:24.1875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSGChzTS537Dy95RwUeQWpTr4IbJbwPs { width:8.75rem;height:8rem;top:20.2958984375rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVadFkG5S4QTKn20uTgfuwTLeqN90TxN { width:1.5rem;height:1.5rem;top:53rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlFUgUEGfH5G8MdLtb2pkEBJsxLOZ1Rb { width:1.5rem;height:1.5rem;top:44.0625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivUuos3l5afctcdERZTlBdTxXU8LqJaw { width:4.0625rem;height:1.5rem;top:17.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO5xmCUA9OCnNcCnQcGMlacoquDaSmye { width:7.125rem;height:1.25rem;top:8.65625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzE894A7PuRLJ3FDKKhIu7ZX3g3iBKgB { width:1.5rem;height:1.5rem;top:20.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIlnXtFcvURryZZ9ZTxFefmgMTF5ulyX { width:1.5rem;height:1.4375rem;top:31.84375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ { display:block; }#GoGEzfqI0Fz16cTeNlzT4nobSIRRSSJQ > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxTRE3VK3ne1IUAByhTBLt73KtVK97EL { width:20rem;height:1.13745rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOR7C9LlQJhOH8nPTv7TQnXuSLvmZRDW { width:20rem;height:2.4375rem;top:4.38671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvWfbZ7wPGvnGcInghsrTtVSgEBI2oEc { width:20rem;height:15.59768125rem;top:8.198974609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2DKMRsykAdvxVPFuvOgF5fEJ140Bzr { height:11.127625rem;width:20rem;top:25.664064407349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv { 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; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv.adaptive-delivery-prevent-bg, #mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv.lazyload, #mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv.lazyloading { background-image: none; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row .container { background-color: transparent; background-image: none; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row .container > .video-iframe-container { display: none; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row > .video-iframe-container { display: none; }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .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); }#mht6Wcn3Pt7D13MndOTZ0cpnyXVKrXSv > .row .container { width:20rem;height:96.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tI5VfeQStoJuQhPo91fc8H3rBpSBdI0C { width:20rem;height:2.5996125rem;top:7.7838554382325rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv6f2GIg06R03RAKC4OfuvgUeRp6A5DE { width:20rem;height:2.6001rem;top:3.311767578125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM3KWNolAxZkf3AT5uUBNRXiJHQSrUzl { width:20rem;height:1.13745rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL1Xr9PMA6y6s7ay9EZZulsMipPT9Her { width:20rem;height:81.75rem;top:12.256511688233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW3MX16GzEbaWVzHtiSglUdfn82APGfp { display:block; }#zW3MX16GzEbaWVzHtiSglUdfn82APGfp > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iws91zczuJyyvDUdSLMUKXTXsgpz7lvT { width:20rem;height:4.38720625rem;top:3.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcoD9xyIcpoR4W5ycdJkIBe0esbCcXpu { width:20rem;height:1.13769375rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERnU9Ow0kDWHCE6qFgZxVS0UsFDBbxsZ { width:20rem;height:2.5996125rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sICZI6T1Cq9cMr0cakbbJnvW9npVosbo { width:12.5rem;height:0.9746125rem;top:13.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIgwmFUeqEqtKGfe7a4QHJnGxSv2qHsV { width:15.625rem;height:1.625rem;top:14.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55UXC135ufSX0u92gKsDQab3d1oDRdg { width:20rem;height:3.4375rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFdr2AeMZbOoFvzFrDC4ERu7cQaEhC5F { display:block; }
 }@media only screen and (max-width: 763px) { #MghLMEgCzZbMocFNNax7WDil3dnx0dsH { width:12.5rem;height:0.9746125rem;top:18.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUcxpi9QikcAS260M2f4GTAJQDRmwNu9 { width:19.3125rem;height:3.25rem;top:19.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbJrzmDJRaGuzBAx3I7qT8iaTcn2pqZB { width:12.5rem;height:0.9746125rem;top:24.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAzse92bvwhlBm9cpskLTPmHKNrhdMs0 { width:15.625rem;height:1.625rem;top:25.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNydLC3NPqBBMsJ2xZmp5uT3GnsyN52Q { width:12.5rem;height:0.9746125rem;top:28.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fft6wvJVN3MTGtAnmVZrNEFXlK2pFc9A { width:15.625rem;height:1.625rem;top:29.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq { display:block; }#mTp7Ip2b8eUg4bKdWk2IU9dVAiXMWGzq > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfOQ1GWRH9JHTTccJLl26SZygWPkbstH { 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) { #i0Owtv17JkUszOBLOgX9R2AkKBlGANG9 { width:17.8125rem;height:7.79880625rem;top:6.474609375rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y3Gfua1yS2f4fRS5oFPvETgPS4hT916l { width:19.999rem;height:3.999025rem;top:16.1474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8LKB31bqV1Q9y9z6gSNKT5LUKDWxpWK { display:block; }
 }@media only screen and (max-width: 763px) { #ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a { display:block; }#ufQhC3po7s5CwJcuA9dEkOTJw8LTNl1a > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5H24T545lpWUDuHPGkgWVW9dkgCdMGt { width:20rem;height:2.6001rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SepwFaTiXxHNZ5eRtB1uJFtctGz7o4yl { width:20rem;height:1.13745rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXzBHQmOJqhUELd2lPrxbafenyPSv16T { width:20rem;height:13.333rem;top:7.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSgPO9DoAJTSHlMLeklBX9wdTwH7xbt5 { width:20rem;height:22.09668125rem;top:22.8056640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZnQuTDQk5PmVdcpW4xrEM86mhyWOxGN { width:6.375rem;height:1.13745rem;top:43.0625rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbEzLb5C7JOUwweXfDcmBTcSfNc12ITW { width:19.9995rem;height:3.43725625rem;top:46.374755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrs9RrIws5cilI6cMG3gKWppcv4OCMx1 { display:block; }
 }@media only screen and (max-width: 763px) { #N2Ki7dOngWgFeUtToystPDUsfq87DqIi { display:block; }#N2Ki7dOngWgFeUtToystPDUsfq87DqIi > .row .container { width:20rem;height:105.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSCGoq67Orr0TWAOxZNy3NGvouqx7Crz { width:20rem;height:5.20019375rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0Zt0mLgz2drwGiaX5HLZgTpOlv0Db73 { width:20rem;height:1.13769375rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiDZWZOUIbQCqEdH5LZ9cmn99za9F5Sr { width:19.6875rem;height:28rem;top:10.187255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJBLavdFHsC51KbpWoEBNRMMO7OF1A7V { width:19.99875rem;height:3.436525rem;top:99.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCEtJctDTVTetWgiopxO6W9bQdw4rDXc { display:block; }
 }@media only screen and (max-width: 763px) { #NBSLmZIU2KxovcGVrQPWOWelzoBHq6Fo { width:15.43725rem;height:1.4622375rem;top:14.124755859375rem;left:2.28076171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTlpZwRsHVDy6yqDgICEU2tJN8gqwsDO { width:17.8125rem;height:20.0019375rem;top:16.4365234375rem;left:1.0302734375rem;font-size:0.8125rem;display:block; }#aTlpZwRsHVDy6yqDgICEU2tJN8gqwsDO li:before{  }
 }@media only screen and (max-width: 763px) { #xNiAG4ZvPvUTJO2sT0ISVvzzkUA195T6 { width:3.0625rem;height:3.0625rem;top:10.5rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guzSuWnR43aoEcUTd9VcD8DgZ0E2yOOR { width:1.5rem;height:1.5rem;top:11.249755859375rem;left:1.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah1FquPTKowbl43uKWvJr9HZiGWmMFmL { width:19.6875rem;height:28rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk4mTcdl3eD6dOgKvd5nDyeMz783T6Av { width:3.0625rem;height:3.0625rem;top:71rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEWK1rrg4JohGxOQZSZ9ZrEp0vFzHgHX { width:1.5rem;height:1.5rem;top:71.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4pR54tCPQZAc9yVJvRhEoNq61qKlSSk { width:13.4375rem;height:1.4619125rem;top:74.8125rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk3W0PbtZ2DKS8Kr7WQ7V9pfLraPvAdk { width:16.5rem;height:14.223625rem;top:76.875rem;left:1.1875rem;font-size:0.8125rem;display:block; }#Qk3W0PbtZ2DKS8Kr7WQ7V9pfLraPvAdk li:before{  }
 }@media only screen and (max-width: 763px) { #DOhLiSkQHlKUip3MO9uVrG8qgmHSEQZQ { width:19.6875rem;height:28rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn3UJqTw32tPTuZrrEI2hylKNNvhOOWM { width:3.0625rem;height:3.0625rem;top:40.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4FISM4IaygoZViLxtK64nq2MFpsQfPH { width:1.5rem;height:1.5rem;top:41.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbL0ba5oRCAT7Nm1CCpSgckF7i16Vupy { width:13.4375rem;height:1.4619125rem;top:44.3125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B86So7qzeSxV7Ud8WdCl6G1pmtCpXduN { width:17.8125rem;height:9.6953125rem;top:46.375rem;left:1.1875rem;font-size:0.8125rem;display:block; }#B86So7qzeSxV7Ud8WdCl6G1pmtCpXduN li:before{  }
 }@media only screen and (max-width: 763px) { #RSbrWH4eVUdH294LsQNqviVMun7RuAcd { display:block; }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8uC3zdhH1DGI0i7U1F9GkV3783tr30Z { width:20rem;height:2.6001rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaGvpDz8l4LzVefDqzSI4abAV3wWKCPE { width:20rem;height:1.13769375rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRc9R9Z4Z8gwLZUkSleyKUKD5xoETK2w { width:20rem;height:5.19921875rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmZRt8kwMslyoWGiaWJZaO7SN0X0S7Nr { height:11.189189189189rem;width:20rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnnK0nTJn92sSibaEmWRkm8lHCqCIKo { height:11.189189189189rem;width:20rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXMSktCwIZTWbnTO8Em3pgeosenuyuuU { display:block; }#iXMSktCwIZTWbnTO8Em3pgeosenuyuuU > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eI5851O4a9SAtFzRUT2zx6OhLrXIAoJS { width:18.75rem;height:3.125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duHeoNSZK3qULiZPJ96S2BSV14P4veKb { width:20rem;height:2.5996125rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1arQAlcUbuMlONpMHu05mNI2sOWOlmb { width:20rem;height:2.5996125rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6apzIT4XS29LGUyMQXDBHDwUEWRrP0r { width:20rem;height:3.41015625rem;top:20rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMHrME1VyKdRbtflzXcPB3nyg26MxG1 { width:20rem;height:2.2734375rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm8ekVgRSo8kqooa78uuui2agWJPG1l2 { width:1.5rem;height:10.9375rem;top:15.125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeVrzJ0ZqTydOwEDhFJHf8NH5s0Hf1vq { width:5.375rem;height:3.1875rem;top:1.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo { display:block; }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0rW2sBaXUy0mZRv1Pgfnmk30tErSe1a { width:9.375rem;height:1.29980625rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMmUhs53XMskB78WWFtQvxW1EpSuBhBZ { width:9.375rem;height:1.29980625rem;top:7.75rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlTHuJwG7IaRQp50N8ILmTkxpJU6DAA { width:9.375rem;height:1.13745rem;top:9.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6tcFcp3r1z5ahsB0tdmTlgZzvA7GtZp { width:17.0625rem;height:2.2734375rem;top:3.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suDV25QWrvDBVT3yrv9DR0qn0VIvb9gq { width:9rem;height:2rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwpL0bV0awxTnr9FwVmff8I5PoGpcLXK { width:20rem;height:0.0625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTphzVQp1xxcPo6HTpT93V7DHuQU6ES { width:20rem;height:1.13745rem;top:20.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbpT2QcSfwfGe1xRvQECoUmoARiF7O4o { width:20rem;height:1.13745rem;top:18.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3C5USg6mL9ywsplLx6u6M3K77X3nKp2 { width:20rem;height:0.0625rem;top:6.25rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bI8mUoFVGIxTXW2XvKvKp1ezvIv8gEfe { width:9.375rem;height:1.13671875rem;top:9.875rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2wOwLvlZKzy0JpQXmSwJiUFieaBUvWd { display:flex;width:2rem;height:2rem;top:14.625rem;left:18rem; }
#H2wOwLvlZKzy0JpQXmSwJiUFieaBUvWd > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #M2Q495pIMS8yiHTbufJR1kpvZTQiLFDl { width:13.875rem;height:1.13745rem;top:12.13671875rem;left:0rem;font-size:0.875rem;display:block; }
 }