.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:249,219,218;--color-primary-1:234,136,131;--color-primary-2:213,16,6;--color-primary-3:107,8,3;--color-primary-4:32,2,1;--color-secondary-0:226,227,229;--color-secondary-1:158,162,169;--color-secondary-2:60,69,83;--color-secondary-3:30,35,42;--color-secondary-4:9,10,12;--color-tertiary-0:255,255,255;--color-tertiary-1:249,248,248;--color-tertiary-2:234,232,232;--color-tertiary-3:117,116,116;--color-tertiary-4:23,23,23;--headlines-font-family:"Azo Sans";--paragraphs-font-family:"Azo Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:10.4375rem;top:0.6875rem;left:0.09375rem;overflow:hidden;display:block; }
#EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans medium";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:65.875rem;display:block; }
#T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mF5oHu3krueeIaTuRfICTzix2K34gpHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ad1dcec-f290-4e69-9350-d71da3d819d0/ezgif3c7f7cbe8c740adf.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { border-width: 0; border-radius: 0; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#NtFklSq2hcN3UuOmkznymkDC5VN7rawv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:5.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.0625rem;left:0rem;height:10.722625rem;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:17.5rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.6875rem;left:18.875rem;display:block; }
#VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#xlBi2Ty6A7iU5urDyFKeOx79OBTQNh2n { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:11.8125rem;top:37.6875rem;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:37.8125rem;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:39.6875rem;left:12.875rem;height:1.0556625rem;display:block; }
#KxEkmBzXTsBhPMycGVGQxcLhcsi41IHx { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.6875rem;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:33.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QDLxklkdq9xCAvrcWEiHehiwQtNni86I { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#BeloHqHIKFuHTnk9MDxIIXEsI70VLvaB { color:#040404;display:block;width:56.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.64794921875rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#d8SeG5UWZS27FApkpaLWeb8yP7aMZ61q { color:#343434;display:block;width:26.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:10.8125rem;left:0rem;height:2.5996125rem;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:15.875rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#KkpLodPLwn6CQRusSvCJp93HFd6O0aNA { box-sizing:content-box;height:21.875rem;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:10.81201171875rem;left:37.437744140625rem;display:block; }
#h2WnWhKxuUuuLERR84PgsrskBTiyLiir { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:#dadce0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.3125rem;left:0rem;display:block; }
#DGxQOxM1plmVWTF4wwqdNyxhTcaomA8s { color:#343434;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.875rem;left:0rem;height:2.5996125rem;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:28.9375rem;left:0rem;height:2.5996125rem;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:15.875rem;left:40.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#QH6iN5ErcMdM8ZVXD3b9ahHb3R9FzIvy { color:#343434;display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:40.9375rem;height:2.5996125rem;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:28.9375rem;left:40.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#MOx4PuyThE0em6zFXpwPJ3GUrZpmDTxT { color:#343434;display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.875rem;left:40.9375rem;height:2.5996125rem;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:67.6875rem;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:;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:2.5996125rem;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:13rem;left:0rem;display:block; }
#MOQsCfGCte83rXD89orE1x6z2R1vFgCn { color:#343434;display:block;width:16rem;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:14.125rem;left:1.125rem;height:1.94921875rem;display:block; }
#LR4puCF7ESxKzOxBts6tGKoHlK2EqT6q { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:1.125rem;height:2.5996125rem;display:block; }
#sxx2c0zf8WzreE1SfKDX2mTgfq0foP6J { color:#343434;display:block;width:16rem;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:20.25rem;left:1.125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:13rem;left:19.1875rem;display:block; }
#i6vA6kuISIFCt1RmlsGZH2yXEzK0CHR3 { color:#343434;display:block;width:16rem;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:20.25rem;left:20.3125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JQxEchn9wHfKDqogpDfnUQmIPMuN8mIC { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.8125rem;left:20.3125rem;height:2.5996125rem;display:block; }
#rDyzrf3fbXrtD7NisXyompLuXLtcheCt { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.125rem;left:20.3125rem;height:1.94921875rem;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:25.125rem;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:25.125rem;left:19.1875rem;display:block; }
#VLmZL7fVnU5c8zRUoAb550hbrcJD8PbH { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:33.8125rem;left:1.125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MPxtznNts6GONTC4Lpv6wkVh40KzJpQZ { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:32.375rem;left:20.3125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rRRsU2DB0R6yExffmt1ECw8mEyMNb8Ol { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.375rem;left:1.125rem;height:2.5996125rem;display:block; }
#D3z6JDWxCxC9BmtEKcuxCwrwsNX29sCi { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:28.9375rem;left:20.3125rem;height:1.29980625rem;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:26.25rem;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:26.25rem;left:20.3125rem;height:1.94921875rem;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:38.5rem;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:38.5rem;left:19.1875rem;display:block; }
#snhdK8RN9AmFmz0DhlESuNM4b7Bsv0PU { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:45.75rem;left:1.125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oFGFKr8XRghmbyzKvGyTX6SrqkanuMQL { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:45.75rem;left:20.3125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DRALVpNfD5x4Fhb5n5S3ES0ANEC9RqFf { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:42.3125rem;left:1.125rem;height:1.29980625rem;display:block; }
#IU15r3J0TdqJ8TPoDqQwJkTk58gthxfb { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:42.3125rem;left:20.3125rem;height:2.5996125rem;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:39.625rem;left:1.125rem;height:1.94921875rem;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:39.625rem;left:20.3125rem;height:1.94921875rem;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:50.5625rem;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:50.5625rem;left:19.1875rem;display:block; }
#TQCiptHLtcdmmgXTRsFvRmwH3uvGEHVc { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:59.25rem;left:1.125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JUuHbf838ARRPowUzSkpul4aF8Xx4acQ { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.8125rem;left:20.3125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ObJCy0pzg2CG1I3uItTtn2XTLS81rT0o { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:55.8125rem;left:1.125rem;height:2.5996125rem;display:block; }
#vnyff8Toe7IHGznVr1bKWgQEy80GZc83 { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:54.375rem;left:20.3125rem;height:2.5996125rem;display:block; }
#scNb4ogEz5Fgf6MLmaoZpN90h5wuvcSk { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:51.6875rem;left:1.125rem;height:3.8984375rem;display:block; }
#uO9JLFQIkFL9xaH4ws39o12A2ywJCoMs { color:#343434;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:51.6875rem;left:20.3125rem;height:1.94921875rem;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:13rem;left:38.0625rem;overflow:hidden;display:block; }
#QnIhpPJZgmAGw9LENP9dZZTEZWPr11ay { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:64.5625rem;left:0rem;height:1.21875rem;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:48.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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.8994125rem;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.923825rem;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:16.0625rem;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:18.375rem;left:1.1875rem;height:1.3808625rem;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:22.1875rem;left:1.1875rem;height:3.65625rem;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:16.0625rem;left:19.5625rem;display:block; }
#csXlIHy2gqp0ArQW6EPdeJpisaVibEA3 { color:#040404;display:block;width:13.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.015625rem;left:20.8115234375rem;height:4.875rem;display:block; }
#us0RVgAmUMovm2WPX6C0hy6d6Tw0oAPt { color:#343434;display:block;width:12.62475rem;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:18.375rem;left:20.8125rem;height:1.3808625rem;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:16.0625rem;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:22.1875rem;left:40.3125rem;height:3.65625rem;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:18.375rem;left:40.3125rem;height:1.3808625rem;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:16.1875rem;left:58.625rem;display:block; }
#qH1JBUhMi8wAM8LK2vPaGkLaEl2bOax7 { color:#040404;display:block;width:13.9995rem;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:22.3125rem;left:59.8125rem;height:4.875rem;display:block; }
#ewWPGtl9KHJZQx1MZnmmMeViub0WQ27C { color:#343434;display:block;width:12.62475rem;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:18.5rem;left:59.8125rem;height:1.3808625rem;display:block; }
#BpCegegnR5okPR9XM1wxAXOoVx6GKKMO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.75rem;left:16.5rem; }
#osqkrlqKTv0vptWonaRKsiQUgvqGraP6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.75rem;left:36.0625rem; }
#cVwpJCM2d4cqIbls3v8uQSIuPkwbwm0z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.75rem;left:55.625rem; }
#PQwXwdRWHTudO5EteZBbN4BpOGRsxxZL { box-sizing:content-box;height:13.4375rem;width:74.8125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:32.5625rem;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:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.125rem;left:0rem;height:3.8994125rem;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:17.49975rem;height:3.43725625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:40.6875rem;left:27.6875rem;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:32.1875rem;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:22.25rem;width:18rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:7.6875rem;left:0rem;display:block; }
#TtADCrnOuMITdluAv2FT2ftreEVsCfQA { color:#343434;display:block;width:13.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.6875rem;left:2.125rem;height:2.5996125rem;display:block; }
#xTtnOTB3948OgmJdoHcDTZcubvSW9aKx { color:#343434;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.125rem;height:2.5996125rem;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:9.625rem;left:1.8125rem;overflow:hidden;display:block; }
#zxzoNTPXL4TgC3hwwJAd3kJcD4s7ilBC { box-sizing:content-box;height:22.25rem;width:18rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:7.6875rem;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:9.625rem;left:20.75rem;overflow:hidden;display:block; }
#hrQolM26LmnOIyptnsEd8CeJCNw0ySqP { color:#343434;display:block;width:13.81125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.6875rem;left:21rem;height:5.19921875rem;display:block; }
#ROyWlGTKnq9EIfK5PoMtFmaiVu9c8kNa { color:#343434;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.4375rem;left:21rem;height:5.19921875rem;display:block; }
#Mh1FiKl6w6rqID51ZlWmF0TfKGy7P3cm { box-sizing:content-box;height:22.25rem;width:18rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:7.6875rem;left:37.875rem;display:block; }
#QBhbM2owokoc2RExfmJPqt1rTw2EPADu { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:9.5625rem;left:39.75rem;overflow:hidden;display:block; }
#Nv4m24Tr3aQ0f26dogEvexNd0JztaZFi { color:#343434;display:block;width:13.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.6875rem;left:40.0625rem;height:7.7988125rem;display:block; }
#NQav8nKqPAnh0kDMavh2vPpl4lb2MhME { color:#343434;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24rem;left:40.3125rem;height:3.8994125rem;display:block; }
#TKl8g0wMitX391SsFdkDnb6BKLPyl5cp { box-sizing:content-box;height:22.25rem;width:18rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:7.6875rem;left:56.8125rem;display:block; }
#W8Rc3824bPQ2MM2dehKMhCvJxPisqgmT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:9.5625rem;left:58.6875rem;overflow:hidden;display:block; }
#NO60RIJWpnFvwVEMGEcw16TmIW5Xg90W { color:#343434;display:block;width:13.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.6875rem;left:58.5625rem;height:5.19921875rem;display:block; }
#bfQGnv7Tlev5ee2ni2Enl5hCNdV993xo { color:#343434;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.375rem;left:58.75rem;height:5.19921875rem;display:block; }
#Vqxsm6lczQ34f37IAZryynWXIn12FKIu { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 { position:relative;display:block; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 { background-color: transparent; background-image: none; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container > .video-iframe-container { display: none; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row > .video-iframe-container { display: none; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 { border-width: 0; border-radius: 0; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.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; }#uEeTt25k1N7gswBQcmpfvbgZ7EzITm6I { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#SqfPvpUMtwed2pm4LiTUmMzX9xqJ5Wwc { color:#343434;display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:2.5996125rem;display:block; }
#d7CSqge0pSWQS19fNHyuHruLAs2EUu2B { color:#343434;display:block;width:19.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.625rem;left:45.875rem;height:2.5996125rem;display:block; }
#WWoV2PQHgTzwDLR4QTXN9dEWzUFpDTkT { color:#040404;display:block;width:32.75rem;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:12rem;left:0rem;height:2.5996125rem;display:block; }
#cFAeb1QbcLo2T43h230XO0hglNSRqH5J { box-sizing:content-box;height:41.875rem;width:0.124511875rem;position:absolute;display:block;z-index:15012;background-color:#dadce0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.625rem;left:40.5625rem;display:block; }
#P7oUrOgRmLvVQDyZndOUpU5XGTHJBtiT { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15021;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625rem;left:0rem;display:block; }
#ObyCpdEVTsSkhtDTVQ8HbW1p1B4NgoiV { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.3125rem;left:2.25rem;height:1.3808625rem;font-style:normal;display:block; }
#bx4GPrUETEkRDgQpTQEgsLTZbOSrPACg { color:#040404;display:block;width:27.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.3125rem;left:2.25rem;height:2.4375rem;display:block; }
#ZmueE5afInAs1lSkbz1u0Fv9sRkZ6Gok { color:#040404;display:block;width:27.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.5rem;left:2.25rem;height:1.21875rem;display:block; }
#VKCrSM4ubNBukcuEUAvoFUmtQ1alQipE { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.5rem;left:2.25rem;height:1.3808625rem;font-style:normal;display:block; }
#uf0ezDGxZI66Uh4FqfrOyO3ikwDEpZgK { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15024;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:0rem;display:block; }
#gCJmhAzZxhKvs4hUnNTs3mq0t9fI5D1W { 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:30.625rem;left:2.25rem;height:3.65625rem;display:block; }
#xfOEGKJf55b4Es5eFd7iZLRWaOMVva9T { 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:28.625rem;left:2.25rem;height:1.3808625rem;font-style:normal;display:block; }
#w35c9otHks3Tq88TcMIMQ7qvc82FuyfF { 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:28.9375rem;left:0rem;display:block; }
#VA7O1flk8pN1HTbdfdWQnDV1oqPLd42z { 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:35.6875rem;left:2.25rem;height:1.3808625rem;font-style:normal;display:block; }
#gn0WQZMMssRqE6XfdhtZShl5k4y11X2s { 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:36rem;left:0rem;display:block; }
#csJevlFOFikTSCltLz5HWNFETxEDV6X8 { color:#040404;display:block;width:27.06225rem;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:42.0625rem;left:2.25rem;height:1.21875rem;display:block; }
#awpZmelzl5A1BMdZORTEGDn8Xa1qu1iL { 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:40rem;left:2.25rem;height:1.3808625rem;font-style:normal;display:block; }
#XBSDTsQcVbVHPL4Se0mMQVMQ0iEpJZOR { 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:40.3125rem;left:0rem;display:block; }
#y5FfkyNwUgto3pxHbnPufnpyMOhcUhDv { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:37.125rem;left:48.125rem;height:1.21875rem;display:block; }
#NdcFKbPBtQkbUVQawGgLymFEBH7XNs8S { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:35.0625rem;left:48.125rem;height:1.3808625rem;font-style:normal;display:block; }
#xUkDeaqspDTfmNTc5zJtqC2r1axVFOlQ { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:32.25rem;left:48.125rem;height:1.21875rem;display:block; }
#B4lWhNfGVZxLTXStR8QSVxeGQ9XTnJob { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:30.25rem;left:48.125rem;height:1.3808625rem;font-style:normal;display:block; }
#lk3z5wFAybPwAV0IC5yIktGgoosd7J7e { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:27.4375rem;left:48.125rem;height:1.21875rem;display:block; }
#aohxkpfCcE5CB0Ro2blqOUJOwiycfoxZ { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:25.4375rem;left:48.125rem;height:1.3808625rem;font-style:normal;display:block; }
#JzHe634fv89C4vlLqHAolnfEyr4DRUA0 { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:22.4375rem;left:48.125rem;height:1.21875rem;display:block; }
#IfQoTFpHxzVWrXxpAudM7km0AoRHM8xh { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:20.4375rem;left:48.125rem;height:1.3808625rem;font-style:normal;display:block; }
#dP53TleZDlaWqSL3C31CVwDo2cuUkThG { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:17.25rem;left:48.125rem;height:1.21875rem;display:block; }
#qSHDlqr7BMsdiw96ydE78QHH8iMbhOzZ { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:15.25rem;left:48.125rem;height:1.3808625rem;font-style:normal;display:block; }
#W8a5efwmVTiXf8hqdfQCJ4pAg1M5ETra { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15051;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5625rem;left:45.875rem;display:block; }
#Put9d3CDTHDAORgowC7auFgiwn46XZTF { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15054;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75rem;left:45.9375rem;display:block; }
#eOw1F8zaaDBfxa6DhBIrlyLE3St3Otfu { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15057;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:45.875rem;display:block; }
#vG7WFW96kermy70BUTTrxThWVHeMdbqc { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15060;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.5625rem;left:45.9375rem;display:block; }
#cZz8FVqPImq4ZzgecgW0UD5BUEWCx5Kx { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15063;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.375rem;left:45.9375rem;display:block; }
#AnLMVVwHdKLeOWaVTJ56C2ckta9rLXxm { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:41.6875rem;left:48.125rem;height:1.21875rem;display:block; }
#ErMus20eqw3sCb6GKT1lxoq8sNeD7PtV { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:39.625rem;left:48.125rem;height:1.3808625rem;font-style:normal;display:block; }
#XLPMJFOOPmnzImvsmZQgKGnHATEmZSK2 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15066;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.9375rem;left:45.9375rem;display:block; }
#Zy4CJUA9NH1mgKkC3CoD7xT8A1mlbdOk { color:#040404;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:46.5rem;left:48.125rem;height:4.875rem;display:block; }
#l7tTFSad7FRlsSxTcnoiaZei8FPa7FMX { color:#040404;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:44.4375rem;left:48.125rem;height:1.3808625rem;font-style:normal;display:block; }
#nD4yT5i2E4Op61Oh9Cuvmr9Q9W3Qr56F { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15069;background-color:#d51006;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.75rem;left:45.9375rem;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:17.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; }#EB4SrXcw8AkKDnBQky4fbsppZ9c4y7qt { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#RLQgzLWgT2pBoPnKciuyt8JXapI3KmN8 { color:#2c2c2c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.64794921875rem;left:0rem;height:2.5996125rem;display:block; }
#UnTb4heJVSW05TtGqTRoKaonXf3N713f { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:12.125rem;left:0rem;display:block; }
#QTtL18dUnDMgGg3IUTBqBs7t2OPCpnN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UgVrL9fJPVJwiIzGm9yQGIVLCbiAy9Cq { background-color:#d51006;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.937rem;height:3.43725625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:12.125rem;left:27.125rem;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:71.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WQIXwy1xkcoLsKr73cTtVtnkhE8I83h6 { color:#343434;display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#IJIzoraDurEWqJG0CausVe7Am1A8tNS4 { color:#2c2c2c;display:block;width:64.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6484375rem;left:0rem;height:2.5996125rem;display:block; }
#BVhl4JsJs3iJ4zifZixrOTJyNQenM1O3 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:75rem;top:12.123046875rem;left:0rem;overflow:hidden;display:block; }
#XKDem8aCmNv8PSS7fzkqdgWnlRoBGi5J { box-sizing:content-box;height:11.3125rem;width:74.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:22.435546875rem;left:0rem;display:block; }
#vGUhyTOkU0e9MDIqpGL2bt0Jh6vhoW2e { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:24.125rem;left:1rem;overflow:hidden;display:block; }
#ub9vWaDVNRc34x64kmL9EfwX3lUDkv1V { color:#212721;display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:7rem;height:3.25rem;display:block; }
#GhHga6pPE6RGTiBEqC3Tl57mTNv2LOL9 { color:#040404;display:block;width:72.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.8125rem;left:1rem;height:2.4375rem;display:block; }
#evLKqxy8GJFTVoWkgMeBVA29mkw78xFI { box-sizing:content-box;height:15.75rem;width:56.875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:35.873046875rem;left:0rem;display:block; }
#SNdqPDOcmmzPTQKDfX8slOWlai2fqrzU { box-sizing:content-box;height:15.75rem;width:16.375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:35.873046875rem;left:58.375rem;display:block; }
#u78pRFwZZQPoHb9VigbDKMa5F3ZsOTUV { color:#343434;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:37.216796875rem;left:0.8125rem;height:2.76171875rem;display:block; }
#SJ8yCNH4PeKi99hpfMJ1JbnOzZ8yF0HZ { color:#040404;display:block;width:20.4375rem;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:42.060546875rem;left:0.8125rem;height:7.3125rem;display:block; }
#a3bopT9RT0XF5LEutlEf46X62v0EzA7X { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:33.25rem;top:37.216796875rem;left:23.125rem;overflow:hidden;display:block; }
#CcrOU4fPM4UTc3Z8DZn6Hu3dExIAxUKU { color:#343434;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:37.216796875rem;left:59.21875rem;height:2.76171875rem;display:block; }
#BvHpMTq0p1peL0fy0IP6WEpNUrK0cFSF { color:#040404;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.443359375rem;left:59.21875rem;height:7.3125rem;display:block; }
#wIkRBoIffal3IpE93ItM8I2Kke851wcg { box-sizing:content-box;height:15.75rem;width:16.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:53.75rem;left:0rem;display:block; }
#yc2K5KgQJT0xVTIe7WkPK0xvJF1e4mDQ { color:#040404;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.0625rem;left:0.875rem;height:7.3125rem;display:block; }
#P5GCcTSKpsetskdLbQGRZRPg6LGqwJpL { color:#343434;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:55.125rem;left:0.875rem;height:2.76171875rem;display:block; }
#K70OmDwku9Q6uw4xm0mGHTrOiFV7lDg1 { box-sizing:content-box;height:15.75rem;width:16.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #dadce0;border-left:0.125rem solid #dadce0;border-right:0.125rem solid #dadce0;border-bottom:0.125rem solid #dadce0;top:53.75rem;left: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:59rem;left:18.75rem;height:7.3125rem;display:block; }
#ONSBdGeSWgOdUyeF5UDDGWidP9ERZJDU { color:#343434;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:55.125rem;left:18.75rem;height:2.76171875rem;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:15.75rem;width:39.125rem;top:53.875rem;left:35.875rem;overflow:hidden;display:block; }
#rc8yhJTlldwE63ptMtV9xdh224nx7wlW { position:relative;display:block; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW { background-color: transparent; background-image: none; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container > .video-iframe-container { display: none; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row > .video-iframe-container { display: none; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW { border-width: 0; border-radius: 0; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v3phfNstULAWvprSwb80LkMF22H9M9cv { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#kef2RPtDJwNnAcTNSbfH15tgZQm91Mak { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:2.5996125rem;display:block; }
#BIXc2DR18cAgiFFKNmnKe8eDNzSx63GN { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:12.72216796875rem;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:12.72216796875rem;left:12.49951171875rem;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:12.72216796875rem;left:26.687255859375rem;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:12.72216796875rem;left:39.17138671875rem;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:12.72216796875rem;left:52.24951171875rem;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:12.72216796875rem;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:23.193603515625rem;left:1.374755859375rem;height:1.29980625rem;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:23.193603515625rem;left:13.279541015625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#M78fFJqBTzB9sm0peB99VJ1fdP7dJhnT { color:#343434;display:block;width:9.875rem;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:23.193603515625rem;left:26.687255859375rem;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:23.193603515625rem;left:39.2021484375rem;height:2.5996125rem;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:23.193603515625rem;left:52.2802734375rem;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:23.193603515625rem;left:64.251220703125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G { position:relative;display:block; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G { background-color: transparent; background-image: none; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container > .video-iframe-container { display: none; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row > .video-iframe-container { display: none; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G { border-width: 0; border-radius: 0; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.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; }#gzg3339xg6V459DDQxFAW445dH2RABgQ { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.8994125rem;display:block; }
#yy8TUbsHdsSK6pIv7xfgytATcXgkIwWF { box-sizing:content-box;height:16.93725rem;width:36.99975rem;position:absolute;display:block;z-index:15002;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:7.625rem;left:37.8125rem;display:block; }
#cfk6z4eqAPHxDrqy3IdlCM09e7s28aJW { 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:13.56225rem;width:13.812rem;top:9.375rem;left:39.3125rem;overflow:hidden;display:block; }
#mw536JdAzng3CPHmh9DPqJb0Q8vHDki3 { color:#d51006;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:8rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:54.5rem;height:10.3994375rem;font-style:normal;display:block; }
#XgtzAzXRnCyk7cyTzyKhaaxow3QSGTPm { color:#343434;display:block;width:15.5rem;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:14.25rem;left:54.5rem;height:7.79883125rem;text-align:left;text-align-last:left;display:block; }
#MT2q5IKG8m4edpmT8fiJ4Ku3IUV5C7Mo { box-sizing:content-box;height:16.93725rem;width:36.99975rem;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:7.6875rem;left:0rem;display:block; }
#xuJZhcSwmyBSn8XwH4XMZxi4GyXk4Eb5 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.5rem;top:9.4375rem;left:1.5rem;overflow:hidden;display:block; }
#xFfVMNhyaaib7Up5cGDXqkNFFBno2VZO { color:#d51006;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:8rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:16.6875rem;height:10.3994375rem;font-style:normal;display:block; }
#Va3Dnp7C625H3oxAASMdTJ11lA1xRRJc { color:#343434;display:block;width:15.5rem;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:14.25rem;left:16.6875rem;height:6.49903125rem;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:11.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C3QVUDlXImqNOqgn4sKdrSetedbWpAZm { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.5996125rem;display:block; }
#f1vl2TSRZLJT1LZDwXXm3mxCzGC0gJM2 { color:#343434;display:block;width:30rem;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:2.5996125rem;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:5.3125rem;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:5.3125rem;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:5.3125rem;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:5.3125rem;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:5.3125rem;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:5.25rem;left:71rem;overflow:hidden;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:51.875rem;width:75rem;position:relative;display:block; }#zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { position:absolute;display:block;z-index:15009;height:47.8125rem;width:34.125rem;top:1.875rem;left:40.875rem;display:block; }
#ziyT7J9EPXDl5iE4ER0XryBhAdyhzz6O { color:#2c2c2c;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.2744125rem;display:block; }
#JIzlN7faaUtWZo5gIsCuRPzclNC3xbrT { color:#040404;display:block;width:23.75rem;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:7.875rem;left:0rem;height:1.625rem;display:block; }
#XhGwtzabaoFR54HbzbGDyWbmXQMfNMIK { color:#040404;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.75rem;left:1.78125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#HAHM15TfQEzmJtp5eU8bi1EPsg3az8m5 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;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:14.3125rem;left:1.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#cfKR8yD1Scv2kP5Vu1DDVkJLGFXP8fIK { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.75rem;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:16.875rem;left:1.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#eB4LL4PeIMMtvCqirnUwcmaW2FpfQZGV { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.3125rem;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:19.4375rem;left:1.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#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:19.875rem;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:18.4375rem;height:2.5996125rem;top:11.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:42.375rem;height:9.098625rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18rem;height:3.125rem;top:24.75rem;left:18.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 1199px) { #PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { top:0rem;left:0.03125rem;width:47.75rem;height:3.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #xlBi2Ty6A7iU5urDyFKeOx79OBTQNh2n { width:11.8125rem;height:3.0625rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5uPs2VguHNqgp94fxDlLiBWZiQGGAfH { width:5.3125rem;height:0.9375rem;top:29.9375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxLpigZ2e5RXtytb54MErQoCD6d2bCJu { width:16.75rem;height:0.9746125rem;top:31.75rem;left:12.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KxEkmBzXTsBhPMycGVGQxcLhcsi41IHx { width:17.5rem;height:3.125rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kX3esNUIVDAPR9VXstbTPGVW8iN7OD3p { display:block; }
 }@media only screen and (max-width: 1199px) { #cETTMpMiLIqioldsxsoTdbmI5KXFKsKe { display:block; }#cETTMpMiLIqioldsxsoTdbmI5KXFKsKe > .row .container { width:47.75rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QDLxklkdq9xCAvrcWEiHehiwQtNni86I { width:47.74875rem;height:7.7988125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BeloHqHIKFuHTnk9MDxIIXEsI70VLvaB { width:47.75rem;height:1.29980625rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8SeG5UWZS27FApkpaLWeb8yP7aMZ61q { width:24rem;height:2.3562rem;top:13.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BrZt5buSzJSWHwtJQrB63cwmpNBeTTuU { width:23.25rem;height:3.8994125rem;top:17.8740234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkpLodPLwn6CQRusSvCJp93HFd6O0aNA { width:0.124511875rem;height:21.8745rem;top:13.875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2WnWhKxuUuuLERR84PgsrskBTiyLiir { width:47.75rem;height:0.125rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGxQOxM1plmVWTF4wwqdNyxhTcaomA8s { width:23.3125rem;height:4.7109375rem;top:26.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drycyZfHzB7TAvydWbRIxHePADNTipsC { width:22.625rem;height:3.8994125rem;top:31.456787109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p939PlVqZbSuxsnfLwpTGDwazVcxnnTp { width:23.0625rem;height:3.8994125rem;top:17.8740234375rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QH6iN5ErcMdM8ZVXD3b9ahHb3R9FzIvy { width:22.9995rem;height:2.3562rem;top:13.875rem;left:24.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dw9fKETw6zzpu8QV0rWWIq8ErKIwwqM4 { width:22.8125rem;height:2.5996125rem;top:30.80712890625rem;left:25.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOx4PuyThE0em6zFXpwPJ3GUrZpmDTxT { width:22.6875rem;height:2.3562rem;top:26.0625rem;left:25.06201171875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr { display:block; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row .container { width:47.75rem;height:121.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B8tUREwaCnaLCqq9tqApwclotsAIXvAA { width:47.75rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqPN9Cp7Jz6S1T6JcDggD65IAzSSkd4T { width:47.75rem;height:3.8994125rem;top:7.6484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTIrtI7Jqgr0qR8wrJt1trhdGFtmRnaN { width:18rem;height:10.625rem;top:13.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOQsCfGCte83rXD89orE1x6z2R1vFgCn { width:16rem;height:1.94921875rem;top:14.875rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LR4puCF7ESxKzOxBts6tGKoHlK2EqT6q { width:16rem;height:2.5996125rem;top:17.0625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxx2c0zf8WzreE1SfKDX2mTgfq0foP6J { width:16rem;height:2.5996125rem;top:20.5625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VROwwqiSJlwiIW8fmh0K8RV6FXKMtbM0 { width:18rem;height:10.625rem;top:13.4375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6vA6kuISIFCt1RmlsGZH2yXEzK0CHR3 { width:16rem;height:2.5996125rem;top:20.875rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQxEchn9wHfKDqogpDfnUQmIPMuN8mIC { width:16rem;height:2.5996125rem;top:17.3125rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDyzrf3fbXrtD7NisXyompLuXLtcheCt { width:16rem;height:1.94921875rem;top:15.1875rem;left:26.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7icS0d7q68ib4QJ5nt0LPrSnJqF6L0R { width:18rem;height:11.875rem;top:25.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H1f5E5hcAG4b2blG3hUhNvtszWPAoJUn { width:18rem;height:11.875rem;top:25.875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLmZL7fVnU5c8zRUoAb550hbrcJD8PbH { width:16rem;height:2.5996125rem;top:34.8125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPxtznNts6GONTC4Lpv6wkVh40KzJpQZ { width:16rem;height:2.5996125rem;top:33.3125rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rRRsU2DB0R6yExffmt1ECw8mEyMNb8Ol { width:16rem;height:2.5996125rem;top:31.3125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3z6JDWxCxC9BmtEKcuxCwrwsNX29sCi { width:16rem;height:2.5996125rem;top:29.75rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARskhIpdgEZcpmiTacsrwdZD1vlaXBoy { width:16rem;height:3.8984375rem;top:27.3125rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RK0I2aGdnFRDCmJGZGZaEIC7su7lQ2Cx { width:16rem;height:1.94921875rem;top:27.625rem;left:26.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vy910ZocGKmpXvh95ShRz1MM5V6WD92M { width:18rem;height:10.625rem;top:39.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7g8N3rTiHRoFWuLTvZ6k2EV1uVSisLr { width:18rem;height:10.625rem;top:39.5625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #snhdK8RN9AmFmz0DhlESuNM4b7Bsv0PU { width:16rem;height:2.5996125rem;top:46.6875rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oFGFKr8XRghmbyzKvGyTX6SrqkanuMQL { width:16rem;height:2.5996125rem;top:47rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRALVpNfD5x4Fhb5n5S3ES0ANEC9RqFf { width:16rem;height:2.5996125rem;top:43.1875rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IU15r3J0TdqJ8TPoDqQwJkTk58gthxfb { width:16rem;height:2.5996125rem;top:43.4375rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKOln2IShJoNvsuFO7uN9sMirlnqb4hx { width:16rem;height:1.94921875rem;top:41rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsfiKg7MaGE4xgfVPFNBVmt5FS90le8B { width:16rem;height:1.94921875rem;top:41.3125rem;left:26.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRsQDfdHt93oX9gUwbiidLQfazqKxpFq { width:18rem;height:11.875rem;top:52rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1EuTDxgTG5h4uXtEbQb5X66pp26Fwex { width:18rem;height:11.875rem;top:52rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQCiptHLtcdmmgXTRsFvRmwH3uvGEHVc { width:16rem;height:2.5996125rem;top:60.8125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JUuHbf838ARRPowUzSkpul4aF8Xx4acQ { width:16rem;height:2.5996125rem;top:59.4375rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ObJCy0pzg2CG1I3uItTtn2XTLS81rT0o { width:16rem;height:2.5996125rem;top:57.3125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnyff8Toe7IHGznVr1bKWgQEy80GZc83 { width:16rem;height:2.5996125rem;top:55.875rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scNb4ogEz5Fgf6MLmaoZpN90h5wuvcSk { width:16rem;height:3.8984375rem;top:53.4375rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uO9JLFQIkFL9xaH4ws39o12A2ywJCoMs { width:16rem;height:1.94921875rem;top:53.75rem;left:26.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipMNABfMVk17MuxaXgKZhsurqW7T9y5U { width:36.875rem;height:49.6875rem;top:66rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QnIhpPJZgmAGw9LENP9dZZTEZWPr11ay { width:47.75rem;height:2.4375rem;top:117.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olTasco3EVy1PkkhnEgvmqyoRKcrSSmK { display:block; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row .container { width:47.75rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ozlyibrfqhag09MWkc3sa5Dfdd2V8qHU { width:47.74875rem;height:7.7988125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9OufL12RiEKa0h4VJE52NhzrZdZehpJ { width:47.75rem;height:4.38574375rem;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:17.796875rem;left:2.466796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNPm5ugTlAznB7ToBQmXfT6Hbf1lSpIJ { width:13.7483125rem;height:5.19921875rem;top:19.3740234375rem;left:3.6708984375rem;font-size:2rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #pnfUv7azTMunbnq2RgF5aAP2vKuUX1Zq { width:13.9980625rem;height:5.19921875rem;top:26.384765625rem;left:3.5458984375rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #tfFBeXs0qpCeIsTT9SVlfTsTGq26CvHH { width:18rem;height:17.1875rem;top:17.796875rem;left:24.716796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csXlIHy2gqp0ArQW6EPdeJpisaVibEA3 { width:13.9980625rem;height:6.499rem;top:26.384765625rem;left:26.1240234375rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #us0RVgAmUMovm2WPX6C0hy6d6Tw0oAPt { width:13.7483125rem;height:5.19921875rem;top:19.373046875rem;left:26.25rem;font-size:2rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #MFWIRxG2ltzMGWyB5L5VokHfhigRNmE4 { width:18rem;height:17.1875rem;top:36.043212890625rem;left:2.467529296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CMa6yGpTLpMMNQ1r8hJnw1G7ZOtaN4MH { width:13.9980625rem;height:5.19921875rem;top:44.37451171875rem;left:3.54638671875rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #T1mJZDU5fzC8tkmLlM2uUFF4ykTNyB18 { width:16.4375rem;height:5.20019375rem;top:37.499267578125rem;left:3.671630859375rem;font-size:2rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #bdmCZdeXQtmPIAW7Cm8z1mATK01lFeXR { width:18rem;height:17.1875rem;top:36.043212890625rem;left:24.717041015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qH1JBUhMi8wAM8LK2vPaGkLaEl2bOax7 { width:13.9980625rem;height:5.19921875rem;top:44.37451171875rem;left:26.124755859375rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #ewWPGtl9KHJZQx1MZnmmMeViub0WQ27C { width:13.7483125rem;height:5.20019375rem;top:38.374267578125rem;left:26.249267578125rem;font-size:2rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #BpCegegnR5okPR9XM1wxAXOoVx6GKKMO { width:3.06225625rem;height:3.06225625rem;top:24.953125rem;left:21.701171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osqkrlqKTv0vptWonaRKsiQUgvqGraP6 { width:3.06225625rem;height:3.06225625rem;top:24.953125rem;left:43.9990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVwpJCM2d4cqIbls3v8uQSIuPkwbwm0z { width:3.06225625rem;height:3.06225625rem;top:43.198974609375rem;left:21.70166015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQwXwdRWHTudO5EteZBbN4BpOGRsxxZL { width:47.5625rem;height:12.8125rem;top:55.2919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VaV6I6Toaoo16paTQSCFuc2IuDiwA1Af { width:47.7480625rem;height:3.8994125rem;top:57.1669921875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KMiHVMBkXNcllcCTeTTn0JseqEna6eLt { width:17.4375rem;height:3.375rem;top:62.93701171875rem;left:14.513671875rem;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:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fZ6zT7VgVToyCDCv3GT15RQeNvVhVNIt { width:18rem;height:22.18725rem;top:7.625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtADCrnOuMITdluAv2FT2ftreEVsCfQA { width:13.749rem;height:5.19921875rem;top:15.5625rem;left:4.6875rem;font-size:2rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #xTtnOTB3948OgmJdoHcDTZcubvSW9aKx { width:13.9995rem;height:2.5996125rem;top:21.625rem;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:10.1875rem;left:4.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #zxzoNTPXL4TgC3hwwJAd3kJcD4s7ilBC { width:18rem;height:22.18725rem;top:7.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdokftcUoFO5pEBkpVw8NZrSuHdSSlWh { width:3.9375rem;height:3.9375rem;top:10.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrQolM26LmnOIyptnsEd8CeJCNw0ySqP { width:13.74975rem;height:5.19921875rem;top:16.25rem;left:27.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ROyWlGTKnq9EIfK5PoMtFmaiVu9c8kNa { width:15.0625rem;height:5.19921875rem;top:22.1875rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mh1FiKl6w6rqID51ZlWmF0TfKGy7P3cm { width:18rem;height:22.18725rem;top:31.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBhbM2owokoc2RExfmJPqt1rTw2EPADu { width:3.9375rem;height:3.9375rem;top:34.125rem;left:4.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #Nv4m24Tr3aQ0f26dogEvexNd0JztaZFi { width:13.749rem;height:7.7988125rem;top:39.25rem;left:4.6875rem;font-size:2rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 1199px) { #NQav8nKqPAnh0kDMavh2vPpl4lb2MhME { width:13.99875rem;height:5.19921875rem;top:47.9375rem;left:4.6875rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #TKl8g0wMitX391SsFdkDnb6BKLPyl5cp { width:18rem;height:22.18725rem;top:31.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8Rc3824bPQ2MM2dehKMhCvJxPisqgmT { width:3.9375rem;height:3.9375rem;top:34.125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NO60RIJWpnFvwVEMGEcw16TmIW5Xg90W { width:13.749rem;height:5.19921875rem;top:40.5625rem;left:28.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfQGnv7Tlev5ee2ni2Enl5hCNdV993xo { width:13.99875rem;height:5.19921875rem;top:47.0625rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vqxsm6lczQ34f37IAZryynWXIn12FKIu { width:47.75rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 { display:block; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container { width:47.75rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uEeTt25k1N7gswBQcmpfvbgZ7EzITm6I { width:47.7495rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqfPvpUMtwed2pm4LiTUmMzX9xqJ5Wwc { width:19.2495rem;height:2.6001rem;top:7.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7CSqge0pSWQS19fNHyuHruLAs2EUu2B { width:19.18725rem;height:2.6001rem;top:7.625rem;left:28.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWoV2PQHgTzwDLR4QTXN9dEWzUFpDTkT { width:23.12475rem;height:2.5996125rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFAeb1QbcLo2T43h230XO0hglNSRqH5J { width:0.124511875rem;height:46.5625rem;top:7.625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7oUrOgRmLvVQDyZndOUpU5XGTHJBtiT { width:0.75rem;height:0.75rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ObyCpdEVTsSkhtDTVQ8HbW1p1B4NgoiV { width:16.2495rem;height:1.29980625rem;top:16.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bx4GPrUETEkRDgQpTQEgsLTZbOSrPACg { width:21.5rem;height:3.8994125rem;top:18.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZmueE5afInAs1lSkbz1u0Fv9sRkZ6Gok { width:19.9375rem;height:2.5996125rem;top:25.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VKCrSM4ubNBukcuEUAvoFUmtQ1alQipE { width:9.24975rem;height:1.29980625rem;top:23.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uf0ezDGxZI66Uh4FqfrOyO3ikwDEpZgK { width:0.75rem;height:0.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gCJmhAzZxhKvs4hUnNTs3mq0t9fI5D1W { width:21.0625rem;height:6.499rem;top:31.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xfOEGKJf55b4Es5eFd7iZLRWaOMVva9T { width:10.437rem;height:1.29980625rem;top:29.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w35c9otHks3Tq88TcMIMQ7qvc82FuyfF { width:0.75rem;height:0.75rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VA7O1flk8pN1HTbdfdWQnDV1oqPLd42z { width:17.8125rem;height:1.29980625rem;top:40rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gn0WQZMMssRqE6XfdhtZShl5k4y11X2s { width:0.75rem;height:0.75rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csJevlFOFikTSCltLz5HWNFETxEDV6X8 { width:7.5rem;height:1.29980625rem;top:45.1875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awpZmelzl5A1BMdZORTEGDn8Xa1qu1iL { width:8.187rem;height:1.29980625rem;top:43.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XBSDTsQcVbVHPL4Se0mMQVMQ0iEpJZOR { width:0.75rem;height:0.75rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5FfkyNwUgto3pxHbnPufnpyMOhcUhDv { width:8.31225rem;height:1.29980625rem;top:38.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NdcFKbPBtQkbUVQawGgLymFEBH7XNs8S { width:6.75rem;height:1.29980625rem;top:36.5625rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUkDeaqspDTfmNTc5zJtqC2r1axVFOlQ { width:3.8745125rem;height:1.29980625rem;top:33.75rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4lWhNfGVZxLTXStR8QSVxeGQ9XTnJob { width:4.9995125rem;height:1.29980625rem;top:31.6875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lk3z5wFAybPwAV0IC5yIktGgoosd7J7e { width:13.6245rem;height:1.29980625rem;top:28.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aohxkpfCcE5CB0Ro2blqOUJOwiycfoxZ { width:4.6875rem;height:1.29980625rem;top:26.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzHe634fv89C4vlLqHAolnfEyr4DRUA0 { width:7.6875rem;height:1.29980625rem;top:23.625rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IfQoTFpHxzVWrXxpAudM7km0AoRHM8xh { width:4.6875rem;height:1.29980625rem;top:21.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dP53TleZDlaWqSL3C31CVwDo2cuUkThG { width:12.43725rem;height:1.29980625rem;top:18.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSHDlqr7BMsdiw96ydE78QHH8iMbhOzZ { width:5.7495125rem;height:1.29980625rem;top:16.4375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8a5efwmVTiXf8hqdfQCJ4pAg1M5ETra { width:0.75rem;height:0.75rem;top:16.5625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Put9d3CDTHDAORgowC7auFgiwn46XZTF { width:0.75rem;height:0.75rem;top:22.125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOw1F8zaaDBfxa6DhBIrlyLE3St3Otfu { width:0.75rem;height:0.75rem;top:27.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vG7WFW96kermy70BUTTrxThWVHeMdbqc { width:0.75rem;height:0.75rem;top:31.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZz8FVqPImq4ZzgecgW0UD5BUEWCx5Kx { width:0.75rem;height:0.75rem;top:36.75rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AnLMVVwHdKLeOWaVTJ56C2ckta9rLXxm { width:15.62475rem;height:1.29980625rem;top:43rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErMus20eqw3sCb6GKT1lxoq8sNeD7PtV { width:6rem;height:1.29980625rem;top:41.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLPMJFOOPmnzImvsmZQgKGnHATEmZSK2 { width:0.75rem;height:0.75rem;top:41.3125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zy4CJUA9NH1mgKkC3CoD7xT8A1mlbdOk { width:16.3125rem;height:6.499rem;top:47.8125rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l7tTFSad7FRlsSxTcnoiaZei8FPa7FMX { width:6rem;height:1.29980625rem;top:46rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nD4yT5i2E4Op61Oh9Cuvmr9Q9W3Qr56F { width:0.75rem;height:0.75rem;top:46.125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA { display:block; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EB4SrXcw8AkKDnBQky4fbsppZ9c4y7qt { width:47.75rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLQgzLWgT2pBoPnKciuyt8JXapI3KmN8 { width:47.75rem;height:3.8994125rem;top:7.64794921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnTb4heJVSW05TtGqTRoKaonXf3N713f { width:23.125rem;height:3.34350625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTtL18dUnDMgGg3IUTBqBs7t2OPCpnN6 { display:block; }
 }@media only screen and (max-width: 1199px) { #UgVrL9fJPVJwiIzGm9yQGIVLCbiAy9Cq { width:23.125rem;height:3.375rem;top:13.4375rem;left:24.625rem;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:96.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WQIXwy1xkcoLsKr73cTtVtnkhE8I83h6 { width:27.0625rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJIzoraDurEWqJG0CausVe7Am1A8tNS4 { width:47.75rem;height:2.5996125rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVhl4JsJs3iJ4zifZixrOTJyNQenM1O3 { width:47.75rem;height:5.3125rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKDem8aCmNv8PSS7fzkqdgWnlRoBGi5J { width:47.5rem;height:11.3125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vGUhyTOkU0e9MDIqpGL2bt0Jh6vhoW2e { width:4.5rem;height:4.5rem;top:20.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ub9vWaDVNRc34x64kmL9EfwX3lUDkv1V { width:28.1875rem;height:3.25rem;top:21rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GhHga6pPE6RGTiBEqC3Tl57mTNv2LOL9 { width:45rem;height:3.65625rem;top:26rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evLKqxy8GJFTVoWkgMeBVA29mkw78xFI { width:47.5rem;height:15.75rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SNdqPDOcmmzPTQKDfX8slOWlai2fqrzU { width:47.5rem;height:8.4375rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u78pRFwZZQPoHb9VigbDKMa5F3ZsOTUV { width:20rem;height:2.76171875rem;top:34.0625rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJ8yCNH4PeKi99hpfMJ1JbnOzZ8yF0HZ { width:22.0625rem;height:8.53125rem;top:38.875rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3bopT9RT0XF5LEutlEf46X62v0EzA7X { width:23.6875rem;height:9.375rem;top:36rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CcrOU4fPM4UTc3Z8DZn6Hu3dExIAxUKU { width:14.125rem;height:2.76171875rem;top:50.8125rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BvHpMTq0p1peL0fy0IP6WEpNUrK0cFSF { width:45.8125rem;height:3.65625rem;top:54.0625rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIkRBoIffal3IpE93ItM8I2Kke851wcg { width:22.5rem;height:13.125rem;top:60.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yc2K5KgQJT0xVTIe7WkPK0xvJF1e4mDQ { width:20.8125rem;height:6.09375rem;top:66.375rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P5GCcTSKpsetskdLbQGRZRPg6LGqwJpL { width:20.8125rem;height:2.76171875rem;top:62.0625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K70OmDwku9Q6uw4xm0mGHTrOiFV7lDg1 { width:22.5rem;height:13.125rem;top:60.5rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuRPDBTa1AVObIIgz94VJRBRNXJKXt42 { width:20.8125rem;height:6.09375rem;top:66.375rem;left:26rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONSBdGeSWgOdUyeF5UDDGWidP9ERZJDU { width:20.8125rem;height:2.76171875rem;top:62.0625rem;left:26rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #grpeoWLkgDuGG7puTnyqPmrP9uc3Qdta { width:47.75rem;height:19.125rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rc8yhJTlldwE63ptMtV9xdh224nx7wlW { display:block; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container { width:47.75rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v3phfNstULAWvprSwb80LkMF22H9M9cv { width:47.75rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kef2RPtDJwNnAcTNSbfH15tgZQm91Mak { width:47.75rem;height:3.89941875rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIXc2DR18cAgiFFKNmnKe8eDNzSx63GN { width:9.9375rem;height:9.9375rem;top:13.29638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1U3LQbB6PCpHnEv02DtwQDyfiewQH9I { width:9.9375rem;height:9.9375rem;top:13.29638671875rem;left:18.9052734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SGGguy1d2Kc72NoL2UNZVRnOMp0zD1CJ { width:9.9375rem;height:9.9375rem;top:13.29638671875rem;left:37.81201171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcGpRRfNo1QPoZNL6zgDSp9z43EBT4zq { width:9.9375rem;height:9.9375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZVVpkoDUsXNf5QbEQrpk8SS3ohDgrlF { width:9.9375rem;height:9.9375rem;top:27.6875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRZRtJOTo6Ogh4iJsD7u5BPUHTDdioHN { width:9.9375rem;height:9.9375rem;top:27.6875rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nAFm3ICypTkqQXnUrLixTxiuvsydI6DJ { width:7.125rem;height:1.29980625rem;top:23.23388671875rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbP6upO6iAk1bThkqVD0gL5RGT5IkA4U { width:8.3115rem;height:1.29980625rem;top:24.486328125rem;left:19.71826171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M78fFJqBTzB9sm0peB99VJ1fdP7dJhnT { width:9.8745rem;height:1.29980625rem;top:24.533203125rem;left:37.875732421875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VpaRRsvFOq2ixkr5RVWUbWFJi8DKSwAT { width:9.8108125rem;height:2.5996125rem;top:37.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwZlgEvNR4aTMUeJbnuoBPVHDzLFT7EI { width:9.8115rem;height:1.29980625rem;top:37.75rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2lysdEWRENl0wcwRgR9cRIxiIggtVWA { width:10.62375rem;height:1.29980625rem;top:37.75rem;left:37.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G { display:block; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container { width:47.75rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gzg3339xg6V459DDQxFAW445dH2RABgQ { width:47.7495rem;height:3.8994125rem;top:1.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yy8TUbsHdsSK6pIv7xfgytATcXgkIwWF { width:37rem;height:16.9375rem;top:26.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfk6z4eqAPHxDrqy3IdlCM09e7s28aJW { width:13.749rem;height:13.50075rem;top:28.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mw536JdAzng3CPHmh9DPqJb0Q8vHDki3 { width:3.75rem;height:10.3994375rem;top:26.6875rem;left:23.375rem;font-size:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XgtzAzXRnCyk7cyTzyKhaaxow3QSGTPm { width:15.5rem;height:9.0986375rem;top:32.9375rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MT2q5IKG8m4edpmT8fiJ4Ku3IUV5C7Mo { width:37rem;height:16.9375rem;top:7.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xuJZhcSwmyBSn8XwH4XMZxi4GyXk4Eb5 { width:13.5rem;height:13.5rem;top:9.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFfVMNhyaaib7Up5cGDXqkNFFBno2VZO { width:3.1245125rem;height:10.3996875rem;top:7.625rem;left:23.3125rem;font-size:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Va3Dnp7C625H3oxAASMdTJ11lA1xRRJc { width:15.5rem;height:6.49903125rem;top:14.125rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cs28ZHuGvteRmc3keJewpndWU3TPTKGc { display:block; }#Cs28ZHuGvteRmc3keJewpndWU3TPTKGc > .row .container { width:47.75rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C3QVUDlXImqNOqgn4sKdrSetedbWpAZm { width:47.7495rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1vl2TSRZLJT1LZDwXXm3mxCzGC0gJM2 { width:47.75rem;height:2.5996125rem;top:6.35009765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rps2Na9xWdWDbJQb8rLyzn8xnsRiCuZ2 { width:3.75rem;height:3.99975625rem;top:10.822998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKsiuBlJmFwcmqvBZ6fvDzKWLmIQCps8 { width:3.9375rem;height:3.9375rem;top:10.853759765625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGBVrUZBDSG6UnxchXzWORcyKoRsRfmH { width:3.9375rem;height:3.9375rem;top:10.853759765625rem;left:15.561767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0GWxFTWIagONCqVvnlMhhKdWRQMfPtJ { width:9.375rem;height:3.99975625rem;top:10.822998046875rem;left:23.310791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBTALkEp9ghufT9lN22P1NUJV25r2DsS { width:3.9375rem;height:3.9375rem;top:10.853759765625rem;left:36.2490234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXs41SNwPerKRVbg7HMk7dExES0rA88J { width:3.99975625rem;height:3.99975625rem;top:10.822998046875rem;left:43.749755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSoJ622S6T9W33AeS9aaR72cceoVmbOP { display:block; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container { width:47.75rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:43.75rem;height:43.75rem;top:20.5234375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ziyT7J9EPXDl5iE4ER0XryBhAdyhzz6O { width:47.75rem;height:2.2744125rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JIzlN7faaUtWZo5gIsCuRPzclNC3xbrT { width:47.75rem;height:1.625rem;top:6.0234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XhGwtzabaoFR54HbzbGDyWbmXQMfNMIK { width:23.75rem;height:1.625rem;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.625rem;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.625rem;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.625rem;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) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:47.75rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:15.5rem;height:5.375rem;top:3.3125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:27.875rem;height:5.19921875rem;top:14rem;left:9.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { width:12.4375rem;height:1.29980625rem;top:11.0625rem;left:17.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { width:2.5rem;height:2.5rem;top:20.9375rem;left:16.6875rem;font-size:1.75rem;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { width:2.5rem;height:2.5rem;top:20.9375rem;left:20.625rem;font-size:1.75rem;display:block; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { width:2.5rem;height:2.5rem;top:20.9375rem;left:24.625rem;font-size:1.75rem;display:block; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { width:2.5rem;height:2.5rem;top:20.9375rem;left:28.5625rem;font-size:1.75rem;display:block; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:7.0625rem;height:2.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:8.125rem;height:2.3125rem;top:1.4375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 763px) { #IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { display:flex;width:1.5625rem;height:1.5625rem;top:1.84375rem;left:17.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ad1dcec-f290-4e69-9350-d71da3d819d0/ezgif3c7f7cbe8c740adf.gif");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:18.4375rem;height:2.11230625rem;top:8rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.4375rem;height:15.597625rem;top:11.6875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18.125rem;height:3.125rem;top:34.1591796875rem;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:39.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uPs2VguHNqgp94fxDlLiBWZiQGGAfH { width:5.3125rem;height:0.9375rem;top:43.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLpigZ2e5RXtytb54MErQoCD6d2bCJu { width:20rem;height:0.9746125rem;top:45.625rem;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:29.1591796875rem;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:68.125rem;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:3.8994125rem;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.99875rem;height:4.7109375rem;top:17.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrZt5buSzJSWHwtJQrB63cwmpNBeTTuU { width:19.99875rem;height:5.19921875rem;top:23.9375rem;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.99875rem;height:4.7109375rem;top:43.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drycyZfHzB7TAvydWbRIxHePADNTipsC { width:19.99875rem;height:3.8994125rem;top:49.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p939PlVqZbSuxsnfLwpTGDwazVcxnnTp { width:19.99875rem;height:3.8994125rem;top:37.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QH6iN5ErcMdM8ZVXD3b9ahHb3R9FzIvy { width:19.99875rem;height:4.7109375rem;top:31rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw9fKETw6zzpu8QV0rWWIq8ErKIwwqM4 { width:19.99875rem;height:3.8994125rem;top:62.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOx4PuyThE0em6zFXpwPJ3GUrZpmDTxT { width:19.99875rem;height:4.7109375rem;top:55.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr { display:block; }#s2O5UKZ9lMg1fmfJtrwcuB8wVPbzdGJr > .row .container { width:20rem;height:156.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8tUREwaCnaLCqq9tqApwclotsAIXvAA { width:20rem;height:5.19921875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqPN9Cp7Jz6S1T6JcDggD65IAzSSkd4T { width:20rem;height:7.7988125rem;top:8.94921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTIrtI7Jqgr0qR8wrJt1trhdGFtmRnaN { width:18rem;height:10.625rem;top:18.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOQsCfGCte83rXD89orE1x6z2R1vFgCn { width:16rem;height:1.94921875rem;top:19.6875rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR4puCF7ESxKzOxBts6tGKoHlK2EqT6q { width:16rem;height:2.5996125rem;top:22.1875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxx2c0zf8WzreE1SfKDX2mTgfq0foP6J { width:16rem;height:2.5996125rem;top:25.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VROwwqiSJlwiIW8fmh0K8RV6FXKMtbM0 { width:18rem;height:10.625rem;top:31.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6vA6kuISIFCt1RmlsGZH2yXEzK0CHR3 { width:16rem;height:2.5996125rem;top:38.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQxEchn9wHfKDqogpDfnUQmIPMuN8mIC { width:16rem;height:2.5996125rem;top:35.1875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDyzrf3fbXrtD7NisXyompLuXLtcheCt { width:16rem;height:1.94921875rem;top:32.25rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7icS0d7q68ib4QJ5nt0LPrSnJqF6L0R { width:18rem;height:11.875rem;top:43.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1f5E5hcAG4b2blG3hUhNvtszWPAoJUn { width:18rem;height:10.625rem;top:57.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLmZL7fVnU5c8zRUoAb550hbrcJD8PbH { width:16rem;height:2.5996125rem;top:52.25rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPxtznNts6GONTC4Lpv6wkVh40KzJpQZ { width:16rem;height:2.5996125rem;top:64.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRRsU2DB0R6yExffmt1ECw8mEyMNb8Ol { width:16rem;height:2.5996125rem;top:48.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3z6JDWxCxC9BmtEKcuxCwrwsNX29sCi { width:16rem;height:2.5996125rem;top:61.0625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARskhIpdgEZcpmiTacsrwdZD1vlaXBoy { width:16rem;height:3.8984375rem;top:44.9375rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK0I2aGdnFRDCmJGZGZaEIC7su7lQ2Cx { width:16rem;height:1.94921875rem;top:58.9375rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy910ZocGKmpXvh95ShRz1MM5V6WD92M { width:18rem;height:10.625rem;top:69.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7g8N3rTiHRoFWuLTvZ6k2EV1uVSisLr { width:18rem;height:10.625rem;top:82.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snhdK8RN9AmFmz0DhlESuNM4b7Bsv0PU { width:16rem;height:2.5996125rem;top:76.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFGFKr8XRghmbyzKvGyTX6SrqkanuMQL { width:16rem;height:2.5996125rem;top:89.5rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRALVpNfD5x4Fhb5n5S3ES0ANEC9RqFf { width:16rem;height:2.5996125rem;top:73.25rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU15r3J0TdqJ8TPoDqQwJkTk58gthxfb { width:16rem;height:2.5996125rem;top:85.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKOln2IShJoNvsuFO7uN9sMirlnqb4hx { width:16rem;height:1.94921875rem;top:71.0625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsfiKg7MaGE4xgfVPFNBVmt5FS90le8B { width:16rem;height:1.94921875rem;top:83.8125rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRsQDfdHt93oX9gUwbiidLQfazqKxpFq { width:18rem;height:11.875rem;top:94.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1EuTDxgTG5h4uXtEbQb5X66pp26Fwex { width:18rem;height:10.625rem;top:108.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQCiptHLtcdmmgXTRsFvRmwH3uvGEHVc { width:16rem;height:2.5996125rem;top:103.3125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUuHbf838ARRPowUzSkpul4aF8Xx4acQ { width:16rem;height:2.5996125rem;top:115.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObJCy0pzg2CG1I3uItTtn2XTLS81rT0o { width:16rem;height:2.5996125rem;top:99.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnyff8Toe7IHGznVr1bKWgQEy80GZc83 { width:16rem;height:2.5996125rem;top:112.0625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scNb4ogEz5Fgf6MLmaoZpN90h5wuvcSk { width:16rem;height:3.8984375rem;top:95.9375rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO9JLFQIkFL9xaH4ws39o12A2ywJCoMs { width:16rem;height:1.94921875rem;top:109.9375rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMNABfMVk17MuxaXgKZhsurqW7T9y5U { width:20rem;height:26.949152542373rem;top:120.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnIhpPJZgmAGw9LENP9dZZTEZWPr11ay { width:20rem;height:4.875rem;top:149.7607421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olTasco3EVy1PkkhnEgvmqyoRKcrSSmK { display:block; }#olTasco3EVy1PkkhnEgvmqyoRKcrSSmK > .row .container { width:20rem;height:97.5rem;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:6.499rem;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:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNPm5ugTlAznB7ToBQmXfT6Hbf1lSpIJ { width:12.5625rem;height:3.4121125rem;top:19.9365234375rem;left:1.3427734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfUv7azTMunbnq2RgF5aAP2vKuUX1Zq { width:13.93725rem;height:4.875rem;top:25.5615234375rem;left:1.3427734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfFBeXs0qpCeIsTT9SVlfTsTGq26CvHH { width:16.1875rem;height:14.3125rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csXlIHy2gqp0ArQW6EPdeJpisaVibEA3 { width:13.93725rem;height:6.09375rem;top:40.5625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #us0RVgAmUMovm2WPX6C0hy6d6Tw0oAPt { width:12.5625rem;height:3.4121125rem;top:35.375rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWIRxG2ltzMGWyB5L5VokHfhigRNmE4 { width:16.1875rem;height:14.3125rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMa6yGpTLpMMNQ1r8hJnw1G7ZOtaN4MH { width:13.93725rem;height:4.875rem;top:56.5625rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1mJZDU5fzC8tkmLlM2uUFF4ykTNyB18 { width:12.5625rem;height:3.4121125rem;top:51.0625rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdmCZdeXQtmPIAW7Cm8z1mATK01lFeXR { width:16.1875rem;height:14.3125rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH1JBUhMi8wAM8LK2vPaGkLaEl2bOax7 { width:13.93725rem;height:4.875rem;top:72.3125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewWPGtl9KHJZQx1MZnmmMeViub0WQ27C { width:12.5625rem;height:3.4121125rem;top:67.6875rem;left:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCegegnR5okPR9XM1wxAXOoVx6GKKMO { display:flex;width:3.0625rem;height:3.0625rem;top:23.75rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #osqkrlqKTv0vptWonaRKsiQUgvqGraP6 { display:flex;width:3.0625rem;height:3.0625rem;top:39.5625rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #cVwpJCM2d4cqIbls3v8uQSIuPkwbwm0z { display:flex;width:3.0625rem;height:3.0625rem;top:55.75rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #PQwXwdRWHTudO5EteZBbN4BpOGRsxxZL { width:19.75rem;height:13.4375rem;top:81.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaV6I6Toaoo16paTQSCFuc2IuDiwA1Af { width:19.9995rem;height:5.19921875rem;top:83.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMiHVMBkXNcllcCTeTTn0JseqEna6eLt { width:18.75rem;height:3.375rem;top:90.375rem;left:0.625rem;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:103.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ6zT7VgVToyCDCv3GT15RQeNvVhVNIt { width:18rem;height:22.1875rem;top:31.9482421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtADCrnOuMITdluAv2FT2ftreEVsCfQA { width:13.74975rem;height:5.19921875rem;top:16.26171875rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTtnOTB3948OgmJdoHcDTZcubvSW9aKx { width:13.9995rem;height:2.5996125rem;top:22.32421875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnQtFxh1H8Tf5xLq6t2CZRTzyMN8eten { width:3.9375rem;height:3.9375rem;top:10.88671875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxzoNTPXL4TgC3hwwJAd3kJcD4s7ilBC { width:18rem;height:22.1875rem;top:8.32421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdokftcUoFO5pEBkpVw8NZrSuHdSSlWh { width:3.9375rem;height:3.9375rem;top:34.5107421875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrQolM26LmnOIyptnsEd8CeJCNw0ySqP { width:13.74975rem;height:5.19921875rem;top:40.5732421875rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROyWlGTKnq9EIfK5PoMtFmaiVu9c8kNa { width:13.9995rem;height:6.499rem;top:46.5107421875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh1FiKl6w6rqID51ZlWmF0TfKGy7P3cm { width:18rem;height:22.1875rem;top:79.1982421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBhbM2owokoc2RExfmJPqt1rTw2EPADu { width:3.9375rem;height:3.9375rem;top:57.7607421875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv4m24Tr3aQ0f26dogEvexNd0JztaZFi { width:13.74975rem;height:7.7988125rem;top:62.8857421875rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQav8nKqPAnh0kDMavh2vPpl4lb2MhME { width:13.9995rem;height:5.19921875rem;top:71.5732421875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKl8g0wMitX391SsFdkDnb6BKLPyl5cp { width:18rem;height:22.1875rem;top:55.5732421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Rc3824bPQ2MM2dehKMhCvJxPisqgmT { width:3.9375rem;height:3.9375rem;top:81.3857421875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO60RIJWpnFvwVEMGEcw16TmIW5Xg90W { width:13.74975rem;height:5.19921875rem;top:87.8232421875rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQGnv7Tlev5ee2ni2Enl5hCNdV993xo { width:13.9995rem;height:5.19921875rem;top:94.3232421875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqxsm6lczQ34f37IAZryynWXIn12FKIu { width:19.9995rem;height:5.19921875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 { display:block; }#AfsoqWBtNKQqrpSNclRq3I3M3wNMvl52 > .row .container { width:20rem;height:94.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEeTt25k1N7gswBQcmpfvbgZ7EzITm6I { width:19.99875rem;height:5.20019375rem;top:2.1240234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqfPvpUMtwed2pm4LiTUmMzX9xqJ5Wwc { width:20rem;height:2.6001rem;top:8.8857421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7CSqge0pSWQS19fNHyuHruLAs2EUu2B { width:20rem;height:2.5996125rem;top:52.1240234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWoV2PQHgTzwDLR4QTXN9dEWzUFpDTkT { width:19.99875rem;height:3.8994125rem;top:12.336181640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFAeb1QbcLo2T43h230XO0hglNSRqH5J { width:0.0625rem;height:41.875rem;top:7.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7oUrOgRmLvVQDyZndOUpU5XGTHJBtiT { width:0.75rem;height:0.75rem;top:18.03369140625rem;left:0.81298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObyCpdEVTsSkhtDTVQ8HbW1p1B4NgoiV { width:16.3125rem;height:1.29980625rem;top:17.759033203125rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx4GPrUETEkRDgQpTQEgsLTZbOSrPACg { width:17.125rem;height:3.8994125rem;top:20.0205078125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmueE5afInAs1lSkbz1u0Fv9sRkZ6Gok { width:17.125rem;height:2.5996125rem;top:27.552734375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKCrSM4ubNBukcuEUAvoFUmtQ1alQipE { width:16.3125rem;height:1.29980625rem;top:25.276611328125rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf0ezDGxZI66Uh4FqfrOyO3ikwDEpZgK { width:0.75rem;height:0.75rem;top:31.204833984375rem;left:0.81298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCJmhAzZxhKvs4hUnNTs3mq0t9fI5D1W { width:17.125rem;height:7.7988125rem;top:33.251953125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfOEGKJf55b4Es5eFd7iZLRWaOMVva9T { width:16.3125rem;height:1.29980625rem;top:30.93017578125rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w35c9otHks3Tq88TcMIMQ7qvc82FuyfF { width:0.75rem;height:0.75rem;top:56.123046875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA7O1flk8pN1HTbdfdWQnDV1oqPLd42z { width:14.625rem;height:2.5996125rem;top:42.3291015625rem;left:2.6865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn0WQZMMssRqE6XfdhtZShl5k4y11X2s { width:0.75rem;height:0.75rem;top:68.9990234375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csJevlFOFikTSCltLz5HWNFETxEDV6X8 { width:6.99975rem;height:1.29980625rem;top:48.939453125rem;left:2.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awpZmelzl5A1BMdZORTEGDn8Xa1qu1iL { width:8.31225rem;height:1.29980625rem;top:47.1259765625rem;left:2.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBSDTsQcVbVHPL4Se0mMQVMQ0iEpJZOR { width:0.75rem;height:0.75rem;top:77.9990234375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5FfkyNwUgto3pxHbnPufnpyMOhcUhDv { width:8.3745rem;height:1.29980625rem;top:74.9365234375rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdcFKbPBtQkbUVQawGgLymFEBH7XNs8S { width:16.3125rem;height:1.29980625rem;top:72.7490234375rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUkDeaqspDTfmNTc5zJtqC2r1axVFOlQ { width:3.8745125rem;height:1.29980625rem;top:70.2744140625rem;left:3.02734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4lWhNfGVZxLTXStR8QSVxeGQ9XTnJob { width:16.3125rem;height:1.29980625rem;top:68.724609375rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk3z5wFAybPwAV0IC5yIktGgoosd7J7e { width:13.6875rem;height:1.29980625rem;top:66.3740234375rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aohxkpfCcE5CB0Ro2blqOUJOwiycfoxZ { width:16.3125rem;height:1.29980625rem;top:64.662109375rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzHe634fv89C4vlLqHAolnfEyr4DRUA0 { width:7.9995rem;height:1.29980625rem;top:62.2353515625rem;left:3.02734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfQoTFpHxzVWrXxpAudM7km0AoRHM8xh { width:16.3125rem;height:1.29980625rem;top:60.6865234375rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP53TleZDlaWqSL3C31CVwDo2cuUkThG { width:12.43725rem;height:1.29980625rem;top:57.6865234375rem;left:2.8740234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qSHDlqr7BMsdiw96ydE78QHH8iMbhOzZ { width:16.3125rem;height:1.29980625rem;top:55.8486328125rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8a5efwmVTiXf8hqdfQCJ4pAg1M5ETra { width:0.75rem;height:0.75rem;top:42.3291015625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Put9d3CDTHDAORgowC7auFgiwn46XZTF { width:0.75rem;height:0.75rem;top:25.55126953125rem;left:0.81298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOw1F8zaaDBfxa6DhBIrlyLE3St3Otfu { width:0.75rem;height:0.75rem;top:47.2138671875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG7WFW96kermy70BUTTrxThWVHeMdbqc { width:0.75rem;height:0.75rem;top:60.8115234375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZz8FVqPImq4ZzgecgW0UD5BUEWCx5Kx { width:0.75rem;height:0.75rem;top:64.9365234375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnLMVVwHdKLeOWaVTJ56C2ckta9rLXxm { width:13.812rem;height:2.5996125rem;top:79.7646484375rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErMus20eqw3sCb6GKT1lxoq8sNeD7PtV { width:16.3125rem;height:1.29980625rem;top:77.724609375rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLPMJFOOPmnzImvsmZQgKGnHATEmZSK2 { width:0.75rem;height:0.75rem;top:73.0615234375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy4CJUA9NH1mgKkC3CoD7xT8A1mlbdOk { width:16.4375rem;height:6.499rem;top:85.7001953125rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7tTFSad7FRlsSxTcnoiaZei8FPa7FMX { width:16.3125rem;height:1.29980625rem;top:83.7138671875rem;left:2.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4yT5i2E4Op61Oh9Cuvmr9Q9W3Qr56F { width:0.75rem;height:0.75rem;top:83.98828125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA { display:block; }#AedOVBhdVEMO5NJZpgJdiSId0dPO0QdA > .row .container { width:20rem;height:26.4375rem;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:7.7988125rem;top:7.6994625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnTb4heJVSW05TtGqTRoKaonXf3N713f { width:20rem;height:3.4375rem;top:16.593017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtL18dUnDMgGg3IUTBqBs7t2OPCpnN6 { display:block; }
 }@media only screen and (max-width: 763px) { #UgVrL9fJPVJwiIzGm9yQGIVLCbiAy9Cq { width:20rem;height:3.375rem;top:21.494384765625rem;left:0rem;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:124.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQIXwy1xkcoLsKr73cTtVtnkhE8I83h6 { width:20rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJIzoraDurEWqJG0CausVe7Am1A8tNS4 { width:20rem;height:6.499rem;top:6.349609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVhl4JsJs3iJ4zifZixrOTJyNQenM1O3 { width:20rem;height:2.2251308900524rem;top:14.72265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKDem8aCmNv8PSS7fzkqdgWnlRoBGi5J { width:19.75rem;height:18.5rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGUhyTOkU0e9MDIqpGL2bt0Jh6vhoW2e { width:4.5rem;height:4.5rem;top:20.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub9vWaDVNRc34x64kmL9EfwX3lUDkv1V { width:12.875rem;height:8.125rem;top:20.1875rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhHga6pPE6RGTiBEqC3Tl57mTNv2LOL9 { width:18.125rem;height:7.3125rem;top:29.0625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evLKqxy8GJFTVoWkgMeBVA29mkw78xFI { width:19.75rem;height:23.75rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdqPDOcmmzPTQKDfX8slOWlai2fqrzU { width:19.75rem;height:13.375rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u78pRFwZZQPoHb9VigbDKMa5F3ZsOTUV { width:18.75rem;height:2.76171875rem;top:40.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ8yCNH4PeKi99hpfMJ1JbnOzZ8yF0HZ { width:18.125rem;height:9.75rem;top:44.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3bopT9RT0XF5LEutlEf46X62v0EzA7X { width:18.75rem;height:7.375rem;top:55.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcrOU4fPM4UTc3Z8DZn6Hu3dExIAxUKU { width:18.125rem;height:2.76171875rem;top:66.5rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvHpMTq0p1peL0fy0IP6WEpNUrK0cFSF { width:18.125rem;height:7.3125rem;top:70.5rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIkRBoIffal3IpE93ItM8I2Kke851wcg { width:19.75rem;height:15.75rem;top:80.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc2K5KgQJT0xVTIe7WkPK0xvJF1e4mDQ { width:18.125rem;height:6.09375rem;top:86.125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5GCcTSKpsetskdLbQGRZRPg6LGqwJpL { width:18.125rem;height:2.76171875rem;top:81.8125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K70OmDwku9Q6uw4xm0mGHTrOiFV7lDg1 { width:19.75rem;height:15.75rem;top:97.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuRPDBTa1AVObIIgz94VJRBRNXJKXt42 { width:18.125rem;height:7.3125rem;top:103.375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONSBdGeSWgOdUyeF5UDDGWidP9ERZJDU { width:18.125rem;height:2.76171875rem;top:99.0625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grpeoWLkgDuGG7puTnyqPmrP9uc3Qdta { width:20rem;height:8.0511182108626rem;top:114.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8yhJTlldwE63ptMtV9xdh224nx7wlW { display:block; }#rc8yhJTlldwE63ptMtV9xdh224nx7wlW > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3phfNstULAWvprSwb80LkMF22H9M9cv { width:19.9995rem;height:5.20019375rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kef2RPtDJwNnAcTNSbfH15tgZQm91Mak { width:19.9995rem;height:7.798825rem;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:18.61962890625rem;left:5.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1U3LQbB6PCpHnEv02DtwQDyfiewQH9I { width:9.9375rem;height:9.9375rem;top:31.7314453125rem;left:5.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGGguy1d2Kc72NoL2UNZVRnOMp0zD1CJ { width:9.9375rem;height:9.9375rem;top:44.84326171875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcGpRRfNo1QPoZNL6zgDSp9z43EBT4zq { width:9.9375rem;height:9.9375rem;top:59.236083984375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZVVpkoDUsXNf5QbEQrpk8SS3ohDgrlF { width:9.9375rem;height:9.9375rem;top:73.646484375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRZRtJOTo6Ogh4iJsD7u5BPUHTDdioHN { width:9.9375rem;height:9.9375rem;top:86.75830078125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAFm3ICypTkqQXnUrLixTxiuvsydI6DJ { width:7.125rem;height:1.29980625rem;top:28.55712890625rem;left:6.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbP6upO6iAk1bThkqVD0gL5RGT5IkA4U { width:8.3115rem;height:1.29980625rem;top:41.6689453125rem;left:5.84326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78fFJqBTzB9sm0peB99VJ1fdP7dJhnT { width:9.8730625rem;height:1.29980625rem;top:54.7802734375rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpaRRsvFOq2ixkr5RVWUbWFJi8DKSwAT { width:9.8105625rem;height:2.5996125rem;top:69.1728515625rem;left:5.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwZlgEvNR4aTMUeJbnuoBPVHDzLFT7EI { width:9.8105625rem;height:1.29980625rem;top:83.583984375rem;left:5.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2lysdEWRENl0wcwRgR9cRIxiIggtVWA { width:10.6230625rem;height:1.29980625rem;top:96.6953125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G { display:block; }#MefKRRI1a0Alc2GtLoNQ74gGOvzKP07G > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzg3339xg6V459DDQxFAW445dH2RABgQ { width:19.999rem;height:5.19921875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy8TUbsHdsSK6pIv7xfgytATcXgkIwWF { width:19.75rem;height:30.0625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfk6z4eqAPHxDrqy3IdlCM09e7s28aJW { width:13.75rem;height:13.501731944141rem;top:42.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw536JdAzng3CPHmh9DPqJb0Q8vHDki3 { width:3.75rem;height:6.5rem;top:56.5rem;left:0rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgtzAzXRnCyk7cyTzyKhaaxow3QSGTPm { width:15.43725rem;height:9.0986375rem;top:60.5625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MT2q5IKG8m4edpmT8fiJ4Ku3IUV5C7Mo { width:19.75rem;height:30.0625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuJZhcSwmyBSn8XwH4XMZxi4GyXk4Eb5 { width:13.5rem;height:13.5rem;top:11.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFfVMNhyaaib7Up5cGDXqkNFFBno2VZO { width:3.75rem;height:6.5rem;top:25.0625rem;left:0rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Va3Dnp7C625H3oxAASMdTJ11lA1xRRJc { width:15.43725rem;height:6.49903125rem;top:29.0625rem;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:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3QVUDlXImqNOqgn4sKdrSetedbWpAZm { width:19.9995rem;height:2.2744125rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1vl2TSRZLJT1LZDwXXm3mxCzGC0gJM2 { width:19.999rem;height:3.8994125rem;top:6.0234375rem;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:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKsiuBlJmFwcmqvBZ6fvDzKWLmIQCps8 { width:3.9375rem;height:3.9375rem;top:11.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBVrUZBDSG6UnxchXzWORcyKoRsRfmH { width:3.9375rem;height:3.9375rem;top:11.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0GWxFTWIagONCqVvnlMhhKdWRQMfPtJ { width:9.375rem;height:3.99975625rem;top:24.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBTALkEp9ghufT9lN22P1NUJV25r2DsS { width:3.9375rem;height:3.9375rem;top:18.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXs41SNwPerKRVbg7HMk7dExES0rA88J { width:4rem;height:4rem;top:18.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSoJ622S6T9W33AeS9aaR72cceoVmbOP { display:block; }#mSoJ622S6T9W33AeS9aaR72cceoVmbOP > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:20rem;height:77.1875rem;top:21.75rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ziyT7J9EPXDl5iE4ER0XryBhAdyhzz6O { width:20rem;height:4.548825rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIzlN7faaUtWZo5gIsCuRPzclNC3xbrT { width:20rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhGwtzabaoFR54HbzbGDyWbmXQMfNMIK { width:17.375rem;height:1.625rem;top:10.5625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAHM15TfQEzmJtp5eU8bi1EPsg3az8m5 { width:0.75rem;height:0.75rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNeUTdlISZEpW3i02TzrzGT2TvdKrHC { width:17.375rem;height:1.625rem;top:13.125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfKR8yD1Scv2kP5Vu1DDVkJLGFXP8fIK { width:0.75rem;height:0.75rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBZzCnXWBSgOxR2IThfgrZUH82iXczhN { width:17.375rem;height:1.625rem;top:15.6875rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB4LL4PeIMMtvCqirnUwcmaW2FpfQZGV { width:0.75rem;height:0.75rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRyoThq2p67JMWI05b3RKSmzFHI3Oo83 { width:17.375rem;height:1.625rem;top:18.25rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TyylrcA0xMoiey5RPM90E9TFSN9F93 { width:0.75rem;height:0.75rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { position:relative;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:15.5rem;height:5.375rem;top:3.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:20rem;height:7.7988125rem;top:12.3623046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { width:12.375rem;height:1.29980625rem;top:9.755859375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { display:flex;width:2.5rem;height:2.5rem;top:22.0625rem;left:2.75rem;font-size:1.75rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { display:flex;width:2.5rem;height:2.5rem;top:22.0625rem;left:6.6875rem;font-size:1.75rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { display:flex;width:2.5rem;height:2.5rem;top:22.125rem;left:10.6875rem;font-size:1.75rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { display:flex;width:2.5rem;height:2.5rem;top:22.0625rem;left:14.8125rem;font-size:1.75rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }