.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:59.5rem;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:13.1875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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.26171875rem;left:0rem;height:10.72266875rem;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:23.0625rem;height:3.1245125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.5625rem;left:24.5625rem;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.5625rem;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.6875rem;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.5625rem;left:12.875rem;height:1.0559875rem;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:23.0625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.5625rem;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:39.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.8997375rem;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.648681640625rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#d8SeG5UWZS27FApkpaLWeb8yP7aMZ61q { color:#343434;display:block;width:37.4375rem;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.125rem;left:0rem;height:5.20019375rem;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:18.875rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#KkpLodPLwn6CQRusSvCJp93HFd6O0aNA { box-sizing:content-box;height:25.3125rem;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:12.7236328125rem;left:37.437744140625rem;display:block; }
#h2WnWhKxuUuuLERR84PgsrskBTiyLiir { box-sizing:content-box;height:0.062255875rem;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:24.632080078125rem;left:0rem;display:block; }
#DGxQOxM1plmVWTF4wwqdNyxhTcaomA8s { color:#343434;display:block;width:37.5rem;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:26.507080078125rem;left:0rem;height:5.20019375rem;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:33.5625rem;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.875rem;left:40.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#QH6iN5ErcMdM8ZVXD3b9ahHb3R9FzIvy { color:#343434;display:block;width:33.9375rem;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.125rem;left:40.9375rem;height:5.20019375rem;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:33.5625rem;left:40.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#MOx4PuyThE0em6zFXpwPJ3GUrZpmDTxT { color:#343434;display:block;width:33.8745rem;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:26.50634765625rem;left:41.12548828125rem;height:5.20019375rem;display:block; }
#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq { position:relative;display:block; }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq { background-color: transparent; background-image: none; }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq > .row .container > .video-iframe-container { display: none; }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq > .row > .video-iframe-container { display: none; }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq > .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); }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq { border-width: 0; border-radius: 0; }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq > .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; }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq > .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:28.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; }#hNPa63vH17ONfN86Utfq4IJ0GrRRPq4M { 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; }
#yIgwetFSa558aNTie74cFaFyxw9peSZC { 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; }
#bfxxTWycsTL8A4LCfbJvaoTx3cpBCVgw { 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:13.375rem;left:0rem;overflow:hidden;display:block; }
#rf2Hx7w8fDB4mUCfPp2UaMc70k4rOKie { 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:13.375rem;left:16.1875rem;overflow:hidden;display:block; }
#zqNM8lr1ZuCylPpMK9MpoTNXfT0GmOUe { 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:13.375rem;left:32.5625rem;overflow:hidden;display:block; }
#XtJCmcV9xtfBeGgS84SqaqaOKgKiu7r0 { 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:13.375rem;left:48.6875rem;overflow:hidden;display:block; }
#fVFnd6MPqahUKvlNwSVhT3ITxKTN3P6u { 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:9.9375rem;width:9.9375rem;top:13.375rem;left:65.0625rem;overflow:hidden;display:block; }
#xPmttRC7mXRbGmFhvE8ihQobAktxSTzZ { 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:23.9355625rem;height:3.436525rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:23.3125rem;left:0.6875rem;display:block; }
#oo8ewGPwsT3NxIDfk086Bp7kan6KSqOA { 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:70.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.8997375rem;display:block; }
#sqPN9Cp7Jz6S1T6JcDggD65IAzSSkd4T { 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:8.5234375rem;left:0rem;height:6.499025rem;display:block; }
#DTIrtI7Jqgr0qR8wrJt1trhdGFtmRnaN { box-sizing:content-box;height:10.625rem;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:18.5rem;left:0rem;display:block; }
#MOQsCfGCte83rXD89orE1x6z2R1vFgCn { color:#343434;display:block;width:15.99975rem;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:19.670654296875rem;left:1.092041015625rem;height:3.8984375rem;display:block; }
#LR4puCF7ESxKzOxBts6tGKoHlK2EqT6q { color:#343434;display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.132568359375rem;left:1.093505859375rem;height:3.65625rem;display:block; }
#VROwwqiSJlwiIW8fmh0K8RV6FXKMtbM0 { box-sizing:content-box;height:10.625rem;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:18.5rem;left:19.1875rem;display:block; }
#JQxEchn9wHfKDqogpDfnUQmIPMuN8mIC { color:#343434;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.523193359375rem;left:19.843505859375rem;height:4.875rem;display:block; }
#rDyzrf3fbXrtD7NisXyompLuXLtcheCt { color:#343434;display:block;width:15.99975rem;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:19.06201171875rem;left:19.904296875rem;height:3.8984375rem;display:block; }
#b7icS0d7q68ib4QJ5nt0LPrSnJqF6L0R { box-sizing:content-box;height:11.875rem;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:30.625rem;left:0rem;display:block; }
#H1f5E5hcAG4b2blG3hUhNvtszWPAoJUn { box-sizing:content-box;height:11.875rem;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:30.625rem;left:19.1875rem;display:block; }
#rRRsU2DB0R6yExffmt1ECw8mEyMNb8Ol { color:#343434;display:block;width:15.99975rem;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:36.236572265625rem;left:1.092041015625rem;height:4.875rem;display:block; }
#D3z6JDWxCxC9BmtEKcuxCwrwsNX29sCi { color:#343434;display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:36.236572265625rem;left:20.28076171875rem;height:4.875rem;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:31.75rem;left:1.125rem;height:3.8984375rem;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:31.75rem;left:20.3125rem;height:3.8984375rem;display:block; }
#vy910ZocGKmpXvh95ShRz1MM5V6WD92M { box-sizing:content-box;height:10.625rem;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:44rem;left:0rem;display:block; }
#y7g8N3rTiHRoFWuLTvZ6k2EV1uVSisLr { box-sizing:content-box;height:10.625rem;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:44rem;left:19.1875rem;display:block; }
#DRALVpNfD5x4Fhb5n5S3ES0ANEC9RqFf { color:#343434;display:block;width:16rem;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:47.8125rem;left:1.125rem;height:4.875rem;display:block; }
#IU15r3J0TdqJ8TPoDqQwJkTk58gthxfb { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:47.8125rem;left:20.3125rem;height:6.09375rem;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:45.125rem;left:1.125rem;height:1.94986875rem;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:45.125rem;left:20.3125rem;height:1.94986875rem;display:block; }
#FRsQDfdHt93oX9gUwbiidLQfazqKxpFq { box-sizing:content-box;height:11.875rem;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:56.0625rem;left:0rem;display:block; }
#x1EuTDxgTG5h4uXtEbQb5X66pp26Fwex { box-sizing:content-box;height:11.875rem;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:56.0625rem;left:19.1875rem;display:block; }
#ObJCy0pzg2CG1I3uItTtn2XTLS81rT0o { color:#343434;display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:62.021484375rem;left:1.092041015625rem;height:4.875rem;display:block; }
#vnyff8Toe7IHGznVr1bKWgQEy80GZc83 { color:#343434;display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:61.861083984375rem;left:20.28076171875rem;height:4.875rem;display:block; }
#scNb4ogEz5Fgf6MLmaoZpN90h5wuvcSk { color:#343434;display:block;width:15.99975rem;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:57.999755859375rem;left:1.092041015625rem;height:1.94986875rem;display:block; }
#uO9JLFQIkFL9xaH4ws39o12A2ywJCoMs { color:#343434;display:block;width:15.99975rem;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:57.999755859375rem;left:20.279296875rem;height:1.94986875rem;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.6875rem;width:36.875rem;top:18.5rem;left:38.0625rem;overflow:hidden;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:50.375rem;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:3.8997375rem;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:2.924475rem;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:14.5rem;left:0rem;display:block; }
#XNPm5ugTlAznB7ToBQmXfT6Hbf1lSpIJ { color:#343434;display:block;width:12.62475rem;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:16.5625rem;left:1.1875rem;height:2.76269375rem;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:20.625rem;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:14.5rem;left:19.5625rem;display:block; }
#csXlIHy2gqp0ArQW6EPdeJpisaVibEA3 { color:#040404;display:block;width:13.99875rem;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:20.75rem;left:20.75rem;height:7.3125rem;display:block; }
#us0RVgAmUMovm2WPX6C0hy6d6Tw0oAPt { color:#343434;display:block;width:13.75rem;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:16.5625rem;left:20.8125rem;height:2.76269375rem;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:14.5rem;left:39.125rem;display:block; }
#CMa6yGpTLpMMNQ1r8hJnw1G7ZOtaN4MH { color:#040404;display:block;width:13.9995rem;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:20.625rem;left:40.3125rem;height:7.3125rem;display:block; }
#T1mJZDU5fzC8tkmLlM2uUFF4ykTNyB18 { color:#343434;display:block;width:12.62475rem;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:16.5rem;left:40.3125rem;height:2.76269375rem;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:14.625rem;left:58.625rem;display:block; }
#qH1JBUhMi8wAM8LK2vPaGkLaEl2bOax7 { color:#040404;display:block;width:13.99875rem;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:19.921875rem;left:59.84326171875rem;height:8.53125rem;display:block; }
#ewWPGtl9KHJZQx1MZnmmMeViub0WQ27C { color:#343434;display:block;width:12.624rem;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:16.187255859375rem;left:59.8125rem;height:2.76269375rem;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:20.1875rem;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:20.1875rem;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:20.1875rem;left:55.625rem; }
#PQwXwdRWHTudO5EteZBbN4BpOGRsxxZL { box-sizing:content-box;height:15.875rem;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.000007629394rem;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.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:32.5625rem;left:0rem;height:7.474625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3736875rem;height:3.4362rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:41.910807132721rem;left:25.311199188233rem;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:49.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; }#fZ6zT7VgVToyCDCv3GT15RQeNvVhVNIt { box-sizing:content-box;height:33rem;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:14.25rem;left:0rem;display:block; }
#TtADCrnOuMITdluAv2FT2ftreEVsCfQA { color:#343434;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.3623046875rem;left:1.5rem;height:10.07425rem;display:block; }
#xTtnOTB3948OgmJdoHcDTZcubvSW9aKx { color:#343434;display:block;width:13.999rem;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:34.8994140625rem;left:1.5rem;height:10.3984375rem;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:16.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#zxzoNTPXL4TgC3hwwJAd3kJcD4s7ilBC { box-sizing:content-box;height:33rem;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:14.25rem;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:16.0625rem;left:20.8125rem;overflow:hidden;display:block; }
#hrQolM26LmnOIyptnsEd8CeJCNw0ySqP { color:#343434;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.3623046875rem;left:20.375rem;height:10.07425rem;display:block; }
#ROyWlGTKnq9EIfK5PoMtFmaiVu9c8kNa { color:#343434;display:block;width:13.999rem;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:34.8994140625rem;left:20.375rem;height:7.7988125rem;display:block; }
#Mh1FiKl6w6rqID51ZlWmF0TfKGy7P3cm { box-sizing:content-box;height:33rem;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:14.25rem;left:37.8125rem;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:16.125rem;left:39.6875rem;overflow:hidden;display:block; }
#Nv4m24Tr3aQ0f26dogEvexNd0JztaZFi { color:#343434;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.3623046875rem;left:39.3125rem;height:7.5556875rem;display:block; }
#NQav8nKqPAnh0kDMavh2vPpl4lb2MhME { color:#343434;display:block;width:13.999rem;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:34.8994140625rem;left:39.9375rem;height:7.7988125rem;display:block; }
#TKl8g0wMitX391SsFdkDnb6BKLPyl5cp { box-sizing:content-box;height:33rem;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:14.25rem;left:56.75rem;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:16.125rem;left:58.625rem;overflow:hidden;display:block; }
#NO60RIJWpnFvwVEMGEcw16TmIW5Xg90W { color:#343434;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.3623046875rem;left:58.25rem;height:7.5556875rem;display:block; }
#bfQGnv7Tlev5ee2ni2Enl5hCNdV993xo { color:#343434;display:block;width:13.999rem;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.7744140625rem;left:58.875rem;height:6.499rem;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.8997375rem;display:block; }
#TgZ9w6ppVKGFNPKNykTZfbTLsVL81kLf { color:#343434;display:block;width:70.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.58984375rem;left:0rem;height:1.62524375rem;display:block; }
#IT2T5vDTZhD6k0b69gRwT0FEp3fGd9W6 { color:#343434;display:block;width:70.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.08984375rem;left:0rem;height:1.29980625rem;display:block; }
#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD { position:relative;display:block; }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD { background-color: transparent; background-image: none; }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD > .row .container > .video-iframe-container { display: none; }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD > .row > .video-iframe-container { display: none; }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD > .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); }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD { border-width: 0; border-radius: 0; }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD > .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; }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD > .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.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; }#BMJT4LLXvnTLCsVfcuCT1y3ugb0qSEtJ { 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.8997375rem;display:block; }
#P12Sk7ouSohLgdFS0OVhoqGAORazMaLL { box-sizing:content-box;height:37.5rem;width:0.12402375rem;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:11.484375rem;left:37.4375rem;display:block; }
#TMZLMvPlTeWKV26flJfyRsFgpROTyLv2 { 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:12.5625rem;left:40.5rem;display:block; }
#kNrPiuk8fM7yU4gynSgbiB2RN9z4rqmm { 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:12.25rem;left:42.75rem;height:1.38135rem;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; }
#e1rBFMDTynfKBQPNBT0XAP5bGu0GcKKh { 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:14.25rem;left:42.75rem;height:1.21875rem;display:block; }
#oGBfeCtf3i8iOBxTxlISSATNQRd7XCzz { 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:19.6875rem;left:42.75rem;height:1.21875rem;display:block; }
#Qk735xWOCOGAziii5M9ooMKssoGx1Qeo { 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:17.6875rem;left:42.75rem;height:1.38135rem;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; }
#WGBk1AezvsckikNTtEhgh019Fqf4dOXm { 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:18rem;left:40.5rem;display:block; }
#SVVl4TSGq1bdaJkGTEIG9tUtqrmkvKpn { color:#040404;display:block;width:32.25rem;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:24.875rem;left:42.75rem;height:1.21875rem;display:block; }
#nqff7VeHGp39vIswZH7JKcv0vtNKwZA4 { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.875rem;left:42.75rem;height:1.38135rem;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; }
#RADNJaf4vNOt3m05heJLGPx2cTXNcAK9 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15027;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:40.5rem;display:block; }
#spqJZA5WD1A7ZmLTHm7UP0Cym1sziEuK { color:#040404;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.1875rem;left:42.75rem;height:1.38135rem;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; }
#Twx7NsTsCc6WvxbXDJwRmTPf5R4cXrUM { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15030;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.5rem;left:40.5rem;display:block; }
#QWWMKuK5Vqd34aIsg1yy6sC4kA8G4IMc { color:#040404;display:block;width:27.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:30.375rem;left:42.75rem;height:3.65625rem;display:block; }
#czf8USZkboO8TTRT2Ae8chmFByUKikHZ { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:36.375rem;left:42.75rem;height:1.38135rem;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; }
#s9BHoNIrffnG1236zpqKD2ph2uGqTIOH { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15033;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.6875rem;left:40.5rem;display:block; }
#WLQ1KDB1HldDhwHtobUoNlSA9JLA3uOJ { 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:19.8125rem;left:2.1875rem;height:1.21875rem;display:block; }
#l1XC1yagoF8A4N2i8o7S7KxsHgaR61No { 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:17.75rem;left:2.1875rem;height:1.38135rem;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; }
#PZssFLFZb1encWa4kRppS6IQtkSD9GRS { 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:14.875rem;left:2.1875rem;height:1.21875rem;display:block; }
#eNgtAS8coTUonm9RPTClPWfTpH5VoXHw { 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:12.25rem;left:2.1875rem;height:1.38135rem;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; }
#dlO8IFA6KUcg8D6nQLXGBkVEdybinsqd { 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:12.5625rem;left:0rem;display:block; }
#PPTH8r6QnRTQw6PtcfSGfQHB48OhRdUw { 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:18.0625rem;left:0rem;display:block; }
#rw2Dbiu78fLi7RaJolstI8utHgwyRTwh { 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:25.4375rem;left:2.1875rem;height:2.4375rem;display:block; }
#FgMayE3J9w2NMP7Kcr17nqnTys63C5T5 { 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:23.375rem;left:2.1875rem;height:1.38135rem;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; }
#U30Tp55Jv5Rtq5EKCpUpToZJq4pvk5VT { 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:23.6875rem;left:0rem;display:block; }
#IGunVkww03U79WAXkXpwI7NCX65KerT0 { 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:32.4375rem;left:2.1875rem;height:6.09375rem;display:block; }
#hcMJolanm1KJ2tiRsT05GdBBp9s6LKtJ { 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:30.375rem;left:2.1875rem;height:1.38135rem;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; }
#otB7DSuT7nynqCAWV80mcrcapTABsa8a { 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:30.6875rem;left:0rem;display:block; }
#a86ZV931p6TNV5HSTyuBoaGRsTfVnxUQ { color:#040404;display:block;width:27.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:39.1875rem;left:42.75rem;height:1.21875rem;display:block; }
#taFK2anJKOvgwzCpbupXZgxJVe3FheJh { color:#343434;display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:6.75rem;left:40.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kc4zR3USAxUr4d5pSltxFsgW2DpEZT4z { 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:40.5rem;left:0rem;display:block; }
#QqGPqAF2wKTMeTiXFJw7GtMmAxw80V6B { 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:42.25rem;left:2.1875rem;height:4.875rem;display:block; }
#JonOaGPb0Z7HqyTHsD7tuA6ohWqEVvlz { 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:40.1875rem;left:2.1875rem;height:1.38135rem;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; }
#s90TPLkRHRC2InsHe8OQPKVcZ3EGL3NC { color:#343434;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:2.6001rem;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:24rem;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.8997375rem;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:7.64794921875rem;left:0rem;height:9.09864375rem;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:28.125rem;height:3.43725625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:18.49951171875rem;left:0rem;display:block; }
#Z8DCm7cGRoUKieOEPBqlAQTSHJROSVom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:59rem;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:43.5rem;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.8997375rem;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; }
#evLKqxy8GJFTVoWkgMeBVA29mkw78xFI { box-sizing:content-box;height:15.75rem;width:22.0625rem;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:22.8125rem;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:22.8125rem;left:58.375rem;display:block; }
#u78pRFwZZQPoHb9VigbDKMa5F3ZsOTUV { color:#343434;display:block;width:15.4375rem;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:24.125rem;left:0.8125rem;height:2.76269375rem;display:block; }
#SJ8yCNH4PeKi99hpfMJ1JbnOzZ8yF0HZ { color:#040404;display:block;width:20.125rem;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:28.0625rem;left:1rem;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:15.875rem;width:15.75rem;top:22.8125rem;left:23.5rem;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:24.125rem;left:59.1875rem;height:1.38135rem;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:28.0625rem;left:59.1875rem;height:3.65625rem;display:block; }
#wIkRBoIffal3IpE93ItM8I2Kke851wcg { box-sizing:content-box;height:14.0625rem;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:40.6875rem;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:46rem;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:42.0625rem;left:0.875rem;height:2.76269375rem;display:block; }
#K70OmDwku9Q6uw4xm0mGHTrOiFV7lDg1 { box-sizing:content-box;height:14.0625rem;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:40.6875rem;left:17.875rem;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:46rem;left:18.75rem;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:42.0625rem;left:18.75rem;height:1.38135rem;display:block; }
#grpeoWLkgDuGG7puTnyqPmrP9uc3Qdta { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:21.0625rem;top:40.75rem;left:53.875rem;overflow:hidden;display:block; }
#adINBoAuQgCGOdD9WZ7Bmamu4oLWHte4 { box-sizing:content-box;height:14.0625rem;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:40.6875rem;left:35.9375rem;display:block; }
#z8s8MpeKLre4bsgBkRFDJFh3E7n2hJCf { 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:46rem;left:36.875rem;height:6.09375rem;display:block; }
#UXe6NXBmpCcidEqga4MCb04BxnkXplIS { 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:42.0625rem;left:36.875rem;height:1.38135rem;display:block; }
#y97r6p0pJ2B6LUnwQZLWKVv3RpwUrNQc { 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:22.8125rem;left:40.4375rem;display:block; }
#gLP4duis6itn7SUiKoEBx4asR8IXu8WB { 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:24.1875rem;left:41.375rem;height:1.38135rem;display:block; }
#oGXlUoIQH36DAxHiKLVLBWi7CmozTCxg { 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:28.0625rem;left:41.375rem;height:6.09375rem;display:block; }
#NLTXDoJfcfPmm9mxyL9kdhVwWhGnpmeN { color:#343434;display:block;width:33rem;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:6.875244140625rem;left:0rem;height:2.6001rem;display:block; }
#rc8yhJTlldwE63ptMtV9xdh224nx7wlW { position:relative;display:none; }#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:37.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:none; }#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:7.79590625rem;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:17.3125rem;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:17.3125rem;left:12.5rem;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:17.3125rem;left:26.6875rem;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:17.3125rem;left:39.1875rem;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:17.3125rem;left:52.25rem;overflow:hidden;display:block; }
#PRZRtJOTo6Ogh4iJsD7u5BPUHTDdioHN { 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:9.9375rem;width:9.9375rem;top:17.3125rem;left:65.0625rem;overflow:hidden;display:block; }
#nAFm3ICypTkqQXnUrLixTxiuvsydI6DJ { color:#343434;display:block;width:7.18725rem;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:27.75rem;left:1.375rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#UbP6upO6iAk1bThkqVD0gL5RGT5IkA4U { color:#343434;display:block;width:8.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.75rem;left:13.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#M78fFJqBTzB9sm0peB99VJ1fdP7dJhnT { color:#343434;display:block;width:9.8125rem;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:27.75rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VpaRRsvFOq2ixkr5RVWUbWFJi8DKSwAT { color:#343434;display:block;width:9.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.75rem;left:39.1875rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#zwZlgEvNR4aTMUeJbnuoBPVHDzLFT7EI { color:#343434;display:block;width:9.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.75rem;left:52.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#O2lysdEWRENl0wcwRgR9cRIxiIggtVWA { color:#343434;display:block;width:10.625rem;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:27.75rem;left:64.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nfElNVdy4gKTmQ2DzMPtT2552Vdb1yFw { 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:23.9355625rem;height:3.436525rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.47265625rem;left:0.8125rem;display:block; }
#o8rpAKkwZ4s8231hFIIcUMZWXyzoPnbE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q { position:relative;display:block; }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q { background-color: transparent; background-image: none; }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q > .row .container > .video-iframe-container { display: none; }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q > .row > .video-iframe-container { display: none; }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q > .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); }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q { border-width: 0; border-radius: 0; }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q > .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; }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q > .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:21rem;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; }#WREZpMHrImkfNt4L1OQKB9LlirynEOaf { box-sizing:content-box;height:16.93725rem;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:1.875rem;left:0rem;display:block; }
#OwcW9oXP9Zt5TdeMfugVeqUfSNSZCEKc { 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:3.625rem;left:1.5rem;overflow:hidden;display:block; }
#rSaSxQLIZnTir61dTBqgOlNSCKBbKLUs { 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:1.875rem;left:16.6875rem;height:10.3996875rem;font-style:normal;display:block; }
#BW7PmqKAmGvziWI7pukQAhbwZ5n2iAyZ { color:#343434;display:block;width:56.125rem;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:8.1875rem;left:16.6875rem;height:9.0986375rem;text-align:left;text-align-last:left;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: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; }#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.6001rem;display:block; }
#f1vl2TSRZLJT1LZDwXXm3mxCzGC0gJM2 { color:#343434;display:block;width:32.1875rem;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:11.69823125rem;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:9.0625rem;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:9.0625rem;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:9.0625rem;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:9.0625rem;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:9.0625rem;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:9rem;left:71rem;overflow:hidden;display:block; }
#MZs7LFgG6uC2JdbW3GSf2wQUfP44EsFi { 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:23.9355625rem;height:3.436525rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:19.5712890625rem;left:0rem;display:block; }
#qwLoSnRdt38Kwvuh5ZTTzCJn3LaEsPFg { 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:58.1875rem;width:75rem;position:relative;display:block; }#zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { position:absolute;display:block;z-index:15009;height:54.375rem;width:34.125rem;top:1.875rem;left:40.875rem;display:block; }
#ziyT7J9EPXDl5iE4ER0XryBhAdyhzz6O { color:#2c2c2c;display:block;width:31.0625rem;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:25.6875rem;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.1728515625rem;left:0rem;height:1.62524375rem;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:13.6875rem;left:1.8125rem;height:1.62524375rem;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.125rem;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:16.25rem;left:1.8125rem;height:1.62524375rem;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:16.6875rem;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:18.8125rem;left:1.8125rem;height:1.62524375rem;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:19.25rem;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:21.375rem;left:1.8125rem;height:1.62524375rem;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:21.8125rem;left:0rem;display:block; }
#cAWIL2H4Odem7gUfPQrmo7Vu16PtUbyJ { 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:24.25rem;left:1.8125rem;height:1.62524375rem;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; }
#P0kWKvXkctU9e44b4qTKmqfhyhVhGucG { 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:24.6875rem;left:0rem;display:block; }
#sBr38mPoQ9aO0RczdgZ3pT6h6RkWJTwX { 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:27.125rem;left:1.8125rem;height:1.62524375rem;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; }
#PTfmay6Ck8ud9URBVJdT0LwCqmPpIBS0 { 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:27.5625rem;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:42.375rem;height:2.5996125rem;top:10.3740234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:42.375rem;height:9.09864375rem;top:14.439453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18rem;height:3rem;top:26rem;left:18.4375rem;font-size:0.9375rem;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.97485625rem;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;font-size:0.9375rem;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:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QDLxklkdq9xCAvrcWEiHehiwQtNni86I { width:47.74875rem;height:7.7995rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BeloHqHIKFuHTnk9MDxIIXEsI70VLvaB { width:47.75rem;height:3.8994125rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8SeG5UWZS27FApkpaLWeb8yP7aMZ61q { width:24rem;height:7.066375rem;top:16.46044921875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BrZt5buSzJSWHwtJQrB63cwmpNBeTTuU { width:23.25rem;height:6.499rem;top:25.251708984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkpLodPLwn6CQRusSvCJp93HFd6O0aNA { width:0.124511875rem;height:30.9375rem;top:16.748291015625rem;left:23.17236328125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2WnWhKxuUuuLERR84PgsrskBTiyLiir { width:47.74875rem;height:0.124511875rem;top:33.544921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGxQOxM1plmVWTF4wwqdNyxhTcaomA8s { width:23.31225rem;height:4.7109375rem;top:35.419921875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drycyZfHzB7TAvydWbRIxHePADNTipsC { width:22.6245rem;height:5.19921875rem;top:42.006591796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p939PlVqZbSuxsnfLwpTGDwazVcxnnTp { width:23.0625rem;height:5.19921875rem;top:25.251708984375rem;left:24.68701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QH6iN5ErcMdM8ZVXD3b9ahHb3R9FzIvy { width:22.99875rem;height:7.066375rem;top:16.46044921875rem;left:24.750732421875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dw9fKETw6zzpu8QV0rWWIq8ErKIwwqM4 { width:22.812rem;height:5.19921875rem;top:42.005859375rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOx4PuyThE0em6zFXpwPJ3GUrZpmDTxT { width:22.6875rem;height:4.7109375rem;top:35.419189453125rem;left:25.06201171875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq { display:block; }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hNPa63vH17ONfN86Utfq4IJ0GrRRPq4M { width:47.75rem;height:3.8997375rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yIgwetFSa558aNTie74cFaFyxw9peSZC { width:47.75rem;height:5.19921875rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfxxTWycsTL8A4LCfbJvaoTx3cpBCVgw { width:9.9375rem;height:9.9375rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rf2Hx7w8fDB4mUCfPp2UaMc70k4rOKie { width:9.9375rem;height:9.9375rem;top:14.625rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zqNM8lr1ZuCylPpMK9MpoTNXfT0GmOUe { width:9.9375rem;height:9.9375rem;top:26.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XtJCmcV9xtfBeGgS84SqaqaOKgKiu7r0 { width:9.9375rem;height:9.9375rem;top:14.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fVFnd6MPqahUKvlNwSVhT3ITxKTN3P6u { width:9.9375rem;height:9.9375rem;top:26.4375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPmttRC7mXRbGmFhvE8ihQobAktxSTzZ { width:23.1225625rem;height:3.375rem;top:36.375rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oo8ewGPwsT3NxIDfk086Bp7kan6KSqOA { display:block; }
 }@media only screen and (max-width: 1199px) { #s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr { display:block; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row .container { width:47.75rem;height:124rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B8tUREwaCnaLCqq9tqApwclotsAIXvAA { width:47.75rem;height:3.8997375rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqPN9Cp7Jz6S1T6JcDggD65IAzSSkd4T { width:47.75rem;height:7.79883125rem;top:7.6484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTIrtI7Jqgr0qR8wrJt1trhdGFtmRnaN { width:18rem;height:10.625rem;top:19.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOQsCfGCte83rXD89orE1x6z2R1vFgCn { width:15.99975rem;height:3.8984375rem;top:20.37451171875rem;left:4.529296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LR4puCF7ESxKzOxBts6tGKoHlK2EqT6q { width:15.99975rem;height:3.65625rem;top:24.835693359375rem;left:4.53076171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VROwwqiSJlwiIW8fmh0K8RV6FXKMtbM0 { width:18rem;height:10.625rem;top:19.1875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQxEchn9wHfKDqogpDfnUQmIPMuN8mIC { width:16.6245rem;height:4.875rem;top:24.273193359375rem;left:26.404541015625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDyzrf3fbXrtD7NisXyompLuXLtcheCt { width:16.2495rem;height:3.8984375rem;top:19.81201171875rem;left:26.404541015625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7icS0d7q68ib4QJ5nt0LPrSnJqF6L0R { width:18rem;height:11.875rem;top:31.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H1f5E5hcAG4b2blG3hUhNvtszWPAoJUn { width:18rem;height:11.875rem;top:31.625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rRRsU2DB0R6yExffmt1ECw8mEyMNb8Ol { width:15.99975rem;height:4.875rem;top:38.061767578125rem;left:4.529296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3z6JDWxCxC9BmtEKcuxCwrwsNX29sCi { width:15.99975rem;height:4.875rem;top:38.061767578125rem;left:26.529052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARskhIpdgEZcpmiTacsrwdZD1vlaXBoy { width:16rem;height:3.8984375rem;top:33.0625rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RK0I2aGdnFRDCmJGZGZaEIC7su7lQ2Cx { width:16rem;height:3.8984375rem;top:33.375rem;left:26.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vy910ZocGKmpXvh95ShRz1MM5V6WD92M { width:18rem;height:10.625rem;top:45.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7g8N3rTiHRoFWuLTvZ6k2EV1uVSisLr { width:18rem;height:10.625rem;top:45.3125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRALVpNfD5x4Fhb5n5S3ES0ANEC9RqFf { width:15.99975rem;height:4.875rem;top:49.875rem;left:4.529296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IU15r3J0TdqJ8TPoDqQwJkTk58gthxfb { width:15.99975rem;height:6.09375rem;top:49.265625rem;left:26.529052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKOln2IShJoNvsuFO7uN9sMirlnqb4hx { width:16rem;height:1.94986875rem;top:46.75rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsfiKg7MaGE4xgfVPFNBVmt5FS90le8B { width:15.99975rem;height:1.94986875rem;top:46.749755859375rem;left:26.529052734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRsQDfdHt93oX9gUwbiidLQfazqKxpFq { width:18rem;height:11.875rem;top:57.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1EuTDxgTG5h4uXtEbQb5X66pp26Fwex { width:18rem;height:11.875rem;top:57.75rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ObJCy0pzg2CG1I3uItTtn2XTLS81rT0o { width:15.99975rem;height:4.875rem;top:62.999267578125rem;left:4.529296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnyff8Toe7IHGznVr1bKWgQEy80GZc83 { width:15.99975rem;height:4.875rem;top:62.999267578125rem;left:26.529052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scNb4ogEz5Fgf6MLmaoZpN90h5wuvcSk { width:16rem;height:1.94986875rem;top:59.1875rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uO9JLFQIkFL9xaH4ws39o12A2ywJCoMs { width:16rem;height:1.94986875rem;top:59.5rem;left:26.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipMNABfMVk17MuxaXgKZhsurqW7T9y5U { width:36.874rem;height:49.6875rem;top:71.998046875rem;left:5.4365234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olTasco3EVy1PkkhnEgvmqyoRKcrSSmK { display:block; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row .container { width:47.75rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ozlyibrfqhag09MWkc3sa5Dfdd2V8qHU { width:47.74875rem;height:7.7995rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9OufL12RiEKa0h4VJE52NhzrZdZehpJ { width:47.75rem;height:2.924475rem;top:11.548095703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxvxFzG9OCezecG7hM75EUOBm1NlZOtB { width:18rem;height:17.1875rem;top:14.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNPm5ugTlAznB7ToBQmXfT6Hbf1lSpIJ { width:13.7483125rem;height:6.3369375rem;top:16.0625rem;left:3.6875rem;font-size:1.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #pnfUv7azTMunbnq2RgF5aAP2vKuUX1Zq { width:13.9980625rem;height:6.499rem;top:23.74951171875rem;left:3.561767578125rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #tfFBeXs0qpCeIsTT9SVlfTsTGq26CvHH { width:18rem;height:17.1875rem;top:14.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csXlIHy2gqp0ArQW6EPdeJpisaVibEA3 { width:15.125rem;height:7.7988125rem;top:23.0625rem;left:26.125rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #us0RVgAmUMovm2WPX6C0hy6d6Tw0oAPt { width:13.7483125rem;height:6.3369375rem;top:15.875rem;left:26.25rem;font-size:1.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #MFWIRxG2ltzMGWyB5L5VokHfhigRNmE4 { width:18rem;height:17.1875rem;top:32.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CMa6yGpTLpMMNQ1r8hJnw1G7ZOtaN4MH { width:15rem;height:7.7988125rem;top:40.43701171875rem;left:3.561767578125rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #T1mJZDU5fzC8tkmLlM2uUFF4ykTNyB18 { width:16.437rem;height:4.2246125rem;top:35.0625rem;left:3.312744140625rem;font-size:1.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #bdmCZdeXQtmPIAW7Cm8z1mATK01lFeXR { width:18rem;height:17.1875rem;top:32.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qH1JBUhMi8wAM8LK2vPaGkLaEl2bOax7 { width:16.18725rem;height:9.098625rem;top:39.912353515625rem;left:26.124755859375rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #ewWPGtl9KHJZQx1MZnmmMeViub0WQ27C { width:16.125rem;height:4.2246125rem;top:35.0625rem;left:26.25rem;font-size:1.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #BpCegegnR5okPR9XM1wxAXOoVx6GKKMO { width:3.06225625rem;height:3.06225625rem;top:21.625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osqkrlqKTv0vptWonaRKsiQUgvqGraP6 { width:3.06225625rem;height:3.06225625rem;top:21.625rem;left:44rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVwpJCM2d4cqIbls3v8uQSIuPkwbwm0z { width:3.06225625rem;height:3.06225625rem;top:39.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQwXwdRWHTudO5EteZBbN4BpOGRsxxZL { width:47.5625rem;height:16.75rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VaV6I6Toaoo16paTQSCFuc2IuDiwA1Af { width:47.7480625rem;height:7.7995rem;top:53.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KMiHVMBkXNcllcCTeTTn0JseqEna6eLt { width:20.937rem;height:3.375rem;top:63.54638671875rem;left:12.749267578125rem;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:87rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fZ6zT7VgVToyCDCv3GT15RQeNvVhVNIt { width:18rem;height:33.5rem;top:15.625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtADCrnOuMITdluAv2FT2ftreEVsCfQA { width:13.749rem;height:12.1875rem;top:23.5625rem;left:4.6875rem;font-size:1.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #xTtnOTB3948OgmJdoHcDTZcubvSW9aKx { width:13.9980625rem;height:10.3984375rem;top:37.0625rem;left:4.5625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #TnQtFxh1H8Tf5xLq6t2CZRTzyMN8eten { width:3.9375rem;height:3.9375rem;top:18.1875rem;left:4.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #zxzoNTPXL4TgC3hwwJAd3kJcD4s7ilBC { width:18rem;height:33.5rem;top:15.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdokftcUoFO5pEBkpVw8NZrSuHdSSlWh { width:3.9375rem;height:3.9375rem;top:18.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrQolM26LmnOIyptnsEd8CeJCNw0ySqP { width:13.74975rem;height:9.75rem;top:24.25rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ROyWlGTKnq9EIfK5PoMtFmaiVu9c8kNa { width:15.0615rem;height:7.7988125rem;top:37.0625rem;left:28.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mh1FiKl6w6rqID51ZlWmF0TfKGy7P3cm { width:18rem;height:33.5rem;top:51.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBhbM2owokoc2RExfmJPqt1rTw2EPADu { width:3.9375rem;height:3.9375rem;top:53.5rem;left:4.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #Nv4m24Tr3aQ0f26dogEvexNd0JztaZFi { width:13.7480625rem;height:7.3125rem;top:59.3125rem;left:4.5625rem;font-size:1.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 1199px) { #NQav8nKqPAnh0kDMavh2vPpl4lb2MhME { width:13.9980625rem;height:7.7988125rem;top:68.82421875rem;left:4.5625rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #TKl8g0wMitX391SsFdkDnb6BKLPyl5cp { width:18rem;height:33.5rem;top:51.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8Rc3824bPQ2MM2dehKMhCvJxPisqgmT { width:3.9375rem;height:3.9375rem;top:53.5rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NO60RIJWpnFvwVEMGEcw16TmIW5Xg90W { width:13.7480625rem;height:7.3125rem;top:59.3125rem;left:28.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfQGnv7Tlev5ee2ni2Enl5hCNdV993xo { width:13.9980625rem;height:6.499rem;top:68.82421875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vqxsm6lczQ34f37IAZryynWXIn12FKIu { width:47.75rem;height:3.8997375rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgZ9w6ppVKGFNPKNykTZfbTLsVL81kLf { width:27.1875rem;height:1.62524375rem;top:7.6484489440919rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IT2T5vDTZhD6k0b69gRwT0FEp3fGd9W6 { width:42.6875rem;height:2.5996125rem;top:11.148448944092rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD { display:block; }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD > .row .container { width:47.75rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BMJT4LLXvnTLCsVfcuCT1y3ugb0qSEtJ { width:47.7495rem;height:3.8997375rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P12Sk7ouSohLgdFS0OVhoqGAORazMaLL { width:0.12402375rem;height:50rem;top:12.6494140625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMZLMvPlTeWKV26flJfyRsFgpROTyLv2 { width:0.75rem;height:0.75rem;top:12.8125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNrPiuk8fM7yU4gynSgbiB2RN9z4rqmm { width:16.2495rem;height:1.29980625rem;top:12.625rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e1rBFMDTynfKBQPNBT0XAP5bGu0GcKKh { width:21.5rem;height:1.29980625rem;top:14.1875rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGBfeCtf3i8iOBxTxlISSATNQRd7XCzz { width:19.9375rem;height:1.29980625rem;top:19.5625rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qk735xWOCOGAziii5M9ooMKssoGx1Qeo { width:9.24975rem;height:1.29980625rem;top:17.875rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WGBk1AezvsckikNTtEhgh019Fqf4dOXm { width:0.75rem;height:0.75rem;top:18.125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVVl4TSGq1bdaJkGTEIG9tUtqrmkvKpn { width:21.0625rem;height:1.29980625rem;top:26.1875rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqff7VeHGp39vIswZH7JKcv0vtNKwZA4 { width:10.437rem;height:1.29980625rem;top:24.3125rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RADNJaf4vNOt3m05heJLGPx2cTXNcAK9 { width:0.75rem;height:0.75rem;top:24.5625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #spqJZA5WD1A7ZmLTHm7UP0Cym1sziEuK { width:17.8125rem;height:1.29980625rem;top:31.875rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Twx7NsTsCc6WvxbXDJwRmTPf5R4cXrUM { width:0.75rem;height:0.75rem;top:32.125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWWMKuK5Vqd34aIsg1yy6sC4kA8G4IMc { width:22.1875rem;height:3.89941875rem;top:33.5rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czf8USZkboO8TTRT2Ae8chmFByUKikHZ { width:8.187rem;height:1.29980625rem;top:40.9375rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s9BHoNIrffnG1236zpqKD2ph2uGqTIOH { width:0.75rem;height:0.75rem;top:41.1875rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WLQ1KDB1HldDhwHtobUoNlSA9JLA3uOJ { width:8.31225rem;height:2.5996125rem;top:20.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1XC1yagoF8A4N2i8o7S7KxsHgaR61No { width:6.75rem;height:1.29980625rem;top:18.4375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PZssFLFZb1encWa4kRppS6IQtkSD9GRS { width:3.8745125rem;height:1.29980625rem;top:15.125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNgtAS8coTUonm9RPTClPWfTpH5VoXHw { width:4.9995125rem;height:1.29980625rem;top:13.0625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlO8IFA6KUcg8D6nQLXGBkVEdybinsqd { width:0.75rem;height:0.75rem;top:13.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PPTH8r6QnRTQw6PtcfSGfQHB48OhRdUw { width:0.75rem;height:0.75rem;top:18.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rw2Dbiu78fLi7RaJolstI8utHgwyRTwh { width:15.62475rem;height:3.8994125rem;top:26.5625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FgMayE3J9w2NMP7Kcr17nqnTys63C5T5 { width:6rem;height:1.29980625rem;top:24.75rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U30Tp55Jv5Rtq5EKCpUpToZJq4pvk5VT { width:0.75rem;height:0.75rem;top:24.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGunVkww03U79WAXkXpwI7NCX65KerT0 { width:16.3125rem;height:11.69825rem;top:34.5rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcMJolanm1KJ2tiRsT05GdBBp9s6LKtJ { width:6rem;height:1.29980625rem;top:32.3125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otB7DSuT7nynqCAWV80mcrcapTABsa8a { width:0.75rem;height:0.75rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a86ZV931p6TNV5HSTyuBoaGRsTfVnxUQ { width:7.5rem;height:2.5996125rem;top:42.75rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taFK2anJKOvgwzCpbupXZgxJVe3FheJh { width:19.0625rem;height:2.03125rem;top:7.6484375rem;left:23.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kc4zR3USAxUr4d5pSltxFsgW2DpEZT4z { width:0.75rem;height:0.75rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqGPqAF2wKTMeTiXFJw7GtMmAxw80V6B { width:16.3125rem;height:7.7988125rem;top:50.4375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JonOaGPb0Z7HqyTHsD7tuA6ohWqEVvlz { width:15.875rem;height:1.29980625rem;top:48.375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s90TPLkRHRC2InsHe8OQPKVcZ3EGL3NC { width:19.0625rem;height:2.03125rem;top:7.6484375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA { display:block; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row .container { width:47.75rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EB4SrXcw8AkKDnBQky4fbsppZ9c4y7qt { width:47.75rem;height:3.8997375rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLQgzLWgT2pBoPnKciuyt8JXapI3KmN8 { width:47.75rem;height:10.39844375rem;top:7.64794921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UgVrL9fJPVJwiIzGm9yQGIVLCbiAy9Cq { width:28.125rem;height:3.375rem;top:19.749755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8DCm7cGRoUKieOEPBqlAQTSHJROSVom { display:block; }
 }@media only screen and (max-width: 1199px) { #S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 { display:block; }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .row .container { width:47.75rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WQIXwy1xkcoLsKr73cTtVtnkhE8I83h6 { width:43.5rem;height:3.8997375rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVhl4JsJs3iJ4zifZixrOTJyNQenM1O3 { width:47.7495rem;height:5.31225625rem;top:11.322509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evLKqxy8GJFTVoWkgMeBVA29mkw78xFI { width:47.5rem;height:15.75rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SNdqPDOcmmzPTQKDfX8slOWlai2fqrzU { width:47.5rem;height:8.4375rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u78pRFwZZQPoHb9VigbDKMa5F3ZsOTUV { width:20rem;height:1.38135rem;top:19.25rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJ8yCNH4PeKi99hpfMJ1JbnOzZ8yF0HZ { width:29.5625rem;height:3.65625rem;top:24.0625rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3bopT9RT0XF5LEutlEf46X62v0EzA7X { width:14.8125rem;height:14.8125rem;top:18.46875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CcrOU4fPM4UTc3Z8DZn6Hu3dExIAxUKU { width:14.125rem;height:1.38135rem;top:36rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BvHpMTq0p1peL0fy0IP6WEpNUrK0cFSF { width:45.8125rem;height:1.21875rem;top:39.25rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIkRBoIffal3IpE93ItM8I2Kke851wcg { width:22.5rem;height:13.125rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yc2K5KgQJT0xVTIe7WkPK0xvJF1e4mDQ { width:20.8125rem;height:3.65625rem;top:51.5625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P5GCcTSKpsetskdLbQGRZRPg6LGqwJpL { width:20.8125rem;height:1.38135rem;top:47.25rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K70OmDwku9Q6uw4xm0mGHTrOiFV7lDg1 { width:22.5rem;height:13.125rem;top:45.6875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuRPDBTa1AVObIIgz94VJRBRNXJKXt42 { width:20.8125rem;height:3.65625rem;top:51.5625rem;left:26rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONSBdGeSWgOdUyeF5UDDGWidP9ERZJDU { width:20.8125rem;height:1.38135rem;top:47.25rem;left:26.233154296875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #grpeoWLkgDuGG7puTnyqPmrP9uc3Qdta { width:22.5rem;height:14.0625rem;top:60.8583984375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adINBoAuQgCGOdD9WZ7Bmamu4oLWHte4 { width:22.5rem;height:13.125rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8s8MpeKLre4bsgBkRFDJFh3E7n2hJCf { width:20.8125rem;height:3.65625rem;top:81.375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXe6NXBmpCcidEqga4MCb04BxnkXplIS { width:20.8125rem;height:1.38135rem;top:77.625rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y97r6p0pJ2B6LUnwQZLWKVv3RpwUrNQc { width:22.5rem;height:13.125rem;top:60.859130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gLP4duis6itn7SUiKoEBx4asR8IXu8WB { width:20.8125rem;height:1.38135rem;top:62.590576171875rem;left:1.436279296875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGXlUoIQH36DAxHiKLVLBWi7CmozTCxg { width:17.5625rem;height:4.875rem;top:65.687255859375rem;left:1.436279296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLTXDoJfcfPmm9mxyL9kdhVwWhGnpmeN { width:40.9365rem;height:2.6001rem;top:6.847412109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rc8yhJTlldwE63ptMtV9xdh224nx7wlW { display:none; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container { width:47.75rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #v3phfNstULAWvprSwb80LkMF22H9M9cv { width:47.75rem;height:3.8997375rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kef2RPtDJwNnAcTNSbfH15tgZQm91Mak { width:47.75rem;height:9.0963625rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIXc2DR18cAgiFFKNmnKe8eDNzSx63GN { width:9.9375rem;height:9.9375rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1U3LQbB6PCpHnEv02DtwQDyfiewQH9I { width:9.9375rem;height:9.9375rem;top:18.5625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SGGguy1d2Kc72NoL2UNZVRnOMp0zD1CJ { width:9.9375rem;height:9.9375rem;top:18.5625rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcGpRRfNo1QPoZNL6zgDSp9z43EBT4zq { width:9.9375rem;height:9.9375rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZVVpkoDUsXNf5QbEQrpk8SS3ohDgrlF { width:9.9375rem;height:9.9375rem;top:32.9375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRZRtJOTo6Ogh4iJsD7u5BPUHTDdioHN { width:9.9375rem;height:9.9375rem;top:32.9375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nAFm3ICypTkqQXnUrLixTxiuvsydI6DJ { width:7.125rem;height:2.59895625rem;top:28.5rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbP6upO6iAk1bThkqVD0gL5RGT5IkA4U { width:8.3115rem;height:1.29980625rem;top:29.75rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M78fFJqBTzB9sm0peB99VJ1fdP7dJhnT { width:9.8745rem;height:1.29980625rem;top:29.8125rem;left:37.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VpaRRsvFOq2ixkr5RVWUbWFJi8DKSwAT { width:9.8108125rem;height:2.59895625rem;top:43rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwZlgEvNR4aTMUeJbnuoBPVHDzLFT7EI { width:9.8115rem;height:1.29980625rem;top:43rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2lysdEWRENl0wcwRgR9cRIxiIggtVWA { width:10.62375rem;height:1.29980625rem;top:43rem;left:37.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nfElNVdy4gKTmQ2DzMPtT2552Vdb1yFw { width:23.1230625rem;height:3.375rem;top:47.84765625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o8rpAKkwZ4s8231hFIIcUMZWXyzoPnbE { display:block; }
 }@media only screen and (max-width: 1199px) { #bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q { display:block; }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q > .row .container { width:47.75rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WREZpMHrImkfNt4L1OQKB9LlirynEOaf { width:45.375rem;height:19.9375rem;top:1.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwcW9oXP9Zt5TdeMfugVeqUfSNSZCEKc { width:13.5rem;height:13.5rem;top:5.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rSaSxQLIZnTir61dTBqgOlNSCKBbKLUs { width:3.124025rem;height:10.3996875rem;top:2.9375rem;left:19.1875rem;font-size:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BW7PmqKAmGvziWI7pukQAhbwZ5n2iAyZ { width:25.8125rem;height:11.698225rem;top:7.625rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cs28ZHuGvteRmc3keJewpndWU3TPTKGc { display:block; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .row .container { width:47.75rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C3QVUDlXImqNOqgn4sKdrSetedbWpAZm { width:47.7495rem;height:2.6001rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1vl2TSRZLJT1LZDwXXm3mxCzGC0gJM2 { width:47.75rem;height:9.0986125rem;top:6.349609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rps2Na9xWdWDbJQb8rLyzn8xnsRiCuZ2 { width:3.75rem;height:3.99975625rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKsiuBlJmFwcmqvBZ6fvDzKWLmIQCps8 { width:3.9375rem;height:3.9375rem;top:17.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGBVrUZBDSG6UnxchXzWORcyKoRsRfmH { width:3.9375rem;height:3.9375rem;top:17.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0GWxFTWIagONCqVvnlMhhKdWRQMfPtJ { width:9.375rem;height:3.99975625rem;top:17.1875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBTALkEp9ghufT9lN22P1NUJV25r2DsS { width:3.9375rem;height:3.9375rem;top:17.25rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXs41SNwPerKRVbg7HMk7dExES0rA88J { width:3.99975625rem;height:3.99975625rem;top:17.1875rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZs7LFgG6uC2JdbW3GSf2wQUfP44EsFi { width:23.1230625rem;height:3.375rem;top:23.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qwLoSnRdt38Kwvuh5ZTTzCJn3LaEsPFg { display:block; }
 }@media only screen and (max-width: 1199px) { #mSoJ622S6T9W33AeS9aaR72cceoVmbOP { display:block; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container { width:47.75rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:43.75rem;height:49.0625rem;top:25.6484375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ziyT7J9EPXDl5iE4ER0XryBhAdyhzz6O { width:47.75rem;height:2.2747375rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JIzlN7faaUtWZo5gIsCuRPzclNC3xbrT { width:47.75rem;height:1.62524375rem;top:6.0234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XhGwtzabaoFR54HbzbGDyWbmXQMfNMIK { width:23.75rem;height:1.62524375rem;top:9.5234375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HAHM15TfQEzmJtp5eU8bi1EPsg3az8m5 { width:0.75rem;height:0.75rem;top:9.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofNeUTdlISZEpW3i02TzrzGT2TvdKrHC { width:23.75rem;height:1.62524375rem;top:12.0234375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfKR8yD1Scv2kP5Vu1DDVkJLGFXP8fIK { width:0.75rem;height:0.75rem;top:12.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBZzCnXWBSgOxR2IThfgrZUH82iXczhN { width:23.75rem;height:1.62524375rem;top:14.5859375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eB4LL4PeIMMtvCqirnUwcmaW2FpfQZGV { width:0.75rem;height:0.75rem;top:15.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRyoThq2p67JMWI05b3RKSmzFHI3Oo83 { width:23.75rem;height:1.62524375rem;top:17.0234375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2TyylrcA0xMoiey5RPM90E9TFSN9F93 { width:0.75rem;height:0.75rem;top:17.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cAWIL2H4Odem7gUfPQrmo7Vu16PtUbyJ { width:23.75rem;height:1.62524375rem;top:19.6484375rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0kWKvXkctU9e44b4qTKmqfhyhVhGucG { width:0.75rem;height:0.75rem;top:22.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBr38mPoQ9aO0RczdgZ3pT6h6RkWJTwX { width:23.75rem;height:1.62524375rem;top:21.8984375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTfmay6Ck8ud9URBVJdT0LwCqmPpIBS0 { width:0.75rem;height:0.75rem;top:20.0234375rem;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:4.875rem;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:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:18.43725rem;height:4.2246125rem;top:6.68701171875rem;left:0.779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.4365rem;height:18.19724375rem;top:12.4228515625rem;left:0.7802734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18.125rem;height:3.125rem;top:37.75rem;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:42.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uPs2VguHNqgp94fxDlLiBWZiQGGAfH { width:5.3125rem;height:0.9375rem;top:47.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLpigZ2e5RXtytb54MErQoCD6d2bCJu { width:20rem;height:0.97485625rem;top:49.1875rem;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:32.75rem;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:92.0625rem;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.9995rem;height:9.098625rem;top:11.5625rem;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:9.421875rem;top:22.531494140625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrZt5buSzJSWHwtJQrB63cwmpNBeTTuU { width:19.9980625rem;height:6.499rem;top:33.831298828125rem;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:7.066375rem;top:59.652099609375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drycyZfHzB7TAvydWbRIxHePADNTipsC { width:19.9980625rem;height:6.499rem;top:68.595703125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p939PlVqZbSuxsnfLwpTGDwazVcxnnTp { width:19.9980625rem;height:6.499rem;top:51.28125rem;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:42.2021484375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw9fKETw6zzpu8QV0rWWIq8ErKIwwqM4 { width:19.9980625rem;height:6.499rem;top:83.55322265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOx4PuyThE0em6zFXpwPJ3GUrZpmDTxT { width:19.9980625rem;height:4.7109375rem;top:76.966552734375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq { display:block; }#l2gPBv7NnA9Qm96Xx3sI6RiEgN6FOJAq > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNPa63vH17ONfN86Utfq4IJ0GrRRPq4M { width:19.9995rem;height:5.20019375rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgwetFSa558aNTie74cFaFyxw9peSZC { width:19.9995rem;height:11.69825rem;top:8.949462890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfxxTWycsTL8A4LCfbJvaoTx3cpBCVgw { width:9.9375rem;height:9.9375rem;top:22.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf2Hx7w8fDB4mUCfPp2UaMc70k4rOKie { width:9.9375rem;height:9.9375rem;top:32.4375rem;left:4.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqNM8lr1ZuCylPpMK9MpoTNXfT0GmOUe { width:9.9375rem;height:9.9375rem;top:42.375rem;left:5.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtJCmcV9xtfBeGgS84SqaqaOKgKiu7r0 { width:9.9375rem;height:9.9375rem;top:52.3125rem;left:5.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVFnd6MPqahUKvlNwSVhT3ITxKTN3P6u { width:9.9375rem;height:9.9375rem;top:62.25rem;left:5.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPmttRC7mXRbGmFhvE8ihQobAktxSTzZ { width:19.99875rem;height:3.375rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo8ewGPwsT3NxIDfk086Bp7kan6KSqOA { display:block; }
 }@media only screen and (max-width: 763px) { #s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr { display:block; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row .container { width:20rem;height:160.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8tUREwaCnaLCqq9tqApwclotsAIXvAA { width:20rem;height:5.20019375rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqPN9Cp7Jz6S1T6JcDggD65IAzSSkd4T { width:19.9995rem;height:16.89748125rem;top:8.949462890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTIrtI7Jqgr0qR8wrJt1trhdGFtmRnaN { width:18rem;height:10.625rem;top:27.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOQsCfGCte83rXD89orE1x6z2R1vFgCn { width:16rem;height:3.8984375rem;top:28.75rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR4puCF7ESxKzOxBts6tGKoHlK2EqT6q { width:15.99975rem;height:3.65625rem;top:33.6240234375rem;left:1.998046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VROwwqiSJlwiIW8fmh0K8RV6FXKMtbM0 { width:18rem;height:10.625rem;top:40.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQxEchn9wHfKDqogpDfnUQmIPMuN8mIC { width:16.75rem;height:4.875rem;top:45.20166015625rem;left:1.998046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDyzrf3fbXrtD7NisXyompLuXLtcheCt { width:16rem;height:3.8984375rem;top:40.93701171875rem;left:2.062255859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7icS0d7q68ib4QJ5nt0LPrSnJqF6L0R { width:18rem;height:11.875rem;top:53.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1f5E5hcAG4b2blG3hUhNvtszWPAoJUn { width:18rem;height:10.625rem;top:67rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRRsU2DB0R6yExffmt1ECw8mEyMNb8Ol { width:16rem;height:4.875rem;top:58.4375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3z6JDWxCxC9BmtEKcuxCwrwsNX29sCi { width:15.99975rem;height:4.875rem;top:72.437255859375rem;left:1.998046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARskhIpdgEZcpmiTacsrwdZD1vlaXBoy { width:16rem;height:3.8984375rem;top:54rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK0I2aGdnFRDCmJGZGZaEIC7su7lQ2Cx { width:15.99975rem;height:3.8984375rem;top:67.9365234375rem;left:1.998046875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy910ZocGKmpXvh95ShRz1MM5V6WD92M { width:18rem;height:10.625rem;top:79.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7g8N3rTiHRoFWuLTvZ6k2EV1uVSisLr { width:18rem;height:10.625rem;top:92.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRALVpNfD5x4Fhb5n5S3ES0ANEC9RqFf { width:16rem;height:4.875rem;top:83.3125rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU15r3J0TdqJ8TPoDqQwJkTk58gthxfb { width:16rem;height:6.09375rem;top:96rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKOln2IShJoNvsuFO7uN9sMirlnqb4hx { width:16rem;height:1.94986875rem;top:80.6875rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsfiKg7MaGE4xgfVPFNBVmt5FS90le8B { width:15.99975rem;height:1.94986875rem;top:93.31201171875rem;left:1.998046875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRsQDfdHt93oX9gUwbiidLQfazqKxpFq { width:18rem;height:11.875rem;top:105.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1EuTDxgTG5h4uXtEbQb5X66pp26Fwex { width:18rem;height:10.625rem;top:119rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObJCy0pzg2CG1I3uItTtn2XTLS81rT0o { width:16rem;height:4.875rem;top:110.375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnyff8Toe7IHGznVr1bKWgQEy80GZc83 { width:16rem;height:4.875rem;top:123.5rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scNb4ogEz5Fgf6MLmaoZpN90h5wuvcSk { width:16rem;height:1.94986875rem;top:106.5rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO9JLFQIkFL9xaH4ws39o12A2ywJCoMs { width:16rem;height:1.94986875rem;top:120.1875rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMNABfMVk17MuxaXgKZhsurqW7T9y5U { width:19.9980625rem;height:26.94825rem;top:131.9365234375rem;left:0.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olTasco3EVy1PkkhnEgvmqyoRKcrSSmK { display:block; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row .container { width:20rem;height:102.1875rem;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:3.89941875rem;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:14.3125rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNPm5ugTlAznB7ToBQmXfT6Hbf1lSpIJ { width:12.5625rem;height:5.1181625rem;top:16.06201171875rem;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.125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfFBeXs0qpCeIsTT9SVlfTsTGq26CvHH { width:16.1875rem;height:14.3125rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csXlIHy2gqp0ArQW6EPdeJpisaVibEA3 { width:13.93725rem;height:7.3125rem;top:37rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #us0RVgAmUMovm2WPX6C0hy6d6Tw0oAPt { width:12.5625rem;height:5.1181625rem;top:31.36767578125rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWIRxG2ltzMGWyB5L5VokHfhigRNmE4 { width:16.1875rem;height:14.3125rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMa6yGpTLpMMNQ1r8hJnw1G7ZOtaN4MH { width:13.875rem;height:7.3125rem;top:52.062255859375rem;left:1.5458984375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1mJZDU5fzC8tkmLlM2uUFF4ykTNyB18 { width:13.375rem;height:3.4121125rem;top:47.472900390625rem;left:1.65576171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdmCZdeXQtmPIAW7Cm8z1mATK01lFeXR { width:16.1875rem;height:14.3125rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH1JBUhMi8wAM8LK2vPaGkLaEl2bOax7 { width:13.9365rem;height:8.53125rem;top:67.5615234375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewWPGtl9KHJZQx1MZnmmMeViub0WQ27C { width:14.1875rem;height:3.4121125rem;top:63.5625rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCegegnR5okPR9XM1wxAXOoVx6GKKMO { display:flex;width:3.0625rem;height:3.0625rem;top:20.5625rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #osqkrlqKTv0vptWonaRKsiQUgvqGraP6 { display:flex;width:3.0625rem;height:3.0625rem;top:36.375rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #cVwpJCM2d4cqIbls3v8uQSIuPkwbwm0z { display:flex;width:3.0625rem;height:3.0625rem;top:52.5625rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #PQwXwdRWHTudO5EteZBbN4BpOGRsxxZL { width:19.75rem;height:19.1875rem;top:78.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaV6I6Toaoo16paTQSCFuc2IuDiwA1Af { width:19.9995rem;height:10.3984375rem;top:80.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMiHVMBkXNcllcCTeTTn0JseqEna6eLt { width:20rem;height:3.375rem;top:92.6865234375rem;left:0rem;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:158.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ6zT7VgVToyCDCv3GT15RQeNvVhVNIt { width:18rem;height:32.6875rem;top:53.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtADCrnOuMITdluAv2FT2ftreEVsCfQA { width:17rem;height:9.75rem;top:26.3125rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTtnOTB3948OgmJdoHcDTZcubvSW9aKx { width:13.9980625rem;height:10.3984375rem;top:37.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnQtFxh1H8Tf5xLq6t2CZRTzyMN8eten { width:3.9375rem;height:3.9375rem;top:20.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxzoNTPXL4TgC3hwwJAd3kJcD4s7ilBC { width:18rem;height:32.6875rem;top:19.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdokftcUoFO5pEBkpVw8NZrSuHdSSlWh { width:3.9375rem;height:3.9375rem;top:56.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrQolM26LmnOIyptnsEd8CeJCNw0ySqP { width:17rem;height:7.3125rem;top:62.4375rem;left:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROyWlGTKnq9EIfK5PoMtFmaiVu9c8kNa { width:13.9980625rem;height:7.7988125rem;top:71.21875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh1FiKl6w6rqID51ZlWmF0TfKGy7P3cm { width:18rem;height:32.6875rem;top:123.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBhbM2owokoc2RExfmJPqt1rTw2EPADu { width:3.9375rem;height:3.9375rem;top:90.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv4m24Tr3aQ0f26dogEvexNd0JztaZFi { width:17rem;height:4.875rem;top:97.46875rem;left:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQav8nKqPAnh0kDMavh2vPpl4lb2MhME { width:13.9980625rem;height:7.7988125rem;top:104.21875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKl8g0wMitX391SsFdkDnb6BKLPyl5cp { width:18rem;height:32.6875rem;top:88.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Rc3824bPQ2MM2dehKMhCvJxPisqgmT { width:3.9375rem;height:3.9375rem;top:125.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO60RIJWpnFvwVEMGEcw16TmIW5Xg90W { width:17rem;height:4.875rem;top:131.3125rem;left:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQGnv7Tlev5ee2ni2Enl5hCNdV993xo { width:13.9980625rem;height:6.499rem;top:138.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqxsm6lczQ34f37IAZryynWXIn12FKIu { width:19.9995rem;height:2.6001rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgZ9w6ppVKGFNPKNykTZfbTLsVL81kLf { width:20rem;height:1.29980625rem;top:6.09375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT2T5vDTZhD6k0b69gRwT0FEp3fGd9W6 { width:20rem;height:6.499rem;top:9.431640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD { display:block; }#lscQrOLs4uMG1SMTrrToTC1TRsNSiMMD > .row .container { width:20rem;height:97.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMJT4LLXvnTLCsVfcuCT1y3ugb0qSEtJ { width:19.99875rem;height:5.20019375rem;top:2.1240234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P12Sk7ouSohLgdFS0OVhoqGAORazMaLL { width:0.125rem;height:37.5rem;top:11.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMZLMvPlTeWKV26flJfyRsFgpROTyLv2 { width:0.75rem;height:0.75rem;top:67.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNrPiuk8fM7yU4gynSgbiB2RN9z4rqmm { width:16.3125rem;height:1.29980625rem;top:66.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1rBFMDTynfKBQPNBT0XAP5bGu0GcKKh { width:17.125rem;height:1.29980625rem;top:69.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGBfeCtf3i8iOBxTxlISSATNQRd7XCzz { width:17.125rem;height:1.29980625rem;top:74.5625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk735xWOCOGAziii5M9ooMKssoGx1Qeo { width:16.3125rem;height:1.29980625rem;top:72.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGBk1AezvsckikNTtEhgh019Fqf4dOXm { width:0.75rem;height:0.75rem;top:72.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVVl4TSGq1bdaJkGTEIG9tUtqrmkvKpn { width:17.125rem;height:1.29980625rem;top:80.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqff7VeHGp39vIswZH7JKcv0vtNKwZA4 { width:16.3125rem;height:1.29980625rem;top:77.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RADNJaf4vNOt3m05heJLGPx2cTXNcAK9 { width:0.75rem;height:0.75rem;top:77.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spqJZA5WD1A7ZmLTHm7UP0Cym1sziEuK { width:14.625rem;height:1.29980625rem;top:83.25rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twx7NsTsCc6WvxbXDJwRmTPf5R4cXrUM { width:0.75rem;height:0.75rem;top:13.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWWMKuK5Vqd34aIsg1yy6sC4kA8G4IMc { width:14.3745rem;height:5.199225rem;top:85.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czf8USZkboO8TTRT2Ae8chmFByUKikHZ { width:8.3115rem;height:1.29980625rem;top:92.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9BHoNIrffnG1236zpqKD2ph2uGqTIOH { width:0.75rem;height:0.75rem;top:24.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLQ1KDB1HldDhwHtobUoNlSA9JLA3uOJ { width:8.3745rem;height:2.5996125rem;top:20.0625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1XC1yagoF8A4N2i8o7S7KxsHgaR61No { width:16.3125rem;height:1.29980625rem;top:17.875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZssFLFZb1encWa4kRppS6IQtkSD9GRS { width:3.8745125rem;height:1.29980625rem;top:14.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNgtAS8coTUonm9RPTClPWfTpH5VoXHw { width:16.3125rem;height:1.29980625rem;top:13.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlO8IFA6KUcg8D6nQLXGBkVEdybinsqd { width:0.75rem;height:0.75rem;top:83.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPTH8r6QnRTQw6PtcfSGfQHB48OhRdUw { width:0.75rem;height:0.75rem;top:92.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw2Dbiu78fLi7RaJolstI8utHgwyRTwh { width:13.812rem;height:5.19921875rem;top:26.5625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgMayE3J9w2NMP7Kcr17nqnTys63C5T5 { width:16.3125rem;height:1.29980625rem;top:24.5625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U30Tp55Jv5Rtq5EKCpUpToZJq4pvk5VT { width:0.75rem;height:0.75rem;top:18.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGunVkww03U79WAXkXpwI7NCX65KerT0 { width:16.4375rem;height:11.69825rem;top:35.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMJolanm1KJ2tiRsT05GdBBp9s6LKtJ { width:16.3125rem;height:1.29980625rem;top:33.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otB7DSuT7nynqCAWV80mcrcapTABsa8a { width:0.75rem;height:0.75rem;top:33.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a86ZV931p6TNV5HSTyuBoaGRsTfVnxUQ { width:9.9375rem;height:1.29980625rem;top:94.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taFK2anJKOvgwzCpbupXZgxJVe3FheJh { width:16.3125rem;height:1.7871125rem;top:63.275390625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc4zR3USAxUr4d5pSltxFsgW2DpEZT4z { width:0.75rem;height:0.75rem;top:49.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqGPqAF2wKTMeTiXFJw7GtMmAxw80V6B { width:15.125rem;height:9.098625rem;top:50.9375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JonOaGPb0Z7HqyTHsD7tuA6ohWqEVvlz { width:15.75rem;height:1.29980625rem;top:48.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s90TPLkRHRC2InsHe8OQPKVcZ3EGL3NC { width:20rem;height:1.7871125rem;top:8.8623046875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA { display:block; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EB4SrXcw8AkKDnBQky4fbsppZ9c4y7qt { width:19.9995rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLQgzLWgT2pBoPnKciuyt8JXapI3KmN8 { width:19.9995rem;height:20.79685625rem;top:7.6994625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgVrL9fJPVJwiIzGm9yQGIVLCbiAy9Cq { width:19.99875rem;height:3.375rem;top:29.4931640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8DCm7cGRoUKieOEPBqlAQTSHJROSVom { display:block; }
 }@media only screen and (max-width: 763px) { #S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 { display:block; }#S76QQQnr1PfyS65NtTAHIN68qW3Wdld3 > .row .container { width:20rem;height:146.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQIXwy1xkcoLsKr73cTtVtnkhE8I83h6 { width:20rem;height:5.20019375rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVhl4JsJs3iJ4zifZixrOTJyNQenM1O3 { width:19.99875rem;height:2.2251rem;top:14.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #evLKqxy8GJFTVoWkgMeBVA29mkw78xFI { width:19.75rem;height:23.75rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdqPDOcmmzPTQKDfX8slOWlai2fqrzU { width:19.75rem;height:13.375rem;top:45.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u78pRFwZZQPoHb9VigbDKMa5F3ZsOTUV { width:18.75rem;height:1.38135rem;top:20.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ8yCNH4PeKi99hpfMJ1JbnOzZ8yF0HZ { width:18.125rem;height:4.875rem;top:24.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3bopT9RT0XF5LEutlEf46X62v0EzA7X { width:20rem;height:13.125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcrOU4fPM4UTc3Z8DZn6Hu3dExIAxUKU { width:18.125rem;height:1.38135rem;top:46.1875rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvHpMTq0p1peL0fy0IP6WEpNUrK0cFSF { width:18.125rem;height:3.65625rem;top:50.1875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIkRBoIffal3IpE93ItM8I2Kke851wcg { width:19.75rem;height:15.75rem;top:59.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc2K5KgQJT0xVTIe7WkPK0xvJF1e4mDQ { width:18.125rem;height:4.875rem;top:65.8125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5GCcTSKpsetskdLbQGRZRPg6LGqwJpL { width:18.125rem;height:1.38135rem;top:61.5rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K70OmDwku9Q6uw4xm0mGHTrOiFV7lDg1 { width:19.75rem;height:15.75rem;top:77.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuRPDBTa1AVObIIgz94VJRBRNXJKXt42 { width:18.125rem;height:3.65625rem;top:83.0625rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONSBdGeSWgOdUyeF5UDDGWidP9ERZJDU { width:18.125rem;height:1.38135rem;top:78.75rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grpeoWLkgDuGG7puTnyqPmrP9uc3Qdta { width:20rem;height:14.0625rem;top:130.62451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adINBoAuQgCGOdD9WZ7Bmamu4oLWHte4 { width:19.75rem;height:15.75rem;top:95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8s8MpeKLre4bsgBkRFDJFh3E7n2hJCf { width:14.8125rem;height:6.09375rem;top:100.875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXe6NXBmpCcidEqga4MCb04BxnkXplIS { width:14.8125rem;height:1.38135rem;top:96.5625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y97r6p0pJ2B6LUnwQZLWKVv3RpwUrNQc { width:19.75rem;height:15.75rem;top:112.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLP4duis6itn7SUiKoEBx4asR8IXu8WB { width:14.8125rem;height:1.38135rem;top:114.5625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGXlUoIQH36DAxHiKLVLBWi7CmozTCxg { width:14.8125rem;height:6.09375rem;top:117.625rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTXDoJfcfPmm9mxyL9kdhVwWhGnpmeN { width:19.99875rem;height:4.548825rem;top:8.882080078125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8yhJTlldwE63ptMtV9xdh224nx7wlW { display:none; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container { width:20rem;height:113.0625rem;position:relative;display:none; } }@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:15.593775rem;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:26.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1U3LQbB6PCpHnEv02DtwQDyfiewQH9I { width:9.9375rem;height:9.9375rem;top:39.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGGguy1d2Kc72NoL2UNZVRnOMp0zD1CJ { width:9.9375rem;height:9.9375rem;top:52.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcGpRRfNo1QPoZNL6zgDSp9z43EBT4zq { width:9.9375rem;height:9.9375rem;top:67.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZVVpkoDUsXNf5QbEQrpk8SS3ohDgrlF { width:9.9375rem;height:9.9375rem;top:81.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRZRtJOTo6Ogh4iJsD7u5BPUHTDdioHN { width:9.9375rem;height:9.9375rem;top:94.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAFm3ICypTkqQXnUrLixTxiuvsydI6DJ { width:7.125rem;height:2.59895625rem;top:36.375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbP6upO6iAk1bThkqVD0gL5RGT5IkA4U { width:8.3115rem;height:1.29980625rem;top:49.5rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78fFJqBTzB9sm0peB99VJ1fdP7dJhnT { width:9.8730625rem;height:1.29980625rem;top:62.5625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpaRRsvFOq2ixkr5RVWUbWFJi8DKSwAT { width:9.8105625rem;height:2.59895625rem;top:77rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwZlgEvNR4aTMUeJbnuoBPVHDzLFT7EI { width:9.8105625rem;height:1.29980625rem;top:91.375rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2lysdEWRENl0wcwRgR9cRIxiIggtVWA { width:10.6230625rem;height:1.29980625rem;top:104.5rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfElNVdy4gKTmQ2DzMPtT2552Vdb1yFw { width:20rem;height:3.375rem;top:107.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8rpAKkwZ4s8231hFIIcUMZWXyzoPnbE { display:block; }
 }@media only screen and (max-width: 763px) { #bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q { display:block; }#bstsUMxgEMi2fmub3FWmcR1TDgFPtm9Q > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WREZpMHrImkfNt4L1OQKB9LlirynEOaf { width:19.75rem;height:42.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwcW9oXP9Zt5TdeMfugVeqUfSNSZCEKc { width:13.5rem;height:13.5rem;top:4.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSaSxQLIZnTir61dTBqgOlNSCKBbKLUs { width:3.75rem;height:6.50025rem;top:18rem;left:0rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BW7PmqKAmGvziWI7pukQAhbwZ5n2iAyZ { width:15.43725rem;height:19.4970875rem;top:22rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cs28ZHuGvteRmc3keJewpndWU3TPTKGc { display:block; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .row .container { width:20rem;height:49.6875rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #f1vl2TSRZLJT1LZDwXXm3mxCzGC0gJM2 { width:19.9980625rem;height:15.59766875rem;top:8.296875rem;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:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKsiuBlJmFwcmqvBZ6fvDzKWLmIQCps8 { width:3.9375rem;height:3.9375rem;top:25.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBVrUZBDSG6UnxchXzWORcyKoRsRfmH { width:3.9375rem;height:3.9375rem;top:25.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0GWxFTWIagONCqVvnlMhhKdWRQMfPtJ { width:9.375rem;height:3.99975625rem;top:38.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBTALkEp9ghufT9lN22P1NUJV25r2DsS { width:3.9375rem;height:3.9375rem;top:32.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXs41SNwPerKRVbg7HMk7dExES0rA88J { width:4rem;height:4rem;top:32.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZs7LFgG6uC2JdbW3GSf2wQUfP44EsFi { width:20rem;height:3.375rem;top:44.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwLoSnRdt38Kwvuh5ZTTzCJn3LaEsPFg { display:block; }
 }@media only screen and (max-width: 763px) { #mSoJ622S6T9W33AeS9aaR72cceoVmbOP { display:block; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container { width:20rem;height:118.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:20rem;height:81.875rem;top:34.9375rem;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.2504875rem;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhGwtzabaoFR54HbzbGDyWbmXQMfNMIK { width:17.375rem;height:1.62524375rem;top:15.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:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNeUTdlISZEpW3i02TzrzGT2TvdKrHC { width:17.375rem;height:1.62524375rem;top:17.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:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBZzCnXWBSgOxR2IThfgrZUH82iXczhN { width:17.375rem;height:1.62524375rem;top:20.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:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRyoThq2p67JMWI05b3RKSmzFHI3Oo83 { width:17.375rem;height:3.2504875rem;top:22.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:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAWIL2H4Odem7gUfPQrmo7Vu16PtUbyJ { width:12.875rem;height:1.62524375rem;top:26.875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0kWKvXkctU9e44b4qTKmqfhyhVhGucG { width:0.75rem;height:0.75rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBr38mPoQ9aO0RczdgZ3pT6h6RkWJTwX { width:14.4375rem;height:3.2504875rem;top:29.75rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfmay6Ck8ud9URBVJdT0LwCqmPpIBS0 { width:0.75rem;height:0.75rem;top:27.3125rem;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.3125rem;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; } }