.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:249,219,218;--color-primary-1:234,136,131;--color-primary-2:213,16,6;--color-primary-3:107,8,3;--color-primary-4:32,2,1;--color-secondary-0:226,227,229;--color-secondary-1:158,162,169;--color-secondary-2:60,69,83;--color-secondary-3:30,35,42;--color-secondary-4:9,10,12;--color-tertiary-0:255,255,255;--color-tertiary-1:249,248,248;--color-tertiary-2:234,232,232;--color-tertiary-3:117,116,116;--color-tertiary-4:23,23,23;--headlines-font-family:"Azo Sans";--paragraphs-font-family:"Azo Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:10.4375rem;top:0.6875rem;left:0.09375rem;overflow:hidden;display:block; }
#EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans medium";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:65.875rem;display:block; }
#T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mF5oHu3krueeIaTuRfICTzix2K34gpHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ad1dcec-f290-4e69-9350-d71da3d819d0/ezgif3c7f7cbe8c740adf.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { border-width: 0; border-radius: 0; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#NtFklSq2hcN3UuOmkznymkDC5VN7rawv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:5.19921875rem;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; }
#lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.6875rem;left:0rem;height:10.7226625rem;font-style:normal;display:block; }
#XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.8125rem;left:18.875rem;display:block; }
#VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#xlBi2Ty6A7iU5urDyFKeOx79OBTQNh2n { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:11.8125rem;top:40.8125rem;left:0rem;overflow:hidden;display:block; }
#F5uPs2VguHNqgp94fxDlLiBWZiQGGAfH { position:absolute;display:block;z-index:15014;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:0.9375rem;width:5.3125rem;top:40.9375rem;left:12.875rem;overflow:hidden;display:block; }
#QxLpigZ2e5RXtytb54MErQoCD6d2bCJu { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.8125rem;left:12.875rem;height:1.0556625rem;display:block; }
#KxEkmBzXTsBhPMycGVGQxcLhcsi41IHx { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.8125rem;left:0rem;display:block; }
#kX3esNUIVDAPR9VXstbTPGVW8iN7OD3p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe { position:relative;display:block; }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe { background-color: transparent; background-image: none; }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe > .row .container > .video-iframe-container { display: none; }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe > .row > .video-iframe-container { display: none; }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe > .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); }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe { border-width: 0; border-radius: 0; }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe > .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; }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QDLxklkdq9xCAvrcWEiHehiwQtNni86I { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#BeloHqHIKFuHTnk9MDxIIXEsI70VLvaB { color:#040404;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.64794921875rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#d8SeG5UWZS27FApkpaLWeb8yP7aMZ61q { color:#343434;display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:2.5996125rem;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; }
#BrZt5buSzJSWHwtJQrB63cwmpNBeTTuU { color:#343434;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.375rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#KkpLodPLwn6CQRusSvCJp93HFd6O0aNA { box-sizing:content-box;height:24.375rem;width:0.124511875rem;position:absolute;display:block;z-index:15011;background-color:#dadce0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.8115234375rem;left:37.8125rem;display:block; }
#h2WnWhKxuUuuLERR84PgsrskBTiyLiir { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:#dadce0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:0rem;display:block; }
#DGxQOxM1plmVWTF4wwqdNyxhTcaomA8s { color:#343434;display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.875rem;left:0rem;height:2.5996125rem;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; }
#drycyZfHzB7TAvydWbRIxHePADNTipsC { color:#343434;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.9375rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#p939PlVqZbSuxsnfLwpTGDwazVcxnnTp { color:#343434;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:18.8125rem;left:40.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#QH6iN5ErcMdM8ZVXD3b9ahHb3R9FzIvy { color:#343434;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40.9375rem;height:5.19921875rem;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; }
#Dw9fKETw6zzpu8QV0rWWIq8ErKIwwqM4 { color:#343434;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.1875rem;left:40.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#MOx4PuyThE0em6zFXpwPJ3GUrZpmDTxT { color:#343434;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.875rem;left:40.9375rem;height:5.19921875rem;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; }
#rc8yhJTlldwE63ptMtV9xdh224nx7wlW { position:relative;display:block; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW { background-color: transparent; background-image: none; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container > .video-iframe-container { display: none; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row > .video-iframe-container { display: none; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .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); }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW { border-width: 0; border-radius: 0; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .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; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v3phfNstULAWvprSwb80LkMF22H9M9cv { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#kef2RPtDJwNnAcTNSbfH15tgZQm91Mak { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:2.5996125rem;display:block; }
#BIXc2DR18cAgiFFKNmnKe8eDNzSx63GN { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:14.6591796875rem;left:0rem;overflow:hidden;display:block; }
#T1U3LQbB6PCpHnEv02DtwQDyfiewQH9I { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:14.6591796875rem;left:15.7490234375rem;overflow:hidden;display:block; }
#SGGguy1d2Kc72NoL2UNZVRnOMp0zD1CJ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:14.7216796875rem;left:32.53125rem;overflow:hidden;display:block; }
#gcGpRRfNo1QPoZNL6zgDSp9z43EBT4zq { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:14.6591796875rem;left:49.4833984375rem;overflow:hidden;display:block; }
#XZVVpkoDUsXNf5QbEQrpk8SS3ohDgrlF { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:14.6591796875rem;left:65.0625rem;overflow:hidden;display:block; }
#aNyagcGWqpBJ8QeuFPkM2qcDgQpxtzgU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.625rem;left:0rem;display:block; }
#ThkJxaMZQiBmUNWXk4whQay9f1W4hi0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr { position:relative;display:block; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr { background-color: transparent; background-image: none; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row .container > .video-iframe-container { display: none; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row > .video-iframe-container { display: none; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .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); }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr { border-width: 0; border-radius: 0; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .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; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B8tUREwaCnaLCqq9tqApwclotsAIXvAA { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.8994125rem;display:block; }
#sqPN9Cp7Jz6S1T6JcDggD65IAzSSkd4T { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5859375rem;left:0rem;height:2.5996125rem;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; }
#DTIrtI7Jqgr0qR8wrJt1trhdGFtmRnaN { box-sizing:content-box;height:11.5625rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:16.4375rem;left:0rem;display:block; }
#MOQsCfGCte83rXD89orE1x6z2R1vFgCn { color:#343434;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.125rem;height:3.8984375rem;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; }
#LR4puCF7ESxKzOxBts6tGKoHlK2EqT6q { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1.125rem;height:5.19921875rem;display:block; }
#VROwwqiSJlwiIW8fmh0K8RV6FXKMtbM0 { box-sizing:content-box;height:11.5625rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:16.4375rem;left:19.1875rem;display:block; }
#JQxEchn9wHfKDqogpDfnUQmIPMuN8mIC { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.1875rem;left:20.3125rem;height:3.8994125rem;display:block; }
#rDyzrf3fbXrtD7NisXyompLuXLtcheCt { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5625rem;left:20.3125rem;height:3.8984375rem;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; }
#b7icS0d7q68ib4QJ5nt0LPrSnJqF6L0R { box-sizing:content-box;height:11.5625rem;width:18rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:28.8125rem;left:0rem;display:block; }
#H1f5E5hcAG4b2blG3hUhNvtszWPAoJUn { box-sizing:content-box;height:11.5625rem;width:18rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:28.8125rem;left:19.1875rem;display:block; }
#rRRsU2DB0R6yExffmt1ECw8mEyMNb8Ol { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:34.4375rem;left:1.125rem;height:5.19921875rem;display:block; }
#D3z6JDWxCxC9BmtEKcuxCwrwsNX29sCi { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:32.4375rem;left:20.3125rem;height:5.19921875rem;display:block; }
#ARskhIpdgEZcpmiTacsrwdZD1vlaXBoy { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.9375rem;left:1.125rem;height:3.8984375rem;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; }
#RK0I2aGdnFRDCmJGZGZaEIC7su7lQ2Cx { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:29.9375rem;left:20.3125rem;height:1.94921875rem;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; }
#vy910ZocGKmpXvh95ShRz1MM5V6WD92M { box-sizing:content-box;height:11.5625rem;width:18rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:41.25rem;left:0rem;display:block; }
#y7g8N3rTiHRoFWuLTvZ6k2EV1uVSisLr { box-sizing:content-box;height:11.5625rem;width:18rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:41.25rem;left:19.1875rem;display:block; }
#DRALVpNfD5x4Fhb5n5S3ES0ANEC9RqFf { color:#343434;display:block;width:16rem;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:45.0625rem;left:1.125rem;height:5.19921875rem;display:block; }
#IU15r3J0TdqJ8TPoDqQwJkTk58gthxfb { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:45.0625rem;left:20.3125rem;height:5.19921875rem;display:block; }
#EKOln2IShJoNvsuFO7uN9sMirlnqb4hx { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.375rem;left:1.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zsfiKg7MaGE4xgfVPFNBVmt5FS90le8B { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:42.375rem;left:20.3125rem;height:1.94921875rem;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; }
#FRsQDfdHt93oX9gUwbiidLQfazqKxpFq { box-sizing:content-box;height:11.5625rem;width:18rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:53.625rem;left:0rem;display:block; }
#x1EuTDxgTG5h4uXtEbQb5X66pp26Fwex { box-sizing:content-box;height:11.5625rem;width:18rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:53.625rem;left:19.1875rem;display:block; }
#ObJCy0pzg2CG1I3uItTtn2XTLS81rT0o { color:#343434;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:57.1875rem;left:1.125rem;height:7.7988125rem;display:block; }
#vnyff8Toe7IHGznVr1bKWgQEy80GZc83 { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:58.75rem;left:20.3125rem;height:5.19921875rem;display:block; }
#scNb4ogEz5Fgf6MLmaoZpN90h5wuvcSk { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:54.5rem;left:1.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uO9JLFQIkFL9xaH4ws39o12A2ywJCoMs { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:54.5rem;left:20.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ipMNABfMVk17MuxaXgKZhsurqW7T9y5U { position:absolute;display:block;z-index:15034;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:49.0625rem;width:36.375rem;top:16.4375rem;left:38.625rem;overflow:hidden;display:block; }
#GPrbELzKMGzMSadPRCkUMQxEc8bFTFST { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.6484375rem;left:0rem;height:3.8994125rem;display:block; }
#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK { position:relative;display:block; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK { background-color: transparent; background-image: none; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row .container > .video-iframe-container { display: none; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row > .video-iframe-container { display: none; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .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); }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK { border-width: 0; border-radius: 0; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .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; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ozlyibrfqhag09MWkc3sa5Dfdd2V8qHU { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:;display:block; }
#r9OufL12RiEKa0h4VJE52NhzrZdZehpJ { color:#2c2c2c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#LxvxFzG9OCezecG7hM75EUOBm1NlZOtB { box-sizing:content-box;height:14.375rem;width:16.25rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:15.4375rem;left:0rem;display:block; }
#XNPm5ugTlAznB7ToBQmXfT6Hbf1lSpIJ { color:#343434;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pnfUv7azTMunbnq2RgF5aAP2vKuUX1Zq { color:#040404;display:block;width:13.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.5625rem;left:1.1875rem;height:6.09375rem;display:block; }
#tfFBeXs0qpCeIsTT9SVlfTsTGq26CvHH { box-sizing:content-box;height:14.375rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:15.4375rem;left:19.5625rem;display:block; }
#csXlIHy2gqp0ArQW6EPdeJpisaVibEA3 { color:#040404;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.5625rem;left:20.8115234375rem;height:7.3125rem;display:block; }
#us0RVgAmUMovm2WPX6C0hy6d6Tw0oAPt { color:#343434;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.75rem;left:20.8125rem;height:2.76171875rem;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; }
#MFWIRxG2ltzMGWyB5L5VokHfhigRNmE4 { box-sizing:content-box;height:14.375rem;width:16.25rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:15.4375rem;left:39.125rem;display:block; }
#CMa6yGpTLpMMNQ1r8hJnw1G7ZOtaN4MH { color:#040404;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.5625rem;left:40.3125rem;height:7.3125rem;display:block; }
#T1mJZDU5fzC8tkmLlM2uUFF4ykTNyB18 { color:#343434;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.75rem;left:40.3125rem;height:2.76171875rem;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; }
#bdmCZdeXQtmPIAW7Cm8z1mATK01lFeXR { box-sizing:content-box;height:14.375rem;width:16.25rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:15.5625rem;left:58.625rem;display:block; }
#qH1JBUhMi8wAM8LK2vPaGkLaEl2bOax7 { color:#040404;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.5625rem;left:59.8125rem;height:7.3125rem;display:block; }
#ewWPGtl9KHJZQx1MZnmmMeViub0WQ27C { color:#343434;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.875rem;left:59.8125rem;height:2.76171875rem;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; }
#BpCegegnR5okPR9XM1wxAXOoVx6GKKMO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.125rem;left:16.5rem; }
#osqkrlqKTv0vptWonaRKsiQUgvqGraP6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.125rem;left:36.0625rem; }
#cVwpJCM2d4cqIbls3v8uQSIuPkwbwm0z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.125rem;left:55.625rem; }
#PQwXwdRWHTudO5EteZBbN4BpOGRsxxZL { box-sizing:content-box;height:12.4375rem;width:74.8125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:31.9375rem;left:0rem;display:block; }
#VaV6I6Toaoo16paTQSCFuc2IuDiwA1Af { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33.96875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#KMiHVMBkXNcllcCTeTTn0JseqEna6eLt { background-color:#d51006;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius: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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:39.25rem;left:27.3125rem;display:block; }
#VAL5EQQZMTRyPFoVs8bkxs7L7e6TDqKN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 { position:relative;display:block; }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 { background-color: transparent; background-image: none; }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 > .row .container > .video-iframe-container { display: none; }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 > .row > .video-iframe-container { display: none; }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 > .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); }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 { border-width: 0; border-radius: 0; }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 > .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; }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fZ6zT7VgVToyCDCv3GT15RQeNvVhVNIt { box-sizing:content-box;height:26.25rem;width:18rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:16.5rem;left:0rem;display:block; }
#TtADCrnOuMITdluAv2FT2ftreEVsCfQA { color:#343434;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.5rem;left:1.5rem;height:7.7988125rem;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; }
#xTtnOTB3948OgmJdoHcDTZcubvSW9aKx { color:#343434;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:32.6875rem;left:1.5rem;height:9.098625rem;display:block; }
#TnQtFxh1H8Tf5xLq6t2CZRTzyMN8eten { 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:4rem;width:4rem;top:18.4375rem;left:1.1875rem;overflow:hidden;display:block; }
#zxzoNTPXL4TgC3hwwJAd3kJcD4s7ilBC { box-sizing:content-box;height:26.25rem;width:18rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:16.5rem;left:18.875rem;display:block; }
#tdokftcUoFO5pEBkpVw8NZrSuHdSSlWh { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:18.4375rem;left:20.125rem;overflow:hidden;display:block; }
#hrQolM26LmnOIyptnsEd8CeJCNw0ySqP { color:#343434;display:block;width:13.81125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.5rem;left:20.375rem;height:7.7988125rem;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; }
#ROyWlGTKnq9EIfK5PoMtFmaiVu9c8kNa { color:#343434;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.6875rem;left:20.375rem;height:7.7988125rem;display:block; }
#Mh1FiKl6w6rqID51ZlWmF0TfKGy7P3cm { box-sizing:content-box;height:26.25rem;width:18rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:16.5rem;left:37.875rem;display:block; }
#QBhbM2owokoc2RExfmJPqt1rTw2EPADu { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:18.4375rem;left:39.125rem;overflow:hidden;display:block; }
#Nv4m24Tr3aQ0f26dogEvexNd0JztaZFi { color:#343434;display:block;width:13.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5rem;left:39.4375rem;height:5.19921875rem;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; }
#NQav8nKqPAnh0kDMavh2vPpl4lb2MhME { color:#343434;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.6875rem;left:39.6875rem;height:7.7988125rem;display:block; }
#TKl8g0wMitX391SsFdkDnb6BKLPyl5cp { box-sizing:content-box;height:26.25rem;width:18rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:16.5rem;left:56.8125rem;display:block; }
#W8Rc3824bPQ2MM2dehKMhCvJxPisqgmT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:18.4375rem;left:58.0625rem;overflow:hidden;display:block; }
#NO60RIJWpnFvwVEMGEcw16TmIW5Xg90W { color:#343434;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5rem;left:57.9375rem;height:7.7988125rem;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; }
#bfQGnv7Tlev5ee2ni2Enl5hCNdV993xo { color:#343434;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:32.6875rem;left:58.125rem;height:7.7988125rem;display:block; }
#Vqxsm6lczQ34f37IAZryynWXIn12FKIu { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#v1RXSHu9SHd41X9MCqzyVQrFTCSrecKm { color:#343434;display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:2.5996125rem;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; }
#SdfC0t2HdrIgNPtKBxFeuxxV32BLTsOq { color:#040404;display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.037109375rem;left:0rem;height:2.5996125rem;display:block; }
#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 { position:relative;display:block; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 { background-color: transparent; background-image: none; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container > .video-iframe-container { display: none; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row > .video-iframe-container { display: none; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .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); }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 { border-width: 0; border-radius: 0; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .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; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uEeTt25k1N7gswBQcmpfvbgZ7EzITm6I { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#SqfPvpUMtwed2pm4LiTUmMzX9xqJ5Wwc { color:#343434;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:2.5996125rem;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; }
#d7CSqge0pSWQS19fNHyuHruLAs2EUu2B { color:#343434;display:block;width:19.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.9375rem;left:45.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cFAeb1QbcLo2T43h230XO0hglNSRqH5J { box-sizing:content-box;height:37.625rem;width:0.124511875rem;position:absolute;display:block;z-index:15012;background-color:#dadce0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:40.5625rem;display:block; }
#P7oUrOgRmLvVQDyZndOUpU5XGTHJBtiT { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15021;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:0rem;display:block; }
#ObyCpdEVTsSkhtDTVQ8HbW1p1B4NgoiV { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.25rem;height:1.3808625rem;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; }
#bx4GPrUETEkRDgQpTQEgsLTZbOSrPACg { color:#040404;display:block;width:27.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.5rem;left:2.25rem;height:6.09375rem;display:block; }
#ZmueE5afInAs1lSkbz1u0Fv9sRkZ6Gok { color:#040404;display:block;width:27.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.6875rem;left:2.25rem;height:6.09375rem;display:block; }
#VKCrSM4ubNBukcuEUAvoFUmtQ1alQipE { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.6875rem;left:2.25rem;height:1.3808625rem;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; }
#uf0ezDGxZI66Uh4FqfrOyO3ikwDEpZgK { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15024;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:0rem;display:block; }
#y5FfkyNwUgto3pxHbnPufnpyMOhcUhDv { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:33.75rem;left:48.125rem;height:1.21875rem;display:block; }
#NdcFKbPBtQkbUVQawGgLymFEBH7XNs8S { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:31.6875rem;left:48.125rem;height:1.3808625rem;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; }
#xUkDeaqspDTfmNTc5zJtqC2r1axVFOlQ { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:29.8125rem;left:48.125rem;height:1.21875rem;display:block; }
#B4lWhNfGVZxLTXStR8QSVxeGQ9XTnJob { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:27.8125rem;left:48.125rem;height:1.3808625rem;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; }
#lk3z5wFAybPwAV0IC5yIktGgoosd7J7e { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:25.75rem;left:48.125rem;height:1.21875rem;display:block; }
#aohxkpfCcE5CB0Ro2blqOUJOwiycfoxZ { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:23.75rem;left:48.125rem;height:1.3808625rem;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; }
#JzHe634fv89C4vlLqHAolnfEyr4DRUA0 { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:18.25rem;left:48.125rem;height:1.21875rem;display:block; }
#IfQoTFpHxzVWrXxpAudM7km0AoRHM8xh { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:16.25rem;left:48.125rem;height:1.3808625rem;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; }
#dP53TleZDlaWqSL3C31CVwDo2cuUkThG { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:14.3125rem;left:48.125rem;height:1.21875rem;display:block; }
#qSHDlqr7BMsdiw96ydE78QHH8iMbhOzZ { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.3125rem;left:48.125rem;height:1.3808625rem;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; }
#W8a5efwmVTiXf8hqdfQCJ4pAg1M5ETra { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15051;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:45.875rem;display:block; }
#Put9d3CDTHDAORgowC7auFgiwn46XZTF { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15054;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:45.9375rem;display:block; }
#eOw1F8zaaDBfxa6DhBIrlyLE3St3Otfu { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15057;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:45.875rem;display:block; }
#vG7WFW96kermy70BUTTrxThWVHeMdbqc { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15060;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:45.9375rem;display:block; }
#cZz8FVqPImq4ZzgecgW0UD5BUEWCx5Kx { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15063;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32rem;left:45.9375rem;display:block; }
#AnLMVVwHdKLeOWaVTJ56C2ckta9rLXxm { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:37.875rem;left:48.125rem;height:1.21875rem;display:block; }
#ErMus20eqw3sCb6GKT1lxoq8sNeD7PtV { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:35.8125rem;left:48.125rem;height:1.3808625rem;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; }
#XLPMJFOOPmnzImvsmZQgKGnHATEmZSK2 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15066;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.125rem;left:45.9375rem;display:block; }
#Zy4CJUA9NH1mgKkC3CoD7xT8A1mlbdOk { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:42.0625rem;left:48.125rem;height:1.21875rem;display:block; }
#l7tTFSad7FRlsSxTcnoiaZei8FPa7FMX { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:40rem;left:48.125rem;height:1.3808625rem;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; }
#nD4yT5i2E4Op61Oh9Cuvmr9Q9W3Qr56F { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15069;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.3125rem;left:45.9375rem;display:block; }
#o7mTTc4T3FNde59Mr8SnyEfPtrQVW57A { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:22rem;left:48.125rem;height:1.21875rem;display:block; }
#CHBUKsFhhV2TwULAbQxmqus7zqmouCew { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:20rem;left:48.125rem;height:1.3808625rem;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; }
#HXnCIPXzTVh6LnHE3fGgdTThHS1qNkT3 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15057;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.3125rem;left:45.9375rem;display:block; }
#hy60GW8PLLU9gZ7fITD7N9cJmOKf6Q9d { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:46.0625rem;left:48.125rem;height:2.4375rem;display:block; }
#Hi1FaiTV5nM7qvyg0bPl4vCTKEOA9veS { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15072;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.3125rem;left:45.9375rem;display:block; }
#BWODKt3zOSoTt1Qm5yOaeHMdSZeleNPx { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:44rem;left:48.125rem;height:1.3808625rem;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; }
#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA { position:relative;display:block; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA { background-color: transparent; background-image: none; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row .container > .video-iframe-container { display: none; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row > .video-iframe-container { display: none; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .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); }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA { border-width: 0; border-radius: 0; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .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; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EB4SrXcw8AkKDnBQky4fbsppZ9c4y7qt { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#RLQgzLWgT2pBoPnKciuyt8JXapI3KmN8 { color:#2c2c2c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.94921875rem;left:0rem;height:6.49903125rem;display:block; }
#UnTb4heJVSW05TtGqTRoKaonXf3N713f { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.1875rem;left:0rem;display:block; }
#QTtL18dUnDMgGg3IUTBqBs7t2OPCpnN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UgVrL9fJPVJwiIzGm9yQGIVLCbiAy9Cq { background-color:#d51006;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius: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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:19.1875rem;left:27.125rem;display:block; }
#Z8DCm7cGRoUKieOEPBqlAQTSHJROSVom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MLTAxaKxKCBdZknhrrhK1T97t7dLX20g { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.1484375rem;left:0rem;height:2.5996125rem;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; }
#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 { position:relative;display:block; }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 { background-color: transparent; background-image: none; }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .row .container > .video-iframe-container { display: none; }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .row > .video-iframe-container { display: none; }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .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); }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 { border-width: 0; border-radius: 0; }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .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; }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:71.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WQIXwy1xkcoLsKr73cTtVtnkhE8I83h6 { color:#343434;display:block;width:44.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#IJIzoraDurEWqJG0CausVe7Am1A8tNS4 { color:#2c2c2c;display:block;width:64.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6484375rem;left:0rem;height:2.5996125rem;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; }
#BVhl4JsJs3iJ4zifZixrOTJyNQenM1O3 { 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:8.4375rem;width:75rem;top:12.123046875rem;left:0rem;overflow:hidden;display:block; }
#XKDem8aCmNv8PSS7fzkqdgWnlRoBGi5J { box-sizing:content-box;height:11.3125rem;width:74.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:22.435546875rem;left:0rem;display:block; }
#vGUhyTOkU0e9MDIqpGL2bt0Jh6vhoW2e { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:24.125rem;left:1rem;overflow:hidden;display:block; }
#ub9vWaDVNRc34x64kmL9EfwX3lUDkv1V { color:#212721;display:block;width:58.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:7rem;height:3.25rem;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; }
#GhHga6pPE6RGTiBEqC3Tl57mTNv2LOL9 { color:#040404;display:block;width:72.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.8125rem;left:1rem;height:1.21875rem;display:block; }
#evLKqxy8GJFTVoWkgMeBVA29mkw78xFI { box-sizing:content-box;height:15.75rem;width:55.25rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:35.873046875rem;left:0rem;display:block; }
#SNdqPDOcmmzPTQKDfX8slOWlai2fqrzU { box-sizing:content-box;height:15.75rem;width:16.375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:35.873046875rem;left:58.375rem;display:block; }
#u78pRFwZZQPoHb9VigbDKMa5F3ZsOTUV { color:#343434;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:37.216796875rem;left:0.8125rem;height:1.3808625rem;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; }
#SJ8yCNH4PeKi99hpfMJ1JbnOzZ8yF0HZ { color:#040404;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.373046875rem;left:0.8125rem;height:3.65625rem;display:block; }
#a3bopT9RT0XF5LEutlEf46X62v0EzA7X { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:24.5rem;top:37.029296875rem;left:29.8125rem;overflow:hidden;display:block; }
#CcrOU4fPM4UTc3Z8DZn6Hu3dExIAxUKU { color:#343434;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:37.216796875rem;left:59.21875rem;height:1.3808625rem;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; }
#BvHpMTq0p1peL0fy0IP6WEpNUrK0cFSF { color:#040404;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.443359375rem;left:59.21875rem;height:3.65625rem;display:block; }
#wIkRBoIffal3IpE93ItM8I2Kke851wcg { box-sizing:content-box;height:15.75rem;width:16.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:53.75rem;left:0rem;display:block; }
#yc2K5KgQJT0xVTIe7WkPK0xvJF1e4mDQ { color:#040404;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.0625rem;left:0.875rem;height:4.875rem;display:block; }
#P5GCcTSKpsetskdLbQGRZRPg6LGqwJpL { color:#343434;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:55.125rem;left:0.875rem;height:2.76171875rem;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; }
#K70OmDwku9Q6uw4xm0mGHTrOiFV7lDg1 { box-sizing:content-box;height:15.75rem;width:16.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:53.75rem;left:19.4375rem;display:block; }
#DuRPDBTa1AVObIIgz94VJRBRNXJKXt42 { color:#040404;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:59.0625rem;left:20.3125rem;height:3.65625rem;display:block; }
#ONSBdGeSWgOdUyeF5UDDGWidP9ERZJDU { color:#343434;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:55.125rem;left:20.3125rem;height:1.3808625rem;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; }
#Flzke7UTVxz7mO01azCTlGZefuV0qJS2 { box-sizing:content-box;height:15.75rem;width:16.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:53.75rem;left:38.875rem;display:block; }
#Px7tdfIRkwh3FSwHdT0zyzbXBZdHneVt { color:#040404;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:59.0625rem;left:39.75rem;height:6.09375rem;display:block; }
#g7s4BcwHQaKQFmcFgatpsh0Tc0OJ9lnK { color:#343434;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:55.125rem;left:39.75rem;height:1.3808625rem;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; }
#Tf3UCdJbExzZMT7MBdsRAF68fuHrIRT6 { box-sizing:content-box;height:15.75rem;width:16.375rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:53.75rem;left:58.375rem;display:block; }
#EPSTnabc5oMLIDFrGGr0uuTaT9MpHZ2u { color:#040404;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:59.0625rem;left:59.25rem;height:6.09375rem;display:block; }
#WWGdSkxVGbHISFqg12v5MTC9HvTCUCoS { color:#343434;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:55.125rem;left:59.25rem;height:1.3808625rem;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; }
#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G { position:relative;display:block; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G { background-color: transparent; background-image: none; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container > .video-iframe-container { display: none; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row > .video-iframe-container { display: none; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .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); }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G { border-width: 0; border-radius: 0; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .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; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gzg3339xg6V459DDQxFAW445dH2RABgQ { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#MT2q5IKG8m4edpmT8fiJ4Ku3IUV5C7Mo { box-sizing:content-box;height:16.9375rem;width:74.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:9.4375rem;left:0rem;display:block; }
#xuJZhcSwmyBSn8XwH4XMZxi4GyXk4Eb5 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.5rem;top:11.1875rem;left:1.5rem;overflow:hidden;display:block; }
#xFfVMNhyaaib7Up5cGDXqkNFFBno2VZO { color:#d51006;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:8rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.4375rem;left:16.6875rem;height:10.3994375rem;font-style:normal;display:block; }
#Va3Dnp7C625H3oxAASMdTJ11lA1xRRJc { color:#343434;display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16rem;left:16.6875rem;height:6.499025rem;text-align:left;text-align-last:left;display:block; }
#EciGMoVTq5tV3DIJKJ7G6mimQKA1IwCe { color:rgba(var(--color-tertiary-4),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3984375rem;left:0rem;height:1.29980625rem;display:block; }
#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc { position:relative;display:block; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc { background-color: transparent; background-image: none; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .row .container > .video-iframe-container { display: none; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .row > .video-iframe-container { display: none; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .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); }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc { border-width: 0; border-radius: 0; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .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; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C3QVUDlXImqNOqgn4sKdrSetedbWpAZm { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.5996125rem;display:block; }
#f1vl2TSRZLJT1LZDwXXm3mxCzGC0gJM2 { color:#343434;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:14.29783125rem;text-align:left;text-align-last:left;display:block; }
#rps2Na9xWdWDbJQb8rLyzn8xnsRiCuZ2 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99975625rem;width:3.75rem;top:11.1875rem;left:34.6875rem;overflow:hidden;display:block; }
#dKsiuBlJmFwcmqvBZ6fvDzKWLmIQCps8 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99975625rem;width:3.99975625rem;top:11.1875rem;left:40.6875rem;overflow:hidden;display:block; }
#MGBVrUZBDSG6UnxchXzWORcyKoRsRfmH { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99975625rem;width:3.99975625rem;top:11.1875rem;left:47.0625rem;overflow:hidden;display:block; }
#G0GWxFTWIagONCqVvnlMhhKdWRQMfPtJ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99975625rem;width:9.375rem;top:11.1875rem;left:53.125rem;overflow:hidden;display:block; }
#xBTALkEp9ghufT9lN22P1NUJV25r2DsS { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99975625rem;width:3.99975625rem;top:11.1875rem;left:64.625rem;overflow:hidden;display:block; }
#LXs41SNwPerKRVbg7HMk7dExES0rA88J { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:11.125rem;left:71rem;overflow:hidden;display:block; }
#BaXxsOzGlM148SFI59imb7THP54obWwo { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:21.875rem;left:0rem;display:block; }
#BRKEkuyCsGgtrStpf9rVtoInWSzn4mrK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSoJ622S6T9W33AeS9aaR72cceoVmbOP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container { background-color: transparent; background-image: none; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container > .video-iframe-container { display: none; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row > .video-iframe-container { display: none; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .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); }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container { border-width: 0; border-radius: 0; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { position:absolute;display:block;z-index:15009;height:54rem;width:34.125rem;top:1.875rem;left:40.875rem;display:block; }
#ziyT7J9EPXDl5iE4ER0XryBhAdyhzz6O { color:#2c2c2c;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.548825rem;display:block; }
#JIzlN7faaUtWZo5gIsCuRPzclNC3xbrT { color:#040404;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5625rem;left:0rem;height:1.625rem;display:block; }
#XhGwtzabaoFR54HbzbGDyWbmXQMfNMIK { color:#040404;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:1.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#HAHM15TfQEzmJtp5eU8bi1EPsg3az8m5 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.875rem;left:0rem;display:block; }
#ofNeUTdlISZEpW3i02TzrzGT2TvdKrHC { color:#040404;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17rem;left:1.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#cfKR8yD1Scv2kP5Vu1DDVkJLGFXP8fIK { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:0rem;display:block; }
#GBZzCnXWBSgOxR2IThfgrZUH82iXczhN { color:#040404;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.5625rem;left:1.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#eB4LL4PeIMMtvCqirnUwcmaW2FpfQZGV { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:0rem;display:block; }
#sRyoThq2p67JMWI05b3RKSmzFHI3Oo83 { color:#040404;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:1.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#E2TyylrcA0xMoiey5RPM90E9TFSN9F93 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:0rem;display:block; }
#FDMNw2a9mGKlkT6vGNOerUQpgDJTBIo0 { color:#040404;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:27.375rem;left:1.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#pPTxnrMpvdNHLWKF3AUIlggdCM5rFfPa { color:#040404;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:24.8125rem;left:1.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#hNCUN0OvSGxoZhUTGiu9kJC9iqfQeBxD { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.8125rem;left:0rem;display:block; }
#Ni3oZBZgFCz8H8M0MLRZtlAd4X6oCzAF { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:0rem;display:block; }
#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#343434;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { background-color: transparent; background-image: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .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); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { border-width: 0; border-radius: 0; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:15.5rem;top:3.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { color:#dadce0;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375rem;left:2.5rem;height:5.19921875rem;font-style:normal;display:block; }
#tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.82421875rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4rem;left:58.1875rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4rem;left:62.3125rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4rem;left:66.375rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4rem;left:70.6875rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }@media only screen and (max-width: 1199px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:10.4375rem;height:3.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:9.0625rem;height:2.375rem;top:1.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 1199px) { #IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { top:1.40625rem;left:44.65625rem;width:2.1875rem;height:2.1875rem;z-index:15005;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ad1dcec-f290-4e69-9350-d71da3d819d0/ezgif3c7f7cbe8c740adf.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:47.75rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:41.6875rem;height:2.5996125rem;top:8.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:46.375rem;height:10.398425rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18rem;height:3.125rem;top:26rem;left:18.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 1199px) { #PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { top:0rem;left:0.03125rem;width:47.75rem;height:3.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #xlBi2Ty6A7iU5urDyFKeOx79OBTQNh2n { width:11.8125rem;height:3.0625rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5uPs2VguHNqgp94fxDlLiBWZiQGGAfH { width:5.3125rem;height:0.9375rem;top:31.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxLpigZ2e5RXtytb54MErQoCD6d2bCJu { width:16.75rem;height:0.9746125rem;top:33rem;left:12.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KxEkmBzXTsBhPMycGVGQxcLhcsi41IHx { width:17.5rem;height:3.125rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kX3esNUIVDAPR9VXstbTPGVW8iN7OD3p { display:block; }
 }@media only screen and (max-width: 1199px) { #cETTMpMiLIqioldsxsoTdbmI5KXFKsKe { display:block; }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe > .row .container { width:47.75rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QDLxklkdq9xCAvrcWEiHehiwQtNni86I { width:47.74875rem;height:7.7988125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BeloHqHIKFuHTnk9MDxIIXEsI70VLvaB { width:47.75rem;height:5.19921875rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8SeG5UWZS27FApkpaLWeb8yP7aMZ61q { width:24rem;height:4.7109375rem;top:16.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BrZt5buSzJSWHwtJQrB63cwmpNBeTTuU { width:23.25rem;height:6.499rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkpLodPLwn6CQRusSvCJp93HFd6O0aNA { width:0.12402375rem;height:29.6875rem;top:16.3125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2WnWhKxuUuuLERR84PgsrskBTiyLiir { width:47.75rem;height:0.125rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGxQOxM1plmVWTF4wwqdNyxhTcaomA8s { width:23.3125rem;height:4.7109375rem;top:34.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drycyZfHzB7TAvydWbRIxHePADNTipsC { width:22.625rem;height:5.19921875rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p939PlVqZbSuxsnfLwpTGDwazVcxnnTp { width:23.0625rem;height:5.19921875rem;top:25rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QH6iN5ErcMdM8ZVXD3b9ahHb3R9FzIvy { width:22.9995rem;height:7.066375rem;top:16.3125rem;left:24.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dw9fKETw6zzpu8QV0rWWIq8ErKIwwqM4 { width:22.8125rem;height:6.499rem;top:39.5625rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOx4PuyThE0em6zFXpwPJ3GUrZpmDTxT { width:22.6875rem;height:4.7109375rem;top:34.1875rem;left:24.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rc8yhJTlldwE63ptMtV9xdh224nx7wlW { display:block; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container { width:47.75rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v3phfNstULAWvprSwb80LkMF22H9M9cv { width:47.75rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kef2RPtDJwNnAcTNSbfH15tgZQm91Mak { width:47.0625rem;height:5.19921875rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIXc2DR18cAgiFFKNmnKe8eDNzSx63GN { width:9.9375rem;height:9.9375rem;top:15.7958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1U3LQbB6PCpHnEv02DtwQDyfiewQH9I { width:9.9375rem;height:9.9375rem;top:15.7958984375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SGGguy1d2Kc72NoL2UNZVRnOMp0zD1CJ { width:9.9375rem;height:9.9375rem;top:15.7958984375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcGpRRfNo1QPoZNL6zgDSp9z43EBT4zq { width:9.9375rem;height:9.9375rem;top:26.375rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZVVpkoDUsXNf5QbEQrpk8SS3ohDgrlF { width:9.9375rem;height:9.9375rem;top:25.7333984375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aNyagcGWqpBJ8QeuFPkM2qcDgQpxtzgU { width:23.3125rem;height:3.4375rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThkJxaMZQiBmUNWXk4whQay9f1W4hi0H { display:block; }
 }@media only screen and (max-width: 1199px) { #s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr { display:block; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row .container { width:47.75rem;height:130.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B8tUREwaCnaLCqq9tqApwclotsAIXvAA { width:47.75rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqPN9Cp7Jz6S1T6JcDggD65IAzSSkd4T { width:47.75rem;height:1.29980625rem;top:7.0234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTIrtI7Jqgr0qR8wrJt1trhdGFtmRnaN { width:18rem;height:13.125rem;top:16.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOQsCfGCte83rXD89orE1x6z2R1vFgCn { width:16rem;height:3.8984375rem;top:18rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LR4puCF7ESxKzOxBts6tGKoHlK2EqT6q { width:16rem;height:5.19921875rem;top:22.875rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VROwwqiSJlwiIW8fmh0K8RV6FXKMtbM0 { width:18rem;height:13.125rem;top:16.5625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQxEchn9wHfKDqogpDfnUQmIPMuN8mIC { width:16rem;height:3.8994125rem;top:22.875rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDyzrf3fbXrtD7NisXyompLuXLtcheCt { width:16rem;height:3.8984375rem;top:18.3125rem;left:26.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7icS0d7q68ib4QJ5nt0LPrSnJqF6L0R { width:18rem;height:13.125rem;top:31.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H1f5E5hcAG4b2blG3hUhNvtszWPAoJUn { width:18rem;height:13.125rem;top:31.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rRRsU2DB0R6yExffmt1ECw8mEyMNb8Ol { width:16rem;height:5.19921875rem;top:37.9375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3z6JDWxCxC9BmtEKcuxCwrwsNX29sCi { width:16rem;height:5.19921875rem;top:35.6875rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARskhIpdgEZcpmiTacsrwdZD1vlaXBoy { width:16rem;height:3.8984375rem;top:32.8515625rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RK0I2aGdnFRDCmJGZGZaEIC7su7lQ2Cx { width:16rem;height:1.94921875rem;top:32.8515625rem;left:26.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vy910ZocGKmpXvh95ShRz1MM5V6WD92M { width:18rem;height:13.125rem;top:46.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7g8N3rTiHRoFWuLTvZ6k2EV1uVSisLr { width:18rem;height:13.125rem;top:46.8125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRALVpNfD5x4Fhb5n5S3ES0ANEC9RqFf { width:16rem;height:5.19921875rem;top:50.625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IU15r3J0TdqJ8TPoDqQwJkTk58gthxfb { width:16rem;height:5.19921875rem;top:50.625rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKOln2IShJoNvsuFO7uN9sMirlnqb4hx { width:16rem;height:1.94921875rem;top:48.25rem;left:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsfiKg7MaGE4xgfVPFNBVmt5FS90le8B { width:16rem;height:1.94921875rem;top:48.5625rem;left:27rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRsQDfdHt93oX9gUwbiidLQfazqKxpFq { width:18rem;height:13.125rem;top:62.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1EuTDxgTG5h4uXtEbQb5X66pp26Fwex { width:18rem;height:13.125rem;top:62.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ObJCy0pzg2CG1I3uItTtn2XTLS81rT0o { width:16rem;height:7.7988125rem;top:66.0693359375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnyff8Toe7IHGznVr1bKWgQEy80GZc83 { width:16rem;height:5.19921875rem;top:68.19921875rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scNb4ogEz5Fgf6MLmaoZpN90h5wuvcSk { width:16rem;height:1.94921875rem;top:63.625rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uO9JLFQIkFL9xaH4ws39o12A2ywJCoMs { width:16rem;height:3.8984375rem;top:63.625rem;left:26.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipMNABfMVk17MuxaXgKZhsurqW7T9y5U { width:36.875rem;height:49.6875rem;top:77.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPrbELzKMGzMSadPRCkUMQxEc8bFTFST { width:47.75rem;height:5.19921875rem;top:9.5234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olTasco3EVy1PkkhnEgvmqyoRKcrSSmK { display:block; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row .container { width:47.75rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ozlyibrfqhag09MWkc3sa5Dfdd2V8qHU { width:47.74875rem;height:7.7988125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9OufL12RiEKa0h4VJE52NhzrZdZehpJ { width:47.75rem;height:1.4619125rem;top:11.548095703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxvxFzG9OCezecG7hM75EUOBm1NlZOtB { width:20.0625rem;height:21rem;top:15.296875rem;left:1.529296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNPm5ugTlAznB7ToBQmXfT6Hbf1lSpIJ { width:18.875rem;height:7.3125rem;top:16.8740234375rem;left:2.4208984375rem;font-size:1.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #pnfUv7azTMunbnq2RgF5aAP2vKuUX1Zq { width:16.875rem;height:6.499rem;top:26.2021484375rem;left:2.404296875rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #tfFBeXs0qpCeIsTT9SVlfTsTGq26CvHH { width:20.0625rem;height:21rem;top:15.296875rem;left:24.466796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csXlIHy2gqp0ArQW6EPdeJpisaVibEA3 { width:15.875rem;height:7.7988125rem;top:26.1875rem;left:26.841796875rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #us0RVgAmUMovm2WPX6C0hy6d6Tw0oAPt { width:16.1875rem;height:7.3125rem;top:16.873046875rem;left:26.25rem;font-size:1.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #MFWIRxG2ltzMGWyB5L5VokHfhigRNmE4 { width:20.0625rem;height:21rem;top:39rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CMa6yGpTLpMMNQ1r8hJnw1G7ZOtaN4MH { width:16.875rem;height:7.7988125rem;top:50.4375rem;left:2.4208984375rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #T1mJZDU5fzC8tkmLlM2uUFF4ykTNyB18 { width:19.375rem;height:7.3125rem;top:40.8818359375rem;left:2.248046875rem;font-size:1.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #bdmCZdeXQtmPIAW7Cm8z1mATK01lFeXR { width:20.0625rem;height:21rem;top:39rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qH1JBUhMi8wAM8LK2vPaGkLaEl2bOax7 { width:15.875rem;height:7.7988125rem;top:50.4375rem;left:26.8125rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #ewWPGtl9KHJZQx1MZnmmMeViub0WQ27C { width:17.6875rem;height:7.3125rem;top:40.8818359375rem;left:26.25rem;font-size:1.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #BpCegegnR5okPR9XM1wxAXOoVx6GKKMO { width:3.06225625rem;height:3.06225625rem;top:23.953125rem;left:21.701171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osqkrlqKTv0vptWonaRKsiQUgvqGraP6 { width:3.06225625rem;height:3.06225625rem;top:23.953125rem;left:44.6240234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVwpJCM2d4cqIbls3v8uQSIuPkwbwm0z { width:3.06225625rem;height:3.06225625rem;top:49.5625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQwXwdRWHTudO5EteZBbN4BpOGRsxxZL { width:47.5625rem;height:16.4375rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VaV6I6Toaoo16paTQSCFuc2IuDiwA1Af { width:47.7480625rem;height:7.7988125rem;top:64.625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KMiHVMBkXNcllcCTeTTn0JseqEna6eLt { width:21.375rem;height:3.375rem;top:74.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAL5EQQZMTRyPFoVs8bkxs7L7e6TDqKN { display:block; }
 }@media only screen and (max-width: 1199px) { #ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 { display:block; }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 > .row .container { width:47.75rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fZ6zT7VgVToyCDCv3GT15RQeNvVhVNIt { width:18rem;height:26.25rem;top:16.5rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtADCrnOuMITdluAv2FT2ftreEVsCfQA { width:15.9375rem;height:7.7988125rem;top:24.4375rem;left:4.8125rem;font-size:2rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #xTtnOTB3948OgmJdoHcDTZcubvSW9aKx { width:13.999rem;height:9.098625rem;top:32.6728515625rem;left:4.8125rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #TnQtFxh1H8Tf5xLq6t2CZRTzyMN8eten { width:3.9375rem;height:3.9375rem;top:19.0625rem;left:4.8125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #zxzoNTPXL4TgC3hwwJAd3kJcD4s7ilBC { width:18rem;height:26.25rem;top:16.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdokftcUoFO5pEBkpVw8NZrSuHdSSlWh { width:3.9375rem;height:3.9375rem;top:19.0625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrQolM26LmnOIyptnsEd8CeJCNw0ySqP { width:16.3125rem;height:7.7988125rem;top:25.125rem;left:27.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ROyWlGTKnq9EIfK5PoMtFmaiVu9c8kNa { width:15.0625rem;height:6.499rem;top:33.16015625rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mh1FiKl6w6rqID51ZlWmF0TfKGy7P3cm { width:18rem;height:26.25rem;top:44.4375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBhbM2owokoc2RExfmJPqt1rTw2EPADu { width:3.9375rem;height:3.9375rem;top:46.625rem;left:4.5rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #Nv4m24Tr3aQ0f26dogEvexNd0JztaZFi { width:13.7480625rem;height:5.19921875rem;top:51.75rem;left:4.5rem;font-size:2rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 1199px) { #NQav8nKqPAnh0kDMavh2vPpl4lb2MhME { width:13.9980625rem;height:7.7988125rem;top:58.375rem;left:4.5rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #TKl8g0wMitX391SsFdkDnb6BKLPyl5cp { width:18rem;height:26.25rem;top:44.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8Rc3824bPQ2MM2dehKMhCvJxPisqgmT { width:3.9375rem;height:3.9375rem;top:46.625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NO60RIJWpnFvwVEMGEcw16TmIW5Xg90W { width:16.5rem;height:7.7988125rem;top:51.75rem;left:28rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfQGnv7Tlev5ee2ni2Enl5hCNdV993xo { width:16rem;height:6.499rem;top:61.125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vqxsm6lczQ34f37IAZryynWXIn12FKIu { width:47.75rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1RXSHu9SHd41X9MCqzyVQrFTCSrecKm { width:45.1875rem;height:2.5996125rem;top:6.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SdfC0t2HdrIgNPtKBxFeuxxV32BLTsOq { width:46rem;height:3.8994125rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 { display:block; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container { width:47.75rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uEeTt25k1N7gswBQcmpfvbgZ7EzITm6I { width:47.7495rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqfPvpUMtwed2pm4LiTUmMzX9xqJ5Wwc { width:26.75rem;height:2.03125rem;top:7.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7CSqge0pSWQS19fNHyuHruLAs2EUu2B { width:19.18725rem;height:2.03125rem;top:7.625rem;left:28.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFAeb1QbcLo2T43h230XO0hglNSRqH5J { width:0.124511875rem;height:42.1875rem;top:7.625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7oUrOgRmLvVQDyZndOUpU5XGTHJBtiT { width:0.75rem;height:0.75rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ObyCpdEVTsSkhtDTVQ8HbW1p1B4NgoiV { width:16.2495rem;height:1.29980625rem;top:11.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bx4GPrUETEkRDgQpTQEgsLTZbOSrPACg { width:21.5rem;height:10.3984375rem;top:13.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZmueE5afInAs1lSkbz1u0Fv9sRkZ6Gok { width:19.9375rem;height:9.098625rem;top:27.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VKCrSM4ubNBukcuEUAvoFUmtQ1alQipE { width:16.9375rem;height:1.29980625rem;top:26rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uf0ezDGxZI66Uh4FqfrOyO3ikwDEpZgK { width:0.75rem;height:0.75rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5FfkyNwUgto3pxHbnPufnpyMOhcUhDv { width:13.625rem;height:1.29980625rem;top:34rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NdcFKbPBtQkbUVQawGgLymFEBH7XNs8S { width:6.75rem;height:1.29980625rem;top:32.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUkDeaqspDTfmNTc5zJtqC2r1axVFOlQ { width:15.9375rem;height:2.5996125rem;top:29.125rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4lWhNfGVZxLTXStR8QSVxeGQ9XTnJob { width:12.5rem;height:1.29980625rem;top:27.25rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lk3z5wFAybPwAV0IC5yIktGgoosd7J7e { width:13.6245rem;height:1.29980625rem;top:24.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aohxkpfCcE5CB0Ro2blqOUJOwiycfoxZ { width:4.6875rem;height:1.29980625rem;top:22.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzHe634fv89C4vlLqHAolnfEyr4DRUA0 { width:12.125rem;height:1.29980625rem;top:16.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IfQoTFpHxzVWrXxpAudM7km0AoRHM8xh { width:4.6875rem;height:1.29980625rem;top:15.1875rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dP53TleZDlaWqSL3C31CVwDo2cuUkThG { width:12.43725rem;height:1.29980625rem;top:13.3125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSHDlqr7BMsdiw96ydE78QHH8iMbhOzZ { width:5.7495125rem;height:1.29980625rem;top:11.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8a5efwmVTiXf8hqdfQCJ4pAg1M5ETra { width:0.75rem;height:0.75rem;top:11.5rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Put9d3CDTHDAORgowC7auFgiwn46XZTF { width:0.75rem;height:0.75rem;top:15.4375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOw1F8zaaDBfxa6DhBIrlyLE3St3Otfu { width:0.75rem;height:0.75rem;top:23.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vG7WFW96kermy70BUTTrxThWVHeMdbqc { width:0.75rem;height:0.75rem;top:27.5rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZz8FVqPImq4ZzgecgW0UD5BUEWCx5Kx { width:0.75rem;height:0.75rem;top:32.375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AnLMVVwHdKLeOWaVTJ56C2ckta9rLXxm { width:15.62475rem;height:1.29980625rem;top:38rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErMus20eqw3sCb6GKT1lxoq8sNeD7PtV { width:6rem;height:1.29980625rem;top:36.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLPMJFOOPmnzImvsmZQgKGnHATEmZSK2 { width:0.75rem;height:0.75rem;top:36.3125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zy4CJUA9NH1mgKkC3CoD7xT8A1mlbdOk { width:16.3125rem;height:1.29980625rem;top:41.75rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l7tTFSad7FRlsSxTcnoiaZei8FPa7FMX { width:6rem;height:1.29980625rem;top:39.9375rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nD4yT5i2E4Op61Oh9Cuvmr9Q9W3Qr56F { width:0.75rem;height:0.75rem;top:40.0625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7mTTc4T3FNde59Mr8SnyEfPtrQVW57A { width:9.5rem;height:1.29980625rem;top:20.75rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHBUKsFhhV2TwULAbQxmqus7zqmouCew { width:10.8125rem;height:1.29980625rem;top:19rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HXnCIPXzTVh6LnHE3fGgdTThHS1qNkT3 { width:0.75rem;height:0.75rem;top:19.25rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hy60GW8PLLU9gZ7fITD7N9cJmOKf6Q9d { width:16.3125rem;height:3.8994125rem;top:45.6875rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hi1FaiTV5nM7qvyg0bPl4vCTKEOA9veS { width:0.75rem;height:0.75rem;top:44rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWODKt3zOSoTt1Qm5yOaeHMdSZeleNPx { width:9.9375rem;height:1.29980625rem;top:43.875rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA { display:block; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EB4SrXcw8AkKDnBQky4fbsppZ9c4y7qt { width:47.75rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLQgzLWgT2pBoPnKciuyt8JXapI3KmN8 { width:47.75rem;height:7.79883125rem;top:10.5224609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnTb4heJVSW05TtGqTRoKaonXf3N713f { width:19rem;height:3.3125rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTtL18dUnDMgGg3IUTBqBs7t2OPCpnN6 { display:block; }
 }@media only screen and (max-width: 1199px) { #UgVrL9fJPVJwiIzGm9yQGIVLCbiAy9Cq { width:27.8125rem;height:3.375rem;top:19.4375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8DCm7cGRoUKieOEPBqlAQTSHJROSVom { display:block; }
 }@media only screen and (max-width: 1199px) { #MLTAxaKxKCBdZknhrrhK1T97t7dLX20g { width:47.75rem;height:2.5996125rem;top:7.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 { display:block; }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .row .container { width:47.75rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WQIXwy1xkcoLsKr73cTtVtnkhE8I83h6 { width:44.8125rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJIzoraDurEWqJG0CausVe7Am1A8tNS4 { width:47.75rem;height:2.5996125rem;top:7.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVhl4JsJs3iJ4zifZixrOTJyNQenM1O3 { width:47.75rem;height:5.3125rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKDem8aCmNv8PSS7fzkqdgWnlRoBGi5J { width:47.5rem;height:11.3125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vGUhyTOkU0e9MDIqpGL2bt0Jh6vhoW2e { width:4.5rem;height:4.5rem;top:20.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ub9vWaDVNRc34x64kmL9EfwX3lUDkv1V { width:39.4375rem;height:4.875rem;top:21rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GhHga6pPE6RGTiBEqC3Tl57mTNv2LOL9 { width:45rem;height:2.4375rem;top:26.625rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evLKqxy8GJFTVoWkgMeBVA29mkw78xFI { width:47.5rem;height:15.75rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SNdqPDOcmmzPTQKDfX8slOWlai2fqrzU { width:47.5rem;height:8.4375rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u78pRFwZZQPoHb9VigbDKMa5F3ZsOTUV { width:20rem;height:1.3808625rem;top:34.0625rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJ8yCNH4PeKi99hpfMJ1JbnOzZ8yF0HZ { width:22.0625rem;height:3.65625rem;top:38.875rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3bopT9RT0XF5LEutlEf46X62v0EzA7X { width:21.875rem;height:12.25rem;top:34.5625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CcrOU4fPM4UTc3Z8DZn6Hu3dExIAxUKU { width:14.125rem;height:1.3808625rem;top:50.8125rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BvHpMTq0p1peL0fy0IP6WEpNUrK0cFSF { width:45.8125rem;height:1.21875rem;top:54.0625rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIkRBoIffal3IpE93ItM8I2Kke851wcg { width:23rem;height:13.125rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yc2K5KgQJT0xVTIe7WkPK0xvJF1e4mDQ { width:20.8125rem;height:3.65625rem;top:64.25rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P5GCcTSKpsetskdLbQGRZRPg6LGqwJpL { width:20.8125rem;height:1.3808625rem;top:61.5625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K70OmDwku9Q6uw4xm0mGHTrOiFV7lDg1 { width:23rem;height:13.125rem;top:60rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuRPDBTa1AVObIIgz94VJRBRNXJKXt42 { width:20.8125rem;height:3.65625rem;top:64.875rem;left:25.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONSBdGeSWgOdUyeF5UDDGWidP9ERZJDU { width:20.8125rem;height:1.3808625rem;top:61.5625rem;left:25.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Flzke7UTVxz7mO01azCTlGZefuV0qJS2 { width:23rem;height:13.125rem;top:74.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Px7tdfIRkwh3FSwHdT0zyzbXBZdHneVt { width:20.8125rem;height:4.875rem;top:78.375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7s4BcwHQaKQFmcFgatpsh0Tc0OJ9lnK { width:20.8125rem;height:1.3808625rem;top:75.125rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tf3UCdJbExzZMT7MBdsRAF68fuHrIRT6 { width:23rem;height:13.125rem;top:74.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPSTnabc5oMLIDFrGGr0uuTaT9MpHZ2u { width:20.8125rem;height:3.65625rem;top:77.5625rem;left:25.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWGdSkxVGbHISFqg12v5MTC9HvTCUCoS { width:20.8125rem;height:1.3808625rem;top:75.125rem;left:25.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G { display:block; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container { width:47.75rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gzg3339xg6V459DDQxFAW445dH2RABgQ { width:47.7495rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MT2q5IKG8m4edpmT8fiJ4Ku3IUV5C7Mo { width:44.75rem;height:16.9375rem;top:8.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xuJZhcSwmyBSn8XwH4XMZxi4GyXk4Eb5 { width:13.5rem;height:13.5rem;top:10.78125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFfVMNhyaaib7Up5cGDXqkNFFBno2VZO { width:3.124025rem;height:10.3994375rem;top:8.9375rem;left:18.25rem;font-size:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Va3Dnp7C625H3oxAASMdTJ11lA1xRRJc { width:26.25rem;height:7.79883125rem;top:14.9375rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EciGMoVTq5tV3DIJKJ7G6mimQKA1IwCe { width:45.75rem;height:1.29980625rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cs28ZHuGvteRmc3keJewpndWU3TPTKGc { display:block; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .row .container { width:47.75rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C3QVUDlXImqNOqgn4sKdrSetedbWpAZm { width:47.7495rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1vl2TSRZLJT1LZDwXXm3mxCzGC0gJM2 { width:47.75rem;height:10.39844375rem;top:6.099609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rps2Na9xWdWDbJQb8rLyzn8xnsRiCuZ2 { width:3.75rem;height:3.99975625rem;top:18.322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKsiuBlJmFwcmqvBZ6fvDzKWLmIQCps8 { width:3.9375rem;height:3.9375rem;top:18.353515625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGBVrUZBDSG6UnxchXzWORcyKoRsRfmH { width:3.9375rem;height:3.9375rem;top:18.353515625rem;left:15.5615234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0GWxFTWIagONCqVvnlMhhKdWRQMfPtJ { width:9.375rem;height:3.99975625rem;top:18.322265625rem;left:23.310546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBTALkEp9ghufT9lN22P1NUJV25r2DsS { width:3.9375rem;height:3.9375rem;top:18.353515625rem;left:36.2490234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXs41SNwPerKRVbg7HMk7dExES0rA88J { width:3.99975625rem;height:3.99975625rem;top:18.322265625rem;left:43.7490234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BaXxsOzGlM148SFI59imb7THP54obWwo { width:18.4375rem;height:3.4375rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BRKEkuyCsGgtrStpf9rVtoInWSzn4mrK { display:block; }
 }@media only screen and (max-width: 1199px) { #mSoJ622S6T9W33AeS9aaR72cceoVmbOP { display:block; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container { width:47.75rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:43.75rem;height:47.8125rem;top:29.2734375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ziyT7J9EPXDl5iE4ER0XryBhAdyhzz6O { width:47.75rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JIzlN7faaUtWZo5gIsCuRPzclNC3xbrT { width:47.75rem;height:1.625rem;top:9.1484375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XhGwtzabaoFR54HbzbGDyWbmXQMfNMIK { width:23.75rem;height:1.625rem;top:12.6484375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HAHM15TfQEzmJtp5eU8bi1EPsg3az8m5 { width:0.75rem;height:0.75rem;top:13.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofNeUTdlISZEpW3i02TzrzGT2TvdKrHC { width:23.75rem;height:1.625rem;top:15.1484375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfKR8yD1Scv2kP5Vu1DDVkJLGFXP8fIK { width:0.75rem;height:0.75rem;top:15.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBZzCnXWBSgOxR2IThfgrZUH82iXczhN { width:23.75rem;height:1.625rem;top:17.7109375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eB4LL4PeIMMtvCqirnUwcmaW2FpfQZGV { width:0.75rem;height:0.75rem;top:18.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRyoThq2p67JMWI05b3RKSmzFHI3Oo83 { width:23.75rem;height:1.625rem;top:20.1484375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2TyylrcA0xMoiey5RPM90E9TFSN9F93 { width:0.75rem;height:0.75rem;top:20.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FDMNw2a9mGKlkT6vGNOerUQpgDJTBIo0 { width:23.75rem;height:1.625rem;top:25.1484375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPTxnrMpvdNHLWKF3AUIlggdCM5rFfPa { width:23.75rem;height:1.625rem;top:22.7109375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNCUN0OvSGxoZhUTGiu9kJC9iqfQeBxD { width:0.75rem;height:0.75rem;top:25.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ni3oZBZgFCz8H8M0MLRZtlAd4X6oCzAF { width:0.75rem;height:0.75rem;top:23.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:47.75rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:15.5rem;height:5.375rem;top:3.3125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:27.875rem;height:5.19921875rem;top:14rem;left:9.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { width:12.4375rem;height:1.29980625rem;top:11.0625rem;left:17.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { width:2.5rem;height:2.5rem;top:20.9375rem;left:16.6875rem;font-size:1.75rem;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { width:2.5rem;height:2.5rem;top:20.9375rem;left:20.625rem;font-size:1.75rem;display:block; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { width:2.5rem;height:2.5rem;top:20.9375rem;left:24.625rem;font-size:1.75rem;display:block; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { width:2.5rem;height:2.5rem;top:20.9375rem;left:28.5625rem;font-size:1.75rem;display:block; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:7.0625rem;height:2.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:8.125rem;height:2.3125rem;top:1.4375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 763px) { #IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { display:flex;width:1.5625rem;height:1.5625rem;top:1.84375rem;left:17.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ad1dcec-f290-4e69-9350-d71da3d819d0/ezgif3c7f7cbe8c740adf.gif");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:18.4375rem;height:4.2246125rem;top:9.0625rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.4375rem;height:19.49709375rem;top:13.5625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18.125rem;height:3.125rem;top:39.9716796875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 763px) { #PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { width:20rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlBi2Ty6A7iU5urDyFKeOx79OBTQNh2n { width:11.8125rem;height:3.0625rem;top:45rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uPs2VguHNqgp94fxDlLiBWZiQGGAfH { width:5.3125rem;height:0.9375rem;top:49.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLpigZ2e5RXtytb54MErQoCD6d2bCJu { width:20rem;height:0.9746125rem;top:51.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxEkmBzXTsBhPMycGVGQxcLhcsi41IHx { width:17.5rem;height:3.125rem;top:34.9716796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX3esNUIVDAPR9VXstbTPGVW8iN7OD3p { display:block; }
 }@media only screen and (max-width: 763px) { #cETTMpMiLIqioldsxsoTdbmI5KXFKsKe { display:block; }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe > .row .container { width:20rem;height:89rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDLxklkdq9xCAvrcWEiHehiwQtNni86I { width:19.9995rem;height:7.7988125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeloHqHIKFuHTnk9MDxIIXEsI70VLvaB { width:19.999rem;height:10.3984375rem;top:11.6103515625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d8SeG5UWZS27FApkpaLWeb8yP7aMZ61q { width:19.9980625rem;height:4.7109375rem;top:23.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrZt5buSzJSWHwtJQrB63cwmpNBeTTuU { width:19.9980625rem;height:6.499rem;top:29.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KkpLodPLwn6CQRusSvCJp93HFd6O0aNA { width:0.125rem;height:21.875rem;top:57.41236875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2WnWhKxuUuuLERR84PgsrskBTiyLiir { width:19.9995rem;height:0.124511875rem;top:86.061767578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGxQOxM1plmVWTF4wwqdNyxhTcaomA8s { width:19.9980625rem;height:4.7109375rem;top:55.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drycyZfHzB7TAvydWbRIxHePADNTipsC { width:19.9980625rem;height:6.499rem;top:61.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p939PlVqZbSuxsnfLwpTGDwazVcxnnTp { width:19.99875rem;height:6.499rem;top:46.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QH6iN5ErcMdM8ZVXD3b9ahHb3R9FzIvy { width:19.9980625rem;height:7.066375rem;top:38.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw9fKETw6zzpu8QV0rWWIq8ErKIwwqM4 { width:19.9980625rem;height:6.499rem;top:79.3779296875rem;left:0.0009765625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOx4PuyThE0em6zFXpwPJ3GUrZpmDTxT { width:19.9980625rem;height:7.066375rem;top:71.1865234375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8yhJTlldwE63ptMtV9xdh224nx7wlW { display:block; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3phfNstULAWvprSwb80LkMF22H9M9cv { width:19.9995rem;height:5.19921875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kef2RPtDJwNnAcTNSbfH15tgZQm91Mak { width:19.9995rem;height:11.69825rem;top:8.949462890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIXc2DR18cAgiFFKNmnKe8eDNzSx63GN { width:9.9375rem;height:9.9375rem;top:23.806640625rem;left:5.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1U3LQbB6PCpHnEv02DtwQDyfiewQH9I { width:9.9375rem;height:9.9375rem;top:34.9189453125rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGGguy1d2Kc72NoL2UNZVRnOMp0zD1CJ { width:9.9375rem;height:9.9375rem;top:45.5927734375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcGpRRfNo1QPoZNL6zgDSp9z43EBT4zq { width:9.9375rem;height:9.9375rem;top:55.5302734375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZVVpkoDUsXNf5QbEQrpk8SS3ohDgrlF { width:9.9375rem;height:9.9375rem;top:65.4677734375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNyagcGWqpBJ8QeuFPkM2qcDgQpxtzgU { width:19rem;height:3.4375rem;top:76.919921875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThkJxaMZQiBmUNWXk4whQay9f1W4hi0H { display:block; }
 }@media only screen and (max-width: 763px) { #s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr { display:block; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row .container { width:20rem;height:194.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8tUREwaCnaLCqq9tqApwclotsAIXvAA { width:20rem;height:5.19921875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqPN9Cp7Jz6S1T6JcDggD65IAzSSkd4T { width:20rem;height:2.5996125rem;top:8.94921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTIrtI7Jqgr0qR8wrJt1trhdGFtmRnaN { width:18rem;height:15rem;top:14.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOQsCfGCte83rXD89orE1x6z2R1vFgCn { width:16rem;height:3.8984375rem;top:15.9375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR4puCF7ESxKzOxBts6tGKoHlK2EqT6q { width:16rem;height:5.19921875rem;top:21.5625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VROwwqiSJlwiIW8fmh0K8RV6FXKMtbM0 { width:18rem;height:15rem;top:31.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQxEchn9wHfKDqogpDfnUQmIPMuN8mIC { width:16rem;height:3.8994125rem;top:37.75rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDyzrf3fbXrtD7NisXyompLuXLtcheCt { width:16rem;height:3.8984375rem;top:32.25rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7icS0d7q68ib4QJ5nt0LPrSnJqF6L0R { width:18rem;height:15rem;top:47.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1f5E5hcAG4b2blG3hUhNvtszWPAoJUn { width:18rem;height:15rem;top:64.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRRsU2DB0R6yExffmt1ECw8mEyMNb8Ol { width:16rem;height:5.19921875rem;top:54.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3z6JDWxCxC9BmtEKcuxCwrwsNX29sCi { width:16rem;height:5.19921875rem;top:70rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARskhIpdgEZcpmiTacsrwdZD1vlaXBoy { width:16rem;height:3.8984375rem;top:49.25rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK0I2aGdnFRDCmJGZGZaEIC7su7lQ2Cx { width:16rem;height:1.94921875rem;top:66.625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy910ZocGKmpXvh95ShRz1MM5V6WD92M { width:18rem;height:15rem;top:81.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7g8N3rTiHRoFWuLTvZ6k2EV1uVSisLr { width:18rem;height:15rem;top:98.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRALVpNfD5x4Fhb5n5S3ES0ANEC9RqFf { width:16rem;height:5.19921875rem;top:86.9375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU15r3J0TdqJ8TPoDqQwJkTk58gthxfb { width:16rem;height:5.19921875rem;top:104.3125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKOln2IShJoNvsuFO7uN9sMirlnqb4hx { width:16rem;height:1.94921875rem;top:83.25rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsfiKg7MaGE4xgfVPFNBVmt5FS90le8B { width:16rem;height:1.94921875rem;top:100.4375rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRsQDfdHt93oX9gUwbiidLQfazqKxpFq { width:18rem;height:15rem;top:115.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1EuTDxgTG5h4uXtEbQb5X66pp26Fwex { width:18rem;height:15rem;top:132.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObJCy0pzg2CG1I3uItTtn2XTLS81rT0o { width:16rem;height:7.7988125rem;top:120.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnyff8Toe7IHGznVr1bKWgQEy80GZc83 { width:16rem;height:5.19921875rem;top:139.875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scNb4ogEz5Fgf6MLmaoZpN90h5wuvcSk { width:16rem;height:1.94921875rem;top:117rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO9JLFQIkFL9xaH4ws39o12A2ywJCoMs { width:16rem;height:3.8984375rem;top:134.3125rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMNABfMVk17MuxaXgKZhsurqW7T9y5U { width:20rem;height:26.94825rem;top:149.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPrbELzKMGzMSadPRCkUMQxEc8bFTFST { width:20rem;height:12.9980625rem;top:178.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olTasco3EVy1PkkhnEgvmqyoRKcrSSmK { display:block; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row .container { width:20rem;height:111.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozlyibrfqhag09MWkc3sa5Dfdd2V8qHU { width:19.9995rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9OufL12RiEKa0h4VJE52NhzrZdZehpJ { width:19.9995rem;height:2.5996125rem;top:10.9248046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LxvxFzG9OCezecG7hM75EUOBm1NlZOtB { width:16.1875rem;height:16.125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNPm5ugTlAznB7ToBQmXfT6Hbf1lSpIJ { width:14.4375rem;height:5.1181625rem;top:16.8125rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfUv7azTMunbnq2RgF5aAP2vKuUX1Zq { width:13.93725rem;height:6.09375rem;top:22.75rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfFBeXs0qpCeIsTT9SVlfTsTGq26CvHH { width:16.1875rem;height:15.25rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csXlIHy2gqp0ArQW6EPdeJpisaVibEA3 { width:13.93725rem;height:7.3125rem;top:39.625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #us0RVgAmUMovm2WPX6C0hy6d6Tw0oAPt { width:12.5625rem;height:5.1181625rem;top:34.4375rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWIRxG2ltzMGWyB5L5VokHfhigRNmE4 { width:16.1875rem;height:18.125rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMa6yGpTLpMMNQ1r8hJnw1G7ZOtaN4MH { width:13.93725rem;height:9.75rem;top:56.3125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1mJZDU5fzC8tkmLlM2uUFF4ykTNyB18 { width:13.8125rem;height:5.1181625rem;top:50.8125rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdmCZdeXQtmPIAW7Cm8z1mATK01lFeXR { width:16.1875rem;height:17.5rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH1JBUhMi8wAM8LK2vPaGkLaEl2bOax7 { width:13.9365rem;height:8.53125rem;top:75.5625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewWPGtl9KHJZQx1MZnmmMeViub0WQ27C { width:13.0625rem;height:3.4121125rem;top:71rem;left:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCegegnR5okPR9XM1wxAXOoVx6GKKMO { display:flex;width:3.0625rem;height:3.0625rem;top:21.25rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #osqkrlqKTv0vptWonaRKsiQUgvqGraP6 { display:flex;width:3.0625rem;height:3.0625rem;top:38.625rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #cVwpJCM2d4cqIbls3v8uQSIuPkwbwm0z { display:flex;width:3.0625rem;height:3.0625rem;top:55.75rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #PQwXwdRWHTudO5EteZBbN4BpOGRsxxZL { width:19.75rem;height:19.5625rem;top:89.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaV6I6Toaoo16paTQSCFuc2IuDiwA1Af { width:19.9995rem;height:10.3984375rem;top:91.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMiHVMBkXNcllcCTeTTn0JseqEna6eLt { width:18.75rem;height:3.375rem;top:103.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAL5EQQZMTRyPFoVs8bkxs7L7e6TDqKN { display:block; }
 }@media only screen and (max-width: 763px) { #ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 { display:block; }#ate21S1VHbQkTHQv6qbN58f9h4Tcv3a7 > .row .container { width:20rem;height:134.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ6zT7VgVToyCDCv3GT15RQeNvVhVNIt { width:18rem;height:25rem;top:50.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtADCrnOuMITdluAv2FT2ftreEVsCfQA { width:15.375rem;height:7.7988125rem;top:30.4375rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTtnOTB3948OgmJdoHcDTZcubvSW9aKx { width:15.5rem;height:7.7988125rem;top:39.125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnQtFxh1H8Tf5xLq6t2CZRTzyMN8eten { width:3.9375rem;height:3.9375rem;top:25.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxzoNTPXL4TgC3hwwJAd3kJcD4s7ilBC { width:18rem;height:26rem;top:22.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdokftcUoFO5pEBkpVw8NZrSuHdSSlWh { width:3.9375rem;height:3.9375rem;top:52.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrQolM26LmnOIyptnsEd8CeJCNw0ySqP { width:15.75rem;height:7.7988125rem;top:58.5rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROyWlGTKnq9EIfK5PoMtFmaiVu9c8kNa { width:15.5625rem;height:6.499rem;top:67.8125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh1FiKl6w6rqID51ZlWmF0TfKGy7P3cm { width:18rem;height:26.1875rem;top:105.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBhbM2owokoc2RExfmJPqt1rTw2EPADu { width:3.9375rem;height:3.9375rem;top:80.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv4m24Tr3aQ0f26dogEvexNd0JztaZFi { width:13.74975rem;height:5.19921875rem;top:85.8125rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQav8nKqPAnh0kDMavh2vPpl4lb2MhME { width:15.5rem;height:6.499rem;top:92rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKl8g0wMitX391SsFdkDnb6BKLPyl5cp { width:18rem;height:23.75rem;top:78.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Rc3824bPQ2MM2dehKMhCvJxPisqgmT { width:3.9375rem;height:3.9375rem;top:107.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO60RIJWpnFvwVEMGEcw16TmIW5Xg90W { width:16.25rem;height:7.7988125rem;top:113.875rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQGnv7Tlev5ee2ni2Enl5hCNdV993xo { width:15.125rem;height:6.499rem;top:123.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqxsm6lczQ34f37IAZryynWXIn12FKIu { width:19.9995rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1RXSHu9SHd41X9MCqzyVQrFTCSrecKm { width:20rem;height:5.19921875rem;top:5.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdfC0t2HdrIgNPtKBxFeuxxV32BLTsOq { width:20rem;height:9.098625rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 { display:block; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container { width:20rem;height:98.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEeTt25k1N7gswBQcmpfvbgZ7EzITm6I { width:19.99875rem;height:5.19921875rem;top:2.1240234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqfPvpUMtwed2pm4LiTUmMzX9xqJ5Wwc { width:20rem;height:1.7871125rem;top:8.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7CSqge0pSWQS19fNHyuHruLAs2EUu2B { width:20rem;height:1.7871125rem;top:45.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFAeb1QbcLo2T43h230XO0hglNSRqH5J { width:0.125rem;height:37.625rem;top:10.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7oUrOgRmLvVQDyZndOUpU5XGTHJBtiT { width:0.75rem;height:0.75rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObyCpdEVTsSkhtDTVQ8HbW1p1B4NgoiV { width:16.3125rem;height:1.29980625rem;top:12.1875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx4GPrUETEkRDgQpTQEgsLTZbOSrPACg { width:17.125rem;height:12.9980625rem;top:14.4375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmueE5afInAs1lSkbz1u0Fv9sRkZ6Gok { width:17.125rem;height:10.3984375rem;top:31.4375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKCrSM4ubNBukcuEUAvoFUmtQ1alQipE { width:16.3125rem;height:1.29980625rem;top:29.5rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf0ezDGxZI66Uh4FqfrOyO3ikwDEpZgK { width:0.75rem;height:0.75rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5FfkyNwUgto3pxHbnPufnpyMOhcUhDv { width:14.9375rem;height:1.29980625rem;top:75.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdcFKbPBtQkbUVQawGgLymFEBH7XNs8S { width:16.3125rem;height:1.29980625rem;top:73.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUkDeaqspDTfmNTc5zJtqC2r1axVFOlQ { width:12.25rem;height:2.5996125rem;top:69.625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4lWhNfGVZxLTXStR8QSVxeGQ9XTnJob { width:16.3125rem;height:1.29980625rem;top:68.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk3z5wFAybPwAV0IC5yIktGgoosd7J7e { width:13.6875rem;height:1.29980625rem;top:65rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aohxkpfCcE5CB0Ro2blqOUJOwiycfoxZ { width:16.3125rem;height:1.29980625rem;top:63.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzHe634fv89C4vlLqHAolnfEyr4DRUA0 { width:15.6875rem;height:1.29980625rem;top:55.4375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfQoTFpHxzVWrXxpAudM7km0AoRHM8xh { width:16.3125rem;height:1.29980625rem;top:53.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP53TleZDlaWqSL3C31CVwDo2cuUkThG { width:12.43725rem;height:1.29980625rem;top:50.875rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qSHDlqr7BMsdiw96ydE78QHH8iMbhOzZ { width:16.3125rem;height:1.29980625rem;top:49.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8a5efwmVTiXf8hqdfQCJ4pAg1M5ETra { width:0.75rem;height:0.75rem;top:49.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Put9d3CDTHDAORgowC7auFgiwn46XZTF { width:0.75rem;height:0.75rem;top:54.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOw1F8zaaDBfxa6DhBIrlyLE3St3Otfu { width:0.75rem;height:0.75rem;top:63.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG7WFW96kermy70BUTTrxThWVHeMdbqc { width:0.75rem;height:0.75rem;top:68.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZz8FVqPImq4ZzgecgW0UD5BUEWCx5Kx { width:0.75rem;height:0.75rem;top:74.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnLMVVwHdKLeOWaVTJ56C2ckta9rLXxm { width:13.812rem;height:1.29980625rem;top:80.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErMus20eqw3sCb6GKT1lxoq8sNeD7PtV { width:16.3125rem;height:1.29980625rem;top:78.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLPMJFOOPmnzImvsmZQgKGnHATEmZSK2 { width:0.75rem;height:0.75rem;top:79.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy4CJUA9NH1mgKkC3CoD7xT8A1mlbdOk { width:16.4375rem;height:1.29980625rem;top:86.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7tTFSad7FRlsSxTcnoiaZei8FPa7FMX { width:16.3125rem;height:1.29980625rem;top:84.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4yT5i2E4Op61Oh9Cuvmr9Q9W3Qr56F { width:0.75rem;height:0.75rem;top:84.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7mTTc4T3FNde59Mr8SnyEfPtrQVW57A { width:15.6875rem;height:1.29980625rem;top:60.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHBUKsFhhV2TwULAbQxmqus7zqmouCew { width:16.3125rem;height:1.29980625rem;top:58.875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXnCIPXzTVh6LnHE3fGgdTThHS1qNkT3 { width:0.75rem;height:0.75rem;top:59rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy60GW8PLLU9gZ7fITD7N9cJmOKf6Q9d { width:15.6875rem;height:3.8994125rem;top:92.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi1FaiTV5nM7qvyg0bPl4vCTKEOA9veS { width:0.75rem;height:0.75rem;top:89.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWODKt3zOSoTt1Qm5yOaeHMdSZeleNPx { width:15.875rem;height:1.29980625rem;top:89.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA { display:block; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EB4SrXcw8AkKDnBQky4fbsppZ9c4y7qt { width:19.9995rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLQgzLWgT2pBoPnKciuyt8JXapI3KmN8 { width:19.999rem;height:18.19724375rem;top:11.2451171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnTb4heJVSW05TtGqTRoKaonXf3N713f { width:20rem;height:3.4375rem;top:30.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtL18dUnDMgGg3IUTBqBs7t2OPCpnN6 { display:block; }
 }@media only screen and (max-width: 763px) { #UgVrL9fJPVJwiIzGm9yQGIVLCbiAy9Cq { width:20rem;height:3.375rem;top:35.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8DCm7cGRoUKieOEPBqlAQTSHJROSVom { display:block; }
 }@media only screen and (max-width: 763px) { #MLTAxaKxKCBdZknhrrhK1T97t7dLX20g { width:20rem;height:2.2744125rem;top:7.5830078125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 { display:block; }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .row .container { width:20rem;height:124.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQIXwy1xkcoLsKr73cTtVtnkhE8I83h6 { width:20rem;height:5.19921875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJIzoraDurEWqJG0CausVe7Am1A8tNS4 { width:20rem;height:1.29980625rem;top:8.287109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVhl4JsJs3iJ4zifZixrOTJyNQenM1O3 { width:20rem;height:2rem;top:11.271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKDem8aCmNv8PSS7fzkqdgWnlRoBGi5J { width:19.75rem;height:22.125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGUhyTOkU0e9MDIqpGL2bt0Jh6vhoW2e { width:4.5rem;height:4.5rem;top:16.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub9vWaDVNRc34x64kmL9EfwX3lUDkv1V { width:12.875rem;height:13rem;top:16.125rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhHga6pPE6RGTiBEqC3Tl57mTNv2LOL9 { width:18.125rem;height:4.875rem;top:30.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evLKqxy8GJFTVoWkgMeBVA29mkw78xFI { width:19.75rem;height:22.25rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdqPDOcmmzPTQKDfX8slOWlai2fqrzU { width:19.75rem;height:10.75rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u78pRFwZZQPoHb9VigbDKMa5F3ZsOTUV { width:18.75rem;height:1.3808625rem;top:39.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ8yCNH4PeKi99hpfMJ1JbnOzZ8yF0HZ { width:18.125rem;height:4.875rem;top:43.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3bopT9RT0XF5LEutlEf46X62v0EzA7X { width:18.375rem;height:10.25rem;top:50.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcrOU4fPM4UTc3Z8DZn6Hu3dExIAxUKU { width:18.125rem;height:1.3808625rem;top:63.5625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvHpMTq0p1peL0fy0IP6WEpNUrK0cFSF { width:18.125rem;height:3.65625rem;top:67.5625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIkRBoIffal3IpE93ItM8I2Kke851wcg { width:19.75rem;height:10.75rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc2K5KgQJT0xVTIe7WkPK0xvJF1e4mDQ { width:18.125rem;height:3.65625rem;top:80.5625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5GCcTSKpsetskdLbQGRZRPg6LGqwJpL { width:18.125rem;height:1.3808625rem;top:76.25rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K70OmDwku9Q6uw4xm0mGHTrOiFV7lDg1 { width:19.75rem;height:10.75rem;top:86.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuRPDBTa1AVObIIgz94VJRBRNXJKXt42 { width:18.125rem;height:3.65625rem;top:92.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONSBdGeSWgOdUyeF5UDDGWidP9ERZJDU { width:18.125rem;height:1.3808625rem;top:88.5rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flzke7UTVxz7mO01azCTlGZefuV0qJS2 { width:19.75rem;height:10.9375rem;top:99.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px7tdfIRkwh3FSwHdT0zyzbXBZdHneVt { width:18rem;height:4.875rem;top:103.375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7s4BcwHQaKQFmcFgatpsh0Tc0OJ9lnK { width:14.875rem;height:1.3808625rem;top:100.125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf3UCdJbExzZMT7MBdsRAF68fuHrIRT6 { width:19.75rem;height:10.75rem;top:111.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPSTnabc5oMLIDFrGGr0uuTaT9MpHZ2u { width:17.875rem;height:3.65625rem;top:114.9375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWGdSkxVGbHISFqg12v5MTC9HvTCUCoS { width:14.875rem;height:1.3808625rem;top:112.5rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G { display:block; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzg3339xg6V459DDQxFAW445dH2RABgQ { width:19.999rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT2q5IKG8m4edpmT8fiJ4Ku3IUV5C7Mo { width:19.75rem;height:35.3125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuJZhcSwmyBSn8XwH4XMZxi4GyXk4Eb5 { width:13.5rem;height:13.5rem;top:12.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFfVMNhyaaib7Up5cGDXqkNFFBno2VZO { width:3.75rem;height:6.5rem;top:26.1875rem;left:0rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Va3Dnp7C625H3oxAASMdTJ11lA1xRRJc { width:17.25rem;height:12.99804375rem;top:29.875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EciGMoVTq5tV3DIJKJ7G6mimQKA1IwCe { width:20rem;height:2.5996125rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs28ZHuGvteRmc3keJewpndWU3TPTKGc { display:block; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3QVUDlXImqNOqgn4sKdrSetedbWpAZm { width:19.9995rem;height:4.548825rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1vl2TSRZLJT1LZDwXXm3mxCzGC0gJM2 { width:19.9980625rem;height:18.1972625rem;top:7.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rps2Na9xWdWDbJQb8rLyzn8xnsRiCuZ2 { width:3.75rem;height:3.99975625rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKsiuBlJmFwcmqvBZ6fvDzKWLmIQCps8 { width:3.9375rem;height:3.9375rem;top:27.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBVrUZBDSG6UnxchXzWORcyKoRsRfmH { width:3.9375rem;height:3.9375rem;top:27.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0GWxFTWIagONCqVvnlMhhKdWRQMfPtJ { width:9.375rem;height:3.99975625rem;top:40.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBTALkEp9ghufT9lN22P1NUJV25r2DsS { width:3.9375rem;height:3.9375rem;top:34.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXs41SNwPerKRVbg7HMk7dExES0rA88J { width:4rem;height:4rem;top:34.0625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaXxsOzGlM148SFI59imb7THP54obWwo { width:18.4375rem;height:3.4375rem;top:45.624025rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKEkuyCsGgtrStpf9rVtoInWSzn4mrK { display:block; }
 }@media only screen and (max-width: 763px) { #mSoJ622S6T9W33AeS9aaR72cceoVmbOP { display:block; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container { width:20rem;height:116.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:20rem;height:80.75rem;top:33.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ziyT7J9EPXDl5iE4ER0XryBhAdyhzz6O { width:20rem;height:6.82325rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIzlN7faaUtWZo5gIsCuRPzclNC3xbrT { width:20rem;height:3.25rem;top:9.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhGwtzabaoFR54HbzbGDyWbmXQMfNMIK { width:17.375rem;height:1.625rem;top:14.1875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAHM15TfQEzmJtp5eU8bi1EPsg3az8m5 { width:0.75rem;height:0.75rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNeUTdlISZEpW3i02TzrzGT2TvdKrHC { width:17.375rem;height:1.625rem;top:16.75rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfKR8yD1Scv2kP5Vu1DDVkJLGFXP8fIK { width:0.75rem;height:0.75rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBZzCnXWBSgOxR2IThfgrZUH82iXczhN { width:17.375rem;height:1.625rem;top:19.3125rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB4LL4PeIMMtvCqirnUwcmaW2FpfQZGV { width:0.75rem;height:0.75rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRyoThq2p67JMWI05b3RKSmzFHI3Oo83 { width:17.375rem;height:3.25rem;top:21.875rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TyylrcA0xMoiey5RPM90E9TFSN9F93 { width:0.75rem;height:0.75rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMNw2a9mGKlkT6vGNOerUQpgDJTBIo0 { width:17.375rem;height:3.25rem;top:28.5rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTxnrMpvdNHLWKF3AUIlggdCM5rFfPa { width:17.375rem;height:1.625rem;top:26rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNCUN0OvSGxoZhUTGiu9kJC9iqfQeBxD { width:0.75rem;height:0.75rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni3oZBZgFCz8H8M0MLRZtlAd4X6oCzAF { width:0.75rem;height:0.75rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { position:relative;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:15.5rem;height:5.375rem;top:3.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:20rem;height:7.7988125rem;top:12.3623046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { width:12.375rem;height:1.29980625rem;top:9.755859375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { display:flex;width:2.5rem;height:2.5rem;top:22.0625rem;left:2.75rem;font-size:1.75rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { display:flex;width:2.5rem;height:2.5rem;top:22.0625rem;left:6.6875rem;font-size:1.75rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { display:flex;width:2.5rem;height:2.5rem;top:22.125rem;left:10.6875rem;font-size:1.75rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { display:flex;width:2.5rem;height:2.5rem;top:22.0625rem;left:14.8125rem;font-size:1.75rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }