.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; }
#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66d04946-e072-4691-8ff5-5dc6d1fbb82d/mscgloballogisticsandsupplychainmanagementscaled.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5.adaptive-delivery-prevent-bg, #xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5.lazyload, #xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5.lazyloading { background-image: none; }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .row .container { background-color: transparent; background-image: none; }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .row .container > .video-iframe-container { display: none; }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .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); }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .row > .video-iframe-container { display: none; }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .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); }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .row .container { border-width: 0; border-radius: 0; }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5::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; }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#MDJpfTNtHlZlWT72niLWbso4vcsyrfRB { box-sizing:content-box;height:1.875rem;width:11.625rem;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.56201171875rem;left:0rem;display:block; }
#cLqCIdycXzFE1Ogdc9b5Sz9746fuB6XX { box-sizing:content-box;height:4.8125rem;width:33.6875rem;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.1875rem;left:0rem;display:block; }
#fE8Lmi2sc6oo8pGU4n49f2LwcqF1N1l3 { box-sizing:content-box;height:4.8125rem;width:43.125rem;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:16.375rem;left:0rem;display:block; }
#KfQ3P7SOl806Z2AnPPim4cMVKz9mCALa { color:rgba(var(--color-tertiary-4),1);display:block;width:40.25rem;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.125rem;left:1.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NlkdB7cLXXQAMbIEkniMbpzK6BuKh9uI { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6875rem;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:16.375rem;left:1.0625rem;height:;display:block; }
#laum7EEkl3wcJAMkaORfWtO53iaBbzEG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;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.874755859375rem;left:0.5625rem;height:1.1875rem;display:block; }
#Hy9284ToxTTTUsg7H5c0xEGTaE4TG0Tq { 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; }
#TUrfwsm7wCIzTsuffGLTN0BkBQEKhIAh { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:4.37475625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:block; }
#Fg0OH0ZWlfnBTDIer0kvPmlJxwcTHzDp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8P7Rm0TtpE6PX4Er8Q3nKDXT1XlTUXx { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.0625rem;left:0rem;display:block; }
#rioLe9ZoryOchwSyT5SXo6Zrc5OXW43S { color:rgba(var(--color-tertiary-0),1);display:block;width:13.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:24.4375rem;left:5.75rem;height:2rem;display:block; }
#DH68sQqlk4Kqcc3T4QC0qHyuTOu0hWKV { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:24.9375rem;left:0.5625rem;overflow:hidden;display:block; }
#SoEmaAEhP5TyaHwm2QygVGcsuTyIn82t { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.0625rem;left:22.0625rem;display:block; }
#Tu0a82o4G1wvbFQpBrcnBnybxbodL1R2 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:23.9375rem;left:23.625rem;overflow:hidden;display:block; }
#Mam8EziDJJ0Gy08voPKsORQteaRGqFBh { 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:15027;line-height:1.3;letter-spacing:0;top:24.4375rem;left:29.0625rem;height:2rem;display:block; }
#PlPL3Q7bv4laSkiWs87K1yWFmWsJlQX7 { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.0625rem;left:44.0625rem;display:block; }
#TSAxvSlKoVh4XTzwKlFCGHcMf60UJkFT { position:absolute;display:block;z-index:15029;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:23.9375rem;left:46.0625rem;overflow:hidden;display:block; }
#hulA65cbFMFOg6NePWXZBWD4lUfVQrir { 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:15028;line-height:1.3;letter-spacing:0;top:24.4375rem;left:53rem;height:2rem;display:block; }
#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 { 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; }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .row .container { background-color: transparent; background-image: none; }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .row .container > .video-iframe-container { display: none; }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .row > .video-iframe-container { display: none; }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .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); }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .row .container { border-width: 0; border-radius: 0; }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#s0nZBDkdqg3UvULT8cO3QlATFTppinBT { 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; }
#bigUJBQTQMf6zn4eCWQpEnuJHryNH2qp { position:absolute;display:block;z-index:15001;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.125rem;width:14rem;top:4.875rem;left:0.1875rem;overflow:hidden;display:block; }
#TMZcJ053bWrTwkIfQ5WNFHTsafgevCFD { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.09375rem;left:0.125rem;height:1.25rem;display:block; }
#x24ZyinTf9qMST1w4ncVCdGAaNoSTMTV { 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.25rem;display:block; }
#cEvHCenDkXkd8H7QBW6QRRVv7Xu8QWXp { 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.25rem;display:block; }
#HWoIJ6oezXJN7rGLOPWrc6ymv03Ss4NM { color:rgba(var(--color-tertiary-1),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.125rem;left:0.1875rem;height:1.125rem;display:block; }
#qpm0L5zy3S7RK7NdOgzHQGotxxEWGInT { 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; }
#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { background-color: transparent; background-image: none; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container > .video-iframe-container { display: none; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row > .video-iframe-container { display: none; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { border-width: 0; border-radius: 0; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#mAAqZJVJ3cvkubhJ7Z700PkMydJeoa52 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:39.0625rem;height:4.375rem;display:block; }
#QTCvkPpE9erfP2a1p8rrDFeCz5ZSfQUF { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.1875rem;width:37.1875rem;top:9.6875rem;left:0rem;overflow:hidden;display:block; }
#Kdslk0TvTr34cVIMBBOTFdTME1FazFVp { color:rgba(var(--color-tertiary-1),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0.09375rem;height:;display:block; }
#mpCHiwglTWzafW2JlLWImrs5VgzOftKS { position:absolute;display:block;z-index:15004;height:42.375rem;width:33.375rem;top:7.25rem;left:39.0625rem;display:block; }
#dKBsESiLTC4h2eHosA0iNdmCngrdsySx { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.0625rem;top:1.9365234375rem;left:11.375rem;overflow:hidden;display:block; }
#xTPLgzUDZ6ec5dcpZsN79WC9PNTQyprh { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.5rem;top:2.1240234375rem;left:29.34375rem;overflow:hidden;display:block; }
#vPVVdNso5SBOiTeC33LVrwVUZ8Q7hwvt { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.49975625rem;width:4.625rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#zN11S35RvslWQcpDcQaHM37M6VzaxayE { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:4.75rem;top:3.1875rem;left:6.625rem;overflow:hidden;display:block; }
#DBGJzP0TXdRL3vLvXXOGGme86L1z2Mr6 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.4375rem;top:2.1240234375rem;left:22.4375rem;overflow:hidden;display:block; }
#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni { 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; }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .row .container { background-color: transparent; background-image: none; }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .row .container > .video-iframe-container { display: none; }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .row > .video-iframe-container { display: none; }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .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); }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .row .container { border-width: 0; border-radius: 0; }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#IootH55DoumUn1T6HzGTBhm3LRTGDaCC { 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; }
#CikI5JyVuJ2xhP2ZRO5E4w1JQWqgz11n { color:rgba(var(--color-tertiary-0),1);display:block;width:57.4375rem;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:8.375rem;display:block; }
#MyVqBB78vEkb4T3sJTvMKhzoKf70TrxM { 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:3.75rem;font-style:normal;display:block; }
#irCJi234WM4ET6fcCzTtbdooyaW4aUSl { 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; }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .row .container { background-color: transparent; background-image: none; }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .row .container > .video-iframe-container { display: none; }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .row > .video-iframe-container { display: none; }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .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); }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .row .container { border-width: 0; border-radius: 0; }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#pTPqIGzeu9n5S4mdlDgqc7WyrH4KzgZC { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;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.1875rem;display:block; }
#FuRBU32Mc7H1mOknVNoxoSV0ZcfGoPmA { 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.125rem;display:block; }
#FDb2nydTNL0Mic5otktoP97w2wp7hTXT { 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; }
#pImir9d3bOgRkSsNzmxdyBxTfSvOuPnQ { 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; }
#weqtnd8Rs1FR3PwJhqonVPnf1akHEVfr { 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; }
#WmIhLZQIk5LFWRemlX6fO2xEECGaaFPf { 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; }
#GPBT3us1uRgSryzLN3qv8pIK9Cv94gqQ { 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.4375rem;overflow:hidden;display:block; }
#AwXk5tL2pzhsWq4gT01O4rTLnUPRhfnz { 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; }
#ITfVw3vFXKbH6w5wArVGZ6o6vTiVXO7u { 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; }
#G1xQhT85pX2dbpoP17lXK76nOTk0Qdwv { color:rgba(var(--color-tertiary-1),1);display:block;width:15.5rem;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.375rem;font-style:normal;display:block; }
#Wl2iu9LhThPB5Hq2X00JvtLPPO4RbRl1 { 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:;font-style:normal;display:block; }
#Ny2pL7TLq5EQk8bMuaemJPRxw6NpEZT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.0625rem;left:59.125rem;height:;font-style:normal;display:block; }
#S80BhWMrk291kFeWCR5iXliWhS5CPDdt { color:rgba(var(--color-tertiary-1),1);display:block;width:15.875rem;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.62109375rem;left:58.998779296875rem;height:3.375rem;font-style:normal;display:block; }
#smTrE2Fq2o8pgFUW695aoq7pROJpBS4Z { 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:15014;line-height:1.3;letter-spacing:0;top:36.375rem;left:50.78125rem;height:;font-style:normal;display:block; }
#xQcfFUJxSPmi5oQ9PAxuTxuqp1mkV2Ag { 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.375rem;font-style:normal;display:block; }
#vwHQEcM85N5lXbWsS3hu3ePXMVDgKGh9 { 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:;font-style:normal;display:block; }
#bRA8ZH97d2wTe7W08M1RVkc5P6Dem2Wd { 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.5rem;font-style:normal;display:block; }
#vxZhbzAcdvJnNGbXpWHspUtBzaD7Twqv { 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; }
#K8ztO1CFlCKdvtV9Iye81iRfIgufDN6T { 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; }
#TIrCaKN5Lewd3r2naFIcQBT6TgUvrxtW { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:10.8125rem;left:59.125rem;overflow:hidden;display:block; }
#TJ1QpsgDHxn8IraR1JQXqQCDdFS2UVzG { 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; }
#aWDDbQz3pDx0Jd4zkOxS8IDoxJFKJlN0 { 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; }
#BEckJxza2FsXsAHSe8RVzCLIdLZAVTro { 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; }
#f1fyR2UxsC2Ub8PVrKUreNS7huZo9OC5 { 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; }
#VuITv9DI5ce5CxP6rClU20udy8QdTxIb { box-sizing:content-box;height:22.4375rem;width:36.25rem;position:absolute;display:block;z-index:15008;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:7.8125rem;left:38.7509765625rem;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:33.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:1.125rem;display:block; }
#nrDiiMGxXTQTGWRHyZupi4GMoCZ7hE8u { 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.1875rem;display:block; }
#OxpnAURZp2ELpQAp0ikMXWkGd8fxwIId { 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:15.6064453125rem;left:40.9375rem;height:10rem;font-style:normal;display:block; }
#NoprWQc9xfsrSC0HR1I1t0d8zXbpDVBS { 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; }
#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM { 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; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row .container { background-color: transparent; background-image: none; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row .container > .video-iframe-container { display: none; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row > .video-iframe-container { display: none; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .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); }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row .container { border-width: 0; border-radius: 0; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#aRe1PmUsUSwUX1G46JVegeQz12iEgHPP { color:rgba(var(--color-tertiary-1),1);display:block;width:38.12475rem;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:9rem;left:0rem;height:1.25rem;font-style:normal;display:block; }
#zRsc5oNFyvGp9eR4Zm9s3Z6RFxPybysR { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.68701171875rem;left:0.062255859375rem;height:4.1875rem;display:block; }
#XgSPQMtQKDsDTVUw7sB3xtSPhdWwL72K { 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.125rem;display:block; }
#LOxhauTUU7gVkGqn5pApFo2xKOM2kwBV { position:absolute;display:block;z-index:15052;height:36.75rem;width:74.936875rem;top:12.17431640625rem;left:0rem;display:block; }
#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut { 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; }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .row .container { background-color: transparent; background-image: none; }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .row .container > .video-iframe-container { display: none; }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .row > .video-iframe-container { display: none; }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .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); }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .row .container { border-width: 0; border-radius: 0; }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#W7cHyTq6em9ue1guN9ecrb5lyTpFLboW { 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.1875rem;display:block; }
#OZDfAEqTIOuLDyTCPbS33sIAKFXLoBqk { 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.125rem;display:block; }
#HlzgQ7pdGoSB4GA1QUdwWXU8J4uMAMdb { 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.25rem;font-style:normal;display:block; }
#dIIsDghp3aKZTipXxmTXkcul0HhGo1Mv { 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.9375rem;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; }
#TTN5UnbDh8LQSiyEFGp4oWD7B4yJbNAd { 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:;display:block; }
#KWaI1da6nNRrWflS7ommvwCnPaSettEk { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49975rem;height:4.0620125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:17.15478515625rem;left:0rem;display:block; }
#x0vmRgvD1vE8a80b6coOiSn1rAQqIhaL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxTLH6IDofl8SPUkpWNWJw35NTaxDr6o { 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.9375rem;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; }
#Sh9IcIGIaVG2S9TSONuXLD0fRD6RelbB { 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:;display:block; }
#JkoS7oRrpmbnAQF9NVp2LFlzvXbK5kpm { 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.9375rem;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; }
#pVsXChnuFrKkKS43UNwdTWDuRt7u68Hn { 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:2rem;display:block; }
#nvJwSNd0LfrJs84QDOkPFG2c7VGauxTS { 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.9375rem;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; }
#e1sBClQKd9CSK1Rrq6yvoghBmlMRwdDG { 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:;display:block; }
#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP { position:relative;display:block; }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP { background-color: transparent; background-image: none; }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP > .row .container > .video-iframe-container { display: none; }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP > .row > .video-iframe-container { display: none; }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP > .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); }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP { border-width: 0; border-radius: 0; }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP > .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; }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP > .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; }#yNdGNhTUIw75ftnteVb0UbWzdIyWlwk9 { 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.8125rem;display:block; }
#CzK3TE2A19c1pfuTBdUOBv7oOhmOqV2n { 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.75rem;display:block; }
#HEfOOBI6Bmlc7ha3KZ8kJTcTX5w162nL { 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; }
#khSpMRfLtbR3RsTQDXqisJCT3TEOfTg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#unVr8KNowBklTQCfT3A2BMkTNVq11iEh { 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; }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .row .container { background-color: transparent; background-image: none; }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .row .container > .video-iframe-container { display: none; }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .row > .video-iframe-container { display: none; }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .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); }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .row .container { border-width: 0; border-radius: 0; }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#EJOwV8bq5nmZvogdDAGbwXCRV1LQOl8A { 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.8125rem;display:block; }
#fQfNMiJIJFuiRmnQOOZmZhifN3IOBcEQ { 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:1.125rem;display:block; }
#chfvGAH8mAI37EIX5uE51NaKM46ezP3c { 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:12.5rem;display:block; }
#ADzdJSeKvNNsOPagQoyXN07cmpMFPEzJ { 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.125rem;font-style:normal;display:block; }
#qVeUWTTXDTMabKxHlLTstpIWf5BwEPsH { 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; }
#tGwXrFthuZa6pCRyRLP8ELHgSZEZFkCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kgUpThDunCwdAeIMSswTWBGLu7SH3GUS { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.875rem;width:37.5625rem;top:4.374755859375rem;left:37.437744140625rem;display:block; }
#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v { 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; }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .row .container { background-color: transparent; background-image: none; }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .row .container > .video-iframe-container { display: none; }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .row > .video-iframe-container { display: none; }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .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); }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .row .container { border-width: 0; border-radius: 0; }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#g3eRWNxMoxbTCo1bxTQWZAhs85rX3QdA { color:rgba(var(--color-tertiary-0),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.062255859375rem;height:4.1875rem;display:block; }
#xVxfTBDvgLZ1sZMoehx1Zz2wTxviccGW { 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.125rem;display:block; }
#zSig310JRTWbd5RE5fgOfQdWN73lfoZh { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:22.5rem;top:9.87451171875rem;left:0rem;overflow:hidden;display:block; }
#OWPT3PeD3v4ZqnWzph45gNfgLka7e4JB { 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.4980625rem;height:4.061525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.5615234375rem;left:0rem;display:block; }
#Z7lSArMRg1QPUQuaGRrOIgqotpaef7ha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLDoJZqUyXCanqOZOKdQ95dHCFyTxl2n { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.874755859375rem;left:2.374755859375rem;height:1.4375rem;display:block; }
#RqNo41NafH7NBGS6vAqXxeA01KIptTGb { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.087158203125rem;left:0.9228515625rem;height:;display:block; }#RqNo41NafH7NBGS6vAqXxeA01KIptTGb li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#RqNo41NafH7NBGS6vAqXxeA01KIptTGb li:before{  }
#HUTq7w6iX2GJwr8K2FiFiUBqMFAT8kM6 { box-sizing:content-box;height:3.06225625rem;width:3.06225625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:0.8125rem;display:block; }
#qXTwgK4PzMsmgDxVtrVcHGSBNwRFqEbM { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:11.6875rem;left:1.5625rem;overflow:hidden;display:block; }
#vq6FxoBJIRsG6kNzv5lHdBOSm2rSExFc { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:22.5rem;top:9.875rem;left:26.3125rem;overflow:hidden;display:block; }
#uXaQPJ3HAVoLWW4rW7BoZ8hRT11s8FKp { box-sizing:content-box;height:3.06225625rem;width:3.06225625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:27.4375rem;display:block; }
#TLeV59EoUrKwKX594kZGnMnSaTfcgmhv { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:11.6875rem;left:28.25rem;overflow:hidden;display:block; }
#vbMBquLcLDdETkTqDh3LJyJseBdrw1xr { color:rgba(var(--color-tertiary-0),1);display:block;width:13.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:30.1875rem;height:1.4375rem;display:block; }
#AnKKEtSgKpacvJGi2ISwKe2NV548HwKr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.25rem;left:28.25rem;height:;display:block; }#AnKKEtSgKpacvJGi2ISwKe2NV548HwKr li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#AnKKEtSgKpacvJGi2ISwKe2NV548HwKr li:before{  }
#VD6tCRkQTOKb96Ey539zJnzPTJAuXrEk { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:22.5rem;top:9.875rem;left:52.5rem;overflow:hidden;display:block; }
#QlpcHyzUOsM4rmDhPBBPhoTyE16uPwZw { box-sizing:content-box;height:3.06225625rem;width:3.06225625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:53.4375rem;display:block; }
#bJrN1cDT43bpKVzDz9HTJzVCD1y8qCME { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:11.6875rem;left:54.25rem;overflow:hidden;display:block; }
#OqUFB1fkrrdhhToizOWrM2mH3tLxGPIT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.43625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.8740234375rem;left:55.749755859375rem;height:1.4375rem;display:block; }
#sdnIyeHMoQMC8UFm2THgdy7FQZnXcBTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.25rem;left:54.25rem;height:10.75rem;display:block; }#sdnIyeHMoQMC8UFm2THgdy7FQZnXcBTQ li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#sdnIyeHMoQMC8UFm2THgdy7FQZnXcBTQ 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:40.1875rem;width:75rem;position:relative;display:block; }#x8uC3zdhH1DGI0i7U1F9GkV3783tr30Z { color:rgba(var(--color-tertiary-0),1);display:block;width:69.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:0.0615234375rem;height:8.375rem;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.125rem;display:block; }
#FRc9R9Z4Z8gwLZUkSleyKUKD5xoETK2w { color:#d1d5db;display:block;width:37.24875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.348388671875rem;left:0rem;height:2.5rem;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:17.8125rem;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:17.8125rem;left:39rem;display:block; }
#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk { 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; }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .row .container { background-color: transparent; background-image: none; }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .row .container > .video-iframe-container { display: none; }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .row > .video-iframe-container { display: none; }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .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); }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .row .container { border-width: 0; border-radius: 0; }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#Mld5yAyf3UHDA3s4hMOTqJZAzRDD12TS { 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; }
#VuleJJaT2SZ43SaQVfOyd80iW6rnu7hb { position:absolute;display:block;z-index:15001;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.125rem;width:14rem;top:4.875rem;left:0.1875rem;overflow:hidden;display:block; }
#N6R81DRcLVate3qraJ2yDcUfPZWkncas { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.09375rem;left:0.125rem;height:1.25rem;display:block; }
#znKnWkS4QKPd7SpqVL3uNkk1Z31GCUTf { 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.25rem;display:block; }
#UWroIwz2BaTLTKMBV00lI2GCTr0wzVrD { 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.25rem;display:block; }
#wd41MOD1ImLuwVy2Pgm7g4DaKRRtk9Qe { color:rgba(var(--color-tertiary-1),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.125rem;left:0.1875rem;height:1.125rem;display:block; }
#ts9X5xbh12aMeSzn2IfoXzspJwAp2f7c { 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; }
#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; }
#pr9fSrR8h9uZsR1Uze2tntSObx6h8zEi { color:#f2f2f2;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5rem;left:38.6875rem;height:1.125rem;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.125rem;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.25rem;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-primary-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.875rem;display:block; }
#wbpT2QcSfwfGe1xRvQECoUmoARiF7O4o { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.9375rem;left:55.875rem;height:0.875rem;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; }
#JbXOS30p73aXOoDPnQTJmIEBFX3Ulolz { color:#f2f2f2;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.398193359375rem;left:19.81201171875rem;height:1.125rem;display:block; }
#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:7.3984375rem;left:38.6875rem;height:1.125rem;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; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LNgpOXQF2qbvEOcfp1fUsD7wiVt46C0K { top:2.125rem;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) { #xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 { display:block; }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .row .container { width:47.75rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MDJpfTNtHlZlWT72niLWbso4vcsyrfRB { width:9.4375rem;height:1.875rem;top:8.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLqCIdycXzFE1Ogdc9b5Sz9746fuB6XX { width:25.125rem;height:5.0625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fE8Lmi2sc6oo8pGU4n49f2LwcqF1N1l3 { width:32.8125rem;height:5.0625rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KfQ3P7SOl806Z2AnPPim4cMVKz9mCALa { width:25.3125rem;height:3.8994125rem;top:11.75rem;left:0.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NlkdB7cLXXQAMbIEkniMbpzK6BuKh9uI { width:31.5625rem;height:3.8994125rem;top:17.75rem;left:1.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #laum7EEkl3wcJAMkaORfWtO53iaBbzEG { width:9.0625rem;height:0.97485625rem;top:9.2490234375rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hy9284ToxTTTUsg7H5c0xEGTaE4TG0Tq { top:3.0625rem;left:0rem;width:24.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TUrfwsm7wCIzTsuffGLTN0BkBQEKhIAh { width:17.625rem;height:4.37475625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fg0OH0ZWlfnBTDIer0kvPmlJxwcTHzDp { display:block; }
 }@media only screen and (max-width: 1199px) { #M8P7Rm0TtpE6PX4Er8Q3nKDXT1XlTUXx { width:15.5rem;height:4.0625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rioLe9ZoryOchwSyT5SXo6Zrc5OXW43S { width:10.875rem;height:1.62305rem;top:25.375rem;left:4.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DH68sQqlk4Kqcc3T4QC0qHyuTOu0hWKV { width:2.1875rem;height:2.1875rem;top:25.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SoEmaAEhP5TyaHwm2QygVGcsuTyIn82t { width:15.5rem;height:4.0625rem;top:24.125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tu0a82o4G1wvbFQpBrcnBnybxbodL1R2 { width:2.1875rem;height:2.1875rem;top:25.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mam8EziDJJ0Gy08voPKsORQteaRGqFBh { width:8.25rem;height:1.62305rem;top:25.375rem;left:22.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PlPL3Q7bv4laSkiWs87K1yWFmWsJlQX7 { width:15.5rem;height:4.0625rem;top:24.125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSAxvSlKoVh4XTzwKlFCGHcMf60UJkFT { width:2.1875rem;height:2.1875rem;top:25rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hulA65cbFMFOg6NePWXZBWD4lUfVQrir { width:9.0615rem;height:1.62305rem;top:25.375rem;left:38.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 { display:block; }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .row .container { width:47.75rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s0nZBDkdqg3UvULT8cO3QlATFTppinBT { width:21.5625rem;height:3.25rem;top:4rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bigUJBQTQMf6zn4eCWQpEnuJHryNH2qp { width:14rem;height:3.125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMZcJ053bWrTwkIfQ5WNFHTsafgevCFD { width:22.625rem;height:2.59863125rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x24ZyinTf9qMST1w4ncVCdGAaNoSTMTV { width:22.75rem;height:2.59863125rem;top:7.9375rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEvHCenDkXkd8H7QBW6QRRVv7Xu8QWXp { width:22.75rem;height:3.41235625rem;top:10.875rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HWoIJ6oezXJN7rGLOPWrc6ymv03Ss4NM { width:22.5625rem;height:2.2749rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpm0L5zy3S7RK7NdOgzHQGotxxEWGInT { width:0.6875rem;height:11.8125rem;top:4rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX { display:block; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { width:47.75rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mAAqZJVJ3cvkubhJ7Z700PkMydJeoa52 { width:33.5625rem;height:1.7871125rem;top:2.125rem;left:7rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QTCvkPpE9erfP2a1p8rrDFeCz5ZSfQUF { width:37.1875rem;height:38.1875rem;top:57.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kdslk0TvTr34cVIMBBOTFdTME1FazFVp { width:26.9375rem;height:1.21875rem;top:51rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mpCHiwglTWzafW2JlLWImrs5VgzOftKS { width:33.375rem;height:42.375rem;top:5.912109375rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKBsESiLTC4h2eHosA0iNdmCngrdsySx { width:7.9375rem;height:3.75rem;top:52.5927734375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTPLgzUDZ6ec5dcpZsN79WC9PNTQyprh { width:4.4375rem;height:4.3125rem;top:52.21875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPVVdNso5SBOiTeC33LVrwVUZ8Q7hwvt { width:3.75rem;height:1.93725625rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zN11S35RvslWQcpDcQaHM37M6VzaxayE { width:4.3125rem;height:2.0625rem;top:53.7490234375rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBGJzP0TXdRL3vLvXXOGGme86L1z2Mr6 { width:4.4375rem;height:4.375rem;top:52.21875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni { display:block; }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IootH55DoumUn1T6HzGTBhm3LRTGDaCC { 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) { #CikI5JyVuJ2xhP2ZRO5E4w1JQWqgz11n { width:36.25rem;height:4.38720625rem;top:3.125rem;left:0.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MyVqBB78vEkb4T3sJTvMKhzoKf70TrxM { width:43.8105625rem;height:5.1972625rem;top:9.38671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #irCJi234WM4ET6fcCzTtbdooyaW4aUSl { display:block; }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .row .container { width:47.75rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pTPqIGzeu9n5S4mdlDgqc7WyrH4KzgZC { width:29.625rem;height:2.4375rem;top:3.5625rem;left:0.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FuRBU32Mc7H1mOknVNoxoSV0ZcfGoPmA { 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) { #FDb2nydTNL0Mic5otktoP97w2wp7hTXT { width:47.75rem;height:17.5rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pImir9d3bOgRkSsNzmxdyBxTfSvOuPnQ { width:47.75rem;height:17.5rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #weqtnd8Rs1FR3PwJhqonVPnf1akHEVfr { width:47.75rem;height:17.5rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmIhLZQIk5LFWRemlX6fO2xEECGaaFPf { width:23.375rem;height:20.125rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPBT3us1uRgSryzLN3qv8pIK9Cv94gqQ { width:23.375rem;height:20.125rem;top:63.0625rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwXk5tL2pzhsWq4gT01O4rTLnUPRhfnz { width:22.625rem;height:1.94986875rem;top:14.0625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITfVw3vFXKbH6w5wArVGZ6o6vTiVXO7u { width:39.25rem;height:2.2749rem;top:16.5625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1xQhT85pX2dbpoP17lXK76nOTk0Qdwv { width:12.0625rem;height:5.68725625rem;top:74rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wl2iu9LhThPB5Hq2X00JvtLPPO4RbRl1 { 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) { #Ny2pL7TLq5EQk8bMuaemJPRxw6NpEZT7 { 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) { #S80BhWMrk291kFeWCR5iXliWhS5CPDdt { width:12.9375rem;height:5.68725625rem;top:74.5rem;left:26.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smTrE2Fq2o8pgFUW695aoq7pROJpBS4Z { 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) { #xQcfFUJxSPmi5oQ9PAxuTxuqp1mkV2Ag { width:32.3125rem;height:2.2749rem;top:53.6875rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwHQEcM85N5lXbWsS3hu3ePXMVDgKGh9 { 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) { #bRA8ZH97d2wTe7W08M1RVkc5P6Dem2Wd { width:26.8125rem;height:3.41235625rem;top:34.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxZhbzAcdvJnNGbXpWHspUtBzaD7Twqv { width:12.75rem;height:11.6875rem;top:29.03125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K8ztO1CFlCKdvtV9Iye81iRfIgufDN6T { width:3.0625rem;height:3.0625rem;top:64.34375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIrCaKN5Lewd3r2naFIcQBT6TgUvrxtW { width:3.0625rem;height:3.0625rem;top:64.34375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJ1QpsgDHxn8IraR1JQXqQCDdFS2UVzG { width:6.4375rem;height:2.5625rem;top:21.15625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aWDDbQz3pDx0Jd4zkOxS8IDoxJFKJlN0 { width:7.125rem;height:1.25rem;top:10.28125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEckJxza2FsXsAHSe8RVzCLIdLZAVTro { width:3.0625rem;height:3.0625rem;top:27.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1fyR2UxsC2Ub8PVrKUreNS7huZo9OC5 { width:6.625rem;height:6.4375rem;top:50.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VuITv9DI5ce5CxP6rClU20udy8QdTxIb { width:47.74875rem;height:21.1875rem;top:62.06103515625rem;left:0.00146484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s { display:block; }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row .container { width:47.75rem;height:25.125rem;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:14.5625rem;height:2.4375rem;top:3.12451171875rem;left:0.062255859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OxpnAURZp2ELpQAp0ikMXWkGd8fxwIId { width:23.125rem;height:15.5918125rem;top:7.5625rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NoprWQc9xfsrSC0HR1I1t0d8zXbpDVBS { width:23.125rem;height:11.875rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM { display:block; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row .container { width:47.75rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aRe1PmUsUSwUX1G46JVegeQz12iEgHPP { width:28.0625rem;height:1.0559875rem;top:6.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRsc5oNFyvGp9eR4Zm9s3Z6RFxPybysR { width:29.625rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XgSPQMtQKDsDTVUw7sB3xtSPhdWwL72K { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LOxhauTUU7gVkGqn5pApFo2xKOM2kwBV { width:47.75rem;height:36.75rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut { display:block; }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .row .container { width:47.75rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W7cHyTq6em9ue1guN9ecrb5lyTpFLboW { width:26.75rem;height:2.4375rem;top:3.49951171875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZDfAEqTIOuLDyTCPbS33sIAKFXLoBqk { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HlzgQ7pdGoSB4GA1QUdwWXU8J4uMAMdb { width:28.0625rem;height:1.0559875rem;top:6.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIIsDghp3aKZTipXxmTXkcul0HhGo1Mv { width:10.9375rem;height:0.97485625rem;top:9.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTN5UnbDh8LQSiyEFGp4oWD7B4yJbNAd { width:9.6875rem;height:1.62524375rem;top:11.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KWaI1da6nNRrWflS7ommvwCnPaSettEk { width:17.49975rem;height:4.0620125rem;top:15.12451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x0vmRgvD1vE8a80b6coOiSn1rAQqIhaL { display:block; }
 }@media only screen and (max-width: 1199px) { #TxTLH6IDofl8SPUkpWNWJw35NTaxDr6o { 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) { #Sh9IcIGIaVG2S9TSONuXLD0fRD6RelbB { width:10.9375rem;height:1.62524375rem;top:11.687255859375rem;left:12.812255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkoS7oRrpmbnAQF9NVp2LFlzvXbK5kpm { 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) { #pVsXChnuFrKkKS43UNwdTWDuRt7u68Hn { width:3.625rem;height:1.62524375rem;top:11.625rem;left:25.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvJwSNd0LfrJs84QDOkPFG2c7VGauxTS { 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) { #e1sBClQKd9CSK1Rrq6yvoghBmlMRwdDG { width:10.4375rem;height:1.62524375rem;top:11.625rem;left:36.750001266599rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP { display:block; }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP > .row .container { width:47.75rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yNdGNhTUIw75ftnteVb0UbWzdIyWlwk9 { width:20rem;height:2.84399375rem;top:2rem;left:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CzK3TE2A19c1pfuTBdUOBv7oOhmOqV2n { width:42.124rem;height:3.89795rem;top:6.76953125rem;left:2.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HEfOOBI6Bmlc7ha3KZ8kJTcTX5w162nL { width:19.75rem;height:4rem;top:12.54296875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #khSpMRfLtbR3RsTQDXqisJCT3TEOfTg8 { display:block; }
 }@media only screen and (max-width: 1199px) { #unVr8KNowBklTQCfT3A2BMkTNVq11iEh { display:block; }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .row .container { width:47.75rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EJOwV8bq5nmZvogdDAGbwXCRV1LQOl8A { 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) { #fQfNMiJIJFuiRmnQOOZmZhifN3IOBcEQ { 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) { #chfvGAH8mAI37EIX5uE51NaKM46ezP3c { width:47.7495rem;height:9.09521875rem;top:33.9609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADzdJSeKvNNsOPagQoyXN07cmpMFPEzJ { 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) { #qVeUWTTXDTMabKxHlLTstpIWf5BwEPsH { width:14.37375rem;height:3.43725625rem;top:44.930419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGwXrFthuZa6pCRyRLP8ELHgSZEZFkCJ { display:block; }
 }@media only screen and (max-width: 1199px) { #kgUpThDunCwdAeIMSswTWBGLu7SH3GUS { width:37.5615rem;height:24.87375rem;top:6.96240234375rem;left:5.092529296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQBcCQRZbuvfurVQNirpTJLGMLAHd41v { display:block; }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .row .container { width:47.75rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g3eRWNxMoxbTCo1bxTQWZAhs85rX3QdA { width:29.625rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xVxfTBDvgLZ1sZMoehx1Zz2wTxviccGW { width:29.625rem;height:1.13769375rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zSig310JRTWbd5RE5fgOfQdWN73lfoZh { width:22.5rem;height:26.8125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OWPT3PeD3v4ZqnWzph45gNfgLka7e4JB { width:17.4980625rem;height:3.436525rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7lSArMRg1QPUQuaGRrOIgqotpaef7ha { display:block; }
 }@media only screen and (max-width: 1199px) { #bLDoJZqUyXCanqOZOKdQ95dHCFyTxl2n { width:16rem;height:1.4619125rem;top:12.5625rem;left:3.280517578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqNo41NafH7NBGS6vAqXxeA01KIptTGb { width:19.99875rem;height:10.25rem;top:15.2724609375rem;left:1.93798828125rem;font-size:0.9375rem;display:block; }#RqNo41NafH7NBGS6vAqXxeA01KIptTGb li:before{  }
 }@media only screen and (max-width: 1199px) { #HUTq7w6iX2GJwr8K2FiFiUBqMFAT8kM6 { width:3.0625rem;height:3rem;top:8.999267578125rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXTwgK4PzMsmgDxVtrVcHGSBNwRFqEbM { width:1.5rem;height:1.5rem;top:9.749267578125rem;left:1.780517578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vq6FxoBJIRsG6kNzv5lHdBOSm2rSExFc { width:22.5rem;height:26.8125rem;top:7.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXaQPJ3HAVoLWW4rW7BoZ8hRT11s8FKp { width:3.06225625rem;height:3.06225625rem;top:8.9677734375rem;left:26.609619140625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLeV59EoUrKwKX594kZGnMnSaTfcgmhv { width:1.5rem;height:1.5rem;top:9.749267578125rem;left:27.390380859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbMBquLcLDdETkTqDh3LJyJseBdrw1xr { width:13.437rem;height:1.4622375rem;top:12.56103515625rem;left:29.091796875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AnKKEtSgKpacvJGi2ISwKe2NV548HwKr { width:18rem;height:4.875rem;top:15.2724609375rem;left:27.889892578125rem;font-size:0.9375rem;display:block; }#AnKKEtSgKpacvJGi2ISwKe2NV548HwKr li:before{  }
 }@media only screen and (max-width: 1199px) { #VD6tCRkQTOKb96Ey539zJnzPTJAuXrEk { width:22.5rem;height:26.8125rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlpcHyzUOsM4rmDhPBBPhoTyE16uPwZw { width:3.06225625rem;height:3.06225625rem;top:37.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJrN1cDT43bpKVzDz9HTJzVCD1y8qCME { width:1.5rem;height:1.5rem;top:38.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OqUFB1fkrrdhhToizOWrM2mH3tLxGPIT { width:13.437rem;height:1.4619125rem;top:41.8125rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdnIyeHMoQMC8UFm2THgdy7FQZnXcBTQ { width:19.9995rem;height:10.99875rem;top:44.3125rem;left:1.9375rem;font-size:0.9375rem;display:block; }#sdnIyeHMoQMC8UFm2THgdy7FQZnXcBTQ li:before{  }
 }@media only screen and (max-width: 1199px) { #RSbrWH4eVUdH294LsQNqviVMun7RuAcd { display:block; }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x8uC3zdhH1DGI0i7U1F9GkV3783tr30Z { width:47.5rem;height:4.875rem;top:3.49951171875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IaGvpDz8l4LzVefDqzSI4abAV3wWKCPE { width:29.625rem;height:1.13745rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRc9R9Z4Z8gwLZUkSleyKUKD5xoETK2w { width:36.687rem;height:2.59863125rem;top:10.24951171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmZRt8kwMslyoWGiaWJZaO7SN0X0S7Nr { width:23.125rem;height:12.9375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rWnnK0nTJn92sSibaEmWRkm8lHCqCIKo { width:23.125rem;height:12.9375rem;top:14.75rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk { display:block; }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .row .container { width:47.75rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Mld5yAyf3UHDA3s4hMOTqJZAzRDD12TS { width:21.5625rem;height:3.25rem;top:4rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VuleJJaT2SZ43SaQVfOyd80iW6rnu7hb { width:14rem;height:3.125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6R81DRcLVate3qraJ2yDcUfPZWkncas { width:22.625rem;height:2.59863125rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #znKnWkS4QKPd7SpqVL3uNkk1Z31GCUTf { width:22.75rem;height:2.59863125rem;top:7.9375rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UWroIwz2BaTLTKMBV00lI2GCTr0wzVrD { width:22.75rem;height:3.41235625rem;top:10.875rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wd41MOD1ImLuwVy2Pgm7g4DaKRRtk9Qe { width:22.5625rem;height:2.2749rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ts9X5xbh12aMeSzn2IfoXzspJwAp2f7c { width:0.6875rem;height:11.8125rem;top:4rem;left:23.3125rem;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) { #pr9fSrR8h9uZsR1Uze2tntSObx6h8zEi { width:10.625rem;height:1.13745rem;top:6.4375rem;left:23.875rem;font-size:0.875rem;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:6.4375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6tcFcp3r1z5ahsB0tdmTlgZzvA7GtZp { width:10.5625rem;height:4.54980625rem;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) { #JbXOS30p73aXOoDPnQTJmIEBFX3Ulolz { width:10.93725rem;height:1.13745rem;top:8.82421875rem;left:11.93701171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bI8mUoFVGIxTXW2XvKvKp1ezvIv8gEfe { width:10.625rem;height:1.13745rem;top:8.82421875rem;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: 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.9375rem;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) { #xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 { display:block; }#xsMGy8wT4P8pdT4HvGq2tBKpezXpFQl5 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDJpfTNtHlZlWT72niLWbso4vcsyrfRB { width:9.5rem;height:1.375rem;top:4.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLqCIdycXzFE1Ogdc9b5Sz9746fuB6XX { width:9.8125rem;height:2.125rem;top:6.685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE8Lmi2sc6oo8pGU4n49f2LwcqF1N1l3 { width:12.625rem;height:2.6875rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQ3P7SOl806Z2AnPPim4cMVKz9mCALa { width:9.9375rem;height:1.4619125rem;top:6.949951171875rem;left:0.31201171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlkdB7cLXXQAMbIEkniMbpzK6BuKh9uI { width:11.8125rem;height:1.4619125rem;top:9.75rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laum7EEkl3wcJAMkaORfWtO53iaBbzEG { width:8.9375rem;height:0.97485625rem;top:5.136474609375rem;left:0.4365234375rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Hy9284ToxTTTUsg7H5c0xEGTaE4TG0Tq { 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) { #TUrfwsm7wCIzTsuffGLTN0BkBQEKhIAh { width:19.9995rem;height:4.37475625rem;top:22.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg0OH0ZWlfnBTDIer0kvPmlJxwcTHzDp { display:block; }
 }@media only screen and (max-width: 763px) { #M8P7Rm0TtpE6PX4Er8Q3nKDXT1XlTUXx { width:9.875rem;height:3.125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rioLe9ZoryOchwSyT5SXo6Zrc5OXW43S { width:6.8745rem;height:1.948975rem;top:14.25rem;left:2.75rem;font-size:0.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DH68sQqlk4Kqcc3T4QC0qHyuTOu0hWKV { width:1.5rem;height:1.5rem;top:14.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoEmaAEhP5TyaHwm2QygVGcsuTyIn82t { width:9.875rem;height:3.125rem;top:13.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0a82o4G1wvbFQpBrcnBnybxbodL1R2 { width:1.5rem;height:1.5rem;top:14.5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mam8EziDJJ0Gy08voPKsORQteaRGqFBh { width:6.43725rem;height:1.29931875rem;top:14.625rem;left:13.5625rem;font-size:0.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PlPL3Q7bv4laSkiWs87K1yWFmWsJlQX7 { width:9.875rem;height:3.125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSAxvSlKoVh4XTzwKlFCGHcMf60UJkFT { width:1.5rem;height:1.5rem;top:18rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hulA65cbFMFOg6NePWXZBWD4lUfVQrir { width:6.375rem;height:1.29931875rem;top:18.1875rem;left:3rem;font-size:0.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 { display:block; }#R3yZGAMmAnQJl5Py0m7i30ito0Z16St1 > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0nZBDkdqg3UvULT8cO3QlATFTppinBT { width:18.75rem;height:3.125rem;top:17.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bigUJBQTQMf6zn4eCWQpEnuJHryNH2qp { width:11.875rem;height:2.5625rem;top:4.061767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMZcJ053bWrTwkIfQ5WNFHTsafgevCFD { width:20rem;height:2.59863125rem;top:7.999755859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x24ZyinTf9qMST1w4ncVCdGAaNoSTMTV { width:20rem;height:2.59863125rem;top:21.093017578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEvHCenDkXkd8H7QBW6QRRVv7Xu8QWXp { width:20rem;height:3.41235625rem;top:24.34375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWoIJ6oezXJN7rGLOPWrc6ymv03Ss4NM { width:20rem;height:2.2749rem;top:11.124755859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpm0L5zy3S7RK7NdOgzHQGotxxEWGInT { width:1.5rem;height:10.9375rem;top:15.125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX { display:block; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAAqZJVJ3cvkubhJ7Z700PkMydJeoa52 { width:20rem;height:3.4121125rem;top:2.0625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTCvkPpE9erfP2a1p8rrDFeCz5ZSfQUF { width:20rem;height:20.537125rem;top:86.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdslk0TvTr34cVIMBBOTFdTME1FazFVp { width:20rem;height:2.2749rem;top:73.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpCHiwglTWzafW2JlLWImrs5VgzOftKS { width:20rem;height:61.25rem;top:7.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKBsESiLTC4h2eHosA0iNdmCngrdsySx { width:7.9375rem;height:3.75rem;top:76rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPLgzUDZ6ec5dcpZsN79WC9PNTQyprh { width:4.4375rem;height:4.3125rem;top:80.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPVVdNso5SBOiTeC33LVrwVUZ8Q7hwvt { width:3.75rem;height:1.9375rem;top:77.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN11S35RvslWQcpDcQaHM37M6VzaxayE { width:4.25rem;height:2.0625rem;top:77.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBGJzP0TXdRL3vLvXXOGGme86L1z2Mr6 { width:4.4375rem;height:4.375rem;top:80.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni { display:block; }#JeTF0P87lGLC7yqIRLyXVSh7fKA2s2ni > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IootH55DoumUn1T6HzGTBhm3LRTGDaCC { width:20rem;height:1.13745rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CikI5JyVuJ2xhP2ZRO5E4w1JQWqgz11n { width:20rem;height:7.3125rem;top:4.38671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyVqBB78vEkb4T3sJTvMKhzoKf70TrxM { width:19.9980625rem;height:11.693875rem;top:13.573974609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irCJi234WM4ET6fcCzTtbdooyaW4aUSl { display:block; }#irCJi234WM4ET6fcCzTtbdooyaW4aUSl > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTPqIGzeu9n5S4mdlDgqc7WyrH4KzgZC { width:20rem;height:2.19360625rem;top:4.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRBU32Mc7H1mOknVNoxoSV0ZcfGoPmA { width:20rem;height:1.13745rem;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDb2nydTNL0Mic5otktoP97w2wp7hTXT { width:20rem;height:10.625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pImir9d3bOgRkSsNzmxdyBxTfSvOuPnQ { width:20rem;height:10.625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weqtnd8Rs1FR3PwJhqonVPnf1akHEVfr { width:20rem;height:10.625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmIhLZQIk5LFWRemlX6fO2xEECGaaFPf { width:20rem;height:10.625rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPBT3us1uRgSryzLN3qv8pIK9Cv94gqQ { width:20rem;height:10.625rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwXk5tL2pzhsWq4gT01O4rTLnUPRhfnz { 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) { #ITfVw3vFXKbH6w5wArVGZ6o6vTiVXO7u { 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) { #G1xQhT85pX2dbpoP17lXK76nOTk0Qdwv { 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) { #Wl2iu9LhThPB5Hq2X00JvtLPPO4RbRl1 { 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) { #Ny2pL7TLq5EQk8bMuaemJPRxw6NpEZT7 { width:15.5rem;height:1.7871125rem;top:45.062255859375rem;left:0.624755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S80BhWMrk291kFeWCR5iXliWhS5CPDdt { 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) { #smTrE2Fq2o8pgFUW695aoq7pROJpBS4Z { width:18.5rem;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) { #xQcfFUJxSPmi5oQ9PAxuTxuqp1mkV2Ag { width:17.6875rem;height:2.9245625rem;top:37.125rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwHQEcM85N5lXbWsS3hu3ePXMVDgKGh9 { 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) { #bRA8ZH97d2wTe7W08M1RVkc5P6Dem2Wd { 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) { #vxZhbzAcdvJnNGbXpWHspUtBzaD7Twqv { width:8.75rem;height:8rem;top:20.2958984375rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8ztO1CFlCKdvtV9Iye81iRfIgufDN6T { width:1.5rem;height:1.5rem;top:53rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIrCaKN5Lewd3r2naFIcQBT6TgUvrxtW { width:1.5rem;height:1.5rem;top:44.0625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ1QpsgDHxn8IraR1JQXqQCDdFS2UVzG { width:4.0625rem;height:1.5rem;top:16.950927734375rem;left:0.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWDDbQz3pDx0Jd4zkOxS8IDoxJFKJlN0 { width:7.125rem;height:1.25rem;top:8.65625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEckJxza2FsXsAHSe8RVzCLIdLZAVTro { width:1.5rem;height:1.5rem;top:20.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1fyR2UxsC2Ub8PVrKUreNS7huZo9OC5 { width:1.5rem;height:1.4375rem;top:31.84375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuITv9DI5ce5CxP6rClU20udy8QdTxIb { width:20rem;height:23.75rem;top:41.310791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s { display:block; }#KTWCRs65d3h35VsxFeEcTVWiqN6pQP9s > .row .container { width:20rem;height:41.8125rem;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:2.19360625rem;top:4.38671875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxpnAURZp2ELpQAp0ikMXWkGd8fxwIId { width:20rem;height:18.1904375rem;top:8.705078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoprWQc9xfsrSC0HR1I1t0d8zXbpDVBS { height:11.1276875rem;width:19.9995rem;top:28.770263671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM { 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; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM.adaptive-delivery-prevent-bg, #sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM.lazyload, #sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM.lazyloading { background-image: none; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row .container { background-color: transparent; background-image: none; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row .container > .video-iframe-container { display: none; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row > .video-iframe-container { display: none; }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .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); }#sRCaL3MtWgO6pGd4C6sqH2HNPhll8PIM > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRe1PmUsUSwUX1G46JVegeQz12iEgHPP { width:19.9995rem;height:2.59863125rem;top:8.98388671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRsc5oNFyvGp9eR4Zm9s3Z6RFxPybysR { width:20rem;height:2.19360625rem;top:3.311767578125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgSPQMtQKDsDTVUw7sB3xtSPhdWwL72K { width:20rem;height:1.13745rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOxhauTUU7gVkGqn5pApFo2xKOM2kwBV { width:20rem;height:68.125rem;top:13.537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut { display:block; }#OqwKPhoR05C5Rlvpyxwr4AQw6dCoy5ut > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7cHyTq6em9ue1guN9ecrb5lyTpFLboW { width:20rem;height:4.38720625rem;top:3.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZDfAEqTIOuLDyTCPbS33sIAKFXLoBqk { width:20rem;height:1.13769375rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlzgQ7pdGoSB4GA1QUdwWXU8J4uMAMdb { width:20rem;height:2.59863125rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIIsDghp3aKZTipXxmTXkcul0HhGo1Mv { width:12.5rem;height:0.97485625rem;top:13.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTN5UnbDh8LQSiyEFGp4oWD7B4yJbNAd { width:15.625rem;height:1.62524375rem;top:14.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWaI1da6nNRrWflS7ommvwCnPaSettEk { width:19.9995rem;height:3.43725625rem;top:31.62451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0vmRgvD1vE8a80b6coOiSn1rAQqIhaL { display:block; }
 }@media only screen and (max-width: 763px) { #TxTLH6IDofl8SPUkpWNWJw35NTaxDr6o { width:12.5rem;height:0.97485625rem;top:18.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh9IcIGIaVG2S9TSONuXLD0fRD6RelbB { width:19.3125rem;height:1.62524375rem;top:19.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoS7oRrpmbnAQF9NVp2LFlzvXbK5kpm { width:12.5rem;height:0.97485625rem;top:22.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVsXChnuFrKkKS43UNwdTWDuRt7u68Hn { width:15.625rem;height:1.62524375rem;top:23.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvJwSNd0LfrJs84QDOkPFG2c7VGauxTS { width:12.5rem;height:0.97485625rem;top:27.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1sBClQKd9CSK1Rrq6yvoghBmlMRwdDG { width:15.625rem;height:1.62524375rem;top:28.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP { display:block; }#QNPBNmAK6EXJMsJeyR3PFKcFCdIWV5pP > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNdGNhTUIw75ftnteVb0UbWzdIyWlwk9 { 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) { #CzK3TE2A19c1pfuTBdUOBv7oOhmOqV2n { width:17.8125rem;height:7.79588125rem;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) { #HEfOOBI6Bmlc7ha3KZ8kJTcTX5w162nL { width:19.999rem;height:3.999025rem;top:16.1474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khSpMRfLtbR3RsTQDXqisJCT3TEOfTg8 { display:block; }
 }@media only screen and (max-width: 763px) { #unVr8KNowBklTQCfT3A2BMkTNVq11iEh { display:block; }#unVr8KNowBklTQCfT3A2BMkTNVq11iEh > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJOwV8bq5nmZvogdDAGbwXCRV1LQOl8A { width:20rem;height:2.6001rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQfNMiJIJFuiRmnQOOZmZhifN3IOBcEQ { width:20rem;height:1.13745rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chfvGAH8mAI37EIX5uE51NaKM46ezP3c { width:19.9995rem;height:19.48969375rem;top:22.71826171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADzdJSeKvNNsOPagQoyXN07cmpMFPEzJ { width:6.375rem;height:1.13745rem;top:48.8125rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVeUWTTXDTMabKxHlLTstpIWf5BwEPsH { width:19.99875rem;height:3.436525rem;top:44.08154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGwXrFthuZa6pCRyRLP8ELHgSZEZFkCJ { display:block; }
 }@media only screen and (max-width: 763px) { #kgUpThDunCwdAeIMSswTWBGLu7SH3GUS { height:13.244414272308rem;width:20rem;top:7.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQBcCQRZbuvfurVQNirpTJLGMLAHd41v { display:block; }#dQBcCQRZbuvfurVQNirpTJLGMLAHd41v > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3eRWNxMoxbTCo1bxTQWZAhs85rX3QdA { width:20rem;height:4.38720625rem;top:3.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVxfTBDvgLZ1sZMoehx1Zz2wTxviccGW { width:20rem;height:1.13769375rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSig310JRTWbd5RE5fgOfQdWN73lfoZh { width:20rem;height:23.25rem;top:9.624755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWPT3PeD3v4ZqnWzph45gNfgLka7e4JB { width:19.9980625rem;height:3.436525rem;top:85rem;left:0.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7lSArMRg1QPUQuaGRrOIgqotpaef7ha { display:block; }
 }@media only screen and (max-width: 763px) { #bLDoJZqUyXCanqOZOKdQ95dHCFyTxl2n { width:15.6875rem;height:1.4619125rem;top:13.9365234375rem;left:2.46728515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqNo41NafH7NBGS6vAqXxeA01KIptTGb { width:17.8125rem;height:8.942875rem;top:15.93603515625rem;left:1.200439453125rem;font-size:0.8125rem;display:block; }#RqNo41NafH7NBGS6vAqXxeA01KIptTGb li:before{  }
 }@media only screen and (max-width: 763px) { #HUTq7w6iX2GJwr8K2FiFiUBqMFAT8kM6 { width:3.06225625rem;height:3.06225625rem;top:10.359375rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXTwgK4PzMsmgDxVtrVcHGSBNwRFqEbM { width:1.5rem;height:1.5rem;top:11.14013671875rem;left:1.780517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq6FxoBJIRsG6kNzv5lHdBOSm2rSExFc { width:20rem;height:23.25rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXaQPJ3HAVoLWW4rW7BoZ8hRT11s8FKp { width:3.0625rem;height:3.0625rem;top:60.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeV59EoUrKwKX594kZGnMnSaTfcgmhv { width:1.5rem;height:1.5rem;top:61.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbMBquLcLDdETkTqDh3LJyJseBdrw1xr { width:13.437rem;height:1.4619125rem;top:64.625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnKKEtSgKpacvJGi2ISwKe2NV548HwKr { width:16.062rem;height:4.22168125rem;top:67.25rem;left:1.9375rem;font-size:0.8125rem;display:block; }#AnKKEtSgKpacvJGi2ISwKe2NV548HwKr li:before{  }
 }@media only screen and (max-width: 763px) { #VD6tCRkQTOKb96Ey539zJnzPTJAuXrEk { width:20rem;height:23.25rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlpcHyzUOsM4rmDhPBBPhoTyE16uPwZw { width:3.06225625rem;height:3.06225625rem;top:35.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJrN1cDT43bpKVzDz9HTJzVCD1y8qCME { width:1.5rem;height:1.5rem;top:36.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqUFB1fkrrdhhToizOWrM2mH3tLxGPIT { width:13.437rem;height:1.4619125rem;top:39.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdnIyeHMoQMC8UFm2THgdy7FQZnXcBTQ { width:17.8125rem;height:9.692125rem;top:41.875rem;left:1.0625rem;font-size:0.8125rem;display:block; }#sdnIyeHMoQMC8UFm2THgdy7FQZnXcBTQ li:before{  }
 }@media only screen and (max-width: 763px) { #RSbrWH4eVUdH294LsQNqviVMun7RuAcd { display:block; }#RSbrWH4eVUdH294LsQNqviVMun7RuAcd > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8uC3zdhH1DGI0i7U1F9GkV3783tr30Z { width:20rem;height:6.5808125rem;top:3.125rem;left:0rem;font-size:1.6875rem;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:19.99875rem;height:5.1972625rem;top:11.580322265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmZRt8kwMslyoWGiaWJZaO7SN0X0S7Nr { height:11.189189189189rem;width:20rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnnK0nTJn92sSibaEmWRkm8lHCqCIKo { height:11.189189189189rem;width:20rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk { display:block; }#eDmrgd9PGiMqcq1o1VOcMqJnkqa63Cvk > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mld5yAyf3UHDA3s4hMOTqJZAzRDD12TS { width:18.75rem;height:3.125rem;top:17.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuleJJaT2SZ43SaQVfOyd80iW6rnu7hb { width:11.875rem;height:2.5625rem;top:4.061767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6R81DRcLVate3qraJ2yDcUfPZWkncas { width:20rem;height:2.59863125rem;top:7.999755859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znKnWkS4QKPd7SpqVL3uNkk1Z31GCUTf { width:20rem;height:2.59863125rem;top:21.093017578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWroIwz2BaTLTKMBV00lI2GCTr0wzVrD { width:20rem;height:3.41235625rem;top:24.34375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd41MOD1ImLuwVy2Pgm7g4DaKRRtk9Qe { width:20rem;height:2.2749rem;top:11.124755859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts9X5xbh12aMeSzn2IfoXzspJwAp2f7c { width:1.5rem;height:10.9375rem;top:15.125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo { display:block; }#SNKPcrsFXIFZDWfA9SgvyxJf2ziMu2Lo > .row .container { width:20rem;height:26.4375rem;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) { #pr9fSrR8h9uZsR1Uze2tntSObx6h8zEi { width:9.375rem;height:1.13745rem;top:10.0625rem;left:10.625rem;font-size:0.875rem;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.2749rem;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:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTphzVQp1xxcPo6HTpT93V7DHuQU6ES { width:20rem;height:1.13745rem;top:23.125rem;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:20.9375rem;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) { #JbXOS30p73aXOoDPnQTJmIEBFX3Ulolz { width:9.375rem;height:1.13745rem;top:12.462890625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI8mUoFVGIxTXW2XvKvKp1ezvIv8gEfe { width:9.375rem;height:1.13745rem;top:12.4375rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2wOwLvlZKzy0JpQXmSwJiUFieaBUvWd { display:flex;width:2rem;height:2rem;top:17.37109375rem;left:18rem; }
#H2wOwLvlZKzy0JpQXmSwJiUFieaBUvWd > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }