.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,146,35;--color-primary-1:255,178,0;--color-primary-2:255,74,0;--color-primary-3:255,106,0;--color-primary-4:255,127,0;--color-secondary-0:213,243,246;--color-secondary-1:128,218,229;--color-secondary-2:44,194,211;--color-secondary-3:14,154,229;--color-secondary-4:9,39,42;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8315cee2-8090-4b12-b959-fd483b1b5005/2025_4K_Videokonferenz_Hintergrund_Teams_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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.59); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);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; }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .row .container { background-color: transparent; background-image: none; }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .row .container > .video-iframe-container { display: none; }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .row > .video-iframe-container { display: none; }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .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); }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .row .container { border-width: 0; border-radius: 0; }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#H1wV4WFJPxXh09mpweiX3ePObkNtvhR1 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.1875rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPiPEpmOMDgmC1CFF2td861R7XCX7oJ3 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:12.875rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#viG1n3Q2rkh0HKLTNB8gHSovFslRE093 { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.171875rem;left:26.25rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wSCo1amqNynI9LcIapHasU8qJ90PWiyv { color:#000000;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.171875rem;left:35.5625rem;height:1.137875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNHaVdsqBCysxfw201hrSPWNZTf2UkqM { background-color:#ee1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5625rem;left:52.875rem;display:block; }
#LapEVV57qBQ6T9ZXH7l2rtnIpbNC8lwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f1e96bb3-58fd-4686-bcfd-1aaf778bf136/SocialMediaHeaderFacebook.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.adaptive-delivery-prevent-bg, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyload, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyloading { background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { background-color: transparent; background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .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); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { border-width: 0; border-radius: 0; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .row .container { background-color: transparent; background-image: none; }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .row .container > .video-iframe-container { display: none; }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .row > .video-iframe-container { display: none; }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .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); }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .row .container { border-width: 0; border-radius: 0; }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#mRTi5mhTLQFauURFZZfP5IeG4lzbEO1U { color:#0b1215;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:2.924625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9ViASWu6bLhNs5fDxWJIsCqvOdkKRbR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.2991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gNiXnaS1ukKrxAZTpkRzXxTpgkvOQQvE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);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;z-index:auto;display:none; }#gNiXnaS1ukKrxAZTpkRzXxTpgkvOQQvE > .row .container { border-width: 0; border-radius: 0; }#gNiXnaS1ukKrxAZTpkRzXxTpgkvOQQvE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNiXnaS1ukKrxAZTpkRzXxTpgkvOQQvE > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:none; }#f3QFuNtcm7k0GcU7m7qeTOpNpwUTrQwT { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.1875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oIbBKrgdcbESE0GJkTXSkyfh2TSnI5TK { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:12.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A8Ukq28oEUrGeIIOxcc52i1AHlnvVbfr { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.171875rem;left:26.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VL8oqqwT0Li9TfgvQTfCcqT0WBJVgZyk { color:#000000;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.171875rem;left:35.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pv8CXvqFpm1yTTW6TSlPXuUHrxVM5B6q { background-color:#ee1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5625rem;left:52.875rem;display:block; }
#ThId6QpzfDC0VvKyNn0FZFve9sG7iPw1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx { position:relative;display:block; }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx { background-color: transparent; background-image: none; }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx > .row .container > .video-iframe-container { display: none; }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx > .row > .video-iframe-container { display: none; }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx > .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); }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx { border-width: 0; border-radius: 0; }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx > .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; }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bMAo5P75Fr7oXUkIbmiZO9u2Ru4Mtd9A { color:#0b1215;display:block;width:60rem;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:3.5rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6Cc3rJPE1KoAtQ7CDxfnbd7XvuoMILI { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.2991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5F37ELZWMN1DmFBTXExFIkfsvz40zWN { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:#005aab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:0rem;display:block; }
#RcJLUT1Z64whafwQCfLRuN9uG1bTaEXy { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ee1b24;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:0rem;display:block; }
#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV { position:relative;display:block; }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV { background-color: transparent; background-image: none; }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV > .row .container > .video-iframe-container { display: none; }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV > .row > .video-iframe-container { display: none; }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV > .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); }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV { border-width: 0; border-radius: 0; }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV > .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; }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZCukG6fifoibivDTQ6FxewzJwuHUv1Ap { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#AsK547wdeCIT1duWiNT5NiiN92pTTa7S { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#libTw58swE6FxipXBP10O1AmZxM9htCT { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#xeznJ3DCT4RMIuvip6oFxpeOOQJFqm7x { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#qB4Tw7qMpxb9BP5PUArcCer51fclkzRL { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;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:7.4761314392087rem;left:25.687065124512rem;height:2.59838125rem;font-style:normal;display:block; }
#JKVFBVGWg1EQIRVW80RJZF4TrFfLpn27 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#gy1blsznzFDpKAlSTXP3hbdOmpo9MDx0 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iUPF3DPt0pQv5QP3vtykomds92qTHMoo { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#DiniFZsfMeeSNcFJTPBZoS76seC7vJ3s { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#ueAHrGRJoCmDyG5fyzkNAQTa4h7rgI8a { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:23.311625rem;top:7.4761276245119rem;left:1.4984817504882rem;overflow:hidden;display:block; }
#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW { position:relative;display:block; }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW { background-color: transparent; background-image: none; }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW > .row .container > .video-iframe-container { display: none; }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW > .row > .video-iframe-container { display: none; }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW > .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); }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW { border-width: 0; border-radius: 0; }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW > .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; }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kvNX29nNQiDCsT5LrXT0u0VaeyleoOTD { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#rhUBJR2kPhqLMCn29dEfCUNN9QFu7o46 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTzvGxPzQdScXe799de15bBwsUD8r4sH { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#sATE4DFTyrcnmq4JaCdiuM9TQTyZGSSD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#PiHD8tumhB6kPxCpvFBHVTxkBqCWTh4O { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;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:7.4761314392087rem;left:25.687065124512rem;height:2.59838125rem;font-style:normal;display:block; }
#fopwAOIa1dITGZhguJLSXK4aZn2HIzxa { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#rz3QyM9mHM73vJR1gobtIpyqW6SKaop3 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iv3a9OckP6sa4RpgUlSxdDHurXTEvb3W { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#XTszo7b1gmwbUDTvFuu8lLQETP1pVx9W { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#n1UuTszfFuXmIu8B76i4sNC15ePyl4bJ { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:23.3125rem;top:7.4761276245119rem;left:1.4984817504882rem;overflow:hidden;display:block; }
#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt { position:relative;display:block; }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt { background-color: transparent; background-image: none; }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt > .row .container > .video-iframe-container { display: none; }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt > .row > .video-iframe-container { display: none; }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt > .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); }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt { border-width: 0; border-radius: 0; }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt > .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; }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nk1S54oJGLKcgD7RxvQCexRlL321kX6R { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#qNb9FAM5cSHdbxx0WuKeXueGkOHoVb3R { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubTAhRm1KmnqT6zrcTTZH62wIMJEwL0g { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#PhhKpu49fWBgiOaUPhKDUeyetV7Xbb32 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#cVX4WVLVsiDXD07iAw7zh0AB6AQEQLDe { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;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:7.4761314392087rem;left:25.687065124512rem;height:2.59838125rem;font-style:normal;display:block; }
#bZKpUpgSPK41NkWm2v878Tdd2de5ACih { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#KQD3iddeAboWnktTUmicBgO4dN9Wy6Ex { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iHl8VCgIlKvsSMi53h3PwTITQW4mSyaC { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#Zxy6SmXVG2x2AWdIFwPLTbVdrZTz5XOx { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#oOC4h9mRU1qaEf0rTzius2CDTnDSUl7a { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:23.3125rem;top:7.4761276245119rem;left:1.4984817504882rem;overflow:hidden;display:block; }
#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt { position:relative;display:block; }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt { background-color: transparent; background-image: none; }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt > .row .container > .video-iframe-container { display: none; }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt > .row > .video-iframe-container { display: none; }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt > .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); }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt { border-width: 0; border-radius: 0; }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt > .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; }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ylG2HaHTUM83SJxSoEU9GRdzTiV06F8i { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#q1PaNFzPDqz9258AOUOgaI104KNuu59O { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lT7B7nPp020QGVTAhz7zRLOTrbnONTwB { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Z3V0UuEcQkTL0hOQWAk6NJpmtAPUifqd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#at2xFyJtoJUf5vn970aqbGV8oR68snxh { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;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:7.4761314392087rem;left:25.687065124512rem;height:2.59838125rem;font-style:normal;display:block; }
#BFTNhHi1KloDLI3EAxE1tVorGf0BS1oy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#v4DraZLcTmr9ewwV98aoxhz793l2LsPn { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zvktwsia8v6i6DNIODr0V0Q7Bx4uK2hV { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#f4k4Z88uUeED3HTv3tBLqGcT2tLiXwwy { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#yS8nkMgTNrSEbKXRVMR8T7oJzZkgJTTf { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:23.3125rem;top:7.4761276245119rem;left:1.4984817504882rem;overflow:hidden;display:block; }
#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk { position:relative;display:block; }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk { background-color: transparent; background-image: none; }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk > .row .container > .video-iframe-container { display: none; }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk > .row > .video-iframe-container { display: none; }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk > .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); }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk { border-width: 0; border-radius: 0; }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk > .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; }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FrlQU26UKw8f2Mmh2Z2mG0S91z8EO8Fn { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#NnPCrkGz42FTapylLRVxwbZN6AFQKmVt { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZO1znA2FviyFOVCX3mGx7RVJaLntpkQ { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Lyrh6DxQxfXFOLiZ2GsAyh39IgiMuzPD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#lZ5lJTar3W1Zmkp4NGDTdsMB3ROqilqq { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;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:7.4761314392087rem;left:25.687065124512rem;height:2.59838125rem;font-style:normal;display:block; }
#F7ATQob5bD9OT3z8TcCG7glP34Ka4E9l { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#NSMimdsw5AAVy0RPMg90mFh3nzFfPRu4 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BFxNPCcO6dGRnEl6DaI8nkAD7QylMywJ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#sOR6SuTZC4W7zxtQCxgtE5Pz5EV3HoX4 { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#OheZKSbJO2nfNwF16hGNhZDpQTK1zbpO { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:23.3125rem;top:7.4761276245119rem;left:1.4984817504882rem;overflow:hidden;display:block; }
#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl { position:relative;display:block; }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl { background-color: transparent; background-image: none; }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl > .row .container > .video-iframe-container { display: none; }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl > .row > .video-iframe-container { display: none; }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl > .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); }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl { border-width: 0; border-radius: 0; }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl > .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; }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cl92ZyTGP6rUg1PCcAdVGLPv8ebIqEAm { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#shTPILmWo9wNX1MoDU9v4DxMlm0aN7zG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vrq8Jfz735UMc7M7QmDd3p014S5m37ud { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#B5HOBz2CTaxTE20XtDPNm8xuAeEZaeQa { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#xUJwiW80GtXewLdQuuTaagyBTAT2VuS8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;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:7.4761314392087rem;left:25.687065124512rem;height:2.59838125rem;font-style:normal;display:block; }
#VvS2T2BEwBW7mxNz2F4CAgINUiEiaroR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#kEGt39Gr8EPmO1CE4ltlZailTkDlCPHI { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CoUTE0ZXwfi5AiXcrWuC7Ot1zkwnyTUz { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#qFVJd9IhMBegNSeZ1dONWxyEuw7x25Z9 { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#xZlF7qTgdA9cSMdQyqrUuRQqlAT2BvXK { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:23.3125rem;top:7.4761276245119rem;left:1.4984817504882rem;overflow:hidden;display:block; }
#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p { position:relative;display:block; }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p { background-color: transparent; background-image: none; }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p > .row .container > .video-iframe-container { display: none; }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p > .row > .video-iframe-container { display: none; }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p > .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); }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p { border-width: 0; border-radius: 0; }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p > .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; }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BifR5CsqNna8S2K1Z4hKygGvOvSHHuT8 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#sWg9ORDQLPNIeUDz0zgASQhd6cIUGuNT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6lSHyaUiwv79KwPcnQnovvGM3BRLBaW { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#CzSrEX8mNoTAElIyzHJyrGJ5sVCKTSxK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#J1MKXlqaBEOmiTexxWbdsRTNPBwhL2xT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;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:7.4761314392087rem;left:25.687065124512rem;height:2.59838125rem;font-style:normal;display:block; }
#LlBEfnWcvQaMx1BqfCfhJqvn4XBifSUG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#NDsszVBQGOqADTs6gdqzI5TqS4PrRePr { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qGxQzLPTigLWQOAkbkZkHa6NC7WQg3X1 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#HZB30tRv3r2Kq2bQrup6FdTnXCmdTgP5 { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#s1PqtczLeg240hDXemsSHShv1oXpTTim { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:23.3125rem;top:7.4761276245119rem;left:1.4984817504882rem;overflow:hidden;display:block; }
#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow { position:relative;display:block; }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow { background-color: transparent; background-image: none; }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow > .row .container > .video-iframe-container { display: none; }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow > .row > .video-iframe-container { display: none; }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow > .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); }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow { border-width: 0; border-radius: 0; }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow > .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; }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#J9KlV54Cp47xKIrAnfBVGu80rfkkb22y { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#f6T2mv0x7CTRsJEXdeEzOl1XJETTvopu { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UHOEBh8dCebALAoCJEdPol5wKkJLl0UM { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#qxtzDL0nVxJZck6G1JMoUK5ZvEORkI6G { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#FiZP0VIBkXRVn9LtTWiCaNlIg9T2Zw1y { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8123125rem;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:7.0149726867675rem;left:26.371528625488rem;height:2.59838125rem;font-style:normal;display:block; }
#optmS7DolNTNKfOSKMvvp0rzt7sEFL74 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#vnGUVr1TXtkEnTmSN3abdecub7Aqx2w3 { box-sizing:content-box;height:2.875rem;width:12.125rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.248481750488rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#avRwSXq1dpp02NOlPE9HWtLdbeJwF2il { color:rgba(var(--color-tertiary-3),0.59);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.723091125488rem;left:20.252822875976rem;height:1.2999125rem;font-style:normal;display:block; }
#ipG999XfX5IS6yri5NLLFBBXFOhTvrqr { color:rgba(var(--color-secondary-4),1);display:block;width:4.93706875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.562501907349rem;left:27.530384063721rem;height:1.6247125rem;font-style:normal;display:block; }
#UshcZHlugs1M6hLSk4IIiy0Wq3Z98FST { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:23.3125rem;top:7.0149745941163rem;left:2.5607643127441rem;overflow:hidden;display:block; }
#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o { position:relative;display:block; }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o { background-color: transparent; background-image: none; }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o > .row .container > .video-iframe-container { display: none; }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o > .row > .video-iframe-container { display: none; }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o > .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); }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o { border-width: 0; border-radius: 0; }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o > .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; }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BQznRFfBmBawLbPP3GaQdRvbyTpAsPGl { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#HESLFhvKSOrhaDxaMDSVXgbzSVq9haWl { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTr47pL6ZnHic44STRBPec6KO7oDKKCv { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#CVxI493wMkfiDB4g8xVpFJ0AmP1ihGIX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#OFWE4VCUPnN0KUNR562PVwGTi12M8vH4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9995625rem;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:7.3795471191406rem;left:26.561416625976rem;height:2.59838125rem;font-style:normal;display:block; }
#BOQbXyKpnucgWABBHhQ63ECDQhkJAdd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#TDDPE6vCgnnD83srXXo5dZFUGFEN3SiO { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gP3nuIdBeyBrlEgNn7yfHeVtoqmoyKKk { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#hDSTC0TCTf1Fu3WLukI2HhDF3EN7h35T { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#BIlu7JAwrmUhO2J2sDJz1OszqTkV4x4i { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:23.3125rem;top:7.0149745941163rem;left:2.5607643127441rem;overflow:hidden;display:block; }
#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ { position:relative;display:block; }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ { background-color: transparent; background-image: none; }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ > .row .container > .video-iframe-container { display: none; }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ > .row > .video-iframe-container { display: none; }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ > .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); }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ { border-width: 0; border-radius: 0; }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ > .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; }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GiBccrc65EfQQ64vHAItu3o2TKwp4iTB { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#whWpoLSfTW9O3QiriiCDgP97dksTpIDG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CeFSWdxLGAl8JGlvEtk51kD5Xz60elLA { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#cH2HxFP7KTbFBRZ8EVNZT2uFPEsBOfwJ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#hAhKTOdrC7siQr2iZDxAfQU2h025M5bb { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;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:7.4761314392087rem;left:25.687065124512rem;height:2.59838125rem;font-style:normal;display:block; }
#DBt2zreUvKD56GgTsK03tgXuZFPHRclK { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#oTfEvg4r7F5vnyUrkhb0oOp9WkDRnxLT { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DKMzKQb99I34r9MXCxAsrdDKVuqHn7OT { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#xAJ19T6FmhOcvpQDcg7TofTZwkLCTrtP { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#rUK1GLEZcelHqdi0quCbFcWKoOH4tIHk { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:20.2495625rem;top:7.6551666259762rem;left:4.3098945617676rem;overflow:hidden;display:block; }
#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O { position:relative;display:block; }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O { background-color: transparent; background-image: none; }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O > .row .container > .video-iframe-container { display: none; }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O > .row > .video-iframe-container { display: none; }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O > .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); }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O { border-width: 0; border-radius: 0; }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O > .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; }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oJlKbMuDg40JdM296rR58Vy5aXtvzlEN { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#DdHmmmJpXwNmwhBslrEmeoCJHPc8kSBf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NyCpEpX2o77Hbz5xMyi8Leyeg3o0uqMl { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#y0EzSTahsR28AXN4hmibM69qTE11DG18 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#DczlbU11lxvse4TCVSyPIHLiC7vbXsOX { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;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:7.4761314392087rem;left:25.687065124512rem;height:2.59838125rem;font-style:normal;display:block; }
#CEgJDPlIIho7DG6FnE6k9GJe3wxdcmJA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#M4tNuswdEwL5ZPKtrN2tkvOKrLW6clta { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oqU5C1RG5Q4FJvGzCZ9MurNA8JlJovc3 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#nI4NZTG34blUHiuppMhWoB8JzfstXtQN { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#dd2ENL35vkH1Ke6agtGALlc46VpBR75n { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:20.186625rem;top:7.0149650573731rem;left:4.560546875rem;overflow:hidden;display:block; }
#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 { position:relative;display:block; }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 { background-color: transparent; background-image: none; }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 > .row .container > .video-iframe-container { display: none; }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 > .row > .video-iframe-container { display: none; }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 > .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); }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 { border-width: 0; border-radius: 0; }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 > .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; }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ni7QmobHqKVAv90CHXAMWPRzqu1K6yG5 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#Ta4vR7cr1CVkcNESpd0ItFLEbUmqbVDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:2.924625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ex4g2fvRXUUsHV5lX02ngtHVe3IciZAq { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#P6VU8p9KD07X9dFvve0xdETAJ9chsgyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#KcKBSCetXRAhglLaTonpdHTWIWxA1Q6d { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1248125rem;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:7.4099235534669rem;left:26.685111999512rem;height:2.59838125rem;font-style:normal;display:block; }
#ldURWH7zt7rrgdwGhT6BnlbVS80N7ZhC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#iaEZyOyEd9zo7TfOFNBQPGxFdBz1JZBx { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PPZztNF79uHoTEvHAysnxH8QIAqVib9Q { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#nVpVSJ9926r9nU25X4RXndh2qXNKloXO { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#G46tbTgEG5Ftyr03S8FkCux3TZvRGchS { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:23.3125rem;top:7.4750442504881rem;left:2.6226119995117rem;overflow:hidden;display:block; }
#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS { position:relative;display:block; }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS { background-color: transparent; background-image: none; }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS > .row .container > .video-iframe-container { display: none; }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS > .row > .video-iframe-container { display: none; }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS > .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); }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS { border-width: 0; border-radius: 0; }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS > .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; }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#F8JHiFLEnC2MNUnfpB2NpE5rUt0KhyuI { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#AbTa9Be77xFeUNMt6mFg8wAqtRoMOXJz { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:2.924625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWlTlRZ55NNQm0mRp5IELWR85lUGlTun { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#TETHiNmKbBSJNnUvFp0EvqH8W18cXit0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:;font-style:normal;display:block; }
#UcmCN03whhTFXE5pRHEKhB3sGBC4HIT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1248125rem;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:7.5694236755369rem;left:26.623264312744rem;height:2.59838125rem;font-style:normal;display:block; }
#X6seMilH91Hkc60FTT4sOX0hkHWEvlQS { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#JObOEwT3pwsk1Op1gH6VrcspT4MvfWJw { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HIGUtQq3E0PuddVqaSuc2zMHs7EFpZNZ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#RZh1ATFc9lHvWVwITF7nBBqcRMTTJ0DT { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#ZKxv8Bzk7lzhsqbttqF6pcCz2RJtPczQ { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:23.3125rem;top:7.4750442504881rem;left:2.6226119995117rem;overflow:hidden;display:block; }
#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU { position:relative;display:block; }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU { background-color: transparent; background-image: none; }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU > .row .container > .video-iframe-container { display: none; }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU > .row > .video-iframe-container { display: none; }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU > .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); }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU { border-width: 0; border-radius: 0; }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU > .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; }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QS0fqi8TINaG4iaIkJody6RctuBXdhg5 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#TpW82mAzRoRPgEVvT7NJXca8ciuzUaLz { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:2.924625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVWCGaFZwOW4CBRvba4T9gnC0mRCscL0 { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#CDv6aTaIC5INqbnvmsreMaXpbP18xKVZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#xVhnzfPoZukbJAnPvxRa69yCDeiD8J5f { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1248125rem;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:7.1777381896975rem;left:25.747611999512rem;height:2.59838125rem;font-style:normal;display:block; }
#dXMqmbVMadyD4IuhaKoS07kN0OSn1IQr { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#ZJbG797gmzRXM3HcsT1ftrwTUlTIvO8Q { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RVaf4J3bf4h8Fda3k1sh1qQF3QLvSmZQ { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#n3GCObhiQlfQBG8CCo2Z5yEg33UolAKq { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#cvtB98qkTnnxU8OgfJb3c3PtLXSFcC0u { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4370625rem;width:19.749375rem;top:7.0138931274412rem;left:5.0607643127441rem;overflow:hidden;display:block; }
#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 { position:relative;display:block; }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 { background-color: transparent; background-image: none; }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 > .row .container > .video-iframe-container { display: none; }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 > .row > .video-iframe-container { display: none; }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 > .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); }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 { border-width: 0; border-radius: 0; }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 > .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; }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#f8e8DqXNe9SchzKv33dNNO1T7cDBoDyM { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#WMJTP9tVl2EBi9W14ikQmBmhhiGLkSwR { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:2.924625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMiBNlVPcwNbQUrayrZ6erUIiKhWuZlC { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#BsNpud3nqTcNqNSwH9gnE5zPPRT5r112 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:;font-style:normal;display:block; }
#qS3Q35XT5G76mT2g8TnTFtr0KPtVVTk4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.186625rem;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:7.1777267456056rem;left:25.810546875rem;height:2.59838125rem;font-style:normal;display:block; }
#z2rohk3UIZk9aGU5Ulcd8Scn1CyEB4wM { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#pommCgwILzeMdVX49KJ6ioC79hI7v9gH { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pF8TFWtoNTutzhf0NuZNOg1ruDH7lLDP { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#ibNUxqkdyauT2VTg44ZAKobcQpk3i7e0 { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#T5TZxPvMJ8zkJPVFQ8hQsWkPb2HU4C6e { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:20.186625rem;top:7.01496887207rem;left:4.8101119995117rem;overflow:hidden;display:block; }
#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx { position:relative;display:block; }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx { background-color: transparent; background-image: none; }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx > .row .container > .video-iframe-container { display: none; }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx > .row > .video-iframe-container { display: none; }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx > .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); }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx { border-width: 0; border-radius: 0; }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx > .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; }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#f6XNLmm1Rn6omtTsPovqf5gBTpmMg6oa { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#GPp0v0o9Wa6DTubIqUrzZ3EyII8nl1gV { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4MCPPTEVME1kzXgrKnXMBlxTVCX2P0l { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#I25MwC7g3vsAKc2zJmTwcZoRLgkldg9e { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#B86XaKa2EgdRsEcZsiBlBeXDsF2cWLSi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9995625rem;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:7.3795700073244rem;left:20.560981750488rem;height:2.59838125rem;font-style:normal;display:block; }
#n2wptuXa8kBREABTA0MuOi2cN9qFxwpi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#o72yZCrfnlqcBa6TZWX70akk9er9glgb { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gGkoA2nQCUDy5TmlPvQuQNucc7gibp8U { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#sW81gx3l6wD0OTtoA6PRDUI7JMrlH68g { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#brnDXBPcOFdADk648rbdCTLU0rMcOs5R { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.436875rem;width:6.5625rem;top:2.7322063446045rem;left:9.6126289367675rem;overflow:hidden;display:block; }
#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo { position:relative;display:block; }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo { background-color: transparent; background-image: none; }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo > .row .container > .video-iframe-container { display: none; }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo > .row > .video-iframe-container { display: none; }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo > .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); }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo { border-width: 0; border-radius: 0; }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo > .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; }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vOC0pEJJgaJf6zoPVdzNViPLwvpJR48A { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#dmUofxpEspfCC5tfH0veenX9fv7CKODN { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubGiCFuMH7dSRHOfTskvJccde1Ji1JT5 { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#FuKmA6DDffQtADOBB11JNGz6EMWwKHnI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#zWzlvPLqE4C9s5Pw7XKfuyvuhTFPVtOC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9995625rem;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:7.3795703649519rem;left:20.560981750488rem;height:2.59838125rem;font-style:normal;display:block; }
#vW7JqeZ5kWrwdnd7Cb3pLUDId9PzkISB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#uFB1QqLcr8SLXVQECSgdOPlqXm4ozTTp { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#trbuoNAfCzUZ1hVcoWenrbPEoMbE5rw5 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#x1NgMTkro484IuvxapZD47VhDQzN0mBk { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#oUyTiQoLlE6F01MtiyD5Me5L2AUoNZD2 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:6.5625rem;top:2.7322063446045rem;left:9.6126289367675rem;overflow:hidden;display:block; }
#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG { position:relative;display:block; }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG { background-color: transparent; background-image: none; }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG > .row .container > .video-iframe-container { display: none; }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG > .row > .video-iframe-container { display: none; }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG > .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); }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG { border-width: 0; border-radius: 0; }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG > .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; }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uqAFtQtb3AhUxpLFi28ux87RX6H3lqDZ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#D5No2OepZNPPh9RdX0TgqDzid9TCUKWA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gr4Wu4hDRBdPgag7Vo64BITMsRV6Ohwb { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#MIhp7vd9ScMDqaaTV9ycSdrptiBDauAN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#qfdanZIO4U7resl5D7RoVEBLAaKT2mUP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9995625rem;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:7.378438949585rem;left:20.560981750488rem;height:2.59838125rem;font-style:normal;display:block; }
#hFNtzBkpFPxs9eb7o0x0wzGOaq4M7kIs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#ldVEQ7uJvRuZJhnelbcMVU7ZXdBnSz8I { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ToI78b0qRMsHtLU03iH79xSCApPcrk8F { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#V5mK9IqtENILiKddQpcOrBgfSPT3tTol { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#buBTcTJKL30STzU6Xybe9JQTTH8pZSP0 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15.186625rem;top:6.5288619995119rem;left:4.1851119995117rem;overflow:hidden;display:block; }
#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB { position:relative;display:block; }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB { background-color: transparent; background-image: none; }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB > .row .container > .video-iframe-container { display: none; }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB > .row > .video-iframe-container { display: none; }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB > .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); }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB { border-width: 0; border-radius: 0; }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB > .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; }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PNyiacf45AxEpsrVdeZ4emSsEtTnHdS4 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#JdNr35hnp44Wr0WBbqI69DRL6py3iZGM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9RBtIT2nAPb6wefkcPcsh8QhaJK8CiZ { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#eCWw2gLNEkoql42O4Uques3RubR53mCE { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#TihKpDLWxxXQ99H1ErNt3tLGdohyFEw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9995625rem;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:7.378438949585rem;left:20.560981750488rem;height:2.59838125rem;font-style:normal;display:block; }
#qPlB3eVGCFHGSbmFGrRBVIGHFu6r14tZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#nUrhp9igVsWeCAzBnnZFkTtnVlQZyWeu { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T2JT744upyZyMUbSXA0EuLJyyfQVIoXU { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#lcAild1zpZ4ExIIEQkre1cZbBTeRw5Mv { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#snfVyvDCa3w6IbhSTAmJE16rsQJomhSx { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15.186625rem;top:6.5288619995119rem;left:4.1851119995117rem;overflow:hidden;display:block; }
#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg { position:relative;display:block; }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg { background-color: transparent; background-image: none; }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg > .row .container > .video-iframe-container { display: none; }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg > .row > .video-iframe-container { display: none; }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg > .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); }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg { border-width: 0; border-radius: 0; }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg > .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; }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#afHvu3HWsRaTDp5TyCUWJ3dUnIiPcPO1 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#F9QBKf3Lvmb66zta6ePNULgBEG2wmMP3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WallVPORMgSezA25Oksp81ks3LzEe04H { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#AZt2d0KdzOP1fwFxzsgnE8UxaKGX8SJ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#MlFp2d4r7lEyLdkC6ODQ3kracrcdQlLG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9995625rem;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:7.378438949585rem;left:20.560981750488rem;height:2.59838125rem;font-style:normal;display:block; }
#Rq8HNL7sZ9m05SAF0CTHlIol3NV384C6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#knGAwht5ILBlOzlWCpqPUEfqzFrf9wO6 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#u7O0iiSXwZTBbWHTdV1Hb8TH42L4TaCo { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#CwGb0LK5tg0DFX036ytasVMrOdcapmPX { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#HPrgbWvCP5GtmnHhcoeX0aw4FNXcdEp9 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15.186625rem;top:6.5288619995119rem;left:4.1851119995117rem;overflow:hidden;display:block; }
#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 { position:relative;display:block; }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 { background-color: transparent; background-image: none; }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 > .row .container > .video-iframe-container { display: none; }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 > .row > .video-iframe-container { display: none; }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 > .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); }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 { border-width: 0; border-radius: 0; }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 > .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; }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wJvCTnXV59rbBhhOnpXTmUwxTtpwONGw { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#ZKmr6XD705mki5KT36liFt5eT9HVwbpr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:2.924625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dN7HcA3ZLzAf7ld2fbqyz5P7ZrB6f1ci { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#MExvOLTHiTJoks1GysUtuJIpKoT1uIoT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4368476867676rem;left:20.562065124512rem;height:1.95023125rem;font-style:normal;display:block; }
#MSg19F5b7pp2QVxdC7EpZaczTuIXVq03 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;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:7.3773880004881rem;left:20.560981750488rem;height:2.59838125rem;font-style:normal;display:block; }
#R0CFLAgBnmc3zdz1bBS7tv47VhTRaQgU { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#iffPyuE4aoKIRs8iJfbhD7mcJGil8J9c { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OTuJsqThzTzJIi177rQE7wxkWZVRKVJO { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#Q6miwJydUSbtm6ORP37Hu5oTdDTFotUe { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#r7P8ZxBLHdpOtM6Tv4iThcFLPHCIZA4O { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15.186625rem;top:6.5288619995119rem;left:4.1851119995117rem;overflow:hidden;display:block; }
#w0l5aPIN19TVkWocM74CENrl9L99XmWt { position:relative;display:block; }#w0l5aPIN19TVkWocM74CENrl9L99XmWt { background-color: transparent; background-image: none; }#w0l5aPIN19TVkWocM74CENrl9L99XmWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0l5aPIN19TVkWocM74CENrl9L99XmWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0l5aPIN19TVkWocM74CENrl9L99XmWt > .row .container > .video-iframe-container { display: none; }#w0l5aPIN19TVkWocM74CENrl9L99XmWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0l5aPIN19TVkWocM74CENrl9L99XmWt > .row > .video-iframe-container { display: none; }#w0l5aPIN19TVkWocM74CENrl9L99XmWt > .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); }#w0l5aPIN19TVkWocM74CENrl9L99XmWt { border-width: 0; border-radius: 0; }#w0l5aPIN19TVkWocM74CENrl9L99XmWt > .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; }#w0l5aPIN19TVkWocM74CENrl9L99XmWt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#giTfit1zbLrB05wwJF1iOCMPhfTFyR3m { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#G7xJ9h6gOIpWs9I6waUS8rH1Xgm9FoLu { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:2.924625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QxOa1aePWKn9JnzXpf35KysfpgHmUfr2 { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#lmNdaG6rJUNc5hIorv4pwt2b54gkAuEt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4368476867676rem;left:20.562065124512rem;height:1.95023125rem;font-style:normal;display:block; }
#zJ1tWTul20AXvwEK5DQIiUgckvHB6Pue { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;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:7.3773880004881rem;left:20.560981750488rem;height:2.59838125rem;font-style:normal;display:block; }
#WnPhfkf5rpDT7KzzSRExzhE63g85sTGE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#QqZSzcNh3kTDE4zSfWghme9mI34mKnB2 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oLzzSJlW2FlNmNHJK1sJN7fZL4CuL8Vq { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#LTT43f6iXtayNOCMAn4TMslJuqxWcTrV { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#NpX4eLo49PwEShTFw5MiKZamDqbxQPIc { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15.186625rem;top:6.5288619995119rem;left:4.1851119995117rem;overflow:hidden;display:block; }
#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo { position:relative;display:block; }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo { background-color: transparent; background-image: none; }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo > .row .container > .video-iframe-container { display: none; }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo > .row > .video-iframe-container { display: none; }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo > .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); }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo { border-width: 0; border-radius: 0; }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo > .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; }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WG57fH7sCreDmGxMqEgDZZBkdaPm7CUt { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#taDZRZOFnWTych80gTytMeq8Qke9Fbb9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQ5VZqlqec3otPrpNkPb1Wu9zQSRBMAb { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#OPxcC089Cz2SkMUfLPU6JJXCs6T3ehMc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#sPHqtC5rrk2TWU3qlf9MnSmAmiSupxGw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;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:7.3773880004881rem;left:20.560981750488rem;height:3.89756875rem;font-style:normal;display:block; }
#LVMUiTdwFAVOLm8W4Wsyx4kNNvkxFybv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#DSuhrVhq1cHqMu8QVSuK2R5BzyufudVg { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Bm8Bs18PMxLx5qCEq7271kccxE8DJc7l { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#bpFRf4QBiouZ3uo62INCvSnT29fTq0Hf { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#TdOb1gtJsMu6Al9me9pFvxes7IBCkJVF { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:16.8125rem;top:7.3773880004881rem;left:2.0594596862793rem;overflow:hidden;display:block; }
#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh { position:relative;display:block; }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh { background-color: transparent; background-image: none; }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh > .row .container > .video-iframe-container { display: none; }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh > .row > .video-iframe-container { display: none; }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh > .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); }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh { border-width: 0; border-radius: 0; }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh > .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; }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TM6od52zd8qpc97m6SChrzoOVOSTbH03 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#nT542zTlxlx4UelbSt9b7TV8yp1IVL0M { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQoeByFBPd5L9XPMRbboGgqHDzmJyw8x { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#D94ODf914bwM3TDTO88PaoPeMdyqtcSh { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#RfLyHExXLDZ6bdHoynHn1plQo7LSxZRl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;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:7.3773880004881rem;left:20.560981750488rem;height:3.89756875rem;font-style:normal;display:block; }
#acNedsoaTbkcw22w2f9vFkQiPaUQMn57 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#bzR58KFZLxv8cwdNDPQl8xtrIoonUTyF { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XbhPRug0fZSczoqKoJfOwNOtV6TdMUnM { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#ZmnWorsxXfJaZNHTXVO5qckr1A1B4oUn { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#Barx0DWQ54MFmq3TH2lZlOn3nFPN8StS { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:16.8125rem;top:7.3773880004881rem;left:2.0594596862793rem;overflow:hidden;display:block; }
#AvGpU4Md0ik931i8iLPKCOXIC92le5TX { position:relative;display:block; }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX { background-color: transparent; background-image: none; }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX > .row .container > .video-iframe-container { display: none; }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX > .row > .video-iframe-container { display: none; }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX > .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); }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX { border-width: 0; border-radius: 0; }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX > .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; }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aVPG0xsJgFDZIoO3mE89n9TfTmS41iFa { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#ZAQwEdKJFbvyBQ51klR1NlBXoI6xNNDp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddhs7mkZ3fMzISAIZQJWC85ospUzCo6x { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#SmbMtmkV2IU0ICb9fxZIg8G9TZTddsXW { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#JLCmw6ZXGafFTXcsGPCqwHr754ruAkuV { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;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:7.3773880004881rem;left:20.560981750488rem;height:3.89756875rem;font-style:normal;display:block; }
#HJXTK5tESS0EsTSVtstCWSEeLCKg1pZi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#qqVLCZfQcsJJdfa0DkEznMPSmXHttmrB { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#c0mewTiBzoUtt90Wun1e7rEAZ5ovKu1e { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#VydbxHP6PqPHyLZTUl6X9lwDtu2JyXAd { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#ZENbzi1V1NOE41cqVsnJBQxwp7sJhcJd { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:16.8125rem;top:7.3773880004881rem;left:2.0594596862793rem;overflow:hidden;display:block; }
#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd { position:relative;display:block; }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd { background-color: transparent; background-image: none; }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd > .row .container > .video-iframe-container { display: none; }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd > .row > .video-iframe-container { display: none; }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd > .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); }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd { border-width: 0; border-radius: 0; }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd > .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; }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QiTguiTdOQFqBEeT5AT6pXWGc53u8PmP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#HIKlkIFw2H0zumpM7TICTnAVgr408syQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kX4T0WcGmXK9ew8r6dXAIECsQK6JJzy7 { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#T7Z8oamUyitUyt7ogD9wLQhOpqDpBwCb { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#evSJ4nKqg3KCGh0sftrrgJeHHkUQb6Ms { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;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:7.3773880004881rem;left:20.560981750488rem;height:3.89756875rem;font-style:normal;display:block; }
#BzpiMSUrBFc1XAWiK0bV1Z062iRbXVS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#hiASAXOHUmtnDlKt3nsM5XBkBfC2tEs2 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GtnBbkTfmFG3UPSfEyUgT0EaFR4gOMCx { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#qF7oJp31rTkmIMgxHTkNGvFKTPzMBPso { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#kTha2aoQzaBOw8Sni4QfB9cXcAH29Xee { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:16.8125rem;top:7.3773880004881rem;left:2.0594596862793rem;overflow:hidden;display:block; }
#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr { position:relative;display:block; }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr { background-color: transparent; background-image: none; }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr > .row .container > .video-iframe-container { display: none; }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr > .row > .video-iframe-container { display: none; }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr > .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); }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr { border-width: 0; border-radius: 0; }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr > .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; }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Jlt2cQfVGFwXTURdT8tbEEE41NbikwrD { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#rTSf7i4Ladeo5MZDmvzG33IsrhUa9RfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1krVZEKctwqVBQDrEJi1vhVdNDU101o { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#grx9IRDE1ET9QcP8Je9pQwoAlGeBiQ0l { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#XLspxHTzErumD3LLK7J2VVzWnqKNFWkR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;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:7.3773880004881rem;left:20.560981750488rem;height:3.89756875rem;font-style:normal;display:block; }
#XkF1tg1u6OAiKQP3u68EOv05STEd15df { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#b3vRVmPSkfPhtTczzAl51OvOURq8TFok { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#onEFJFaQTylBX4bBElDznRPCEdgGLaBB { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#kTyH7D0yvaQJTcTWKNWCvDA1QXCO0hei { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#EElla3DANNgAa0htKnZ7GimeafIOfraf { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:16.8125rem;top:7.3773880004881rem;left:2.0594596862793rem;overflow:hidden;display:block; }
#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg { position:relative;display:block; }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg { background-color: transparent; background-image: none; }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg > .row .container > .video-iframe-container { display: none; }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg > .row > .video-iframe-container { display: none; }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg > .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); }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg { border-width: 0; border-radius: 0; }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg > .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; }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cDQKTbQ8pmKixgmbRifX2BMr93cTSqwD { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#muK8COMM94LiODwvnpKFILiiDWMDCBpD { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7cVsVuUfwcfrAs3e5WCCNdQdlf3q3TV { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#X6GZCfelAXh5VBg5FTDvAs5O2yhqivIO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#WVJQJeH78VHcDk1xRkszthLwIlUKtVvq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;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:7.3773880004881rem;left:20.560981750488rem;height:3.89756875rem;font-style:normal;display:block; }
#SuIfXtW5fNxJJwy9w1XwuEM7mqWMNbIC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#I9ZfkPB9Uy8uDAT229wPKg3lMuFIMfDr { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JvI6vPV7qfCJFqL7pFkrCIW9oKi5KwBr { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#na3eqQDFaqpIShlJZ6fVJlfgfKKuLWPi { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#myE4mPCtVsHzrXHRNl0DLBgl7wOppDSc { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:16.8125rem;top:7.3773880004881rem;left:2.0594596862793rem;overflow:hidden;display:block; }
#t2V63Oxvi0y5BupO9KF71cI22yXb82cm { position:relative;display:block; }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm { background-color: transparent; background-image: none; }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm > .row .container > .video-iframe-container { display: none; }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm > .row > .video-iframe-container { display: none; }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm > .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); }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm { border-width: 0; border-radius: 0; }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm > .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; }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#r0kTG1v7uXwJgazvNTvol5IbrlzNNFNR { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#iuNy4FgmD3LinTs08ScZE8C1p36legiU { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyEwpkaSTmuSWlmhmWzSaJxDXAJtC2Ru { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#DxXVda46fZVeiTkQC75fquAEiMR8cmE1 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#b5sTLLExIRtAXobHVHr457WMNtix1gfX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;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:7.3773880004881rem;left:20.560981750488rem;height:3.89756875rem;font-style:normal;display:block; }
#pZyACpq2cQXelL3ZIvBB1iFrWKJgUH0x { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#UwSCAqHVOvyDrsin4ppM25UCKJESfwCA { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bWKA1T37vRSTr6kZrSvVNKyLChyDzIpR { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#yf8ZSixDfqTFE8Hu3ppaqs2Z2fEoiwaE { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#cr36hqZ5GLLrXoUSttdw09yO7GUWXtLv { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:16.8125rem;top:7.3773880004881rem;left:2.0594596862793rem;overflow:hidden;display:block; }
#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL { position:relative;display:block; }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL { background-color: transparent; background-image: none; }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL > .row .container > .video-iframe-container { display: none; }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL > .row > .video-iframe-container { display: none; }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL > .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); }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL { border-width: 0; border-radius: 0; }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL > .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; }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#THOD9OQRCQFMhBqowd89Q2NiyreulxJh { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#rm7nEezJqqcKREWlsqVepSfnbIG2x7Ea { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PT7F6SJfJ9Vpzy3QZlsA0yEiBnrtwgF4 { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#CkFZHTCNQKoZCRbZtRI19GIRnAz8plaq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#DB1lKlhhXyCzKNLZv8m3rHVAXKhda3hR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;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:7.3773880004881rem;left:20.560981750488rem;height:3.89756875rem;font-style:normal;display:block; }
#WhNmTikV9vZP4vKCm9XgJi5ZCh94HNse { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#LPmu8PEMQTytBlb4S7fl583bcVOTEchn { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#P1fr4L9UsgTDcM5XTq5ROzoCiS7nNTyN { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#FiyX7vyu6RQZp9uv91vxc7fTtNXRdoSb { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#PhPlGxqgx7NheOmzXR0VH9K92cDQUr55 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:16.8125rem;top:7.3773880004881rem;left:2.0594596862793rem;overflow:hidden;display:block; }
#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw { position:relative;display:block; }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw { background-color: transparent; background-image: none; }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw > .row .container > .video-iframe-container { display: none; }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw > .row > .video-iframe-container { display: none; }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw > .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); }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw { border-width: 0; border-radius: 0; }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw > .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; }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#P4CPrI3VT11kzdOe2S0P8JXTpike3zTl { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#b9EXWDsv8JS4shz3eFSp315kFSUDvASL { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6sNJ2QTF59OcS5I4Fx3l6TDtVuTkome { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Jw88yKsO5cdEPvdLNcTSZiMXlMA68WCD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#mPvkuctSAqir4KPyCKFHymbacsmuKW88 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;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:7.3773880004881rem;left:20.560981750488rem;height:3.89756875rem;font-style:normal;display:block; }
#woTQ68tiszmSCDqhgphCXvOgZ4y7EeTo { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#I1EZfTW8WDGLos0JQb2wunw873MV0iZp { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TRCgztLa8iOnS7kMCbkzledwdCJ9vrTn { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#PZqtH2SG0b0aOd2Wy8JVTLtFFR9Bqn1e { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#PJ4M5lIyHeERwG0QoTZPur3S2Zit9VCO { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:16.8125rem;top:7.3773880004881rem;left:2.0594596862793rem;overflow:hidden;display:block; }
#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 { position:relative;display:block; }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 { background-color: transparent; background-image: none; }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 > .row .container > .video-iframe-container { display: none; }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 > .row > .video-iframe-container { display: none; }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 > .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); }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 { border-width: 0; border-radius: 0; }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 > .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; }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HMTpRQtydAhbxykbGTubkgICtPB2r3Qk { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#iqLLndnLFh1H0T0EbiEyzDqrtdEA1O93 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sa58QWOCJdHon12G4pTfb8oCablKDsaG { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#nwHVe8wTckmUq1QMzlu3oH5KTavwduss { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#PzvFq5cpJMtbU4PRu43tHypHw3fhHE3L { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;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:7.4761199951175rem;left:20.562065124512rem;height:2.59838125rem;font-style:normal;display:block; }
#ImXK6t0mJI0cTXClfg639O0SPac2qIpV { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#dmsT8eLEIm8clTTqbhgm3mKagZhgmbLn { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#u6dNvXJXvPirhJxvH8kxTEzCOmT5ts3o { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#ZmxSKZF8oRJzLvyo25RA1OwqUpmCGxpB { color:rgba(var(--color-secondary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336715698243rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#QOxdgUAH5SJLyyF0yv3AXCCB7m59ixD6 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.2498125rem;width:10.811625rem;top:3.1304244995117rem;left:5.9136276245117rem;overflow:hidden;display:block; }
#CFTHg7VeLSkNwpqxocn4DKogQ73f4usA { position:absolute;display:block;z-index:15050;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:8.1875rem;width:10.5625rem;top:12.252605438233rem;left:5.9125442504883rem;overflow:hidden;display:block; }
#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE { position:relative;display:block; }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE { background-color: transparent; background-image: none; }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE > .row .container > .video-iframe-container { display: none; }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE > .row > .video-iframe-container { display: none; }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE > .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); }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE { border-width: 0; border-radius: 0; }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE > .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; }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dGrTxxdQTW0hKu5yQ34PCkcJVegrLOl3 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#GcHiV6Dc2Uw1FhLOs8rVqafMsDt27sSw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aG3OhRnc9XPFVXCauwILi7krUILbypFJ { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Ka6iOy8u2tFZLkbPZdggukeneXPSTiEM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#mnLiD5H3kyevZls4aHmhCx6l2bdGDJP4 { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4765625rem;left:20.5625rem;height:1.2999125rem;font-style:normal;display:block; }
#LF52DivDmEdDnToy1frG8XxvufiLIhil { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#TSQ3kIKbJe4oTaib9OM3EaHMxsm1X8GA { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HhK0EESM7dddOuHnTHbWlL5Ut5dnRivC { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#KU7Hl64HvW8llHMCzMO5Dd9Tz0A5dcH0 { color:rgba(var(--color-secondary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336715698243rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#O67iTUTbhUCTlxXmcGVpxI9VuN44ugX3 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4995625rem;width:16.3748125rem;top:5.7801666259766rem;left:2.1885833740234rem;overflow:hidden;display:block; }
#exfzT7TCQ4B71inZTe9OoTarWE258ul0 { position:relative;display:block; }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 { background-color: transparent; background-image: none; }#exfzT7TCQ4B71inZTe9OoTarWE258ul0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 > .row .container > .video-iframe-container { display: none; }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 > .row > .video-iframe-container { display: none; }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 > .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); }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 { border-width: 0; border-radius: 0; }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 > .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; }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#H9zARNwsTXlIekglD2soKOn2Ni4lfDep { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#bODrb7V21moTQ0AThlrd13asfQFNLVaX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgkWtohQwcMspVHqUQBlkAibWvwyCoIP { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#HGoJHZ0xK8LH1ExApA8hfuGQtLhAh8Zz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#rbWSfWoS1UszaT1WyWJqoKidJ1vWHifv { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4765625rem;left:20.5625rem;height:2.598375rem;font-style:normal;display:block; }
#gqrMVOpZiC3LvUqtWZbCkZUI5rSXri9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#y6fxcumt3oO2os7iKD3PHXw5HTnNAKaq { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#E5IkEJlrRNM8EW1Khks5DgtG61h3OO32 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#fQicZuT81JaBQepcC4NvGOgbfmo07Jvf { color:rgba(var(--color-secondary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336715698243rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#HbkxGCB9ZoxrveOvB3pL6IudR6s3UTyy { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.2495625rem;width:10.811625rem;top:3.90625rem;left:5.4144973754883rem;overflow:hidden;display:block; }
#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 { position:relative;display:block; }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 { background-color: transparent; background-image: none; }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 > .row .container > .video-iframe-container { display: none; }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 > .row > .video-iframe-container { display: none; }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 > .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); }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 { border-width: 0; border-radius: 0; }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 > .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; }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VMtIVF0FTzFX6VEQ8LosF55prcPSHlaO { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#kRseE6bIMUfaHHVMBPIdJC2mIp6n3Coy { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S68T95yrmn7Uex8zcJ4tMHbTo2GmK0Gy { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#ZfiZt5G9v4I5lXttT7DUmKf0JxM3rP0O { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#yko3Zl4uVdPBnbph7HmoFHuITuDAoWHX { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4765625rem;left:20.5625rem;height:3.89756875rem;font-style:normal;display:block; }
#TERHygzr0AcD8Fw2HGRKe9XtuMMcGhcv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#SbgyIHpZkkyZCoEAk3lqHar7uqwpR6Os { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#L5Ni8yJelKdVBsM0zqbxI1AlKyvHRCSM { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#pu9FfGziQk8cPVrwe6XnNkECvEgyEaLT { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#Iy69nhX0ud0aM0ckmXspTt28IGobP6za { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#IU8XlzaFqI9XUKxkx8ZafRncyECm12px { position:relative;display:block; }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px { background-color: transparent; background-image: none; }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px > .row .container > .video-iframe-container { display: none; }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px > .row > .video-iframe-container { display: none; }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px > .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); }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px { border-width: 0; border-radius: 0; }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px > .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; }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ehxTsJlPhEgiQEot96ZvLDMkncMoOZvK { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#C9plXI7IPoDaq4dt2NHk2m1cLs6rdzvE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VwlM17hVcKcXMLPaS4wauUWQVKE346Rw { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#DD2nlpIAOqFZUyltNakvN2M0HaP1REFX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#IKycfJwnEszWLJS2tw7Nm5cEV9v4ZtUN { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4765625rem;left:20.5625rem;height:5.1967625rem;font-style:normal;display:block; }
#gPCwdDZzuaZJ1MNiUuyzvKAwoGASw3Ui { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#NUGnwwGcGQek97LTNcRQl4MgOLVUtrTl { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pHPwbuBbMyGm3D1ip7psoTQmwnIVS5S2 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#ESySWu9JSkRTTIdpmRAnLMSlAciJt0ig { color:rgba(var(--color-secondary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.336723327637rem;left:27.750001907349rem;height:1.6247125rem;font-style:normal;display:block; }
#uuTQwZ4NNwACEkaT6DXb2eJwC0aAiJOJ { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM { position:relative;display:block; }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM { background-color: transparent; background-image: none; }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM > .row .container > .video-iframe-container { display: none; }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM > .row > .video-iframe-container { display: none; }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM > .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); }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM { border-width: 0; border-radius: 0; }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM > .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; }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QVSmQvO7sbePI12FRHT1SgZ5FWPRHuqv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#BGZwWFw6kd6qMnaOB7rmfwhGf9T8w05h { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIS3Q7QreSCZPzL5fm0leRT7OA2L1DbN { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#iwCreB7DEEGZuVx1O6z8wOLtMuUO5qGk { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#D52idkgnnGozENcTCGJRQBfSlDcDyBZP { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4765625rem;left:20.5625rem;height:6.4959375rem;font-style:normal;display:block; }
#htkODB8yDpCoGkKA8PdDuMyH2KJcsmDV { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#Oo4N4ZbGRV9qd9aGlvVwsIgynKpIAHFL { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZWFbTMHBed98zrET8C7yP1Qp28KiIwdF { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#f6VkxBgnKqWNwFVmn4GIvwzFW72USMTP { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#s4m1z2tgZZtgwOGBB5PhRCn6Nsn1AxD2 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.63125038147rem;left:50.750001907349rem;height:1.2991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7JKT1lyicSCX9UCELJZktm9T21P4nUO { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#fa3E4UMnqTK0zMowaThfLR7JnL30CkRS { position:relative;display:none; }#fa3E4UMnqTK0zMowaThfLR7JnL30CkRS { border-width: 0; border-radius: 0; }#fa3E4UMnqTK0zMowaThfLR7JnL30CkRS > .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; }#fa3E4UMnqTK0zMowaThfLR7JnL30CkRS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#PaTPKMkaz6OSuOrcbCC8Wfo84LDe34tl { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#hJ4WIsLZp4WOi2w33y1NdPP5K5Pou071 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLPS6UfJT4rfMv5ov66SMTrW3w1IHiET { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#ayL5bpfGaaAmZe3x6cbXQSavo1EzTOyI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#QMfhT0XpMuaUH4URdv3VwMxK8C0znWXF { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4375rem;left:20.625rem;height:6.499rem;font-style:normal;display:block; }
#yndcrsFKigUuk9msvIpgSOyOuFOSoaRg { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#wJ3QU1nA8MtRPFL7TTLPuTDDCC7CwEuh { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zNWBRRbfF7Zq9SMeHZzzQHtNFz9cpl33 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#DponJKmedazDGRKgJBZS6beqvyLd5sF5 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#StNFRmlHeoofiqkUKityBsyw3KHWTZ6l { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:20.0625rem;top:2.40625rem;left:0.625rem;overflow:hidden;display:block; }
#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS { position:relative;display:block; }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS { background-color: transparent; background-image: none; }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS > .row .container > .video-iframe-container { display: none; }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS > .row > .video-iframe-container { display: none; }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS > .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); }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS { border-width: 0; border-radius: 0; }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS > .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; }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PXz4FSqTEPhfKPgAb6vJgopO9CNTExvA { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#t0FCksSVIS0mvfscMdbTRZeZz2cllTP3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.8125rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FE3VAlUt42S28X2Kny8IcmhXvG5c62XF { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#nif5sq0KTLDr1QNeiNRkG38ykcwmr2in { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#yey0HTylAVCeBfigOI2vQKSMUqTUVuJF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;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:7.4370651245119rem;left:20.624278068542rem;height:6.4959375rem;font-style:normal;display:block; }
#gSw1uTIUC85s3FCT4e1clAMO0MK2CdrB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#a51SG2vv3UvWR1DkDwv2e5PDH1k22qcc { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LJ3ZlmhMiw0qpmNLflpiiRUT6kLiVKsu { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#zzFx2H1O4Qa5VUlUthuSE9JILO92qxFH { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#MFkd7OtOfGaavn22H4d1CDiQ3kL5yXMv { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#HRn2oIEz1gfhu8EX4cAig7o1MptBekie { position:relative;display:block; }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie { background-color: transparent; background-image: none; }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie > .row .container > .video-iframe-container { display: none; }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie > .row > .video-iframe-container { display: none; }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie > .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); }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie { border-width: 0; border-radius: 0; }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie > .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; }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Wy1vXmBN3Nnxd9nQmR3dldJchIuQnUmi { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#QPEniEKCcuNknUv6c2iXysnaxMqpuIZC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLW9yPDucoOHAoSJa8cMKHX6IL04A2Ek { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#gQ9x8rmMNbTTtOgu7R4FLN8HBQ1yQmbX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#xBWmH10uKpf6AQTCDDZu9cawyATeqzgk { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4375rem;left:20.625rem;height:6.4959375rem;font-style:normal;display:block; }
#QPbx7eoH6s9Ii8fullwBrEyCcXpoiiSF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#lTw0ZHIfXzuT2kdE9fSTcnF1yHv0gT6Z { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T2qrTSQbsTo34w024bprRBtJBCqqXUTT { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#iOK2GwbMx67oFGoc6XsLu7sIvv3iFCAB { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#RDGVU78p6udCMMrWHb6rQH29x3AOsOTp { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:3.375rem;left:3rem;overflow:hidden;display:block; }
#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb { position:relative;display:block; }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb { background-color: transparent; background-image: none; }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb > .row .container > .video-iframe-container { display: none; }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb > .row > .video-iframe-container { display: none; }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb > .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); }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb { border-width: 0; border-radius: 0; }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb > .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; }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qzlthBLeSaFXfZfkoBsSuMUGtnGkB4zg { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#JU8kdTurT6qqsgrTxJ2ycdyZ3RnZtAQC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cArv1JaEBA3UvfIrq713S5draDUsHbbs { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#SRsLLGyzx9cHhyd2WkI4iRE6TGzHmmGf { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#TtXItT5rL9IvkPNAGS6RdmKiJN24CbIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;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:7.4370727539062rem;left:20.624278068542rem;height:6.4959375rem;font-style:normal;display:block; }
#Rv5i7gPF3vaOUxmfk91eg9eUdUq3yAM5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#b6ReI4Go3a3Z0Xkb2R6ayz6A6p4EyMZ5 { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Wx7wE4kgefbkRyPkJLNcepQuMb7unAU3 { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#hwlfEy3EsItDQO65XQ2LlqEf17v490sX { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#JLe5k1i0nX6pl4v0Vu7fnc8P15V46ZTf { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:3.375rem;left:3rem;overflow:hidden;display:block; }
#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 { position:relative;display:block; }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 { background-color: transparent; background-image: none; }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 > .row .container > .video-iframe-container { display: none; }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 > .row > .video-iframe-container { display: none; }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 > .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); }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 { border-width: 0; border-radius: 0; }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 > .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; }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sWRmB8nk3KScaUH3XzAk4Ime53G7Skk1 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#xXm1kmnEFg9FZ5MooOuJZL5If7EOWwf7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gm7sC1fp52Qm778iCkQkd5iOEoEHaHXq { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#aA8WGKUEbnCUPs4wTK0aJFhP3LO4sdke { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#dV38TLTxngEOXhLOml8hSTBEmuftFKVR { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4375rem;left:20.625rem;height:5.1967625rem;font-style:normal;display:block; }
#poFG4XBTcUEGm0usiST40yx9fORR1yxH { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#BA0lPhkoy58m97NnaJ5e5MwsiRpFNQas { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LKZIdkhUCJt1TOvOycsmGAEOptyi5Adu { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#kdoq2X0fIhoxf78q9WuFHTFh3qXGMEbG { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#R7UMwt2M2lL6lSw3Kkfkrh1qiOycZnRM { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:3.375rem;left:3rem;overflow:hidden;display:block; }
#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R { position:relative;display:block; }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R { background-color: transparent; background-image: none; }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R > .row .container > .video-iframe-container { display: none; }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R > .row > .video-iframe-container { display: none; }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R > .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); }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R { border-width: 0; border-radius: 0; }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R > .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; }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nUDISc0TQTsqZNsPIk79hMxgqIDHUImz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#nSfscsKU9gZnZ3D7m1M2htZ5l8nDlt6T { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.5rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMS2hCM8LwwqcJJMcQAoXSaAivf3sJLC { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#Q8xCa39N6rvF42ktw3vkTWQIU4NLszcc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#y4eBRqyD44RFlpmpizVMHt8DyPvc4yAm { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;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:7.4370574951175rem;left:20.624278068542rem;height:6.4959375rem;font-style:normal;display:block; }
#i6SE0URI2du12hf2205aVn17SaKJ0g0x { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#xvvLAEtEBkVd9QRlKl4UOo9PHfcHy8bU { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#h72yxTzfHQMo1qQerp1ZxCpAasM1MmZf { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#ZmC5elQTuqaCOOi8I1AxvR2JqdTnxb5z { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#t2vwBbvmgqZzWoT9NyT5lCdgEACbHWxe { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:16.8125rem;top:3.125rem;left:2.625rem;overflow:hidden;display:block; }
#T4L153pF5owffHP0E2TTklMrMTrr2yLa { position:relative;display:block; }#T4L153pF5owffHP0E2TTklMrMTrr2yLa { background-color: transparent; background-image: none; }#T4L153pF5owffHP0E2TTklMrMTrr2yLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4L153pF5owffHP0E2TTklMrMTrr2yLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4L153pF5owffHP0E2TTklMrMTrr2yLa > .row .container > .video-iframe-container { display: none; }#T4L153pF5owffHP0E2TTklMrMTrr2yLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4L153pF5owffHP0E2TTklMrMTrr2yLa > .row > .video-iframe-container { display: none; }#T4L153pF5owffHP0E2TTklMrMTrr2yLa > .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); }#T4L153pF5owffHP0E2TTklMrMTrr2yLa { border-width: 0; border-radius: 0; }#T4L153pF5owffHP0E2TTklMrMTrr2yLa > .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; }#T4L153pF5owffHP0E2TTklMrMTrr2yLa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FXPElv6FtkDCuyv5r8X13uuXlgQAvzv7 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:22.125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#kiaaix7FCheWnFWADQVChR316cp5dioe { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.5rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DQEHZXCAfZoxWDLJKUcTqUUtAB77ZDZl { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#BwzGeK2k9CKoFW1vqK5tll1cFEBAWONy { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#ycXXyX5UfKqKOqtmbvrILOEqoQFFIC8a { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;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:7.4370574951175rem;left:20.624278068542rem;height:6.4959375rem;font-style:normal;display:block; }
#DQw5TampTe5pesOJb2VpLlwEzAqpqTHx { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#AxZ6COR9qPxysrDHtGgv1wG5JVRH7n2D { box-sizing:content-box;height:2.875rem;width:15.625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZqCxqkDxJHfX75m7tEWDKEz1VXtUieCq { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:19.375rem;left:20.9375rem;height:1.2999125rem;font-style:normal;display:block; }
#KOVRRodpfXic2BMyZcGTZiTo2bWe9dee { color:rgba(var(--color-secondary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:19.2119140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#JBtALkdJtuoHNXbTJH2QMkDvMkt2eJJR { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:16.8125rem;top:3.125rem;left:2.625rem;overflow:hidden;display:block; }
#Zo55pC0dFW6iH4E3yJCJHLo8dfZQJtoo { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:15.375rem;left:20.5625rem;height:2.59838125rem;font-style:normal;display:block; }
#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 { position:relative;display:block; }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 { background-color: transparent; background-image: none; }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 > .row .container > .video-iframe-container { display: none; }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 > .row > .video-iframe-container { display: none; }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 > .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); }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 { border-width: 0; border-radius: 0; }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 > .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; }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EL7KEfKqsOmPs7xw9NCH3hi2iaTchH25 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#c2E54qlKnGoTaGhKksI9dsUxR74Bsktv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.146484375rem;left:48.21875rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLRCCzd5ia9onSwnO192MsqcQsXTdMPQ { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#CxXu6D9bsCT83dLTNDVnHF81ZcRI8Obo { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#s9MNK2g9lwRilWCQlTKNLzoFFHZWKzWN { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4765625rem;left:20.5625rem;height:5.1967625rem;font-style:normal;display:block; }
#fKEKRnwt6LrSEHkzVuViFtPr8X0UmcSd { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#IWkakZ2oz0PEy84Bd01dE89bkC1yr5TN { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yvROQvqMOQbyMPugTDkD17W8yOIOwWAW { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#ilp6ip2J6qFRWOzG9dUoWvWXzRGN4lbL { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#VF9E8tTzb87PIFPK6m1J2NS1hUm5BXEG { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#PfFkNJCcSNbQzELl4eszy6aSS7f6XsET { background-color:#ee1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:23rem;left:21.25rem;display:block; }
#UWUT5V7XaCzICMZpXRRgd6tOFsI06gPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iELeMqv6957InFGXE7gzASgTd1ffz1Gr { position:relative;display:block; }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr { background-color: transparent; background-image: none; }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr > .row .container > .video-iframe-container { display: none; }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr > .row > .video-iframe-container { display: none; }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr > .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); }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr { border-width: 0; border-radius: 0; }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr > .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; }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oX9MFdJhtVnuthGiLEDSqqJPXTpukqxx { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#G06K5ZZhNors3wJbiX3l20EveCyNOIVn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzvLUxfuSJUfJHGqzgTaz3sOl8vx3KJV { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#mJTU4qIgJkQn19oslNSuu14KORUmWRQb { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#FzvQ0vgIH8TOqliyDkMhltHy6nt9Xzmm { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4765625rem;left:20.5625rem;height:6.4959375rem;font-style:normal;display:block; }
#LJaeQlLOEd1EmT7mBdfiiknBKrz8DD0y { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#xVl9BEd6mZIDb0mFabQ5KHIvQqfiHMSp { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cfg6ZEWIM0zksL5BhQvpA0UOcIb2vxnV { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#ps2GhWm4q64LqlraGcyhRhOIQXFLITef { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#bk6vUgS6NBqJcDUsue1KdKbXMqMJDQwl { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:1.75rem;left:0.125rem;overflow:hidden;display:block; }
#MhaUx3ThFRPSBQutad5UN5VLTwIfRkSk { position:relative;display:none; }#MhaUx3ThFRPSBQutad5UN5VLTwIfRkSk { border-width: 0; border-radius: 0; }#MhaUx3ThFRPSBQutad5UN5VLTwIfRkSk > .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; }#MhaUx3ThFRPSBQutad5UN5VLTwIfRkSk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ABybR0Z8OCMrpWqRku1bL4uzuOJUfDQT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#bOnIz2TxqfEoSaD3q5CHro98JJRxlUuN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.1875rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGTM82lgOEKc7VT0Xsr5aV9ct6PesBXQ { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#ryIVyfdlF5RRFlFVHhf7vUDESJE2L2a5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95rem;font-style:normal;display:block; }
#wcTTkdso0Gw1eowVWDzV40tfb2zPRrXM { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4765625rem;left:20.5625rem;height:6.5rem;font-style:normal;display:block; }
#L6G2IKPN36vrQkERkvq0bdIB8d2sitMT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.6rem;font-style:normal;display:block; }
#UNcV7FPslJ0OV5dyoNaNOWVioGJiJ0bQ { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q515DTadVHpdHVyD9CZamSyoQ0WPvNwb { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.3rem;font-style:normal;display:block; }
#Cdtzas0O8NaIX03swtaTDqUiykWnU9w7 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:28.1875rem;height:1.625rem;font-style:normal;display:block; }
#sOTyPkzVl5kKmOgEJAGVPZT6bT9KrThE { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.63125038147rem;left:50.750001907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPlwMZa7lwyJbWfCenP2gwiNizmb5AQl { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:2.0294733047486rem;left:0rem;overflow:hidden;display:block; }
#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P { position:relative;display:block; }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P { background-color: transparent; background-image: none; }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P > .row .container > .video-iframe-container { display: none; }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P > .row > .video-iframe-container { display: none; }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P > .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); }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P { border-width: 0; border-radius: 0; }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P > .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; }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FQCLiOT6MUS58LMUq15R6BXrs3Xy04WP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#dF11t4VUDzTcJrzmvLNsEag8fFSWgICU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.812501907349rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUuHJwClkXJy4sZ0oaWNkuvOBlxJQWSp { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#vXiKRbcTGDXF4gx8bAy6psobFAQoxlAX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#mVP88tQE8lq3f9BQEI5oUzlu84JkRbMw { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:7.4765625rem;left:20.5625rem;height:6.4959375rem;font-style:normal;display:block; }
#Gr9UcoW1LlcCotRKedMR5TCJAoVTiN2z { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#k2lEI1NC5BVV3Q4dM7w1pmf932AiuSJf { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BkygqUn1DOXSUqNbsPBK1sx2Vzc6RsHV { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.9375rem;height:1.2991875rem;font-style:normal;display:block; }
#aK9pQkHQ8B2gsTOXpdUg7hp86JJP8Ao0 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.25rem;left:27.90625rem;height:1.625rem;font-style:normal;display:block; }
#A0BLrMZNTcqJQNueS24E1WJsTBUmKit6 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:2.3109016418457rem;left:0rem;overflow:hidden;display:block; }
#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma { position:relative;display:block; }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma { background-color: transparent; background-image: none; }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma > .row .container > .video-iframe-container { display: none; }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma > .row > .video-iframe-container { display: none; }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma > .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); }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma { border-width: 0; border-radius: 0; }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma > .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; }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Tmg5MHc4c1dxTmBqgDzaRfJ2fJ7hcbEo { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:7.25rem;display:block; }
#oxp7hLSqDEaaddxlNpUSvFUX9ZnWNEGG { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.015625rem;left:48.375rem;height:3.3304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJ1qibp8onzoF6XQ6TLvSxJyiyMPREbi { position:absolute;display:block;z-index:15024;background-color:#e2001a;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:6.3125rem;left:47.250001907349rem;display:block; }
#mSlvQc4q5QLnbJel5pyyM4fdkdqJP4v0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:1.95023125rem;font-style:normal;display:block; }
#ksU4KcCDBT9BGlcXR8egcvRp35aD2JZo { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;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:7.4370422363281rem;left:20.624278068542rem;height:6.4959375rem;font-style:normal;display:block; }
#SWHvZEQ6B1I1XueZUKnuLrreh7DVORHR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.25rem;height:2.59838125rem;font-style:normal;display:block; }
#qwKSDinMCfaF7AJgXgWKkZMQ3BJTDJo0 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#zPmzpEKGNxOPNPLaLhyqBiTyaTp3hwJl { box-sizing:content-box;height:2.875rem;width:12.5625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),0.22);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125001907349rem;left:20.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FJsv7gTJfRIz4b9DQRgTJokX2uudWwXf { color:rgba(var(--color-tertiary-3),0.59);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:15.6875rem;left:20.937501907349rem;height:1.2991875rem;font-style:normal;display:block; }
#rxuBSMMvrsvqn2euDXOCbzJTI6AD5OW3 { color:rgba(var(--color-secondary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:15.52499961853rem;left:28.187501907349rem;height:1.625rem;font-style:normal;display:block; }
#LPTB4QVUVS1sOl24lf9SK7ah6fI9Jwvv { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.3125rem;left:50.75rem;height:1.2991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .row .container { background-color: transparent; background-image: none; }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .row .container > .video-iframe-container { display: none; }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .row > .video-iframe-container { display: none; }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .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); }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .row .container { border-width: 0; border-radius: 0; }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/781c6360-1e44-4a5e-9009-f89cfc2ece3b/2025_4K_Videokonferenz_Hintergrund_Teams_02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e.adaptive-delivery-prevent-bg, #cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e.lazyload, #cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e.lazyloading { background-image: none; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container { background-color: transparent; background-image: none; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container > .video-iframe-container { display: none; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row > .video-iframe-container { display: none; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .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); }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container { border-width: 0; border-radius: 0; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 { display:block; }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1wV4WFJPxXh09mpweiX3ePObkNtvhR1 { top:1.125rem;left:0rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPiPEpmOMDgmC1CFF2td861R7XCX7oJ3 { top:1.1875rem;left:6.75rem;width:12.0625rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viG1n3Q2rkh0HKLTNB8gHSovFslRE093 { top:1.125rem;left:20.125rem;width:7.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSCo1amqNynI9LcIapHasU8qJ90PWiyv { top:1.125rem;left:29.4375rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNHaVdsqBCysxfw201hrSPWNZTf2UkqM { width:6.0625rem;height:2.1875rem;top:0.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LapEVV57qBQ6T9ZXH7l2rtnIpbNC8lwJ { display:block; }
 }@media only screen and (max-width: 763px) { #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 { display:block; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc { display:block; }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRTi5mhTLQFauURFZZfP5IeG4lzbEO1U { top:5.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ViASWu6bLhNs5fDxWJIsCqvOdkKRbR { top:2.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNiXnaS1ukKrxAZTpkRzXxTpgkvOQQvE { display:block; }#gNiXnaS1ukKrxAZTpkRzXxTpgkvOQQvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3QFuNtcm7k0GcU7m7qeTOpNpwUTrQwT { top:1.0625rem;left:0rem;width:3.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIbBKrgdcbESE0GJkTXSkyfh2TSnI5TK { top:1.25rem;left:5.2500005364418rem;width:6.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Ukq28oEUrGeIIOxcc52i1AHlnvVbfr { top:4.875rem;left:0rem;width:7.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL8oqqwT0Li9TfgvQTfCcqT0WBJVgZyk { top:1.125rem;left:29.437501907349rem;width:16.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv8CXvqFpm1yTTW6TSlPXuUHrxVM5B6q { width:6.0625rem;height:2.1875rem;top:0.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThId6QpzfDC0VvKyNn0FZFve9sG7iPw1 { display:block; }
 }@media only screen and (max-width: 763px) { #H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx { display:block; }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMAo5P75Fr7oXUkIbmiZO9u2Ru4Mtd9A { top:3.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Cc3rJPE1KoAtQ7CDxfnbd7XvuoMILI { top:7.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5F37ELZWMN1DmFBTXExFIkfsvz40zWN { top:1.3125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcJLUT1Z64whafwQCfLRuN9uG1bTaEXy { top:1.875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV { display:block; }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCukG6fifoibivDTQ6FxewzJwuHUv1Ap { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsK547wdeCIT1duWiNT5NiiN92pTTa7S { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #libTw58swE6FxipXBP10O1AmZxM9htCT { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeznJ3DCT4RMIuvip6oFxpeOOQJFqm7x { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB4Tw7qMpxb9BP5PUArcCer51fclkzRL { top:7.4375rem;left:19.562065124512rem;width:14rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKVFBVGWg1EQIRVW80RJZF4TrFfLpn27 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy1blsznzFDpKAlSTXP3hbdOmpo9MDx0 { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUPF3DPt0pQv5QP3vtykomds92qTHMoo { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiniFZsfMeeSNcFJTPBZoS76seC7vJ3s { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAHrGRJoCmDyG5fyzkNAQTa4h7rgI8a { top:7.4375rem;left:0rem;width:23.25rem;height:5.2984562423254rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb8hoh7oVzSys3seRqxA15v5TcLORUsW { display:block; }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvNX29nNQiDCsT5LrXT0u0VaeyleoOTD { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhUBJR2kPhqLMCn29dEfCUNN9QFu7o46 { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzvGxPzQdScXe799de15bBwsUD8r4sH { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sATE4DFTyrcnmq4JaCdiuM9TQTyZGSSD { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiHD8tumhB6kPxCpvFBHVTxkBqCWTh4O { top:7.4375rem;left:19.562065124512rem;width:14rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fopwAOIa1dITGZhguJLSXK4aZn2HIzxa { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz3QyM9mHM73vJR1gobtIpyqW6SKaop3 { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv3a9OckP6sa4RpgUlSxdDHurXTEvb3W { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTszo7b1gmwbUDTvFuu8lLQETP1pVx9W { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1UuTszfFuXmIu8B76i4sNC15ePyl4bJ { top:7.4375rem;left:0rem;width:23.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhXypGkthDJKBipC8rCTTqFsKzfLGdKt { display:block; }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk1S54oJGLKcgD7RxvQCexRlL321kX6R { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNb9FAM5cSHdbxx0WuKeXueGkOHoVb3R { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTAhRm1KmnqT6zrcTTZH62wIMJEwL0g { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhhKpu49fWBgiOaUPhKDUeyetV7Xbb32 { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVX4WVLVsiDXD07iAw7zh0AB6AQEQLDe { top:7.4375rem;left:19.562065124512rem;width:14rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZKpUpgSPK41NkWm2v878Tdd2de5ACih { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQD3iddeAboWnktTUmicBgO4dN9Wy6Ex { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHl8VCgIlKvsSMi53h3PwTITQW4mSyaC { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxy6SmXVG2x2AWdIFwPLTbVdrZTz5XOx { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOC4h9mRU1qaEf0rTzius2CDTnDSUl7a { top:7.4375rem;left:0rem;width:23.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt { display:block; }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylG2HaHTUM83SJxSoEU9GRdzTiV06F8i { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1PaNFzPDqz9258AOUOgaI104KNuu59O { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT7B7nPp020QGVTAhz7zRLOTrbnONTwB { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3V0UuEcQkTL0hOQWAk6NJpmtAPUifqd { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #at2xFyJtoJUf5vn970aqbGV8oR68snxh { top:7.4375rem;left:19.562065124512rem;width:14rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFTNhHi1KloDLI3EAxE1tVorGf0BS1oy { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4DraZLcTmr9ewwV98aoxhz793l2LsPn { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvktwsia8v6i6DNIODr0V0Q7Bx4uK2hV { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4k4Z88uUeED3HTv3tBLqGcT2tLiXwwy { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS8nkMgTNrSEbKXRVMR8T7oJzZkgJTTf { top:7.4375rem;left:0rem;width:23.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boL1h6wuTTBQT608SGh0KNHI7FwwzkXk { display:block; }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrlQU26UKw8f2Mmh2Z2mG0S91z8EO8Fn { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPCrkGz42FTapylLRVxwbZN6AFQKmVt { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZO1znA2FviyFOVCX3mGx7RVJaLntpkQ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyrh6DxQxfXFOLiZ2GsAyh39IgiMuzPD { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ5lJTar3W1Zmkp4NGDTdsMB3ROqilqq { top:7.4375rem;left:19.562065124512rem;width:14rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ATQob5bD9OT3z8TcCG7glP34Ka4E9l { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSMimdsw5AAVy0RPMg90mFh3nzFfPRu4 { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFxNPCcO6dGRnEl6DaI8nkAD7QylMywJ { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOR6SuTZC4W7zxtQCxgtE5Pz5EV3HoX4 { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OheZKSbJO2nfNwF16hGNhZDpQTK1zbpO { top:7.4375rem;left:0rem;width:23.3125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl { display:block; }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl92ZyTGP6rUg1PCcAdVGLPv8ebIqEAm { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shTPILmWo9wNX1MoDU9v4DxMlm0aN7zG { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrq8Jfz735UMc7M7QmDd3p014S5m37ud { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5HOBz2CTaxTE20XtDPNm8xuAeEZaeQa { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUJwiW80GtXewLdQuuTaagyBTAT2VuS8 { top:7.4375rem;left:19.562065124512rem;width:14rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvS2T2BEwBW7mxNz2F4CAgINUiEiaroR { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEGt39Gr8EPmO1CE4ltlZailTkDlCPHI { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoUTE0ZXwfi5AiXcrWuC7Ot1zkwnyTUz { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFVJd9IhMBegNSeZ1dONWxyEuw7x25Z9 { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZlF7qTgdA9cSMdQyqrUuRQqlAT2BvXK { top:7.4375rem;left:0rem;width:23.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p { display:block; }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BifR5CsqNna8S2K1Z4hKygGvOvSHHuT8 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWg9ORDQLPNIeUDz0zgASQhd6cIUGuNT { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6lSHyaUiwv79KwPcnQnovvGM3BRLBaW { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzSrEX8mNoTAElIyzHJyrGJ5sVCKTSxK { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1MKXlqaBEOmiTexxWbdsRTNPBwhL2xT { top:7.4375rem;left:19.562065124512rem;width:14rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlBEfnWcvQaMx1BqfCfhJqvn4XBifSUG { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDsszVBQGOqADTs6gdqzI5TqS4PrRePr { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGxQzLPTigLWQOAkbkZkHa6NC7WQg3X1 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZB30tRv3r2Kq2bQrup6FdTnXCmdTgP5 { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1PqtczLeg240hDXemsSHShv1oXpTTim { top:7.4375rem;left:0rem;width:23.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow { display:block; }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9KlV54Cp47xKIrAnfBVGu80rfkkb22y { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6T2mv0x7CTRsJEXdeEzOl1XJETTvopu { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHOEBh8dCebALAoCJEdPol5wKkJLl0UM { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxtzDL0nVxJZck6G1JMoUK5ZvEORkI6G { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiZP0VIBkXRVn9LtTWiCaNlIg9T2Zw1y { top:7rem;left:20.246528625488rem;width:14.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #optmS7DolNTNKfOSKMvvp0rzt7sEFL74 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnGUVr1TXtkEnTmSN3abdecub7Aqx2w3 { top:15.9375rem;left:14.123481750488rem;width:12.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avRwSXq1dpp02NOlPE9HWtLdbeJwF2il { top:16.6875rem;left:14.127822875976rem;width:7.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipG999XfX5IS6yri5NLLFBBXFOhTvrqr { top:16.5625rem;left:21.405384063721rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UshcZHlugs1M6hLSk4IIiy0Wq3Z98FST { top:7rem;left:0rem;width:23.3125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o { display:block; }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQznRFfBmBawLbPP3GaQdRvbyTpAsPGl { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HESLFhvKSOrhaDxaMDSVXgbzSVq9haWl { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTr47pL6ZnHic44STRBPec6KO7oDKKCv { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVxI493wMkfiDB4g8xVpFJ0AmP1ihGIX { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFWE4VCUPnN0KUNR562PVwGTi12M8vH4 { top:7.375rem;left:20.436416625976rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOQbXyKpnucgWABBHhQ63ECDQhkJAdd8 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDPE6vCgnnD83srXXo5dZFUGFEN3SiO { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP3nuIdBeyBrlEgNn7yfHeVtoqmoyKKk { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDSTC0TCTf1Fu3WLukI2HhDF3EN7h35T { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIlu7JAwrmUhO2J2sDJz1OszqTkV4x4i { top:7rem;left:0rem;width:23.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ { display:block; }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiBccrc65EfQQ64vHAItu3o2TKwp4iTB { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWpoLSfTW9O3QiriiCDgP97dksTpIDG { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeFSWdxLGAl8JGlvEtk51kD5Xz60elLA { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH2HxFP7KTbFBRZ8EVNZT2uFPEsBOfwJ { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAhKTOdrC7siQr2iZDxAfQU2h025M5bb { top:7.4375rem;left:19.561847686767rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBt2zreUvKD56GgTsK03tgXuZFPHRclK { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTfEvg4r7F5vnyUrkhb0oOp9WkDRnxLT { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKMzKQb99I34r9MXCxAsrdDKVuqHn7OT { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAJ19T6FmhOcvpQDcg7TofTZwkLCTrtP { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUK1GLEZcelHqdi0quCbFcWKoOH4tIHk { top:7.625rem;left:0rem;width:20.1875rem;height:7.4770133922646rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O { display:block; }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJlKbMuDg40JdM296rR58Vy5aXtvzlEN { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdHmmmJpXwNmwhBslrEmeoCJHPc8kSBf { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyCpEpX2o77Hbz5xMyi8Leyeg3o0uqMl { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0EzSTahsR28AXN4hmibM69qTE11DG18 { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DczlbU11lxvse4TCVSyPIHLiC7vbXsOX { top:7.4375rem;left:19.561847686767rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEgJDPlIIho7DG6FnE6k9GJe3wxdcmJA { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4tNuswdEwL5ZPKtrN2tkvOKrLW6clta { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqU5C1RG5Q4FJvGzCZ9MurNA8JlJovc3 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI4NZTG34blUHiuppMhWoB8JzfstXtQN { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd2ENL35vkH1Ke6agtGALlc46VpBR75n { top:7rem;left:0rem;width:20.125rem;height:7.4771042707733rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 { display:block; }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ni7QmobHqKVAv90CHXAMWPRzqu1K6yG5 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4vR7cr1CVkcNESpd0ItFLEbUmqbVDJ { top:7rem;left:39.3125rem;width:8.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex4g2fvRXUUsHV5lX02ngtHVe3IciZAq { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6VU8p9KD07X9dFvve0xdETAJ9chsgyZ { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcKBSCetXRAhglLaTonpdHTWIWxA1Q6d { top:7.375rem;left:20.560111999512rem;width:15.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldURWH7zt7rrgdwGhT6BnlbVS80N7ZhC { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaEZyOyEd9zo7TfOFNBQPGxFdBz1JZBx { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPZztNF79uHoTEvHAysnxH8QIAqVib9Q { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpVSJ9926r9nU25X4RXndh2qXNKloXO { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G46tbTgEG5Ftyr03S8FkCux3TZvRGchS { top:7.4375rem;left:0rem;width:23.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2MDTyrTXK71khEUA6PIGZzeTh6FUudS { display:block; }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8JHiFLEnC2MNUnfpB2NpE5rUt0KhyuI { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTa9Be77xFeUNMt6mFg8wAqtRoMOXJz { top:7rem;left:39.3125rem;width:8.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWlTlRZ55NNQm0mRp5IELWR85lUGlTun { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETHiNmKbBSJNnUvFp0EvqH8W18cXit0 { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcmCN03whhTFXE5pRHEKhB3sGBC4HIT3 { top:7.5625rem;left:20.498264312744rem;width:15.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6seMilH91Hkc60FTT4sOX0hkHWEvlQS { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JObOEwT3pwsk1Op1gH6VrcspT4MvfWJw { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIGUtQq3E0PuddVqaSuc2zMHs7EFpZNZ { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZh1ATFc9lHvWVwITF7nBBqcRMTTJ0DT { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxv8Bzk7lzhsqbttqF6pcCz2RJtPczQ { top:7.4375rem;left:0rem;width:23.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU { display:block; }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QS0fqi8TINaG4iaIkJody6RctuBXdhg5 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpW82mAzRoRPgEVvT7NJXca8ciuzUaLz { top:7rem;left:39.3125rem;width:8.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVWCGaFZwOW4CBRvba4T9gnC0mRCscL0 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDv6aTaIC5INqbnvmsreMaXpbP18xKVZ { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVhnzfPoZukbJAnPvxRa69yCDeiD8J5f { top:7.125rem;left:19.622611999512rem;width:15.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXMqmbVMadyD4IuhaKoS07kN0OSn1IQr { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbG797gmzRXM3HcsT1ftrwTUlTIvO8Q { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVaf4J3bf4h8Fda3k1sh1qQF3QLvSmZQ { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3GCObhiQlfQBG8CCo2Z5yEg33UolAKq { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvtB98qkTnnxU8OgfJb3c3PtLXSFcC0u { top:7rem;left:0rem;width:19.6875rem;height:7.4137621048134rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 { display:block; }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8e8DqXNe9SchzKv33dNNO1T7cDBoDyM { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMJTP9tVl2EBi9W14ikQmBmhhiGLkSwR { top:7rem;left:39.3125rem;width:8.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMiBNlVPcwNbQUrayrZ6erUIiKhWuZlC { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsNpud3nqTcNqNSwH9gnE5zPPRT5r112 { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS3Q35XT5G76mT2g8TnTFtr0KPtVVTk4 { top:7.125rem;left:19.685546875rem;width:15.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2rohk3UIZk9aGU5Ulcd8Scn1CyEB4wM { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pommCgwILzeMdVX49KJ6ioC79hI7v9gH { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF8TFWtoNTutzhf0NuZNOg1ruDH7lLDP { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibNUxqkdyauT2VTg44ZAKobcQpk3i7e0 { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TZxPvMJ8zkJPVFQ8hQsWkPb2HU4C6e { top:7rem;left:0rem;width:20.125rem;height:7.4771042707733rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9C1TAVuOOul7k3b81M62F0V1KvXk2xx { display:block; }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6XNLmm1Rn6omtTsPovqf5gBTpmMg6oa { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPp0v0o9Wa6DTubIqUrzZ3EyII8nl1gV { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4MCPPTEVME1kzXgrKnXMBlxTVCX2P0l { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I25MwC7g3vsAKc2zJmTwcZoRLgkldg9e { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B86XaKa2EgdRsEcZsiBlBeXDsF2cWLSi { top:7.375rem;left:14.435981750488rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2wptuXa8kBREABTA0MuOi2cN9qFxwpi { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o72yZCrfnlqcBa6TZWX70akk9er9glgb { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGkoA2nQCUDy5TmlPvQuQNucc7gibp8U { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW81gx3l6wD0OTtoA6PRDUI7JMrlH68g { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brnDXBPcOFdADk648rbdCTLU0rMcOs5R { top:2.6875rem;left:3.4876289367676rem;width:6.5625rem;height:19.436875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo { display:block; }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOC0pEJJgaJf6zoPVdzNViPLwvpJR48A { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmUofxpEspfCC5tfH0veenX9fv7CKODN { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubGiCFuMH7dSRHOfTskvJccde1Ji1JT5 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuKmA6DDffQtADOBB11JNGz6EMWwKHnI { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWzlvPLqE4C9s5Pw7XKfuyvuhTFPVtOC { top:7.375rem;left:14.435981750488rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW7JqeZ5kWrwdnd7Cb3pLUDId9PzkISB { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFB1QqLcr8SLXVQECSgdOPlqXm4ozTTp { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trbuoNAfCzUZ1hVcoWenrbPEoMbE5rw5 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1NgMTkro484IuvxapZD47VhDQzN0mBk { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUyTiQoLlE6F01MtiyD5Me5L2AUoNZD2 { top:2.6875rem;left:3.4876289367676rem;width:6.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG { display:block; }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqAFtQtb3AhUxpLFi28ux87RX6H3lqDZ { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5No2OepZNPPh9RdX0TgqDzid9TCUKWA { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4Wu4hDRBdPgag7Vo64BITMsRV6Ohwb { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIhp7vd9ScMDqaaTV9ycSdrptiBDauAN { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdanZIO4U7resl5D7RoVEBLAaKT2mUP { top:7.375rem;left:14.435981750488rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFNtzBkpFPxs9eb7o0x0wzGOaq4M7kIs { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldVEQ7uJvRuZJhnelbcMVU7ZXdBnSz8I { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToI78b0qRMsHtLU03iH79xSCApPcrk8F { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5mK9IqtENILiKddQpcOrBgfSPT3tTol { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buBTcTJKL30STzU6Xybe9JQTTH8pZSP0 { top:6.5rem;left:0rem;width:15.125rem;height:9.9594215304585rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB { display:block; }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNyiacf45AxEpsrVdeZ4emSsEtTnHdS4 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdNr35hnp44Wr0WBbqI69DRL6py3iZGM { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9RBtIT2nAPb6wefkcPcsh8QhaJK8CiZ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCWw2gLNEkoql42O4Uques3RubR53mCE { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TihKpDLWxxXQ99H1ErNt3tLGdohyFEw4 { top:7.375rem;left:14.435981750488rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPlB3eVGCFHGSbmFGrRBVIGHFu6r14tZ { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUrhp9igVsWeCAzBnnZFkTtnVlQZyWeu { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2JT744upyZyMUbSXA0EuLJyyfQVIoXU { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcAild1zpZ4ExIIEQkre1cZbBTeRw5Mv { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snfVyvDCa3w6IbhSTAmJE16rsQJomhSx { top:6.5rem;left:0rem;width:15.125rem;height:9.9594215304585rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPnhcArwwGTJgFT8PA73dJouCbFy7AAg { display:block; }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afHvu3HWsRaTDp5TyCUWJ3dUnIiPcPO1 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9QBKf3Lvmb66zta6ePNULgBEG2wmMP3 { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WallVPORMgSezA25Oksp81ks3LzEe04H { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZt2d0KdzOP1fwFxzsgnE8UxaKGX8SJ9 { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlFp2d4r7lEyLdkC6ODQ3kracrcdQlLG { top:7.375rem;left:14.435981750488rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq8HNL7sZ9m05SAF0CTHlIol3NV384C6 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knGAwht5ILBlOzlWCpqPUEfqzFrf9wO6 { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7O0iiSXwZTBbWHTdV1Hb8TH42L4TaCo { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwGb0LK5tg0DFX036ytasVMrOdcapmPX { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPrgbWvCP5GtmnHhcoeX0aw4FNXcdEp9 { top:6.5rem;left:0rem;width:15.125rem;height:9.9594215304585rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 { display:block; }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJvCTnXV59rbBhhOnpXTmUwxTtpwONGw { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKmr6XD705mki5KT36liFt5eT9HVwbpr { top:7rem;left:39.3125rem;width:8.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN7HcA3ZLzAf7ld2fbqyz5P7ZrB6f1ci { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MExvOLTHiTJoks1GysUtuJIpKoT1uIoT { top:4.375rem;left:14.437065124512rem;width:26.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSg19F5b7pp2QVxdC7EpZaczTuIXVq03 { top:7.375rem;left:14.435981750488rem;width:17.3125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0CFLAgBnmc3zdz1bBS7tv47VhTRaQgU { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iffPyuE4aoKIRs8iJfbhD7mcJGil8J9c { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTuJsqThzTzJIi177rQE7wxkWZVRKVJO { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6miwJydUSbtm6ORP37Hu5oTdDTFotUe { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7P8ZxBLHdpOtM6Tv4iThcFLPHCIZA4O { top:6.5rem;left:0rem;width:15.125rem;height:9.9594215304585rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0l5aPIN19TVkWocM74CENrl9L99XmWt { display:block; }#w0l5aPIN19TVkWocM74CENrl9L99XmWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giTfit1zbLrB05wwJF1iOCMPhfTFyR3m { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7xJ9h6gOIpWs9I6waUS8rH1Xgm9FoLu { top:7rem;left:39.3125rem;width:8.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxOa1aePWKn9JnzXpf35KysfpgHmUfr2 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmNdaG6rJUNc5hIorv4pwt2b54gkAuEt { top:4.375rem;left:14.435981750488rem;width:26.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ1tWTul20AXvwEK5DQIiUgckvHB6Pue { top:7.375rem;left:14.435981750488rem;width:20.6875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnPhfkf5rpDT7KzzSRExzhE63g85sTGE { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqZSzcNh3kTDE4zSfWghme9mI34mKnB2 { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLzzSJlW2FlNmNHJK1sJN7fZL4CuL8Vq { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTT43f6iXtayNOCMAn4TMslJuqxWcTrV { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpX4eLo49PwEShTFw5MiKZamDqbxQPIc { top:6.5rem;left:0rem;width:15.125rem;height:9.9594215304585rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwzE8G2sJTZiupXVv7OivX6gPXCClZXo { display:block; }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WG57fH7sCreDmGxMqEgDZZBkdaPm7CUt { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taDZRZOFnWTych80gTytMeq8Qke9Fbb9 { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ5VZqlqec3otPrpNkPb1Wu9zQSRBMAb { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPxcC089Cz2SkMUfLPU6JJXCs6T3ehMc { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPHqtC5rrk2TWU3qlf9MnSmAmiSupxGw { top:7.375rem;left:14.435618400574rem;width:21.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVMUiTdwFAVOLm8W4Wsyx4kNNvkxFybv { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSuhrVhq1cHqMu8QVSuK2R5BzyufudVg { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm8Bs18PMxLx5qCEq7271kccxE8DJc7l { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpFRf4QBiouZ3uo62INCvSnT29fTq0Hf { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOb1gtJsMu6Al9me9pFvxes7IBCkJVF { top:7.375rem;left:0rem;width:16.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDO04upDXAAklIJcvUMlTBX2GglNX5Fh { display:block; }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM6od52zd8qpc97m6SChrzoOVOSTbH03 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT542zTlxlx4UelbSt9b7TV8yp1IVL0M { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQoeByFBPd5L9XPMRbboGgqHDzmJyw8x { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D94ODf914bwM3TDTO88PaoPeMdyqtcSh { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfLyHExXLDZ6bdHoynHn1plQo7LSxZRl { top:7.375rem;left:14.435618400574rem;width:21.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNedsoaTbkcw22w2f9vFkQiPaUQMn57 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzR58KFZLxv8cwdNDPQl8xtrIoonUTyF { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbhPRug0fZSczoqKoJfOwNOtV6TdMUnM { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmnWorsxXfJaZNHTXVO5qckr1A1B4oUn { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Barx0DWQ54MFmq3TH2lZlOn3nFPN8StS { top:7.375rem;left:0rem;width:16.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvGpU4Md0ik931i8iLPKCOXIC92le5TX { display:block; }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVPG0xsJgFDZIoO3mE89n9TfTmS41iFa { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAQwEdKJFbvyBQ51klR1NlBXoI6xNNDp { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddhs7mkZ3fMzISAIZQJWC85ospUzCo6x { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbMtmkV2IU0ICb9fxZIg8G9TZTddsXW { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLCmw6ZXGafFTXcsGPCqwHr754ruAkuV { top:7.375rem;left:14.435618400574rem;width:21.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJXTK5tESS0EsTSVtstCWSEeLCKg1pZi { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqVLCZfQcsJJdfa0DkEznMPSmXHttmrB { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0mewTiBzoUtt90Wun1e7rEAZ5ovKu1e { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VydbxHP6PqPHyLZTUl6X9lwDtu2JyXAd { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZENbzi1V1NOE41cqVsnJBQxwp7sJhcJd { top:7.375rem;left:0rem;width:16.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd { display:block; }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiTguiTdOQFqBEeT5AT6pXWGc53u8PmP { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIKlkIFw2H0zumpM7TICTnAVgr408syQ { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX4T0WcGmXK9ew8r6dXAIECsQK6JJzy7 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Z8oamUyitUyt7ogD9wLQhOpqDpBwCb { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evSJ4nKqg3KCGh0sftrrgJeHHkUQb6Ms { top:7.375rem;left:14.435618400574rem;width:21.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzpiMSUrBFc1XAWiK0bV1Z062iRbXVS1 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiASAXOHUmtnDlKt3nsM5XBkBfC2tEs2 { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtnBbkTfmFG3UPSfEyUgT0EaFR4gOMCx { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF7oJp31rTkmIMgxHTkNGvFKTPzMBPso { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTha2aoQzaBOw8Sni4QfB9cXcAH29Xee { top:7.375rem;left:0rem;width:16.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr { display:block; }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jlt2cQfVGFwXTURdT8tbEEE41NbikwrD { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSf7i4Ladeo5MZDmvzG33IsrhUa9RfJ { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1krVZEKctwqVBQDrEJi1vhVdNDU101o { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grx9IRDE1ET9QcP8Je9pQwoAlGeBiQ0l { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLspxHTzErumD3LLK7J2VVzWnqKNFWkR { top:7.375rem;left:14.435618400574rem;width:21.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkF1tg1u6OAiKQP3u68EOv05STEd15df { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3vRVmPSkfPhtTczzAl51OvOURq8TFok { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onEFJFaQTylBX4bBElDznRPCEdgGLaBB { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTyH7D0yvaQJTcTWKNWCvDA1QXCO0hei { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EElla3DANNgAa0htKnZ7GimeafIOfraf { top:7.375rem;left:0rem;width:16.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg { display:block; }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDQKTbQ8pmKixgmbRifX2BMr93cTSqwD { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muK8COMM94LiODwvnpKFILiiDWMDCBpD { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7cVsVuUfwcfrAs3e5WCCNdQdlf3q3TV { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6GZCfelAXh5VBg5FTDvAs5O2yhqivIO { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVJQJeH78VHcDk1xRkszthLwIlUKtVvq { top:7.375rem;left:14.435618400574rem;width:21.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuIfXtW5fNxJJwy9w1XwuEM7mqWMNbIC { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZfkPB9Uy8uDAT229wPKg3lMuFIMfDr { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvI6vPV7qfCJFqL7pFkrCIW9oKi5KwBr { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3eqQDFaqpIShlJZ6fVJlfgfKKuLWPi { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myE4mPCtVsHzrXHRNl0DLBgl7wOppDSc { top:7.375rem;left:0rem;width:16.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2V63Oxvi0y5BupO9KF71cI22yXb82cm { display:block; }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0kTG1v7uXwJgazvNTvol5IbrlzNNFNR { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuNy4FgmD3LinTs08ScZE8C1p36legiU { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyEwpkaSTmuSWlmhmWzSaJxDXAJtC2Ru { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxXVda46fZVeiTkQC75fquAEiMR8cmE1 { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5sTLLExIRtAXobHVHr457WMNtix1gfX { top:7.375rem;left:14.435618400574rem;width:21.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZyACpq2cQXelL3ZIvBB1iFrWKJgUH0x { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSCAqHVOvyDrsin4ppM25UCKJESfwCA { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWKA1T37vRSTr6kZrSvVNKyLChyDzIpR { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf8ZSixDfqTFE8Hu3ppaqs2Z2fEoiwaE { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr36hqZ5GLLrXoUSttdw09yO7GUWXtLv { top:7.375rem;left:0rem;width:16.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL { display:block; }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THOD9OQRCQFMhBqowd89Q2NiyreulxJh { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm7nEezJqqcKREWlsqVepSfnbIG2x7Ea { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7F6SJfJ9Vpzy3QZlsA0yEiBnrtwgF4 { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFZHTCNQKoZCRbZtRI19GIRnAz8plaq { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB1lKlhhXyCzKNLZv8m3rHVAXKhda3hR { top:7.375rem;left:14.435618400574rem;width:21.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhNmTikV9vZP4vKCm9XgJi5ZCh94HNse { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPmu8PEMQTytBlb4S7fl583bcVOTEchn { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1fr4L9UsgTDcM5XTq5ROzoCiS7nNTyN { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiyX7vyu6RQZp9uv91vxc7fTtNXRdoSb { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhPlGxqgx7NheOmzXR0VH9K92cDQUr55 { top:7.375rem;left:0rem;width:16.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw { display:block; }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4CPrI3VT11kzdOe2S0P8JXTpike3zTl { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9EXWDsv8JS4shz3eFSp315kFSUDvASL { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6sNJ2QTF59OcS5I4Fx3l6TDtVuTkome { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw88yKsO5cdEPvdLNcTSZiMXlMA68WCD { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPvkuctSAqir4KPyCKFHymbacsmuKW88 { top:7.375rem;left:14.435618400574rem;width:21.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woTQ68tiszmSCDqhgphCXvOgZ4y7EeTo { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1EZfTW8WDGLos0JQb2wunw873MV0iZp { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRCgztLa8iOnS7kMCbkzledwdCJ9vrTn { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZqtH2SG0b0aOd2Wy8JVTLtFFR9Bqn1e { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ4M5lIyHeERwG0QoTZPur3S2Zit9VCO { top:7.375rem;left:0rem;width:16.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 { display:block; }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMTpRQtydAhbxykbGTubkgICtPB2r3Qk { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLLndnLFh1H0T0EbiEyzDqrtdEA1O93 { top:7rem;left:39.1875rem;width:8.5625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa58QWOCJdHon12G4pTfb8oCablKDsaG { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwHVe8wTckmUq1QMzlu3oH5KTavwduss { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzvFq5cpJMtbU4PRu43tHypHw3fhHE3L { top:7.4375rem;left:14.437065124512rem;width:19.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImXK6t0mJI0cTXClfg639O0SPac2qIpV { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmsT8eLEIm8clTTqbhgm3mKagZhgmbLn { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6dNvXJXvPirhJxvH8kxTEzCOmT5ts3o { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmxSKZF8oRJzLvyo25RA1OwqUpmCGxpB { top:16.3125rem;left:21.624565124512rem;width:4.5625rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOxdgUAH5SJLyyF0yv3AXCCB7m59ixD6 { top:3.125rem;left:0rem;width:10.75rem;height:8.2027895321009rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFTHg7VeLSkNwpqxocn4DKogQ73f4usA { top:12.25rem;left:0rem;width:10.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN4gNbELbG8zsgHUqozQgOMvFOcdABqE { display:block; }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGrTxxdQTW0hKu5yQ34PCkcJVegrLOl3 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcHiV6Dc2Uw1FhLOs8rVqafMsDt27sSw { top:7rem;left:39.1875rem;width:8.5625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG3OhRnc9XPFVXCauwILi7krUILbypFJ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka6iOy8u2tFZLkbPZdggukeneXPSTiEM { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnLiD5H3kyevZls4aHmhCx6l2bdGDJP4 { top:7.4375rem;left:14.437065124512rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF52DivDmEdDnToy1frG8XxvufiLIhil { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQ3kIKbJe4oTaib9OM3EaHMxsm1X8GA { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhK0EESM7dddOuHnTHbWlL5Ut5dnRivC { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7Hl64HvW8llHMCzMO5Dd9Tz0A5dcH0 { top:16.3125rem;left:21.624565124512rem;width:4.5625rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O67iTUTbhUCTlxXmcGVpxI9VuN44ugX3 { top:5.75rem;left:0rem;width:16.3125rem;height:11.455802213384rem;display:block; }
 }@media only screen and (max-width: 763px) { #exfzT7TCQ4B71inZTe9OoTarWE258ul0 { display:block; }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9zARNwsTXlIekglD2soKOn2Ni4lfDep { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bODrb7V21moTQ0AThlrd13asfQFNLVaX { top:7rem;left:39.1875rem;width:8.5625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgkWtohQwcMspVHqUQBlkAibWvwyCoIP { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGoJHZ0xK8LH1ExApA8hfuGQtLhAh8Zz { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbWSfWoS1UszaT1WyWJqoKidJ1vWHifv { top:7.4375rem;left:14.437065124512rem;width:23.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqrMVOpZiC3LvUqtWZbCkZUI5rSXri9Q { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6fxcumt3oO2os7iKD3PHXw5HTnNAKaq { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5IkEJlrRNM8EW1Khks5DgtG61h3OO32 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQicZuT81JaBQepcC4NvGOgbfmo07Jvf { top:16.3125rem;left:21.624565124512rem;width:4.5625rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbkxGCB9ZoxrveOvB3pL6IudR6s3UTyy { top:3.875rem;left:0rem;width:10.75rem;height:15.162641774479rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 { display:block; }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMtIVF0FTzFX6VEQ8LosF55prcPSHlaO { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRseE6bIMUfaHHVMBPIdJC2mIp6n3Coy { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S68T95yrmn7Uex8zcJ4tMHbTo2GmK0Gy { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfiZt5G9v4I5lXttT7DUmKf0JxM3rP0O { top:4.4375rem;left:14.437501907349rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yko3Zl4uVdPBnbph7HmoFHuITuDAoWHX { top:7.4375rem;left:14.437501907349rem;width:24rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TERHygzr0AcD8Fw2HGRKe9XtuMMcGhcv { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbgyIHpZkkyZCoEAk3lqHar7uqwpR6Os { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Ni8yJelKdVBsM0zqbxI1AlKyvHRCSM { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu9FfGziQk8cPVrwe6XnNkECvEgyEaLT { top:16.3125rem;left:21.625001907349rem;width:4.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy69nhX0ud0aM0ckmXspTt28IGobP6za { top:1.75rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8XlzaFqI9XUKxkx8ZafRncyECm12px { display:block; }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehxTsJlPhEgiQEot96ZvLDMkncMoOZvK { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9plXI7IPoDaq4dt2NHk2m1cLs6rdzvE { top:7rem;left:39.3125rem;width:8.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwlM17hVcKcXMLPaS4wauUWQVKE346Rw { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD2nlpIAOqFZUyltNakvN2M0HaP1REFX { top:4.375rem;left:14.437065124512rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKycfJwnEszWLJS2tw7Nm5cEV9v4ZtUN { top:7.4375rem;left:14.437065124512rem;width:23.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPCwdDZzuaZJ1MNiUuyzvKAwoGASw3Ui { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUGnwwGcGQek97LTNcRQl4MgOLVUtrTl { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHPwbuBbMyGm3D1ip7psoTQmwnIVS5S2 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESySWu9JSkRTTIdpmRAnLMSlAciJt0ig { top:16.3125rem;left:21.624565124512rem;width:4.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTQwZ4NNwACEkaT6DXb2eJwC0aAiJOJ { top:1.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM { display:block; }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVSmQvO7sbePI12FRHT1SgZ5FWPRHuqv { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZwWFw6kd6qMnaOB7rmfwhGf9T8w05h { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIS3Q7QreSCZPzL5fm0leRT7OA2L1DbN { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwCreB7DEEGZuVx1O6z8wOLtMuUO5qGk { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D52idkgnnGozENcTCGJRQBfSlDcDyBZP { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htkODB8yDpCoGkKA8PdDuMyH2KJcsmDV { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo4N4ZbGRV9qd9aGlvVwsIgynKpIAHFL { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWFbTMHBed98zrET8C7yP1Qp28KiIwdF { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6VkxBgnKqWNwFVmn4GIvwzFW72USMTP { top:16.3125rem;left:22.062143325806rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4m1z2tgZZtgwOGBB5PhRCn6Nsn1AxD2 { top:10.625rem;left:43.9375rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7JKT1lyicSCX9UCELJZktm9T21P4nUO { top:1.75rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa3E4UMnqTK0zMowaThfLR7JnL30CkRS { display:block; }#fa3E4UMnqTK0zMowaThfLR7JnL30CkRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaTPKMkaz6OSuOrcbCC8Wfo84LDe34tl { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ4WIsLZp4WOi2w33y1NdPP5K5Pou071 { top:7rem;left:39.25rem;width:8.5rem;height:6.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLPS6UfJT4rfMv5ov66SMTrW3w1IHiET { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayL5bpfGaaAmZe3x6cbXQSavo1EzTOyI { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMfhT0XpMuaUH4URdv3VwMxK8C0znWXF { top:7.4375rem;left:14.5rem;width:24rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yndcrsFKigUuk9msvIpgSOyOuFOSoaRg { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ3QU1nA8MtRPFL7TTLPuTDDCC7CwEuh { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNWBRRbfF7Zq9SMeHZzzQHtNFz9cpl33 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DponJKmedazDGRKgJBZS6beqvyLd5sF5 { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StNFRmlHeoofiqkUKityBsyw3KHWTZ6l { top:2.375rem;left:0rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS { display:block; }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXz4FSqTEPhfKPgAb6vJgopO9CNTExvA { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0FCksSVIS0mvfscMdbTRZeZz2cllTP3 { top:7rem;left:39.1875rem;width:8.5625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE3VAlUt42S28X2Kny8IcmhXvG5c62XF { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nif5sq0KTLDr1QNeiNRkG38ykcwmr2in { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yey0HTylAVCeBfigOI2vQKSMUqTUVuJF { top:7.375rem;left:14.499278068543rem;width:24.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSw1uTIUC85s3FCT4e1clAMO0MK2CdrB { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51SG2vv3UvWR1DkDwv2e5PDH1k22qcc { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3ZlmhMiw0qpmNLflpiiRUT6kLiVKsu { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzFx2H1O4Qa5VUlUthuSE9JILO92qxFH { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFkd7OtOfGaavn22H4d1CDiQ3kL5yXMv { top:1.75rem;left:0rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRn2oIEz1gfhu8EX4cAig7o1MptBekie { display:block; }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy1vXmBN3Nnxd9nQmR3dldJchIuQnUmi { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPEniEKCcuNknUv6c2iXysnaxMqpuIZC { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLW9yPDucoOHAoSJa8cMKHX6IL04A2Ek { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ9x8rmMNbTTtOgu7R4FLN8HBQ1yQmbX { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBWmH10uKpf6AQTCDDZu9cawyATeqzgk { top:7.4375rem;left:14.5rem;width:24rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPbx7eoH6s9Ii8fullwBrEyCcXpoiiSF { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTw0ZHIfXzuT2kdE9fSTcnF1yHv0gT6Z { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2qrTSQbsTo34w024bprRBtJBCqqXUTT { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOK2GwbMx67oFGoc6XsLu7sIvv3iFCAB { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDGVU78p6udCMMrWHb6rQH29x3AOsOTp { top:3.375rem;left:0rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsg4cHKk5i6FooueCrclmxJehQNIJqmb { display:block; }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzlthBLeSaFXfZfkoBsSuMUGtnGkB4zg { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU8kdTurT6qqsgrTxJ2ycdyZ3RnZtAQC { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cArv1JaEBA3UvfIrq713S5draDUsHbbs { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRsLLGyzx9cHhyd2WkI4iRE6TGzHmmGf { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXItT5rL9IvkPNAGS6RdmKiJN24CbIZ { top:7.375rem;left:14.499278068543rem;width:22.0625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv5i7gPF3vaOUxmfk91eg9eUdUq3yAM5 { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ReI4Go3a3Z0Xkb2R6ayz6A6p4EyMZ5 { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx7wE4kgefbkRyPkJLNcepQuMb7unAU3 { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwlfEy3EsItDQO65XQ2LlqEf17v490sX { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLe5k1i0nX6pl4v0Vu7fnc8P15V46ZTf { top:3.375rem;left:0rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 { display:block; }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWRmB8nk3KScaUH3XzAk4Ime53G7Skk1 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXm1kmnEFg9FZ5MooOuJZL5If7EOWwf7 { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm7sC1fp52Qm778iCkQkd5iOEoEHaHXq { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA8WGKUEbnCUPs4wTK0aJFhP3LO4sdke { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV38TLTxngEOXhLOml8hSTBEmuftFKVR { top:7.4375rem;left:14.5rem;width:24rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poFG4XBTcUEGm0usiST40yx9fORR1yxH { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA0lPhkoy58m97NnaJ5e5MwsiRpFNQas { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKZIdkhUCJt1TOvOycsmGAEOptyi5Adu { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdoq2X0fIhoxf78q9WuFHTFh3qXGMEbG { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7UMwt2M2lL6lSw3Kkfkrh1qiOycZnRM { top:3.375rem;left:0rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R { display:block; }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUDISc0TQTsqZNsPIk79hMxgqIDHUImz { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSfscsKU9gZnZ3D7m1M2htZ5l8nDlt6T { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMS2hCM8LwwqcJJMcQAoXSaAivf3sJLC { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8xCa39N6rvF42ktw3vkTWQIU4NLszcc { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4eBRqyD44RFlpmpizVMHt8DyPvc4yAm { top:7.375rem;left:14.499278068543rem;width:23.25rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6SE0URI2du12hf2205aVn17SaKJ0g0x { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvvLAEtEBkVd9QRlKl4UOo9PHfcHy8bU { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h72yxTzfHQMo1qQerp1ZxCpAasM1MmZf { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmC5elQTuqaCOOi8I1AxvR2JqdTnxb5z { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2vwBbvmgqZzWoT9NyT5lCdgEACbHWxe { top:3.125rem;left:0rem;width:16.8125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4L153pF5owffHP0E2TTklMrMTrr2yLa { display:block; }#T4L153pF5owffHP0E2TTklMrMTrr2yLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXPElv6FtkDCuyv5r8X13uuXlgQAvzv7 { top:1.75rem;left:0rem;width:47.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiaaix7FCheWnFWADQVChR316cp5dioe { top:7rem;left:38.125rem;width:9.625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQEHZXCAfZoxWDLJKUcTqUUtAB77ZDZl { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwzGeK2k9CKoFW1vqK5tll1cFEBAWONy { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycXXyX5UfKqKOqtmbvrILOEqoQFFIC8a { top:7.375rem;left:14.4990234375rem;width:23.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQw5TampTe5pesOJb2VpLlwEzAqpqTHx { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxZ6COR9qPxysrDHtGgv1wG5JVRH7n2D { top:18.8125rem;left:14.125rem;width:15.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCxqkDxJHfX75m7tEWDKEz1VXtUieCq { top:19.375rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOVRRodpfXic2BMyZcGTZiTo2bWe9dee { top:19.1875rem;left:22.0625rem;width:5.9375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtALkdJtuoHNXbTJH2QMkDvMkt2eJJR { top:3.125rem;left:0rem;width:16.8125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo55pC0dFW6iH4E3yJCJHLo8dfZQJtoo { top:15.375rem;left:14.4375rem;width:23.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8u2Loq40HRCrmFew20O55Nl0KvERhf7 { display:block; }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EL7KEfKqsOmPs7xw9NCH3hi2iaTchH25 { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2E54qlKnGoTaGhKksI9dsUxR74Bsktv { top:7.125rem;left:38.875rem;width:8.875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLRCCzd5ia9onSwnO192MsqcQsXTdMPQ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxXu6D9bsCT83dLTNDVnHF81ZcRI8Obo { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9MNK2g9lwRilWCQlTKNLzoFFHZWKzWN { top:7.4375rem;left:14.4375rem;width:24rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKEKRnwt6LrSEHkzVuViFtPr8X0UmcSd { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWkakZ2oz0PEy84Bd01dE89bkC1yr5TN { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvROQvqMOQbyMPugTDkD17W8yOIOwWAW { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilp6ip2J6qFRWOzG9dUoWvWXzRGN4lbL { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF9E8tTzb87PIFPK6m1J2NS1hUm5BXEG { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfFkNJCcSNbQzELl4eszy6aSS7f6XsET { width:17.5rem;height:3.4375rem;top:23rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWUT5V7XaCzICMZpXRRgd6tOFsI06gPv { display:block; }
 }@media only screen and (max-width: 763px) { #iELeMqv6957InFGXE7gzASgTd1ffz1Gr { display:block; }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oX9MFdJhtVnuthGiLEDSqqJPXTpukqxx { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G06K5ZZhNors3wJbiX3l20EveCyNOIVn { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvLUxfuSJUfJHGqzgTaz3sOl8vx3KJV { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTU4qIgJkQn19oslNSuu14KORUmWRQb { top:4.375rem;left:14.437067985534rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzvQ0vgIH8TOqliyDkMhltHy6nt9Xzmm { top:7.4375rem;left:14.4375rem;width:24rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJaeQlLOEd1EmT7mBdfiiknBKrz8DD0y { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVl9BEd6mZIDb0mFabQ5KHIvQqfiHMSp { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfg6ZEWIM0zksL5BhQvpA0UOcIb2vxnV { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps2GhWm4q64LqlraGcyhRhOIQXFLITef { top:16.3125rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk6vUgS6NBqJcDUsue1KdKbXMqMJDQwl { top:1.75rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhaUx3ThFRPSBQutad5UN5VLTwIfRkSk { display:block; }#MhaUx3ThFRPSBQutad5UN5VLTwIfRkSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABybR0Z8OCMrpWqRku1bL4uzuOJUfDQT { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOnIz2TxqfEoSaD3q5CHro98JJRxlUuN { top:7rem;left:37.8125rem;width:9.9375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGTM82lgOEKc7VT0Xsr5aV9ct6PesBXQ { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIVyfdlF5RRFlFVHhf7vUDESJE2L2a5 { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcTTkdso0Gw1eowVWDzV40tfb2zPRrXM { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6G2IKPN36vrQkERkvq0bdIB8d2sitMT { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNcV7FPslJ0OV5dyoNaNOWVioGJiJ0bQ { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q515DTadVHpdHVyD9CZamSyoQ0WPvNwb { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdtzas0O8NaIX03swtaTDqUiykWnU9w7 { top:16.3125rem;left:22.062143325806rem;width:4.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOTyPkzVl5kKmOgEJAGVPZT6bT9KrThE { top:10.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPlwMZa7lwyJbWfCenP2gwiNizmb5AQl { top:2rem;left:0rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P { display:block; }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQCLiOT6MUS58LMUq15R6BXrs3Xy04WP { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF11t4VUDzTcJrzmvLNsEag8fFSWgICU { top:7rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUuHJwClkXJy4sZ0oaWNkuvOBlxJQWSp { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXiKRbcTGDXF4gx8bAy6psobFAQoxlAX { top:4.375rem;left:14.436964035034rem;width:24.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVP88tQE8lq3f9BQEI5oUzlu84JkRbMw { top:7.4375rem;left:14.436964035034rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr9UcoW1LlcCotRKedMR5TCJAoVTiN2z { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2lEI1NC5BVV3Q4dM7w1pmf932AiuSJf { top:15.9375rem;left:14.125rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkygqUn1DOXSUqNbsPBK1sx2Vzc6RsHV { top:16.5rem;left:14.8125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK9pQkHQ8B2gsTOXpdUg7hp86JJP8Ao0 { top:16.25rem;left:21.78125rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0BLrMZNTcqJQNueS24E1WJsTBUmKit6 { top:2.25rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKVG0xT0d8nVKci6u9OtXT08LOGTyqma { display:block; }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tmg5MHc4c1dxTmBqgDzaRfJ2fJ7hcbEo { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxp7hLSqDEaaddxlNpUSvFUX9ZnWNEGG { top:7rem;left:38.6875rem;width:9.0625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ1qibp8onzoF6XQ6TLvSxJyiyMPREbi { top:6.3125rem;left:41.125001907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSlvQc4q5QLnbJel5pyyM4fdkdqJP4v0 { top:4.4375rem;left:14.4375rem;width:24.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksU4KcCDBT9BGlcXR8egcvRp35aD2JZo { top:7.375rem;left:14.499278068543rem;width:21.9375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWHvZEQ6B1I1XueZUKnuLrreh7DVORHR { top:7.5rem;left:7.125rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwKSDinMCfaF7AJgXgWKkZMQ3BJTDJo0 { top:2.125rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPmzpEKGNxOPNPLaLhyqBiTyaTp3hwJl { top:15.125rem;left:14.125001907349rem;width:12.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJsv7gTJfRIz4b9DQRgTJokX2uudWwXf { top:15.6875rem;left:14.812501907349rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxuBSMMvrsvqn2euDXOCbzJTI6AD5OW3 { top:15.5rem;left:22.0625rem;width:4.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPTB4QVUVS1sOl24lf9SK7ah6fI9Jwvv { top:11.3125rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG { display:block; }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e { display:block; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.59);background-image:none;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 { position:relative;z-index:auto;display:none; }#OMspCoFaiQSQyaQp3mNTnuOiKEOVT6l5 > .row .container { width:20rem;height:19.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H1wV4WFJPxXh09mpweiX3ePObkNtvhR1 { width:10.0625rem;height:1.13671875rem;top:2.2763671875rem;left:0.6875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TPiPEpmOMDgmC1CFF2td861R7XCX7oJ3 { width:12.0625rem;height:1.13671875rem;top:4.326171875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viG1n3Q2rkh0HKLTNB8gHSovFslRE093 { width:7.9375rem;height:1.13671875rem;top:6.650390625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSCo1amqNynI9LcIapHasU8qJ90PWiyv { width:16.25rem;height:1.13671875rem;top:8.775390625rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cNHaVdsqBCysxfw201hrSPWNZTf2UkqM { width:6.0625rem;height:2.1875rem;top:11.173828125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LapEVV57qBQ6T9ZXH7l2rtnIpbNC8lwJ { display:block; }
 }@media only screen and (max-width: 763px) { #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1e96bb3-58fd-4686-bcfd-1aaf778bf136/SocialMediaHeaderFacebook.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.adaptive-delivery-prevent-bg, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyload, #l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3.lazyloading { background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { background-color: transparent; background-image: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { display: none; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .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); }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { border-width: 0; border-radius: 0; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5KZXwk13M3flVNGuFfKxm1g0lTDgKw3 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc { display:block; }#VUUpFIqpPldeDlfPcOvgsJhm1Ze1bEWc > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRTi5mhTLQFauURFZZfP5IeG4lzbEO1U { width:20rem;height:4.22309375rem;top:6.5888671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ViASWu6bLhNs5fDxWJIsCqvOdkKRbR { width:20rem;height:2.59838125rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNiXnaS1ukKrxAZTpkRzXxTpgkvOQQvE { position:relative;z-index:auto;display:block; }#gNiXnaS1ukKrxAZTpkRzXxTpgkvOQQvE > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3QFuNtcm7k0GcU7m7qeTOpNpwUTrQwT { width:3.625rem;height:1.21875rem;top:1.0625rem;left:0.375rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIbBKrgdcbESE0GJkTXSkyfh2TSnI5TK { width:4.5rem;height:1.21875rem;top:1.0625rem;left:4.6875000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8Ukq28oEUrGeIIOxcc52i1AHlnvVbfr { width:3.25rem;height:1.21875rem;top:1.0625rem;left:9.8750005364419rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VL8oqqwT0Li9TfgvQTfCcqT0WBJVgZyk { width:5.5625rem;height:1.21875rem;top:1.0625rem;left:14.187500536442rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pv8CXvqFpm1yTTW6TSlPXuUHrxVM5B6q { width:6.0625rem;height:2.1875rem;top:4.1726570129394rem;left:6.9687500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThId6QpzfDC0VvKyNn0FZFve9sG7iPw1 { display:block; }
 }@media only screen and (max-width: 763px) { #H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx { display:block; }#H6NXoI6XfT00WGGAUPcDtq7eyNAsUWqx > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMAo5P75Fr7oXUkIbmiZO9u2Ru4Mtd9A { width:13.0625rem;height:2.11154375rem;top:2.75rem;left:3.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Cc3rJPE1KoAtQ7CDxfnbd7XvuoMILI { width:20rem;height:2.59838125rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5F37ELZWMN1DmFBTXExFIkfsvz40zWN { width:20rem;height:0.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcJLUT1Z64whafwQCfLRuN9uG1bTaEXy { width:20rem;height:0.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV { display:block; }#LWayqzAeeInGFbeSdiaTaPGwgT8LoKXV > .row .container { width:20rem;height:27.936205078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCukG6fifoibivDTQ6FxewzJwuHUv1Ap { width:20rem;height:24.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsK547wdeCIT1duWiNT5NiiN92pTTa7S { width:7.3730625rem;height:2.599825rem;top:16.746961593628rem;left:6.3129342198375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #libTw58swE6FxipXBP10O1AmZxM9htCT { width:5rem;height:0.124783125rem;top:19.998700141907rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeznJ3DCT4RMIuvip6oFxpeOOQJFqm7x { width:18.2498125rem;height:1.95023125rem;top:8.3442535400387rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qB4Tw7qMpxb9BP5PUArcCer51fclkzRL { width:13.186875rem;height:2.43634375rem;top:12.356771469116rem;left:3.4060333371162rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKVFBVGWg1EQIRVW80RJZF4TrFfLpn27 { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gy1blsznzFDpKAlSTXP3hbdOmpo9MDx0 { width:16.375rem;height:4.4375rem;top:21.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUPF3DPt0pQv5QP3vtykomds92qTHMoo { width:8.5625rem;height:1.21853125rem;top:22.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiniFZsfMeeSNcFJTPBZoS76seC7vJ3s { width:5rem;height:1.70573125rem;top:23.625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ueAHrGRJoCmDyG5fyzkNAQTa4h7rgI8a { width:20rem;height:4.625rem;top:1.1870651245118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb8hoh7oVzSys3seRqxA15v5TcLORUsW { display:block; }#Cb8hoh7oVzSys3seRqxA15v5TcLORUsW > .row .container { width:20rem;height:26.6869375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvNX29nNQiDCsT5LrXT0u0VaeyleoOTD { width:20rem;height:22.9375rem;top:3.7500001788139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhUBJR2kPhqLMCn29dEfCUNN9QFu7o46 { width:7.374125rem;height:2.599825rem;top:15.811633110046rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTzvGxPzQdScXe799de15bBwsUD8r4sH { width:5rem;height:0.124783125rem;top:18.811198472977rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #sATE4DFTyrcnmq4JaCdiuM9TQTyZGSSD { width:18.2498125rem;height:1.95023125rem;top:8.2194023132325rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiHD8tumhB6kPxCpvFBHVTxkBqCWTh4O { width:12.999125rem;height:2.43634375rem;top:11.918403625488rem;left:3.4993489384651rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fopwAOIa1dITGZhguJLSXK4aZn2HIzxa { width:16.9998125rem;height:0;top:25.593534708023rem;left:1.4995661377907rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rz3QyM9mHM73vJR1gobtIpyqW6SKaop3 { width:16.375rem;height:4.4375rem;top:20.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv3a9OckP6sa4RpgUlSxdDHurXTEvb3W { width:8.5625rem;height:1.21853125rem;top:20.875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTszo7b1gmwbUDTvFuu8lLQETP1pVx9W { width:5rem;height:1.70573125rem;top:22.25rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1UuTszfFuXmIu8B76i4sNC15ePyl4bJ { width:20rem;height:4.5625rem;top:1.4963111877441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhXypGkthDJKBipC8rCTTqFsKzfLGdKt { display:block; }#mhXypGkthDJKBipC8rCTTqFsKzfLGdKt > .row .container { width:20rem;height:27.186078613281rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk1S54oJGLKcgD7RxvQCexRlL321kX6R { width:20rem;height:23.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNb9FAM5cSHdbxx0WuKeXueGkOHoVb3R { width:7.374125rem;height:2.599825rem;top:15.12370300293rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubTAhRm1KmnqT6zrcTTZH62wIMJEwL0g { width:5rem;height:0.124783125rem;top:18.373699188233rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhhKpu49fWBgiOaUPhKDUeyetV7Xbb32 { width:18.2498125rem;height:1.95023125rem;top:7.7810325622556rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVX4WVLVsiDXD07iAw7zh0AB6AQEQLDe { width:13.499375rem;height:2.43634375rem;top:10.856119155884rem;left:3.2497830986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZKpUpgSPK41NkWm2v878Tdd2de5ACih { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KQD3iddeAboWnktTUmicBgO4dN9Wy6Ex { width:16.375rem;height:4.4375rem;top:20.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHl8VCgIlKvsSMi53h3PwTITQW4mSyaC { width:8.5625rem;height:1.21853125rem;top:20.875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zxy6SmXVG2x2AWdIFwPLTbVdrZTz5XOx { width:5rem;height:1.70573125rem;top:22.25rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOC4h9mRU1qaEf0rTzius2CDTnDSUl7a { width:20rem;height:4.5625rem;top:1.187068939209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt { display:block; }#rTXhKCXLSyh1hJGkK8JlDVPSCaKUhbxt > .row .container { width:20rem;height:24.874142578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylG2HaHTUM83SJxSoEU9GRdzTiV06F8i { width:20rem;height:21.125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1PaNFzPDqz9258AOUOgaI104KNuu59O { width:7.374125rem;height:2.599825rem;top:14.123260498047rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT7B7nPp020QGVTAhz7zRLOTrbnONTwB { width:5rem;height:0.124783125rem;top:17.623698234558rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3V0UuEcQkTL0hOQWAk6NJpmtAPUifqd { width:18.2498125rem;height:1.95023125rem;top:7.2819004058837rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #at2xFyJtoJUf5vn970aqbGV8oR68snxh { width:13.75rem;height:2.43634375rem;top:10.168186187744rem;left:3.1250000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFTNhHi1KloDLI3EAxE1tVorGf0BS1oy { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #v4DraZLcTmr9ewwV98aoxhz793l2LsPn { width:16.375rem;height:4.4375rem;top:18.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvktwsia8v6i6DNIODr0V0Q7Bx4uK2hV { width:8.5625rem;height:1.21853125rem;top:19.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4k4Z88uUeED3HTv3tBLqGcT2tLiXwwy { width:5rem;height:1.70573125rem;top:20.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yS8nkMgTNrSEbKXRVMR8T7oJzZkgJTTf { width:20rem;height:4.625rem;top:1.1848983764649rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boL1h6wuTTBQT608SGh0KNHI7FwwzkXk { display:block; }#boL1h6wuTTBQT608SGh0KNHI7FwwzkXk > .row .container { width:20rem;height:24.561642578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrlQU26UKw8f2Mmh2Z2mG0S91z8EO8Fn { width:20rem;height:20.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPCrkGz42FTapylLRVxwbZN6AFQKmVt { width:7.374125rem;height:2.599825rem;top:13.998480796814rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZO1znA2FviyFOVCX3mGx7RVJaLntpkQ { width:5rem;height:0.124783125rem;top:17.248265266419rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyrh6DxQxfXFOLiZ2GsAyh39IgiMuzPD { width:18.2498125rem;height:1.95023125rem;top:7.34375rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZ5lJTar3W1Zmkp4NGDTdsMB3ROqilqq { width:14.0625rem;height:2.43634375rem;top:10.356987953186rem;left:2.9687500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7ATQob5bD9OT3z8TcCG7glP34Ka4E9l { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NSMimdsw5AAVy0RPMg90mFh3nzFfPRu4 { width:16.375rem;height:4.4375rem;top:18.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFxNPCcO6dGRnEl6DaI8nkAD7QylMywJ { width:8.5625rem;height:1.21853125rem;top:19.1875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOR6SuTZC4W7zxtQCxgtE5Pz5EV3HoX4 { width:5rem;height:1.70573125rem;top:20.5625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OheZKSbJO2nfNwF16hGNhZDpQTK1zbpO { width:19.9375rem;height:4.8125rem;top:1.2489051818848rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl { display:block; }#r69DrIuhkrV5xbmcaxvTdlpIuLRO1Frl > .row .container { width:20rem;height:23.43675rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl92ZyTGP6rUg1PCcAdVGLPv8ebIqEAm { width:20rem;height:19.6875rem;top:3.7500019073486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shTPILmWo9wNX1MoDU9v4DxMlm0aN7zG { width:7.374125rem;height:2.599825rem;top:13.624126434326rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vrq8Jfz735UMc7M7QmDd3p014S5m37ud { width:5rem;height:0.124783125rem;top:16.998698234558rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5HOBz2CTaxTE20XtDPNm8xuAeEZaeQa { width:18.2498125rem;height:1.95023125rem;top:7.0312519073488rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUJwiW80GtXewLdQuuTaagyBTAT2VuS8 { width:13.936625rem;height:2.43634375rem;top:9.9815540313719rem;left:3.0305991768837rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvS2T2BEwBW7mxNz2F4CAgINUiEiaroR { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kEGt39Gr8EPmO1CE4ltlZailTkDlCPHI { width:16.375rem;height:4.4375rem;top:17.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoUTE0ZXwfi5AiXcrWuC7Ot1zkwnyTUz { width:8.5625rem;height:1.21853125rem;top:18.375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFVJd9IhMBegNSeZ1dONWxyEuw7x25Z9 { width:5rem;height:1.70573125rem;top:19.75rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZlF7qTgdA9cSMdQyqrUuRQqlAT2BvXK { width:20rem;height:4.75rem;top:1.1230545043945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p { display:block; }#A5i8p5LsqRdEug4OTsNFEyiJzqsfl62p > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BifR5CsqNna8S2K1Z4hKygGvOvSHHuT8 { width:20rem;height:19.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWg9ORDQLPNIeUDz0zgASQhd6cIUGuNT { width:7.374125rem;height:2.599825rem;top:12.999134063721rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6lSHyaUiwv79KwPcnQnovvGM3BRLBaW { width:5rem;height:0.124783125rem;top:15.542533874512rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzSrEX8mNoTAElIyzHJyrGJ5sVCKTSxK { width:18.2498125rem;height:1.95023125rem;top:7.1571140289306rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J1MKXlqaBEOmiTexxWbdsRTNPBwhL2xT { width:13.75rem;height:2.43634375rem;top:9.9186210632325rem;left:3.1250000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlBEfnWcvQaMx1BqfCfhJqvn4XBifSUG { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NDsszVBQGOqADTs6gdqzI5TqS4PrRePr { width:16.375rem;height:4.4375rem;top:16.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGxQzLPTigLWQOAkbkZkHa6NC7WQg3X1 { width:8.5625rem;height:1.21853125rem;top:17.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZB30tRv3r2Kq2bQrup6FdTnXCmdTgP5 { width:5rem;height:1.70573125rem;top:18.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1PqtczLeg240hDXemsSHShv1oXpTTim { width:20rem;height:4.875rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow { display:block; }#IaE3aDpQWrzlUQq3Qbd7dyG1wKO8FGow > .row .container { width:20rem;height:24.373517578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9KlV54Cp47xKIrAnfBVGu80rfkkb22y { width:20rem;height:20.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6T2mv0x7CTRsJEXdeEzOl1XJETTvopu { width:7.374125rem;height:2.599825rem;top:13.936632156372rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHOEBh8dCebALAoCJEdPol5wKkJLl0UM { width:5rem;height:0.124783125rem;top:17.248264312744rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxtzDL0nVxJZck6G1JMoUK5ZvEORkI6G { width:18.2498125rem;height:1.95023125rem;top:7.7191829681394rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FiZP0VIBkXRVn9LtTWiCaNlIg9T2Zw1y { width:13.311625rem;height:2.43634375rem;top:10.543619155884rem;left:3.3430989384651rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #optmS7DolNTNKfOSKMvvp0rzt7sEFL74 { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vnGUVr1TXtkEnTmSN3abdecub7Aqx2w3 { width:16.375rem;height:4.4375rem;top:18.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avRwSXq1dpp02NOlPE9HWtLdbeJwF2il { width:8.5625rem;height:1.21853125rem;top:19.3125rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipG999XfX5IS6yri5NLLFBBXFOhTvrqr { width:5rem;height:1.70573125rem;top:20.6875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UshcZHlugs1M6hLSk4IIiy0Wq3Z98FST { width:20rem;height:4.875rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o { display:block; }#KCwbJRRE8T4GAkKKy1Xurp27NoZU7R3o > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQznRFfBmBawLbPP3GaQdRvbyTpAsPGl { width:20rem;height:19.6875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HESLFhvKSOrhaDxaMDSVXgbzSVq9haWl { width:7.374125rem;height:2.599825rem;top:13.685976028443rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTr47pL6ZnHic44STRBPec6KO7oDKKCv { width:5rem;height:0.124783125rem;top:16.935764312744rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVxI493wMkfiDB4g8xVpFJ0AmP1ihGIX { width:18.2498125rem;height:1.95023125rem;top:6.8435344696044rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFWE4VCUPnN0KUNR562PVwGTi12M8vH4 { width:14.124375rem;height:2.43634375rem;top:9.9186191558837rem;left:2.9372830986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOQbXyKpnucgWABBHhQ63ECDQhkJAdd8 { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TDDPE6vCgnnD83srXXo5dZFUGFEN3SiO { width:16.375rem;height:4.4375rem;top:17.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP3nuIdBeyBrlEgNn7yfHeVtoqmoyKKk { width:8.5625rem;height:1.21853125rem;top:18.625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDSTC0TCTf1Fu3WLukI2HhDF3EN7h35T { width:5rem;height:1.70573125rem;top:20rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIlu7JAwrmUhO2J2sDJz1OszqTkV4x4i { width:20rem;height:4.6875rem;top:0.68684959411619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ { display:block; }#fpyXu3Ty0LcaveTdDgWH7oaD13O38TVJ > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiBccrc65EfQQ64vHAItu3o2TKwp4iTB { width:20rem;height:23.5625rem;top:3.8118495941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWpoLSfTW9O3QiriiCDgP97dksTpIDG { width:7.374125rem;height:2.599825rem;top:18.060981750488rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeFSWdxLGAl8JGlvEtk51kD5Xz60elLA { width:5rem;height:0.124783125rem;top:20.847225189209rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH2HxFP7KTbFBRZ8EVNZT2uFPEsBOfwJ { width:18.2498125rem;height:3.9004625rem;top:9.4064674377444rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAhKTOdrC7siQr2iZDxAfQU2h025M5bb { width:13.499375rem;height:2.43634375rem;top:14.356555938721rem;left:3.2497830986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBt2zreUvKD56GgTsK03tgXuZFPHRclK { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oTfEvg4r7F5vnyUrkhb0oOp9WkDRnxLT { width:16.375rem;height:4.4375rem;top:21.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKMzKQb99I34r9MXCxAsrdDKVuqHn7OT { width:8.5625rem;height:1.21853125rem;top:22.375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAJ19T6FmhOcvpQDcg7TofTZwkLCTrtP { width:5rem;height:1.70573125rem;top:23.75rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUK1GLEZcelHqdi0quCbFcWKoOH4tIHk { width:20rem;height:7.1875rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O { display:block; }#hvlnh8Xz0igTBuqtlO4qMCZBftOWX67O > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJlKbMuDg40JdM296rR58Vy5aXtvzlEN { width:20rem;height:24.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdHmmmJpXwNmwhBslrEmeoCJHPc8kSBf { width:7.374125rem;height:2.599825rem;top:18.311632156372rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyCpEpX2o77Hbz5xMyi8Leyeg3o0uqMl { width:5rem;height:0.124783125rem;top:21.498477935791rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0EzSTahsR28AXN4hmibM69qTE11DG18 { width:18.2498125rem;height:3.9004625rem;top:9.53125rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DczlbU11lxvse4TCVSyPIHLiC7vbXsOX { width:13.9995625rem;height:2.43634375rem;top:14.481336593628rem;left:2.9991322159767rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEgJDPlIIho7DG6FnE6k9GJe3wxdcmJA { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #M4tNuswdEwL5ZPKtrN2tkvOKrLW6clta { width:16.375rem;height:4.4375rem;top:22.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqU5C1RG5Q4FJvGzCZ9MurNA8JlJovc3 { width:8.5625rem;height:1.21853125rem;top:23.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nI4NZTG34blUHiuppMhWoB8JzfstXtQN { width:5rem;height:1.70573125rem;top:24.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dd2ENL35vkH1Ke6agtGALlc46VpBR75n { width:20rem;height:7.1875rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 { display:block; }#x5IzyJmW1vp6y35nq9NKkJ2xiwJnbB06 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ni7QmobHqKVAv90CHXAMWPRzqu1K6yG5 { width:20rem;height:20.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4vR7cr1CVkcNESpd0ItFLEbUmqbVDJ { width:8.75rem;height:2.599825rem;top:13.998479843139rem;left:5.6250002980232rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ex4g2fvRXUUsHV5lX02ngtHVe3IciZAq { width:5rem;height:0.124783125rem;top:17.498910903931rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6VU8p9KD07X9dFvve0xdETAJ9chsgyZ { width:18.2498125rem;height:1.95023125rem;top:7.3437538146975rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcKBSCetXRAhglLaTonpdHTWIWxA1Q6d { width:14.249125rem;height:2.43634375rem;top:10.230033874512rem;left:2.8743491768837rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldURWH7zt7rrgdwGhT6BnlbVS80N7ZhC { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iaEZyOyEd9zo7TfOFNBQPGxFdBz1JZBx { width:16.375rem;height:4.4375rem;top:18.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPZztNF79uHoTEvHAysnxH8QIAqVib9Q { width:8.5625rem;height:1.21853125rem;top:19.5625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVpVSJ9926r9nU25X4RXndh2qXNKloXO { width:5rem;height:1.70573125rem;top:20.9375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G46tbTgEG5Ftyr03S8FkCux3TZvRGchS { width:20rem;height:4.5rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2MDTyrTXK71khEUA6PIGZzeTh6FUudS { display:block; }#c2MDTyrTXK71khEUA6PIGZzeTh6FUudS > .row .container { width:20rem;height:23.873705078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8JHiFLEnC2MNUnfpB2NpE5rUt0KhyuI { width:20rem;height:20.125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTa9Be77xFeUNMt6mFg8wAqtRoMOXJz { width:8.8748125rem;height:2.599825rem;top:13.685979843139rem;left:5.5620663762093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWlTlRZ55NNQm0mRp5IELWR85lUGlTun { width:5rem;height:0.124783125rem;top:16.560981750488rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETHiNmKbBSJNnUvFp0EvqH8W18cXit0 { width:18.2498125rem;height:1.95023125rem;top:7.34375rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcmCN03whhTFXE5pRHEKhB3sGBC4HIT3 { width:13.811875rem;height:2.43634375rem;top:10.169271469116rem;left:3.0935330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6seMilH91Hkc60FTT4sOX0hkHWEvlQS { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JObOEwT3pwsk1Op1gH6VrcspT4MvfWJw { width:16.375rem;height:4.4375rem;top:18.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIGUtQq3E0PuddVqaSuc2zMHs7EFpZNZ { width:8.5625rem;height:1.21853125rem;top:18.8125rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZh1ATFc9lHvWVwITF7nBBqcRMTTJ0DT { width:5rem;height:1.70573125rem;top:20.1875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxv8Bzk7lzhsqbttqF6pcCz2RJtPczQ { width:20rem;height:4.6875rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU { display:block; }#i3n6OzwlRq3uu5T9AD9kSa8WUlSC77eU > .row .container { width:20rem;height:26.373735595703rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QS0fqi8TINaG4iaIkJody6RctuBXdhg5 { width:20rem;height:22.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpW82mAzRoRPgEVvT7NJXca8ciuzUaLz { width:8.811875rem;height:2.599825rem;top:16.184896469116rem;left:5.5935333371163rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVWCGaFZwOW4CBRvba4T9gnC0mRCscL0 { width:5rem;height:0.124783125rem;top:19.498693466186rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDv6aTaIC5INqbnvmsreMaXpbP18xKVZ { width:18.2498125rem;height:1.95023125rem;top:9.53125rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVhnzfPoZukbJAnPvxRa69yCDeiD8J5f { width:14.0625rem;height:2.43634375rem;top:12.418619155884rem;left:2.9687500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXMqmbVMadyD4IuhaKoS07kN0OSn1IQr { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZJbG797gmzRXM3HcsT1ftrwTUlTIvO8Q { width:16.375rem;height:4.4375rem;top:20.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVaf4J3bf4h8Fda3k1sh1qQF3QLvSmZQ { width:8.5625rem;height:1.21853125rem;top:21.4375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3GCObhiQlfQBG8CCo2Z5yEg33UolAKq { width:5rem;height:1.70573125rem;top:22.8125rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvtB98qkTnnxU8OgfJb3c3PtLXSFcC0u { width:20rem;height:7.1875rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 { display:block; }#rOzRPP5EXLeGdlqk3C5BvgFoXy3ZFtK3 > .row .container { width:20rem;height:27.374142578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8e8DqXNe9SchzKv33dNNO1T7cDBoDyM { width:20rem;height:23.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMJTP9tVl2EBi9W14ikQmBmhhiGLkSwR { width:10.4373125rem;height:2.599825rem;top:17.061633110046rem;left:4.7808163762093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMiBNlVPcwNbQUrayrZ6erUIiKhWuZlC { width:5rem;height:0.124783125rem;top:20.37326335907rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsNpud3nqTcNqNSwH9gnE5zPPRT5r112 { width:18.2498125rem;height:1.95023125rem;top:10.094402313233rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qS3Q35XT5G76mT2g8TnTFtr0KPtVVTk4 { width:13.936625rem;height:2.43634375rem;top:12.918837547303rem;left:3.0305991768837rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2rohk3UIZk9aGU5Ulcd8Scn1CyEB4wM { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pommCgwILzeMdVX49KJ6ioC79hI7v9gH { width:16.375rem;height:4.4375rem;top:21.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF8TFWtoNTutzhf0NuZNOg1ruDH7lLDP { width:8.5625rem;height:1.21853125rem;top:22.0625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibNUxqkdyauT2VTg44ZAKobcQpk3i7e0 { width:5rem;height:1.70573125rem;top:23.4375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5TZxPvMJ8zkJPVFQ8hQsWkPb2HU4C6e { width:20rem;height:7.1875rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9C1TAVuOOul7k3b81M62F0V1KvXk2xx { display:block; }#U9C1TAVuOOul7k3b81M62F0V1KvXk2xx > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6XNLmm1Rn6omtTsPovqf5gBTpmMg6oa { width:20rem;height:35.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPp0v0o9Wa6DTubIqUrzZ3EyII8nl1gV { width:7.374125rem;height:2.599825rem;top:29.342449188233rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4MCPPTEVME1kzXgrKnXMBlxTVCX2P0l { width:5rem;height:0.124783125rem;top:32.686634063721rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #I25MwC7g3vsAKc2zJmTwcZoRLgkldg9e { width:18.25rem;height:1.95023125rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B86XaKa2EgdRsEcZsiBlBeXDsF2cWLSi { width:12.874375rem;height:2.43634375rem;top:25.094402313233rem;left:3.5622833371162rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2wptuXa8kBREABTA0MuOi2cN9qFxwpi { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o72yZCrfnlqcBa6TZWX70akk9er9glgb { width:16.375rem;height:4.4375rem;top:33.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGkoA2nQCUDy5TmlPvQuQNucc7gibp8U { width:8.5625rem;height:1.21853125rem;top:34.1875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sW81gx3l6wD0OTtoA6PRDUI7JMrlH68g { width:5rem;height:1.70573125rem;top:35.5625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brnDXBPcOFdADk648rbdCTLU0rMcOs5R { width:6.8120625rem;height:20.061875rem;top:1.4366340637207rem;left:6.592882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo { display:block; }#Li3L24X8tF4q4FnSKTvqCeTPDliVUTyo > .row .container { width:20rem;height:38.9995625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOC0pEJJgaJf6zoPVdzNViPLwvpJR48A { width:20rem;height:35.25rem;top:3.7500009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmUofxpEspfCC5tfH0veenX9fv7CKODN { width:7.374125rem;height:2.599825rem;top:29.343532562256rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubGiCFuMH7dSRHOfTskvJccde1Ji1JT5 { width:5rem;height:0.124783125rem;top:32.123481750488rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuKmA6DDffQtADOBB11JNGz6EMWwKHnI { width:18.2498125rem;height:1.95023125rem;top:22.590063095092rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWzlvPLqE4C9s5Pw7XKfuyvuhTFPVtOC { width:13.8748125rem;height:2.43634375rem;top:25.686851501465rem;left:3.0620661377907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vW7JqeZ5kWrwdnd7Cb3pLUDId9PzkISB { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uFB1QqLcr8SLXVQECSgdOPlqXm4ozTTp { width:16.375rem;height:4.4375rem;top:33.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trbuoNAfCzUZ1hVcoWenrbPEoMbE5rw5 { width:8.5625rem;height:1.21853125rem;top:33.9375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1NgMTkro484IuvxapZD47VhDQzN0mBk { width:5rem;height:1.70573125rem;top:35.3125rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUyTiQoLlE6F01MtiyD5Me5L2AUoNZD2 { width:6.936875rem;height:20.625rem;top:0.9765625rem;left:6.592882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG { display:block; }#RLIHaTTXhxhA6hfu7ByGstqWgZfT3NCG > .row .container { width:20rem;height:31.998735595703rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqAFtQtb3AhUxpLFi28ux87RX6H3lqDZ { width:20rem;height:28.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5No2OepZNPPh9RdX0TgqDzid9TCUKWA { width:7.374125rem;height:2.599825rem;top:21.310764789581rem;left:6.3129342198375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4Wu4hDRBdPgag7Vo64BITMsRV6Ohwb { width:5rem;height:0.124783125rem;top:24.412950515747rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIhp7vd9ScMDqaaTV9ycSdrptiBDauAN { width:18.2498125rem;height:3.9004625rem;top:11.781681060791rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfdanZIO4U7resl5D7RoVEBLAaKT2mUP { width:11.936875rem;height:2.43634375rem;top:17.418619155884rem;left:4.0299480557442rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFNtzBkpFPxs9eb7o0x0wzGOaq4M7kIs { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ldVEQ7uJvRuZJhnelbcMVU7ZXdBnSz8I { width:16.375rem;height:4.4375rem;top:26.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToI78b0qRMsHtLU03iH79xSCApPcrk8F { width:8.5625rem;height:1.21853125rem;top:27rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5mK9IqtENILiKddQpcOrBgfSPT3tTol { width:5rem;height:1.70573125rem;top:28.375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buBTcTJKL30STzU6Xybe9JQTTH8pZSP0 { width:15.186625rem;height:9.375rem;top:1.5581588745118rem;left:2.4066842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB { display:block; }#wl9IpP7orS0UP4fmpShe7GoNP1qdz7LB > .row .container { width:20rem;height:32.686642578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNyiacf45AxEpsrVdeZ4emSsEtTnHdS4 { width:20rem;height:28.9375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdNr35hnp44Wr0WBbqI69DRL6py3iZGM { width:7.374125rem;height:2.599825rem;top:22.560766220092rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9RBtIT2nAPb6wefkcPcsh8QhaJK8CiZ { width:5rem;height:0.124783125rem;top:25.499145507812rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCWw2gLNEkoql42O4Uques3RubR53mCE { width:18.2498125rem;height:3.9004625rem;top:13.03169631958rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TihKpDLWxxXQ99H1ErNt3tLGdohyFEw4 { width:13.4375rem;height:2.43634375rem;top:18.542753219604rem;left:3.2812502980233rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPlB3eVGCFHGSbmFGrRBVIGHFu6r14tZ { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nUrhp9igVsWeCAzBnnZFkTtnVlQZyWeu { width:16.375rem;height:4.4375rem;top:26.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2JT744upyZyMUbSXA0EuLJyyfQVIoXU { width:8.5625rem;height:1.21853125rem;top:27.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcAild1zpZ4ExIIEQkre1cZbBTeRw5Mv { width:5rem;height:1.70573125rem;top:28.625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snfVyvDCa3w6IbhSTAmJE16rsQJomhSx { width:15.1875rem;height:9.75rem;top:1.7491340637207rem;left:2.4055991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPnhcArwwGTJgFT8PA73dJouCbFy7AAg { display:block; }#tPnhcArwwGTJgFT8PA73dJouCbFy7AAg > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afHvu3HWsRaTDp5TyCUWJ3dUnIiPcPO1 { width:20rem;height:28.125rem;top:3.7500152587891rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9QBKf3Lvmb66zta6ePNULgBEG2wmMP3 { width:7.374125rem;height:2.599825rem;top:21.939020156861rem;left:6.3129342198375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WallVPORMgSezA25Oksp81ks3LzEe04H { width:5rem;height:0.124783125rem;top:24.935981750488rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZt2d0KdzOP1fwFxzsgnE8UxaKGX8SJ9 { width:18.2498125rem;height:3.9004625rem;top:12.343715667724rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlFp2d4r7lEyLdkC6ODQ3kracrcdQlLG { width:12.4370625rem;height:2.43634375rem;top:17.606338500976rem;left:3.7803819775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rq8HNL7sZ9m05SAF0CTHlIol3NV384C6 { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #knGAwht5ILBlOzlWCpqPUEfqzFrf9wO6 { width:16.375rem;height:4.4375rem;top:26rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7O0iiSXwZTBbWHTdV1Hb8TH42L4TaCo { width:8.5625rem;height:1.21853125rem;top:26.75rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwGb0LK5tg0DFX036ytasVMrOdcapmPX { width:5rem;height:1.70573125rem;top:28.125rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPrgbWvCP5GtmnHhcoeX0aw4FNXcdEp9 { width:15.1875rem;height:9.75rem;top:1.5614166259766rem;left:2.4055991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 { display:block; }#a0TtzT5TAitR3pzA0PI2vuUg3V8v7oU2 > .row .container { width:20rem;height:32.186032836914rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJvCTnXV59rbBhhOnpXTmUwxTtpwONGw { width:20rem;height:28.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKmr6XD705mki5KT36liFt5eT9HVwbpr { width:9.375rem;height:2.599825rem;top:21.184896469116rem;left:5.3125002980232rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dN7HcA3ZLzAf7ld2fbqyz5P7ZrB6f1ci { width:5rem;height:0.124783125rem;top:24.937067031861rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #MExvOLTHiTJoks1GysUtuJIpKoT1uIoT { width:18.2498125rem;height:3.9004625rem;top:12.531446456909rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSg19F5b7pp2QVxdC7EpZaczTuIXVq03 { width:16.936875rem;height:2.43634375rem;top:17.418621063233rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0CFLAgBnmc3zdz1bBS7tv47VhTRaQgU { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iffPyuE4aoKIRs8iJfbhD7mcJGil8J9c { width:16.375rem;height:4.4375rem;top:26.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTuJsqThzTzJIi177rQE7wxkWZVRKVJO { width:8.5625rem;height:1.21853125rem;top:27.1875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6miwJydUSbtm6ORP37Hu5oTdDTFotUe { width:5rem;height:1.70573125rem;top:28.5625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7P8ZxBLHdpOtM6Tv4iThcFLPHCIZA4O { width:15.1875rem;height:9.75rem;top:1.4366302490234rem;left:2.4055991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0l5aPIN19TVkWocM74CENrl9L99XmWt { display:block; }#w0l5aPIN19TVkWocM74CENrl9L99XmWt > .row .container { width:20rem;height:32.248955078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giTfit1zbLrB05wwJF1iOCMPhfTFyR3m { width:20rem;height:28.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7xJ9h6gOIpWs9I6waUS8rH1Xgm9FoLu { width:9.249125rem;height:2.599825rem;top:21.373697280884rem;left:5.3743494153022rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxOa1aePWKn9JnzXpf35KysfpgHmUfr2 { width:5rem;height:0.124783125rem;top:24.562067031861rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmNdaG6rJUNc5hIorv4pwt2b54gkAuEt { width:15.9375rem;height:3.9004625rem;top:12.405815124512rem;left:2.0312500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJ1tWTul20AXvwEK5DQIiUgckvHB6Pue { width:16.936875rem;height:2.43634375rem;top:17.544490814209rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnPhfkf5rpDT7KzzSRExzhE63g85sTGE { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QqZSzcNh3kTDE4zSfWghme9mI34mKnB2 { width:16.375rem;height:4.4375rem;top:25.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLzzSJlW2FlNmNHJK1sJN7fZL4CuL8Vq { width:8.5625rem;height:1.21853125rem;top:26.625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTT43f6iXtayNOCMAn4TMslJuqxWcTrV { width:5rem;height:1.70573125rem;top:28rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpX4eLo49PwEShTFw5MiKZamDqbxQPIc { width:15.1875rem;height:9.75rem;top:1.5614166259766rem;left:2.4055991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwzE8G2sJTZiupXVv7OivX6gPXCClZXo { display:block; }#NwzE8G2sJTZiupXVv7OivX6gPXCClZXo > .row .container { width:20rem;height:30.811657836914rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WG57fH7sCreDmGxMqEgDZZBkdaPm7CUt { width:20rem;height:27.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taDZRZOFnWTych80gTytMeq8Qke9Fbb9 { width:7.374125rem;height:2.599825rem;top:20.311416625976rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQ5VZqlqec3otPrpNkPb1Wu9zQSRBMAb { width:5rem;height:0.124783125rem;top:23.873737335205rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPxcC089Cz2SkMUfLPU6JJXCs6T3ehMc { width:18.2498125rem;height:3.9004625rem;top:8.4689674377444rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPHqtC5rrk2TWU3qlf9MnSmAmiSupxGw { width:14.4998125rem;height:4.8726875rem;top:13.73046875rem;left:2.7495661377907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVMUiTdwFAVOLm8W4Wsyx4kNNvkxFybv { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DSuhrVhq1cHqMu8QVSuK2R5BzyufudVg { width:16.375rem;height:4.4375rem;top:25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm8Bs18PMxLx5qCEq7271kccxE8DJc7l { width:8.5625rem;height:1.21853125rem;top:25.75rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpFRf4QBiouZ3uo62INCvSnT29fTq0Hf { width:5rem;height:1.70573125rem;top:27.125rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdOb1gtJsMu6Al9me9pFvxes7IBCkJVF { width:20rem;height:5.6875rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDO04upDXAAklIJcvUMlTBX2GglNX5Fh { display:block; }#wDO04upDXAAklIJcvUMlTBX2GglNX5Fh > .row .container { width:20rem;height:30.123720336914rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM6od52zd8qpc97m6SChrzoOVOSTbH03 { width:20rem;height:26.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT542zTlxlx4UelbSt9b7TV8yp1IVL0M { width:7.374125rem;height:2.599825rem;top:18.873699188233rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQoeByFBPd5L9XPMRbboGgqHDzmJyw8x { width:5rem;height:0.124783125rem;top:22.623699188233rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #D94ODf914bwM3TDTO88PaoPeMdyqtcSh { width:18.2498125rem;height:3.9004625rem;top:8.4689674377444rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RfLyHExXLDZ6bdHoynHn1plQo7LSxZRl { width:16.936875rem;height:3.6545125rem;top:13.543804168701rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acNedsoaTbkcw22w2f9vFkQiPaUQMn57 { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bzR58KFZLxv8cwdNDPQl8xtrIoonUTyF { width:16.375rem;height:4.4375rem;top:23.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbhPRug0fZSczoqKoJfOwNOtV6TdMUnM { width:8.5625rem;height:1.21853125rem;top:24.625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmnWorsxXfJaZNHTXVO5qckr1A1B4oUn { width:5rem;height:1.70573125rem;top:26rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Barx0DWQ54MFmq3TH2lZlOn3nFPN8StS { width:20rem;height:5.6875rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvGpU4Md0ik931i8iLPKCOXIC92le5TX { display:block; }#AvGpU4Md0ik931i8iLPKCOXIC92le5TX > .row .container { width:20rem;height:29.49871270752rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVPG0xsJgFDZIoO3mE89n9TfTmS41iFa { width:20rem;height:25.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAQwEdKJFbvyBQ51klR1NlBXoI6xNNDp { width:7.374125rem;height:2.599825rem;top:17.998046875rem;left:6.3129342198375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddhs7mkZ3fMzISAIZQJWC85ospUzCo6x { width:5rem;height:0.124783125rem;top:21.810983657837rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbMtmkV2IU0ICb9fxZIg8G9TZTddsXW { width:18.2498125rem;height:3.9004625rem;top:8.0946197509762rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLCmw6ZXGafFTXcsGPCqwHr754ruAkuV { width:16.936875rem;height:3.6545125rem;top:12.981773376465rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJXTK5tESS0EsTSVtstCWSEeLCKg1pZi { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qqVLCZfQcsJJdfa0DkEznMPSmXHttmrB { width:16.375rem;height:4.4375rem;top:23.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0mewTiBzoUtt90Wun1e7rEAZ5ovKu1e { width:8.5625rem;height:1.21853125rem;top:24.0625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VydbxHP6PqPHyLZTUl6X9lwDtu2JyXAd { width:5rem;height:1.70573125rem;top:25.5rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZENbzi1V1NOE41cqVsnJBQxwp7sJhcJd { width:20rem;height:5.4375rem;top:1.1870574951172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd { display:block; }#Voo8aHEmFQxafTVMvAAwvgQR8PaeMIRd > .row .container { width:20rem;height:28.68633770752rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiTguiTdOQFqBEeT5AT6pXWGc53u8PmP { width:20rem;height:24.9375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIKlkIFw2H0zumpM7TICTnAVgr408syQ { width:7.374125rem;height:2.599825rem;top:18.060945510864rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kX4T0WcGmXK9ew8r6dXAIECsQK6JJzy7 { width:5rem;height:0.124783125rem;top:21.686198234558rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Z8oamUyitUyt7ogD9wLQhOpqDpBwCb { width:18.2498125rem;height:3.9004625rem;top:8.0316829681394rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evSJ4nKqg3KCGh0sftrrgJeHHkUQb6Ms { width:16.936875rem;height:3.6545125rem;top:13.231336593628rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzpiMSUrBFc1XAWiK0bV1Z062iRbXVS1 { width:17rem;height:0;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hiASAXOHUmtnDlKt3nsM5XBkBfC2tEs2 { width:16.375rem;height:4.4375rem;top:22.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtnBbkTfmFG3UPSfEyUgT0EaFR4gOMCx { width:8.5625rem;height:1.21853125rem;top:23.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qF7oJp31rTkmIMgxHTkNGvFKTPzMBPso { width:5rem;height:1.70573125rem;top:24.9375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTha2aoQzaBOw8Sni4QfB9cXcAH29Xee { width:20rem;height:6.0625rem;top:1.1870651245118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr { display:block; }#GmPoAWF0B19W1X2FXcVBdPLDC8AUFqKr > .row .container { width:20rem;height:30.061464614868rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jlt2cQfVGFwXTURdT8tbEEE41NbikwrD { width:20rem;height:26.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSf7i4Ladeo5MZDmvzG33IsrhUa9RfJ { width:7.374125rem;height:2.599825rem;top:18.748915672302rem;left:6.3129342198375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1krVZEKctwqVBQDrEJi1vhVdNDU101o { width:5rem;height:0.124783125rem;top:22.123482704163rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #grx9IRDE1ET9QcP8Je9pQwoAlGeBiQ0l { width:18.2498125rem;height:3.9004625rem;top:8.2193679809569rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLspxHTzErumD3LLK7J2VVzWnqKNFWkR { width:16.936875rem;height:3.6545125rem;top:13.419054031372rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkF1tg1u6OAiKQP3u68EOv05STEd15df { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b3vRVmPSkfPhtTczzAl51OvOURq8TFok { width:16.375rem;height:4.4375rem;top:23.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onEFJFaQTylBX4bBElDznRPCEdgGLaBB { width:8.5625rem;height:1.21853125rem;top:24.0625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTyH7D0yvaQJTcTWKNWCvDA1QXCO0hei { width:5rem;height:1.70573125rem;top:25.5rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EElla3DANNgAa0htKnZ7GimeafIOfraf { width:20rem;height:5.4375rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg { display:block; }#Z4h1P6pl6Ty0FraDWpDZoxIXsaGtWhxg > .row .container { width:20rem;height:30.561339138031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDQKTbQ8pmKixgmbRifX2BMr93cTSqwD { width:20rem;height:26.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muK8COMM94LiODwvnpKFILiiDWMDCBpD { width:7.374125rem;height:2.599825rem;top:19.249097824097rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7cVsVuUfwcfrAs3e5WCCNdQdlf3q3TV { width:5rem;height:0.124783125rem;top:22.623917579651rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6GZCfelAXh5VBg5FTDvAs5O2yhqivIO { width:18.2498125rem;height:3.9004625rem;top:7.96875rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WVJQJeH78VHcDk1xRkszthLwIlUKtVvq { width:16.936875rem;height:3.6545125rem;top:13.543834686279rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuIfXtW5fNxJJwy9w1XwuEM7mqWMNbIC { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZfkPB9Uy8uDAT229wPKg3lMuFIMfDr { width:16.375rem;height:4.4375rem;top:24.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvI6vPV7qfCJFqL7pFkrCIW9oKi5KwBr { width:8.5625rem;height:1.21853125rem;top:25.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #na3eqQDFaqpIShlJZ6fVJlfgfKKuLWPi { width:5rem;height:1.70573125rem;top:26.625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myE4mPCtVsHzrXHRNl0DLBgl7wOppDSc { width:20rem;height:5.5rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2V63Oxvi0y5BupO9KF71cI22yXb82cm { display:block; }#t2V63Oxvi0y5BupO9KF71cI22yXb82cm > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0kTG1v7uXwJgazvNTvol5IbrlzNNFNR { width:20rem;height:27.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuNy4FgmD3LinTs08ScZE8C1p36legiU { width:7.374125rem;height:2.599825rem;top:19.623481750488rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyEwpkaSTmuSWlmhmWzSaJxDXAJtC2Ru { width:5rem;height:0.124783125rem;top:23.185791015625rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxXVda46fZVeiTkQC75fquAEiMR8cmE1 { width:18.2498125rem;height:3.9004625rem;top:8.59375rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5sTLLExIRtAXobHVHr457WMNtix1gfX { width:16.936875rem;height:3.6545125rem;top:13.980033874512rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZyACpq2cQXelL3ZIvBB1iFrWKJgUH0x { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UwSCAqHVOvyDrsin4ppM25UCKJESfwCA { width:16.375rem;height:4.4375rem;top:24.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWKA1T37vRSTr6kZrSvVNKyLChyDzIpR { width:8.5625rem;height:1.21853125rem;top:25.4375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yf8ZSixDfqTFE8Hu3ppaqs2Z2fEoiwaE { width:5rem;height:1.70573125rem;top:26.8125rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cr36hqZ5GLLrXoUSttdw09yO7GUWXtLv { width:20rem;height:5.5rem;top:1.187068939209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL { display:block; }#TLiXs1KeZrbNOAdgD3XOKhFuERSWScEL > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THOD9OQRCQFMhBqowd89Q2NiyreulxJh { width:20rem;height:26.4375rem;top:3.7500076293945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm7nEezJqqcKREWlsqVepSfnbIG2x7Ea { width:7.374125rem;height:2.599825rem;top:18.748882293701rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PT7F6SJfJ9Vpzy3QZlsA0yEiBnrtwgF4 { width:5rem;height:0.124783125rem;top:22.374134063721rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFZHTCNQKoZCRbZtRI19GIRnAz8plaq { width:18.2498125rem;height:3.9004625rem;top:8.0946464538575rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DB1lKlhhXyCzKNLZv8m3rHVAXKhda3hR { width:16.936875rem;height:3.6545125rem;top:13.356121063233rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WhNmTikV9vZP4vKCm9XgJi5ZCh94HNse { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LPmu8PEMQTytBlb4S7fl583bcVOTEchn { width:16.375rem;height:4.4375rem;top:23.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1fr4L9UsgTDcM5XTq5ROzoCiS7nNTyN { width:8.5625rem;height:1.21853125rem;top:24.6875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FiyX7vyu6RQZp9uv91vxc7fTtNXRdoSb { width:5rem;height:1.70573125rem;top:26.0625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhPlGxqgx7NheOmzXR0VH9K92cDQUr55 { width:20rem;height:5.5rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw { display:block; }#iw6lNrSc10OVnOf5r3hxtXMqHva2HvSw > .row .container { width:20rem;height:31.498097961426rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4CPrI3VT11kzdOe2S0P8JXTpike3zTl { width:20rem;height:27.1875rem;top:4.3120660781861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9EXWDsv8JS4shz3eFSp315kFSUDvASL { width:7.374125rem;height:2.599825rem;top:20.560947418213rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6sNJ2QTF59OcS5I4Fx3l6TDtVuTkome { width:5rem;height:0.124783125rem;top:23.914063453674rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw88yKsO5cdEPvdLNcTSZiMXlMA68WCD { width:18.2498125rem;height:3.9004625rem;top:8.4689655303956rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPvkuctSAqir4KPyCKFHymbacsmuKW88 { width:14.749375rem;height:4.8726875rem;top:13.731552124024rem;left:2.6247830986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #woTQ68tiszmSCDqhgphCXvOgZ4y7EeTo { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I1EZfTW8WDGLos0JQb2wunw873MV0iZp { width:16.375rem;height:4.4375rem;top:25.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRCgztLa8iOnS7kMCbkzledwdCJ9vrTn { width:8.5625rem;height:1.21853125rem;top:26.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZqtH2SG0b0aOd2Wy8JVTLtFFR9Bqn1e { width:5rem;height:1.70573125rem;top:27.625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJ4M5lIyHeERwG0QoTZPur3S2Zit9VCO { width:20rem;height:5.5rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 { display:block; }#wyCpxhSIR21BROgTnkBoMi8lCR0D7b43 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMTpRQtydAhbxykbGTubkgICtPB2r3Qk { width:20rem;height:35.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLLndnLFh1H0T0EbiEyzDqrtdEA1O93 { width:7.374125rem;height:2.599825rem;top:28.311632633209rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sa58QWOCJdHon12G4pTfb8oCablKDsaG { width:5rem;height:0.124783125rem;top:31.62326669693rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwHVe8wTckmUq1QMzlu3oH5KTavwduss { width:18.2498125rem;height:1.95023125rem;top:20.907118320465rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzvFq5cpJMtbU4PRu43tHypHw3fhHE3L { width:14.436875rem;height:2.43634375rem;top:24.342449665069rem;left:2.7810330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImXK6t0mJI0cTXClfg639O0SPac2qIpV { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dmsT8eLEIm8clTTqbhgm3mKagZhgmbLn { width:16.375rem;height:4.4375rem;top:33.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6dNvXJXvPirhJxvH8kxTEzCOmT5ts3o { width:8.5625rem;height:1.21853125rem;top:33.875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmxSKZF8oRJzLvyo25RA1OwqUpmCGxpB { width:5rem;height:1.70573125rem;top:35.25rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOxdgUAH5SJLyyF0yv3AXCCB7m59ixD6 { width:9.874125rem;height:7.561875rem;top:2.5618476867676rem;left:5.0618494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFTHg7VeLSkNwpqxocn4DKogQ73f4usA { width:10.5620625rem;height:8.186875rem;top:11.060087203979rem;left:4.7189672589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN4gNbELbG8zsgHUqozQgOMvFOcdABqE { display:block; }#yN4gNbELbG8zsgHUqozQgOMvFOcdABqE > .row .container { width:20rem;height:37.123845336914rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGrTxxdQTW0hKu5yQ34PCkcJVegrLOl3 { width:20rem;height:33.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcHiV6Dc2Uw1FhLOs8rVqafMsDt27sSw { width:7.374125rem;height:2.599825rem;top:26.310766220092rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aG3OhRnc9XPFVXCauwILi7krUILbypFJ { width:5rem;height:0.124783125rem;top:29.343534469604rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka6iOy8u2tFZLkbPZdggukeneXPSTiEM { width:18.2498125rem;height:3.9004625rem;top:16.969402313233rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnLiD5H3kyevZls4aHmhCx6l2bdGDJP4 { width:16.936875rem;height:2.43634375rem;top:22.101758956909rem;left:1.5310330986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LF52DivDmEdDnToy1frG8XxvufiLIhil { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSQ3kIKbJe4oTaib9OM3EaHMxsm1X8GA { width:16.375rem;height:4.4375rem;top:30.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhK0EESM7dddOuHnTHbWlL5Ut5dnRivC { width:8.5625rem;height:1.21853125rem;top:31.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KU7Hl64HvW8llHMCzMO5Dd9Tz0A5dcH0 { width:5rem;height:1.70573125rem;top:32.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O67iTUTbhUCTlxXmcGVpxI9VuN44ugX3 { width:20rem;height:14.125rem;top:1.1870727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exfzT7TCQ4B71inZTe9OoTarWE258ul0 { display:block; }#exfzT7TCQ4B71inZTe9OoTarWE258ul0 > .row .container { width:20rem;height:38.8744375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9zARNwsTXlIekglD2soKOn2Ni4lfDep { width:20rem;height:38.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bODrb7V21moTQ0AThlrd13asfQFNLVaX { width:7.374125rem;height:2.599825rem;top:28.185766220092rem;left:6.3118494153025rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgkWtohQwcMspVHqUQBlkAibWvwyCoIP { width:5rem;height:0.124783125rem;top:31.561414718628rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGoJHZ0xK8LH1ExApA8hfuGQtLhAh8Zz { width:18.2498125rem;height:1.95023125rem;top:19.032119750976rem;left:0.87456601858137rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rbWSfWoS1UszaT1WyWJqoKidJ1vWHifv { width:11.875rem;height:3.6545125rem;top:22.481554031372rem;left:4.0625002980232rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqrMVOpZiC3LvUqtWZbCkZUI5rSXri9Q { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y6fxcumt3oO2os7iKD3PHXw5HTnNAKaq { width:16.375rem;height:4.4375rem;top:32.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5IkEJlrRNM8EW1Khks5DgtG61h3OO32 { width:8.5625rem;height:1.21853125rem;top:33.25rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQicZuT81JaBQepcC4NvGOgbfmo07Jvf { width:5rem;height:1.70573125rem;top:34.625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbkxGCB9ZoxrveOvB3pL6IudR6s3UTyy { width:10.7498125rem;height:15.061875rem;top:2.060546875rem;left:4.6245663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 { display:block; }#O1KnrKkgkFeGkcSbPduSgQe9KctlrPD6 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMtIVF0FTzFX6VEQ8LosF55prcPSHlaO { width:20rem;height:43.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRseE6bIMUfaHHVMBPIdJC2mIp6n3Coy { width:7.375rem;height:2.599825rem;top:36.125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S68T95yrmn7Uex8zcJ4tMHbTo2GmK0Gy { width:5rem;height:0.125rem;top:38.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfiZt5G9v4I5lXttT7DUmKf0JxM3rP0O { width:18.25rem;height:1.95023125rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yko3Zl4uVdPBnbph7HmoFHuITuDAoWHX { width:16.9375rem;height:6.09085625rem;top:26.919921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TERHygzr0AcD8Fw2HGRKe9XtuMMcGhcv { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SbgyIHpZkkyZCoEAk3lqHar7uqwpR6Os { width:16.375rem;height:4.4375rem;top:41.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Ni8yJelKdVBsM0zqbxI1AlKyvHRCSM { width:8.5625rem;height:1.21875rem;top:42.6875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pu9FfGziQk8cPVrwe6XnNkECvEgyEaLT { width:5rem;height:1.70573125rem;top:44.0625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iy69nhX0ud0aM0ckmXspTt28IGobP6za { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8XlzaFqI9XUKxkx8ZafRncyECm12px { display:block; }#IU8XlzaFqI9XUKxkx8ZafRncyECm12px > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehxTsJlPhEgiQEot96ZvLDMkncMoOZvK { width:20rem;height:43.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9plXI7IPoDaq4dt2NHk2m1cLs6rdzvE { width:7.375rem;height:2.599825rem;top:36.125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwlM17hVcKcXMLPaS4wauUWQVKE346Rw { width:5rem;height:0.125rem;top:38.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD2nlpIAOqFZUyltNakvN2M0HaP1REFX { width:18.25rem;height:1.95023125rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKycfJwnEszWLJS2tw7Nm5cEV9v4ZtUN { width:16.9375rem;height:6.09085625rem;top:26.919921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPCwdDZzuaZJ1MNiUuyzvKAwoGASw3Ui { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NUGnwwGcGQek97LTNcRQl4MgOLVUtrTl { width:16.375rem;height:4.4375rem;top:41.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHPwbuBbMyGm3D1ip7psoTQmwnIVS5S2 { width:8.5625rem;height:1.21875rem;top:42.6875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESySWu9JSkRTTIdpmRAnLMSlAciJt0ig { width:5rem;height:1.70573125rem;top:44.0625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uuTQwZ4NNwACEkaT6DXb2eJwC0aAiJOJ { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM { display:block; }#iMJVhnC0wQ7LKaBFiCg6OpZWLV8XmzAM > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVSmQvO7sbePI12FRHT1SgZ5FWPRHuqv { width:20rem;height:43.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZwWFw6kd6qMnaOB7rmfwhGf9T8w05h { width:7.375rem;height:2.599825rem;top:36.125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIS3Q7QreSCZPzL5fm0leRT7OA2L1DbN { width:5rem;height:0.125rem;top:38.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwCreB7DEEGZuVx1O6z8wOLtMuUO5qGk { width:18.25rem;height:3.9004625rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D52idkgnnGozENcTCGJRQBfSlDcDyBZP { width:16.9375rem;height:8.5271875rem;top:26.919921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htkODB8yDpCoGkKA8PdDuMyH2KJcsmDV { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oo4N4ZbGRV9qd9aGlvVwsIgynKpIAHFL { width:16.375rem;height:4.4375rem;top:41.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWFbTMHBed98zrET8C7yP1Qp28KiIwdF { width:8.5625rem;height:1.21875rem;top:42.6875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6VkxBgnKqWNwFVmn4GIvwzFW72USMTP { width:5rem;height:1.70573125rem;top:44.0625rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4m1z2tgZZtgwOGBB5PhRCn6Nsn1AxD2 { width:3.8125rem;height:1.21875rem;top:39.59375rem;left:8.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7JKT1lyicSCX9UCELJZktm9T21P4nUO { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa3E4UMnqTK0zMowaThfLR7JnL30CkRS { display:none; }#fa3E4UMnqTK0zMowaThfLR7JnL30CkRS > .row .container { width:20rem;height:48.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PaTPKMkaz6OSuOrcbCC8Wfo84LDe34tl { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ4WIsLZp4WOi2w33y1NdPP5K5Pou071 { width:7.375rem;height:2.6rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLPS6UfJT4rfMv5ov66SMTrW3w1IHiET { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayL5bpfGaaAmZe3x6cbXQSavo1EzTOyI { width:18.25rem;height:1.95rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMfhT0XpMuaUH4URdv3VwMxK8C0znWXF { width:16.9375rem;height:7.3125rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yndcrsFKigUuk9msvIpgSOyOuFOSoaRg { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wJ3QU1nA8MtRPFL7TTLPuTDDCC7CwEuh { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNWBRRbfF7Zq9SMeHZzzQHtNFz9cpl33 { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DponJKmedazDGRKgJBZS6beqvyLd5sF5 { width:5rem;height:1.70625rem;top:41.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StNFRmlHeoofiqkUKityBsyw3KHWTZ6l { width:20rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS { display:block; }#ShZnJ9THITrvk5dKV11wnMhHHNn3ZPaS > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXz4FSqTEPhfKPgAb6vJgopO9CNTExvA { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0FCksSVIS0mvfscMdbTRZeZz2cllTP3 { width:7.375rem;height:2.599825rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FE3VAlUt42S28X2Kny8IcmhXvG5c62XF { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nif5sq0KTLDr1QNeiNRkG38ykcwmr2in { width:18.25rem;height:1.95023125rem;top:20.9697265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yey0HTylAVCeBfigOI2vQKSMUqTUVuJF { width:16.9375rem;height:8.5271875rem;top:24.232421875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSw1uTIUC85s3FCT4e1clAMO0MK2CdrB { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a51SG2vv3UvWR1DkDwv2e5PDH1k22qcc { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3ZlmhMiw0qpmNLflpiiRUT6kLiVKsu { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzFx2H1O4Qa5VUlUthuSE9JILO92qxFH { width:5rem;height:1.70573125rem;top:41.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFkd7OtOfGaavn22H4d1CDiQ3kL5yXMv { width:19.9375rem;height:19.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRn2oIEz1gfhu8EX4cAig7o1MptBekie { display:block; }#HRn2oIEz1gfhu8EX4cAig7o1MptBekie > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy1vXmBN3Nnxd9nQmR3dldJchIuQnUmi { width:20rem;height:43.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPEniEKCcuNknUv6c2iXysnaxMqpuIZC { width:7.375rem;height:2.599825rem;top:35.375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fLW9yPDucoOHAoSJa8cMKHX6IL04A2Ek { width:5rem;height:0.125rem;top:38.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ9x8rmMNbTTtOgu7R4FLN8HBQ1yQmbX { width:18.25rem;height:3.9004625rem;top:20.6337890625rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBWmH10uKpf6AQTCDDZu9cawyATeqzgk { width:16.9375rem;height:8.5271875rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPbx7eoH6s9Ii8fullwBrEyCcXpoiiSF { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lTw0ZHIfXzuT2kdE9fSTcnF1yHv0gT6Z { width:16.375rem;height:4.4375rem;top:41.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2qrTSQbsTo34w024bprRBtJBCqqXUTT { width:8.5625rem;height:1.21875rem;top:41.9375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOK2GwbMx67oFGoc6XsLu7sIvv3iFCAB { width:5rem;height:1.70573125rem;top:43.3125rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDGVU78p6udCMMrWHb6rQH29x3AOsOTp { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsg4cHKk5i6FooueCrclmxJehQNIJqmb { display:block; }#Bsg4cHKk5i6FooueCrclmxJehQNIJqmb > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzlthBLeSaFXfZfkoBsSuMUGtnGkB4zg { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU8kdTurT6qqsgrTxJ2ycdyZ3RnZtAQC { width:7.375rem;height:2.599825rem;top:35.3125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cArv1JaEBA3UvfIrq713S5draDUsHbbs { width:5rem;height:0.125rem;top:38.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRsLLGyzx9cHhyd2WkI4iRE6TGzHmmGf { width:18.25rem;height:3.9004625rem;top:21.5322265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtXItT5rL9IvkPNAGS6RdmKiJN24CbIZ { width:16.9375rem;height:7.309rem;top:26.794921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rv5i7gPF3vaOUxmfk91eg9eUdUq3yAM5 { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b6ReI4Go3a3Z0Xkb2R6ayz6A6p4EyMZ5 { width:16.375rem;height:4.4375rem;top:41.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx7wE4kgefbkRyPkJLNcepQuMb7unAU3 { width:8.5625rem;height:1.21875rem;top:41.875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwlfEy3EsItDQO65XQ2LlqEf17v490sX { width:5rem;height:1.70573125rem;top:43.25rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLe5k1i0nX6pl4v0Vu7fnc8P15V46ZTf { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 { display:block; }#u6pQ9VVzwtPo46XcCB4gkABgSbkysLL0 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWRmB8nk3KScaUH3XzAk4Ime53G7Skk1 { width:20rem;height:38.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXm1kmnEFg9FZ5MooOuJZL5If7EOWwf7 { width:7.375rem;height:2.599825rem;top:30.3125rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gm7sC1fp52Qm778iCkQkd5iOEoEHaHXq { width:5rem;height:0.125rem;top:33.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA8WGKUEbnCUPs4wTK0aJFhP3LO4sdke { width:18.25rem;height:1.95023125rem;top:18.5625rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dV38TLTxngEOXhLOml8hSTBEmuftFKVR { width:16.9375rem;height:6.09085625rem;top:21.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #poFG4XBTcUEGm0usiST40yx9fORR1yxH { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BA0lPhkoy58m97NnaJ5e5MwsiRpFNQas { width:16.375rem;height:4.4375rem;top:36.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKZIdkhUCJt1TOvOycsmGAEOptyi5Adu { width:8.5625rem;height:1.21875rem;top:36.875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdoq2X0fIhoxf78q9WuFHTFh3qXGMEbG { width:5rem;height:1.70573125rem;top:38.25rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7UMwt2M2lL6lSw3Kkfkrh1qiOycZnRM { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R { display:block; }#NbmKCLlz30BESTbMQ0cS68u5KrEFGP5R > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUDISc0TQTsqZNsPIk79hMxgqIDHUImz { width:20rem;height:43.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSfscsKU9gZnZ3D7m1M2htZ5l8nDlt6T { width:9.1875rem;height:2.599825rem;top:36rem;left:5.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMS2hCM8LwwqcJJMcQAoXSaAivf3sJLC { width:5rem;height:0.125rem;top:38.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8xCa39N6rvF42ktw3vkTWQIU4NLszcc { width:18.25rem;height:1.95023125rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4eBRqyD44RFlpmpizVMHt8DyPvc4yAm { width:16.9375rem;height:8.5271875rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6SE0URI2du12hf2205aVn17SaKJ0g0x { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xvvLAEtEBkVd9QRlKl4UOo9PHfcHy8bU { width:16.375rem;height:4.4375rem;top:41.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h72yxTzfHQMo1qQerp1ZxCpAasM1MmZf { width:8.5625rem;height:1.21875rem;top:42.5625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmC5elQTuqaCOOi8I1AxvR2JqdTnxb5z { width:5rem;height:1.70573125rem;top:43.9375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2vwBbvmgqZzWoT9NyT5lCdgEACbHWxe { width:20rem;height:19.9375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4L153pF5owffHP0E2TTklMrMTrr2yLa { display:block; }#T4L153pF5owffHP0E2TTklMrMTrr2yLa > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXPElv6FtkDCuyv5r8X13uuXlgQAvzv7 { width:20rem;height:43.8125rem;top:4.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiaaix7FCheWnFWADQVChR316cp5dioe { width:9.1875rem;height:2.599825rem;top:37.9375rem;left:5.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQEHZXCAfZoxWDLJKUcTqUUtAB77ZDZl { width:5rem;height:0.125rem;top:40.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwzGeK2k9CKoFW1vqK5tll1cFEBAWONy { width:18.25rem;height:1.95023125rem;top:20.5322265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycXXyX5UfKqKOqtmbvrILOEqoQFFIC8a { width:16.9375rem;height:8.5271875rem;top:23.794921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQw5TampTe5pesOJb2VpLlwEzAqpqTHx { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AxZ6COR9qPxysrDHtGgv1wG5JVRH7n2D { width:16.375rem;height:4.4375rem;top:41.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCxqkDxJHfX75m7tEWDKEz1VXtUieCq { width:8.5625rem;height:1.21875rem;top:42.5625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOVRRodpfXic2BMyZcGTZiTo2bWe9dee { width:5rem;height:1.70573125rem;top:43.9375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBtALkdJtuoHNXbTJH2QMkDvMkt2eJJR { width:19.9375rem;height:19.9375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo55pC0dFW6iH4E3yJCJHLo8dfZQJtoo { width:16.0625rem;height:2.43634375rem;top:33.9375rem;left:1.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8u2Loq40HRCrmFew20O55Nl0KvERhf7 { display:block; }#a8u2Loq40HRCrmFew20O55Nl0KvERhf7 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EL7KEfKqsOmPs7xw9NCH3hi2iaTchH25 { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2E54qlKnGoTaGhKksI9dsUxR74Bsktv { width:7.375rem;height:2.599825rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLRCCzd5ia9onSwnO192MsqcQsXTdMPQ { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxXu6D9bsCT83dLTNDVnHF81ZcRI8Obo { width:11.875rem;height:3.9004625rem;top:22.0322265625rem;left:4.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9MNK2g9lwRilWCQlTKNLzoFFHZWKzWN { width:16.9375rem;height:6.09085625rem;top:26.669921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKEKRnwt6LrSEHkzVuViFtPr8X0UmcSd { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IWkakZ2oz0PEy84Bd01dE89bkC1yr5TN { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvROQvqMOQbyMPugTDkD17W8yOIOwWAW { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilp6ip2J6qFRWOzG9dUoWvWXzRGN4lbL { width:5rem;height:1.70573125rem;top:41.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VF9E8tTzb87PIFPK6m1J2NS1hUm5BXEG { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfFkNJCcSNbQzELl4eszy6aSS7f6XsET { width:17.5rem;height:3.4375rem;top:47.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWUT5V7XaCzICMZpXRRgd6tOFsI06gPv { display:block; }
 }@media only screen and (max-width: 763px) { #iELeMqv6957InFGXE7gzASgTd1ffz1Gr { display:block; }#iELeMqv6957InFGXE7gzASgTd1ffz1Gr > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oX9MFdJhtVnuthGiLEDSqqJPXTpukqxx { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G06K5ZZhNors3wJbiX3l20EveCyNOIVn { width:7.375rem;height:2.599825rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzvLUxfuSJUfJHGqzgTaz3sOl8vx3KJV { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTU4qIgJkQn19oslNSuu14KORUmWRQb { width:18.25rem;height:1.95023125rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzvQ0vgIH8TOqliyDkMhltHy6nt9Xzmm { width:16.9375rem;height:7.309rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJaeQlLOEd1EmT7mBdfiiknBKrz8DD0y { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xVl9BEd6mZIDb0mFabQ5KHIvQqfiHMSp { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfg6ZEWIM0zksL5BhQvpA0UOcIb2vxnV { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ps2GhWm4q64LqlraGcyhRhOIQXFLITef { width:5rem;height:1.70573125rem;top:42rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bk6vUgS6NBqJcDUsue1KdKbXMqMJDQwl { width:19.9375rem;height:19.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhaUx3ThFRPSBQutad5UN5VLTwIfRkSk { display:none; }#MhaUx3ThFRPSBQutad5UN5VLTwIfRkSk > .row .container { width:20rem;height:50.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ABybR0Z8OCMrpWqRku1bL4uzuOJUfDQT { width:20rem;height:44.125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOnIz2TxqfEoSaD3q5CHro98JJRxlUuN { width:7.375rem;height:5.2rem;top:36.5rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGTM82lgOEKc7VT0Xsr5aV9ct6PesBXQ { width:5rem;height:0.125rem;top:39.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIVyfdlF5RRFlFVHhf7vUDESJE2L2a5 { width:18.25rem;height:3.9rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcTTkdso0Gw1eowVWDzV40tfb2zPRrXM { width:16.9375rem;height:8.53125rem;top:26.794921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6G2IKPN36vrQkERkvq0bdIB8d2sitMT { width:17rem;height:4.875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UNcV7FPslJ0OV5dyoNaNOWVioGJiJ0bQ { width:16.375rem;height:4.4375rem;top:42.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q515DTadVHpdHVyD9CZamSyoQ0WPvNwb { width:8.5625rem;height:1.21875rem;top:43.0625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cdtzas0O8NaIX03swtaTDqUiykWnU9w7 { width:5rem;height:1.70625rem;top:44.4375rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOTyPkzVl5kKmOgEJAGVPZT6bT9KrThE { width:3.8125rem;height:1.21875rem;top:39.96875rem;left:8.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPlwMZa7lwyJbWfCenP2gwiNizmb5AQl { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P { display:block; }#GnyGzMJZ610nBLmSbbE22XJRgpIfAr9P > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQCLiOT6MUS58LMUq15R6BXrs3Xy04WP { width:20rem;height:40.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF11t4VUDzTcJrzmvLNsEag8fFSWgICU { width:7.375rem;height:2.599825rem;top:32.0625rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUuHJwClkXJy4sZ0oaWNkuvOBlxJQWSp { width:5rem;height:0.125rem;top:34.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXiKRbcTGDXF4gx8bAy6psobFAQoxlAX { width:18.25rem;height:1.95023125rem;top:18.625rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVP88tQE8lq3f9BQEI5oUzlu84JkRbMw { width:16.9375rem;height:8.5271875rem;top:21.875rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gr9UcoW1LlcCotRKedMR5TCJAoVTiN2z { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k2lEI1NC5BVV3Q4dM7w1pmf932AiuSJf { width:16.375rem;height:4.4375rem;top:37.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkygqUn1DOXSUqNbsPBK1sx2Vzc6RsHV { width:8.5625rem;height:1.21875rem;top:38.625rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aK9pQkHQ8B2gsTOXpdUg7hp86JJP8Ao0 { width:5rem;height:1.70573125rem;top:40rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0BLrMZNTcqJQNueS24E1WJsTBUmKit6 { width:19.875rem;height:19.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKVG0xT0d8nVKci6u9OtXT08LOGTyqma { display:block; }#pKVG0xT0d8nVKci6u9OtXT08LOGTyqma > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tmg5MHc4c1dxTmBqgDzaRfJ2fJ7hcbEo { width:20rem;height:42.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxp7hLSqDEaaddxlNpUSvFUX9ZnWNEGG { width:7.375rem;height:2.599825rem;top:33.9375rem;left:6.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJ1qibp8onzoF6XQ6TLvSxJyiyMPREbi { width:5rem;height:0.125rem;top:36.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSlvQc4q5QLnbJel5pyyM4fdkdqJP4v0 { width:18.25rem;height:1.95023125rem;top:22.1572265625rem;left:0.8740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksU4KcCDBT9BGlcXR8egcvRp35aD2JZo { width:16.9375rem;height:7.309rem;top:25.419921875rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWHvZEQ6B1I1XueZUKnuLrreh7DVORHR { width:17rem;height:4.8726875rem;top:24.4697265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qwKSDinMCfaF7AJgXgWKkZMQ3BJTDJo0 { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPmzpEKGNxOPNPLaLhyqBiTyaTp3hwJl { width:16.375rem;height:4.4375rem;top:39.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJsv7gTJfRIz4b9DQRgTJokX2uudWwXf { width:8.5625rem;height:1.21875rem;top:40.5rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxuBSMMvrsvqn2euDXOCbzJTI6AD5OW3 { width:5rem;height:1.70573125rem;top:41.875rem;left:7.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPTB4QVUVS1sOl24lf9SK7ah6fI9Jwvv { width:3.8125rem;height:1.21875rem;top:37.625rem;left:8.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG { display:block; }#OIFhAmqN38it43gHlLQ3ccdPRA1v3bTG > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1e96bb3-58fd-4686-bcfd-1aaf778bf136/SocialMediaHeaderFacebook.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e.adaptive-delivery-prevent-bg, #cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e.lazyload, #cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e.lazyloading { background-image: none; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container { background-color: transparent; background-image: none; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container > .video-iframe-container { display: none; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row > .video-iframe-container { display: none; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .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); }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container { border-width: 0; border-radius: 0; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMZNzX4TmDcUt5ghV4RGqXwT0noAfX3e > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }