.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:214,244,251;--color-primary-1:133,223,242;--color-primary-2:51,201,233;--color-primary-3:0,187,227;--color-primary-4:0,108,164;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:174,174,177;--color-tertiary-2:120,120,125;--color-tertiary-3:72,72,75;--color-tertiary-4:30,30,39;--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:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { background-color: transparent; background-image: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { border-width: 0; border-radius: 0; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:60rem;height:5.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:0.96875rem;left:0.09375rem;overflow:hidden;display:block; }
#a6G658b2C6icxrnJfCaQnTP7iiq0y74C { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.5rem;top:0.75rem;left:47.500001907349rem;overflow:hidden;display:block; }
#gQPCwM1tCqLL9mS5q0uyD7IZAfHakhnr { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:7.5rem;top:0rem;left:25.28750038147rem;overflow:hidden;display:block; }
#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { 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/3eca1bcf-fc26-45c1-aa53-9d856c05ca27/CAM03DROPOFF.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { border-width: 0; border-radius: 0; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:9rem;left:0.03125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x5By3kKbVmUGVwO09uxRLlssfDSayi2x { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.75rem;left:0.03125rem;height:4.05rem;font-style:normal;display:block; }
#TpeXUpfL5LFp8y3UwO5Oqg2eV3xgGzeZ { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.9375rem;left:0.03125rem;display:block; }
#tEx1liqN5o28KRga6wVzxDRuVnQuHr5K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.9375rem;left:14.78125rem;display:block; }
#eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:21.5625rem;top:4.4375rem;left:38.4375rem;display:block; }
#Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:21.5625rem;top:11.875rem;left:38.4375rem;display:block; }
#t3zIKbZQ0V1gXW5xV3vCs925ZXdNAI7H { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:21.5625rem;top:31.875rem;left:38.4375rem;display:block; }
#kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.125rem;left:40.9375rem;height:4.125rem;font-style:normal;display:block; }
#ek1fZ6HGzDSX3TPa2FiWrk0zUxZfH6F5 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:16.8125rem;left:38.53125rem;display:block; }
#ViFQoWDfT9wH17hLWbBCVKnCQJXmCToT { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:21.8125rem;left:38.53125rem;display:block; }
#f3eKLhGCf8EJf0BWwP9THsx7qNKaE1Az { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:26.8125rem;left:38.53125rem;display:block; }
#rx3XG8MF8SSRr9pplmfH2JDSOzxNWE7G { color:rgba(var(--color-tertiary-0),0.86);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:34.1875rem;left:40.53125rem;height:2.4375rem;font-style:normal;display:block; }
#OEwwCVnKHDbLBJm7lKzwKGdNTu97lTGE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.0625rem;top:13.0625rem;left:40.9375rem;overflow:hidden;display:block; }
#nzec3K5tTVwL4QQZFctraoOJppNEhX9L { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.9375rem;left:45.96875rem;height:1.4625rem;font-style:normal;display:block; }
#wF7TEvgLPN8IVbyQvaTwGJCq9JJmm2Nq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.0625rem;top:17.8125rem;left:41.1875rem;overflow:hidden;display:block; }
#H0wz1go6S5546rfZag9Hb1vkp1xEOkzC { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:46.1875rem;height:1.4625rem;font-style:normal;display:block; }
#OBw9ECr9sUN4S4tl5Jx1C0NNVcV4ddF9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.0625rem;top:22.8125rem;left:41.1875rem;overflow:hidden;display:block; }
#cd5fpv3T2tRNO1w70sCdzbl4TZdLuemn { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.6875rem;left:46.1875rem;height:1.4625rem;font-style:normal;display:block; }
#ESJPKyeM7LEwbzak3upIRs7T2iMiTGOh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.0625rem;top:27.75rem;left:41.1875rem;overflow:hidden;display:block; }
#EUTKnumCofN0cuGagZx97M4ZGIWGLoeP { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.5625rem;left:46.1875rem;height:1.4625rem;font-style:normal;display:block; }
#lsKmz63Bk69qbkwr2TB7Jm0zsqVsBBDb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:30.375030517578rem;left:14.781251907349rem;height:2.6rem;display:block; }
#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { background-color: transparent; background-image: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container > .video-iframe-container { display: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container { display: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .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); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { border-width: 0; border-radius: 0; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:14.5rem;top:0.6875rem;left:45.43124961853rem;overflow:hidden;display:block; }
#noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:14.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:14.5rem;top:0.6875rem;left:30.25rem;overflow:hidden;display:block; }
#UF5boTi4qL625tArwS83ryPAo0v4Px4C { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:14.5rem;top:0.5625rem;left:15.125rem;overflow:hidden;display:block; }
#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { 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; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { background-color: transparent; background-image: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .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); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { border-width: 0; border-radius: 0; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#VHBrGanQGkHdbdGbcItAXaqwOL5im9Ka { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:28.125rem;top:4.4375rem;left:0rem;overflow:hidden;display:block; }
#gG5C5iJTloa7aLKoGE70rha2GewIHOZo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3rem;top:9.4375rem;left:14.15625rem;overflow:hidden;display:block; }
#Nk12l2XVtwGudULQswhZxVwgZaT51uHu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:28.125rem;top:17.875rem;left:0rem;overflow:hidden;display:block; }
#LWJAcEarLaSfuCSAKDLdx7024TFTa30g { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:4.0625rem;left:35.0625rem;height:5.5rem;font-style:normal;display:block; }
#LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { color:rgba(var(--color-tertiary-3),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:11.5rem;left:35.0625rem;height:4.05rem;font-style:normal;display:block; }
#lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { color:rgba(var(--color-tertiary-3),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:16.375rem;left:35.062501907349rem;height:12.15rem;font-style:normal;display:block; }
#G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.875rem;top:26.0625rem;left:35.0625rem;display:block; }
#hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { color:rgba(var(--color-primary-3),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:27.625rem;left:35.0625rem;height:3.825rem;font-style:normal;display:block; }
#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { 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; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { background-color: transparent; background-image: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container > .video-iframe-container { display: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container { display: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .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); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { border-width: 0; border-radius: 0; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#op2CRPXozyxNCBW6uMlgUsg1hToxACZA { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:14.75rem;left:1.9375rem;height:5.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.9375rem;left:1.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.0625rem;top:4.375rem;left:0rem;display:block; }
#bTSOmumQZCCUnNJ1IUT6Wu7RHT69EWC0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.375rem;top:4.375rem;left:5.875rem;overflow:hidden;display:block; }
#qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.1875rem;top:4.5625rem;left:4.8125rem;display:block; }
#N9yp4z0BHJlaXnx3MoPFf7u0IGnswfK5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.375rem;top:4.4375rem;left:20.875rem;overflow:hidden;display:block; }
#Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.1875rem;top:4.625rem;left:19.8125rem;display:block; }
#pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12rem;left:16.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StrcSmT9fmO39NHsH86e9EAct604BVrC { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:14.8125rem;left:16.9375rem;height:5.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p9MH26TAhQOGDXaxxxE8JKQxTDnGack8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.375rem;top:4.4375rem;left:35.25rem;overflow:hidden;display:block; }
#CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.1875rem;top:4.625rem;left:35.5rem;display:block; }
#Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12rem;left:30.375001907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:14.8125rem;left:31.9375rem;height:5.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.0625rem;top:4.375rem;left:14.9375rem;display:block; }
#hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.0625rem;top:4.375rem;left:29.9375rem;display:block; }
#OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.0625rem;top:4.375rem;left:44.9375rem;display:block; }
#v1k9b3NNJ9sMgo9G6MMLlxSDZqB0ai8Q { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.375rem;top:4.4375rem;left:50.875rem;overflow:hidden;display:block; }
#miAmtX9XdkcfTG65JOJdVoZKHanix78T { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.1875rem;top:4.625rem;left:49.8125rem;display:block; }
#JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12rem;left:46.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niuhzToloK2y40oxidanoGznkovg3umD { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.0625rem;top:4.375rem;left:59.9375rem;display:block; }
#lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:14.500000953674rem;left:46.937503814698rem;height:6.075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { position:relative;display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { background-color: transparent; background-image: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .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); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { border-width: 0; border-radius: 0; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:4.34375rem;left:0.25rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { background-color: transparent; background-image: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .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); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { border-width: 0; border-radius: 0; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#brTbVahvn2IlN61fdSyOMOV0g1alIRoi { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:4.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:1.625rem;font-style:normal;display:block; }
#zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:18.625rem;top:1.25rem;left:20.6875rem;overflow:hidden;display:block; }
#ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:18.625rem;top:1.25rem;left:41.1875rem;overflow:hidden;display:block; }
#vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:18.625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:4.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:4.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.8125rem;left:41.187501907349rem;height:1.625rem;font-style:normal;display:block; }
#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { background-color: transparent; background-image: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .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); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { border-width: 0; border-radius: 0; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:6.075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:1.625rem;font-style:normal;display:block; }
#mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#lLc2HWgOPic80UrIviDDeQcheiDgC0To { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:18.625rem;top:1.25rem;left:20.6875rem;overflow:hidden;display:block; }
#pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.1875rem;height:1.625rem;font-style:normal;display:block; }
#XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:18.625rem;top:1.25rem;left:41.1875rem;overflow:hidden;display:block; }
#SBcEXN7mShOP355uiwNli9cQmwHc4DZy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:18.625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:4.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:4.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { position:relative;display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { background-color: transparent; background-image: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { border-width: 0; border-radius: 0; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { 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; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { background-color: transparent; background-image: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .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); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { border-width: 0; border-radius: 0; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#emkWW4k8RbE628kdwwta7BPDXu6S3CT7 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.9375rem;left:0.125rem;height:1.9125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { 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; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { background-color: transparent; background-image: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container > .video-iframe-container { display: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container { display: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .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); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { border-width: 0; border-radius: 0; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.6875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { 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; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { background-color: transparent; background-image: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container > .video-iframe-container { display: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container { display: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .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); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { border-width: 0; border-radius: 0; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:30.125rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:21.5625rem;top:1.4375rem;left:38.375rem;display:block; }
#cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:21.625rem;top:8.9375rem;left:38.375rem;display:block; }
#cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:3.125rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:13.125rem;left:38.4375rem;display:block; }
#yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:10.3125rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { color:rgba(var(--color-tertiary-3),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:10.3125rem;left:52.9375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:17.5rem;left:38.375rem;display:block; }
#XIMORZhkz6P7FkoiQH8Fo9JO0qT8MEgm { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:26.25rem;left:38.375rem;display:block; }
#N7JbIQXvIAckADxDtLSA9rrZsL8xIRbU { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:23.4375rem;left:40.1875rem;height:1.4625rem;font-style:normal;display:block; }
#rsn7TOQAHrighWU68c83CQyMyaouxf3J { color:rgba(var(--color-tertiary-3),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:23.4375rem;left:52.875rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:21.875rem;left:38.4375rem;display:block; }
#EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:19.0625rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#wz13f1eH7adq47T2wCozmopmcuP08sBB { color:rgba(var(--color-tertiary-3),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:19.0625rem;left:52.9375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#G2C0SPsIzFVrEXCIFPta7nJrTpwFaHoa { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:30.625rem;left:38.4375rem;display:block; }
#XtG5Ey1TmIywTXyVinagoNXb9EETXLfK { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:27.8125rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#kiGbXMW8BTACnwVI3TG1tNVA33Us7sbT { color:rgba(var(--color-tertiary-3),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:27.8125rem;left:52.9375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:14.6875rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { color:rgba(var(--color-tertiary-3),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:14.6875rem;left:52.9375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { 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; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { background-color: transparent; background-image: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container > .video-iframe-container { display: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container { display: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .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); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { border-width: 0; border-radius: 0; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#e6fT8EblI4dEri6TL5DgyZ2keRZ4P7bX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:21.625rem;top:0rem;left:38.5rem;display:block; }
#mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.625rem;width:38.5rem;top:4.375rem;left:0.0625rem;display:block; }
#XivilltWTHt5pBseMciiV0AyafK0hJNk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:42.28125rem;height:2.19375rem;font-style:normal;display:block; }
#x37OaUb4uhGpuDcd4bNT3fVtU3MynCRT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.8;letter-spacing:0;top:7.625rem;left:42.3125rem;height:2.025rem;font-style:normal;display:block; }
#obTg1J5TrqddvQgty5oLW01r1S9q2w3i { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.187500596046rem;left:43.656251907349rem;display:block; }
#EXh2FvP2mvl4fWKgF0pCaky9wbwkLvIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQdLbfD82pKaJ1UR3nqW7W8IGGmKRPCW { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.837497711182rem;left:43.656251907349rem;display:block; }
#K5MbizGLggCPhqqqvxkBdRGkaFZENTJ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QCCHt9kpF6hKO462FlRSdGlZFBR7MvKO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:13.97500038147rem;left:43.468751907349rem;height:2.1125rem;display:block; }
#AMISEuR0lN5weGrJAdwyt2y7Soszk56u { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:38.4375rem;top:29.062486171723rem;left:0rem;display:block; }
#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { 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/Ga2adxaf/sekcja_last_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.adaptive-delivery-prevent-bg, #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.lazyload, #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.lazyloading { background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { background-color: transparent; background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .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); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { border-width: 0; border-radius: 0; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#wUu8WlwJxVaRapQ6CISgVJhcLONU1ViH { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.625rem;top:27.375rem;left:0rem;display:block; }
#vAWhxu52kk6LfJg0Ut4l5FAH5lM9xyoE { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15047;line-height:1.1;letter-spacing:0;top:2.3101415634155rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l1hen1vwuDZa7Ceyg52LtpoUE5V7U5Jh { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.8;letter-spacing:0;top:6.1859226226807rem;left:0rem;height:4.05rem;font-style:normal;display:block; }
#QqfNkCwxRcXKy6bA19FHpmqiOeFpA0kb { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.8;letter-spacing:0;top:10.923422813416rem;left:0rem;height:5.4rem;font-style:normal;display:block; }
#w1ILTKbdBfHABeMvUGTThfFKr5okAUqx { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.8;letter-spacing:0;top:17.261704444885rem;left:0rem;height:3.6rem;font-style:normal;display:block; }
#bEgqOInOUC7UEeJZyyTeMrTb6R85twd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15051;line-height:1.8;letter-spacing:0;top:22.024985313416rem;left:0rem;height:5.4rem;font-style:normal;display:block; }
#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { background-color: transparent; background-image: none; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container > .video-iframe-container { display: none; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row > .video-iframe-container { display: none; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .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); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { border-width: 0; border-radius: 0; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { background-color: transparent; background-image: none; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container > .video-iframe-container { display: none; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row > .video-iframe-container { display: none; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .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); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { border-width: 0; border-radius: 0; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#wpK4W091f24abZIkhwkfRHgSc3ZRrZCJ { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9984188079834rem;left:11.28750038147rem;display:block; }
#WLrnKCoTPXqkzyg6vHhks0I0n3H6l2lz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2oNcOW0DirdTtfhcKaKXPSE4IUltAV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:5.6335926055908rem;left:11.28750038147rem;height:2.1125rem;display:block; }
#x9O93Uc9JaBTxZtHss6BlA4UvvGx7Ro2 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.05859375rem;left:36.91250038147rem;display:block; }
#LGCnu0UHB08bfBFOrU29gcG2ldbzAOoE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkcB6cybmOpb74b8ThyxLTHFougALW9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { background-color: transparent; background-image: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .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); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { border-width: 0; border-radius: 0; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { color:rgba(var(--color-tertiary-0),0.5);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:2rem;left:0.0625rem;height:1.9125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:7.5rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6G658b2C6icxrnJfCaQnTP7iiq0y74C { top:0.75rem;left:35.25rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQPCwM1tCqLL9mS5q0uyD7IZAfHakhnr { top:0rem;left:19.16250038147rem;width:7.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:29.4375rem;height:;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:29.4375rem;height:4rem;top:19.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpeXUpfL5LFp8y3UwO5Oqg2eV3xgGzeZ { width:14.125rem;height:3.4375rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEx1liqN5o28KRga6wVzxDRuVnQuHr5K { display:block; }
 }@media only screen and (max-width: 763px) { #yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { width:14.125rem;height:3.4375rem;top:26.9375rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block; }
 }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:21.5625rem;height:7.5rem;top:4.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { width:21.5625rem;height:20rem;top:11.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3zIKbZQ0V1gXW5xV3vCs925ZXdNAI7H { width:21.5625rem;height:7.5rem;top:31.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { width:14.75rem;height:4.125rem;top:6.125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek1fZ6HGzDSX3TPa2FiWrk0zUxZfH6F5 { width:21.5625rem;height:0.0625rem;top:16.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFQoWDfT9wH17hLWbBCVKnCQJXmCToT { width:21.5625rem;height:0.0625rem;top:21.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3eKLhGCf8EJf0BWwP9THsx7qNKaE1Az { width:21.5625rem;height:0.0625rem;top:26.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx3XG8MF8SSRr9pplmfH2JDSOzxNWE7G { width:17.375rem;height:2.4375rem;top:34.1875rem;left:30.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEwwCVnKHDbLBJm7lKzwKGdNTu97lTGE { width:3.0625rem;height:3rem;top:13.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzec3K5tTVwL4QQZFctraoOJppNEhX9L { width:11.125rem;height:1.4375rem;top:13.9375rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF7TEvgLPN8IVbyQvaTwGJCq9JJmm2Nq { width:3.0625rem;height:3rem;top:17.8125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0wz1go6S5546rfZag9Hb1vkp1xEOkzC { width:11.125rem;height:1.4375rem;top:18.6875rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBw9ECr9sUN4S4tl5Jx1C0NNVcV4ddF9 { width:3.0625rem;height:3rem;top:22.8125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5fpv3T2tRNO1w70sCdzbl4TZdLuemn { width:11.125rem;height:1.4375rem;top:23.6875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESJPKyeM7LEwbzak3upIRs7T2iMiTGOh { width:3.0625rem;height:3rem;top:27.75rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTKnumCofN0cuGagZx97M4ZGIWGLoeP { width:11.125rem;height:1.4375rem;top:28.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsKmz63Bk69qbkwr2TB7Jm0zsqVsBBDb { top:30.375rem;left:8.6562519073488rem;width:14.9375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { width:14.5rem;height:10.25rem;top:0.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:14.5rem;height:10.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { width:14.5rem;height:10.25rem;top:0.6875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5boTi4qL625tArwS83ryPAo0v4Px4C { width:14.5rem;height:10.25rem;top:0.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHBrGanQGkHdbdGbcItAXaqwOL5im9Ka { width:28.125rem;height:13.4375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG5C5iJTloa7aLKoGE70rha2GewIHOZo { width:3rem;height:3.4375rem;top:9.4375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk12l2XVtwGudULQswhZxVwgZaT51uHu { width:28.125rem;height:13.4375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:22.875rem;height:5.5rem;top:4.0625rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { width:24.875rem;height:4rem;top:11.5rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:24.875rem;height:12.125rem;top:16.375rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:24.875rem;height:0.0625rem;top:26.0625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { width:24.875rem;height:3.8125rem;top:27.5625rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:11.125rem;height:5.6875rem;top:14.75rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:12.5rem;height:1.9375rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { width:0.0625rem;height:15.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSOmumQZCCUnNJ1IUT6Wu7RHT69EWC0 { width:4.375rem;height:4.0625rem;top:4.375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { width:2.1875rem;height:3.75rem;top:4.5625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9yp4z0BHJlaXnx3MoPFf7u0IGnswfK5 { width:4.375rem;height:4.0625rem;top:4.4375rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { width:2.1875rem;height:3.75rem;top:4.625rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:1.9375rem;top:12rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:11.125rem;height:5.6875rem;top:14.8125rem;left:12.343751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9MH26TAhQOGDXaxxxE8JKQxTDnGack8 { width:4.375rem;height:4.0625rem;top:4.4375rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { width:2.1875rem;height:3.75rem;top:4.625rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:14.4375rem;height:1.9375rem;top:12rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:11.125rem;height:5.6875rem;top:14.8125rem;left:24.281251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { width:0.0625rem;height:15.4375rem;top:4.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { width:0.0625rem;height:15.4375rem;top:4.375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { width:0.0625rem;height:15.4375rem;top:4.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1k9b3NNJ9sMgo9G6MMLlxSDZqB0ai8Q { width:4.375rem;height:4.0625rem;top:4.4375rem;left:40.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miAmtX9XdkcfTG65JOJdVoZKHanix78T { width:2.1875rem;height:3.75rem;top:4.625rem;left:39.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { width:12.5rem;height:1.9375rem;top:12rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niuhzToloK2y40oxidanoGznkovg3umD { width:0.0625rem;height:15.4375rem;top:4.375rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { width:11.125rem;height:6.0625rem;top:14.5rem;left:36.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:47.75rem;height:2.75rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { width:11.6875rem;height:1.625rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brTbVahvn2IlN61fdSyOMOV0g1alIRoi { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { width:18.8125rem;height:4rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { width:11.1875rem;height:1.625rem;top:15.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:18.625rem;height:13.125rem;top:1.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:18.625rem;height:13.125rem;top:1.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.625rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { width:18.8125rem;height:4rem;top:19.375rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { width:18.8125rem;height:4rem;top:19.375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { width:12.875rem;height:1.625rem;top:15.8125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { width:11.6875rem;height:1.625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { width:18.8125rem;height:6.0625rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { width:11.1875rem;height:1.625rem;top:15.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:18.625rem;height:13.125rem;top:1.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { width:12.875rem;height:1.625rem;top:15.875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:18.625rem;height:13.125rem;top:1.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:18.625rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { width:18.8125rem;height:4rem;top:19.375rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { width:18.8125rem;height:4rem;top:19.375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emkWW4k8RbE628kdwwta7BPDXu6S3CT7 { width:47.75rem;height:1.875rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:47.75rem;height:2.75rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { width:30.125rem;height:27rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { width:21.5625rem;height:7.5rem;top:1.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { width:21.625rem;height:21.8125rem;top:8.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { width:14.75rem;height:2.0625rem;top:3.125rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { width:21.5625rem;height:0.0625rem;top:13.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { width:10.625rem;height:1.4375rem;top:10.3125rem;left:34.125001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { width:5.1875rem;height:1.4375rem;top:10.3125rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { width:21.5625rem;height:0.0625rem;top:17.5rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIMORZhkz6P7FkoiQH8Fo9JO0qT8MEgm { width:21.5625rem;height:0.0625rem;top:26.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7JbIQXvIAckADxDtLSA9rrZsL8xIRbU { width:10.625rem;height:1.4375rem;top:23.4375rem;left:34.062501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsn7TOQAHrighWU68c83CQyMyaouxf3J { width:5.1875rem;height:1.4375rem;top:23.4375rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { width:21.5625rem;height:0.0625rem;top:21.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { width:10.625rem;height:1.4375rem;top:19.0625rem;left:34.125001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz13f1eH7adq47T2wCozmopmcuP08sBB { width:5.1875rem;height:1.4375rem;top:19.0625rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2C0SPsIzFVrEXCIFPta7nJrTpwFaHoa { width:21.5625rem;height:0.0625rem;top:30.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtG5Ey1TmIywTXyVinagoNXb9EETXLfK { width:10.625rem;height:1.4375rem;top:27.8125rem;left:34.125001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiGbXMW8BTACnwVI3TG1tNVA33Us7sbT { width:5.1875rem;height:1.4375rem;top:27.8125rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { width:10.625rem;height:1.4375rem;top:14.6875rem;left:34.125001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { width:5.1875rem;height:1.4375rem;top:14.6875rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { display:block; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6fT8EblI4dEri6TL5DgyZ2keRZ4P7bX { width:21.625rem;height:21.4375rem;top:0rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { width:38.5rem;height:21.625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XivilltWTHt5pBseMciiV0AyafK0hJNk { width:16.5625rem;height:2.1875rem;top:3.75rem;left:31.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x37OaUb4uhGpuDcd4bNT3fVtU3MynCRT { width:14.5rem;height:2rem;top:7.625rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obTg1J5TrqddvQgty5oLW01r1S9q2w3i { width:12.125rem;height:2.6875rem;top:11.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXh2FvP2mvl4fWKgF0pCaky9wbwkLvIG { display:block; }
 }@media only screen and (max-width: 763px) { #zQdLbfD82pKaJ1UR3nqW7W8IGGmKRPCW { width:12.125rem;height:2.6875rem;top:16.8125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5MbizGLggCPhqqqvxkBdRGkaFZENTJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #QCCHt9kpF6hKO462FlRSdGlZFBR7MvKO { top:13.9375rem;left:34.5rem;width:12.75rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMISEuR0lN5weGrJAdwyt2y7Soszk56u { width:38.4375rem;height:27.5625rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { display:block; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUu8WlwJxVaRapQ6CISgVJhcLONU1ViH { width:21.625rem;height:0.0625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAWhxu52kk6LfJg0Ut4l5FAH5lM9xyoE { width:31.5rem;height:2.75rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1hen1vwuDZa7Ceyg52LtpoUE5V7U5Jh { width:31.4375rem;height:4rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqfNkCwxRcXKy6bA19FHpmqiOeFpA0kb { width:33.625rem;height:5.375rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ILTKbdBfHABeMvUGTThfFKr5okAUqx { width:33.75rem;height:3.5625rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEgqOInOUC7UEeJZyyTeMrTb6R85twd3 { width:33.75rem;height:5.375rem;top:22rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { display:block; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { width:47.75rem;height:2.75rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { display:block; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpK4W091f24abZIkhwkfRHgSc3ZRrZCJ { width:15.625rem;height:2.6875rem;top:1.9375rem;left:5.1625003814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLrnKCoTPXqkzyg6vHhks0I0n3H6l2lz { display:block; }
 }@media only screen and (max-width: 763px) { #s2oNcOW0DirdTtfhcKaKXPSE4IUltAV5 { top:5.625rem;left:5.1625003814697rem;width:15.75rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9O93Uc9JaBTxZtHss6BlA4UvvGx7Ro2 { width:15.625rem;height:2.6875rem;top:2rem;left:30.78750038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGCnu0UHB08bfBFOrU29gcG2ldbzAOoE { display:block; }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { width:47.75rem;height:1.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:6.25rem;height:2.5rem;top:2.75rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6G658b2C6icxrnJfCaQnTP7iiq0y74C { width:12.5rem;height:3.125rem;top:2.4375rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQPCwM1tCqLL9mS5q0uyD7IZAfHakhnr { width:7.5rem;height:5rem;top:8rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3eca1bcf-fc26-45c1-aa53-9d856c05ca27/CAM03DROPOFF.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:20rem;height:4.5rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:20rem;height:3.2rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpeXUpfL5LFp8y3UwO5Oqg2eV3xgGzeZ { width:14.125rem;height:3.125rem;top:20.25rem;left:2.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEx1liqN5o28KRga6wVzxDRuVnQuHr5K { display:block; }
 }@media only screen and (max-width: 763px) { #yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { width:14.125rem;height:3.125rem;top:13.4375rem;left:2.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block; }
 }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:20rem;height:6rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { width:20rem;height:20rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3zIKbZQ0V1gXW5xV3vCs925ZXdNAI7H { width:20rem;height:6rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { width:14.75rem;height:3.3rem;top:27.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek1fZ6HGzDSX3TPa2FiWrk0zUxZfH6F5 { width:20rem;height:0.0625rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFQoWDfT9wH17hLWbBCVKnCQJXmCToT { width:20rem;height:0.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3eKLhGCf8EJf0BWwP9THsx7qNKaE1Az { width:20rem;height:0.0625rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx3XG8MF8SSRr9pplmfH2JDSOzxNWE7G { width:17rem;height:4.875rem;top:53.75rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEwwCVnKHDbLBJm7lKzwKGdNTu97lTGE { width:3.0625rem;height:3rem;top:33.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzec3K5tTVwL4QQZFctraoOJppNEhX9L { width:11.125rem;height:1.3rem;top:34.25rem;left:7.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wF7TEvgLPN8IVbyQvaTwGJCq9JJmm2Nq { width:3.0625rem;height:3rem;top:38.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0wz1go6S5546rfZag9Hb1vkp1xEOkzC { width:11.125rem;height:1.3rem;top:39rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBw9ECr9sUN4S4tl5Jx1C0NNVcV4ddF9 { width:3.0625rem;height:3rem;top:43.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5fpv3T2tRNO1w70sCdzbl4TZdLuemn { width:11.125rem;height:1.4625rem;top:44rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESJPKyeM7LEwbzak3upIRs7T2iMiTGOh { width:3.0625rem;height:3rem;top:48.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTKnumCofN0cuGagZx97M4ZGIWGLoeP { width:11.125rem;height:1.4625rem;top:48.875rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsKmz63Bk69qbkwr2TB7Jm0zsqVsBBDb { width:14.9375rem;height:2.6rem;top:16.6875rem;left:2.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { width:14.5rem;height:10.25rem;top:23.687320709229rem;left:2.7494671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:14.5rem;height:10.25rem;top:1.9375rem;left:2.7494671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { width:14.5rem;height:10.25rem;top:12.812854766846rem;left:2.7494671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5boTi4qL625tArwS83ryPAo0v4Px4C { width:14.5rem;height:10.25rem;top:34.500175476074rem;left:2.7494671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHBrGanQGkHdbdGbcItAXaqwOL5im9Ka { width:18.625rem;height:8.5rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG5C5iJTloa7aLKoGE70rha2GewIHOZo { width:3rem;height:3.4375rem;top:31.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk12l2XVtwGudULQswhZxVwgZaT51uHu { width:18.625rem;height:8.5rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:20rem;height:4.4rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { width:20rem;height:3.2rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:20rem;height:9.6rem;top:13.562503814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:20rem;height:0.0625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { width:20rem;height:3.2rem;top:24.375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:16.625rem;height:3.2rem;top:8.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:12.5rem;height:1.3rem;top:6.5625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { width:0.0625rem;height:15.4375rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTSOmumQZCCUnNJ1IUT6Wu7RHT69EWC0 { width:4.375rem;height:4.0625rem;top:1.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { width:2.1875rem;height:3.75rem;top:1.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9yp4z0BHJlaXnx3MoPFf7u0IGnswfK5 { width:4.375rem;height:4.0625rem;top:14.71875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { width:2.1875rem;height:3.75rem;top:15.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:1.3rem;top:20.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:16.625rem;height:3.2rem;top:22.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #p9MH26TAhQOGDXaxxxE8JKQxTDnGack8 { width:4.375rem;height:4.0625rem;top:28.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { width:2.1875rem;height:3.75rem;top:29.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:1.3rem;top:34.1875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:16.625rem;height:3.2rem;top:36.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { width:0.0625rem;height:15.4375rem;top:38.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { width:0.0625rem;height:15.4375rem;top:75.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { width:0.0625rem;height:15.4375rem;top:112.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1k9b3NNJ9sMgo9G6MMLlxSDZqB0ai8Q { width:4.375rem;height:4.0625rem;top:42.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miAmtX9XdkcfTG65JOJdVoZKHanix78T { width:2.1875rem;height:3.75rem;top:42.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { width:12.5rem;height:1.3rem;top:47.5rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niuhzToloK2y40oxidanoGznkovg3umD { width:0.0625rem;height:15.4375rem;top:149.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { width:16.625rem;height:3.2rem;top:49.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:20rem;height:2.2rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { width:11.6875rem;height:1.3rem;top:15.4375rem;left:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brTbVahvn2IlN61fdSyOMOV0g1alIRoi { width:18.75rem;height:0.0625rem;top:19.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { width:18.8125rem;height:3.2rem;top:20.625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { width:11.1875rem;height:1.625rem;top:42.1875rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { width:18.75rem;height:0.0625rem;top:46.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:18.625rem;height:12.375rem;top:28.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { width:18.75rem;height:0.0625rem;top:73.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:18.625rem;height:12.375rem;top:54.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.625rem;height:12.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { width:18.8125rem;height:3.2rem;top:47.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { width:18.8125rem;height:3.2rem;top:74.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { width:12.875rem;height:1.3rem;top:69rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { width:11.6875rem;height:1.625rem;top:15.375rem;left:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { width:18.75rem;height:0.0625rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { width:18.8125rem;height:3.2rem;top:20.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { width:11.1875rem;height:1.625rem;top:42.0625rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { width:18.75rem;height:0.0625rem;top:46.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:18.625rem;height:12.375rem;top:28rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { width:12.875rem;height:1.3rem;top:68.75rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { width:18.75rem;height:0.0625rem;top:73.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:18.625rem;height:12.375rem;top:54.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:18.625rem;height:12.375rem;top:1.25rem;left:0.81249994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { width:18.8125rem;height:3.2rem;top:47.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { width:18.8125rem;height:3.2rem;top:73.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emkWW4k8RbE628kdwwta7BPDXu6S3CT7 { width:20rem;height:1.6rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:20rem;height:2.2rem;top:2.1880302429199rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { width:20rem;height:17.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { width:20rem;height:6rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { width:14.75rem;height:1.65rem;top:24.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { width:20rem;height:0.0625rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { width:10.625rem;height:1.3rem;top:30.3125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { width:5.1875rem;height:1.3rem;top:30.3125rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { width:20rem;height:0.0625rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIMORZhkz6P7FkoiQH8Fo9JO0qT8MEgm { width:20rem;height:0.0625rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7JbIQXvIAckADxDtLSA9rrZsL8xIRbU { width:10.625rem;height:1.3rem;top:39rem;left:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsn7TOQAHrighWU68c83CQyMyaouxf3J { width:5.1875rem;height:1.3rem;top:39rem;left:13.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { width:20rem;height:0.0625rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { width:10.625rem;height:1.3rem;top:34.6875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wz13f1eH7adq47T2wCozmopmcuP08sBB { width:5.1875rem;height:1.3rem;top:34.6875rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #G2C0SPsIzFVrEXCIFPta7nJrTpwFaHoa { width:20rem;height:0.0625rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtG5Ey1TmIywTXyVinagoNXb9EETXLfK { width:10.625rem;height:1.3rem;top:43.3125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kiGbXMW8BTACnwVI3TG1tNVA33Us7sbT { width:5.1875rem;height:1.3rem;top:43.3125rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { width:10.625rem;height:1.3rem;top:47.5rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { width:5.125rem;height:1.3rem;top:47.5rem;left:13.34375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { display:block; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6fT8EblI4dEri6TL5DgyZ2keRZ4P7bX { width:20rem;height:16.375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { height:11.233766233766rem;width:20rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XivilltWTHt5pBseMciiV0AyafK0hJNk { width:16.5625rem;height:1.95rem;top:15.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x37OaUb4uhGpuDcd4bNT3fVtU3MynCRT { width:14.5rem;height:1.6rem;top:17.5rem;left:2.7500000596046rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #obTg1J5TrqddvQgty5oLW01r1S9q2w3i { width:14.125rem;height:3.125rem;top:19.412506103516rem;left:2.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXh2FvP2mvl4fWKgF0pCaky9wbwkLvIG { display:block; }
 }@media only screen and (max-width: 763px) { #zQdLbfD82pKaJ1UR3nqW7W8IGGmKRPCW { width:14.125rem;height:3.125rem;top:25.4375rem;left:2.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5MbizGLggCPhqqqvxkBdRGkaFZENTJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #QCCHt9kpF6hKO462FlRSdGlZFBR7MvKO { width:14.1875rem;height:2.1125rem;top:22.85000038147rem;left:2.7500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMISEuR0lN5weGrJAdwyt2y7Soszk56u { width:20rem;height:31.75rem;top:-0.00017929077148438rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { background-color:transparent;background-image:none;display:block; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { background-color: transparent; background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .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); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUu8WlwJxVaRapQ6CISgVJhcLONU1ViH { width:20rem;height:0.0625rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAWhxu52kk6LfJg0Ut4l5FAH5lM9xyoE { width:20rem;height:2.2rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #l1hen1vwuDZa7Ceyg52LtpoUE5V7U5Jh { width:20rem;height:4.8rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #QqfNkCwxRcXKy6bA19FHpmqiOeFpA0kb { width:20rem;height:6.4rem;top:14.312515258789rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #w1ILTKbdBfHABeMvUGTThfFKr5okAUqx { width:20rem;height:6.4rem;top:25.687515258789rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #bEgqOInOUC7UEeJZyyTeMrTb6R85twd3 { width:20rem;height:6.4rem;top:37.899215698243rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { display:block; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { width:20rem;height:2.2rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { display:block; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpK4W091f24abZIkhwkfRHgSc3ZRrZCJ { width:12.125rem;height:2.6875rem;top:1.25rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLrnKCoTPXqkzyg6vHhks0I0n3H6l2lz { display:block; }
 }@media only screen and (max-width: 763px) { #s2oNcOW0DirdTtfhcKaKXPSE4IUltAV5 { width:12.75rem;height:2.1125rem;top:4.5000009536743rem;left:3.6250000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9O93Uc9JaBTxZtHss6BlA4UvvGx7Ro2 { width:12.125rem;height:2.6875rem;top:10.250000953674rem;left:3.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGCnu0UHB08bfBFOrU29gcG2ldbzAOoE { display:block; }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { width:20rem;height:1.7rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }