.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:255,241,217;--color-primary-1:255,209,128;--color-primary-2:255,162,0;--color-primary-3:128,81,0;--color-primary-4:38,24,0;--color-secondary-0:233,233,233;--color-secondary-1:181,181,181;--color-secondary-2:106,106,106;--color-secondary-3:53,53,53;--color-secondary-4:16,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow Condensed";--paragraphs-font-family:"Outfit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1e1e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:54.375rem;left:25.3125rem;height:4.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { background-color:#79bcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#1e1e2e;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.625rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.6875rem;left:24.1875rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4flDdDDfJNhtNqGCAO4ySQyXWDZCSVk { color:#ffffff;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:40.75rem;left:8.3125rem;height:2.7625rem;text-align:center;text-align-last:center;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; }
#u3MncbHAHFTIsTGLZexG9lA6n1XlWbZK { color:#9bbfc4;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:43.9375rem;left:9.9375rem;height:2.44375rem;text-align:center;text-align-last:center;display:block; }
#qm9vGvlnmKwLbaM9C7dRE2XhQXZrKKvJ { color:#79bcfc;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:9.90625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#qavtZiMs4CVa5KzxO7FdQNAiuLollSqP { color:#ffffff;display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15074;line-height:1.2;letter-spacing:0;top:53.0625rem;left:42.4375rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKxyJyupqJJa33LWWmiJemZWAURAcGpd { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:26.5rem;top:19.03125rem;left:24.25rem;overflow:hidden;display:block; }
#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242434;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; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row .container { background-color: transparent; background-image: none; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row .container > .video-iframe-container { display: none; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row > .video-iframe-container { display: none; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .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); }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row .container { border-width: 0; border-radius: 0; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:75rem;position:relative;display:block; }#HfHDTZmwbL8Awxc5sFXa7H29hkOxlA9Z { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0rem;height:9.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nLaxOTwXEm9pSQaOtQLH3z2CsFISMGfQ { box-sizing:content-box;height:8.6875rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:14.1875rem;left:0rem;display:block; }
#W3ufzftewvqWkTMMc94m4uGzQIUzNHv6 { color:#ffffff;display:block;width:67.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:15.125rem;left:2rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ii8CGTzkgxTBrstTkdoxJTWRyp9zc8iq { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(224,128,128,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.25rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iCW2db9tLJqAugrgLFhDZG4hqqAW6DFq { color:#e08080;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:18.4375rem;left:2.375rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Txa875bw2bPuHgEDyLCeDhPm1gLVRN8T { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:18.1875rem;left:7.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#MD7DfTRObTnzXmXs0IgyMfD3iir1Vbu3 { color:#79bcfc;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#QehMsknLHa0EJz4dKuhpTGP8JaT6zq1g { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(121,188,252,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.375rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mZ6KM4fbvL86EubafpX4TrklytKuykAU { color:#79bcfc;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:20.5625rem;left:2.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgxHTMKeSKrJato7MUH1oyUh6SwoVTn2 { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:20.3125rem;left:7.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#UTIyqP73soCIJc5WhXi9xMbFGkPGbfU4 { box-sizing:content-box;height:8.6875rem;width:74.875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:23rem;left:0rem;display:block; }
#ZAlJ9P902OIrWtTHQfNIZrOJXKaTy3K7 { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:29.125rem;left:7.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#g8VIhnQTa9viiyl9wIvz6C53WZhnyyNp { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:27rem;left:7.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#VnwusTAo4rN8q98d9izJbGkZw2snOSUr { color:#ffffff;display:block;width:67.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:23.9375rem;left:2rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ErXEIultv3JzMve9q5xRLb2VmAm4aoLB { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(224,128,128,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HIlJGl7SHKkueyBzrdARh5DWi9nHOwST { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(121,188,252,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wO0CLdMTBTx67R8Xgs5zG46m2VcsXLac { color:#e08080;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:27.25rem;left:2.375rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNuyx75P3TLIcbkMARBz46B9mNnLotHX { color:#79bcfc;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:29.375rem;left:2.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJTvuxu3xCAK9QSmM2ArHryfCuidUzSh { box-sizing:content-box;height:8.6875rem;width:74.875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:31.75rem;left:0rem;display:block; }
#heIbWohmlByXX0LSkzHs9sQ9kBnD0g3T { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:37.875rem;left:7.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#fiv9irbxhdqkpnGE61gaeETBOMp1P80i { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15024;background-color:rgba(121,188,252,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.9375rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#muDk4xa88NT1VHKAzXqhc0Ud8yNiUUxg { color:#79bcfc;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:38.125rem;left:2.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMmA01G7qILkQAs5K1ycHbHFgDbs0ScV { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:35.75rem;left:7.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#IqbFe9xxdRw1qnB7EA8kanOq5LvmT7ux { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(224,128,128,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.8125rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LcgtsMKyTRGQoF6hizFplBSqkPCExhgy { color:#e08080;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:36rem;left:2.375rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0IPs02CLLsAaU2WGDslxdKk1ma9xlgV { color:#ffffff;display:block;width:67.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:32.6875rem;left:2rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7XT5ngMQqpQ0w8HFnB5mAfpqXnM5iCJ { box-sizing:content-box;height:8.6875rem;width:74.875rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:40.5rem;left:0rem;display:block; }
#io8fGm0HRs7tdFdB0d57p60yTTUXygvX { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:46.625rem;left:7.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#h5qNxRr7UpcOq9G7k6wIsg8eKRDLiKIo { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:44.5rem;left:7.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#B3X1KaJJF25UguC7xQNivGGcR8d7H5GU { color:#ffffff;display:block;width:67.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:41.4375rem;left:2rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mFvsBPkiUtTo480Hk4FTsyxX8pepGHvp { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15032;background-color:rgba(121,188,252,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.6875rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ih64K0ZeHSwdEKCNVFPU9KAvcpOKVmSH { color:#79bcfc;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:46.875rem;left:2.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJXcZfJQ8yt7v8CrgUrIaEra24WEWUHA { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15029;background-color:rgba(224,128,128,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.5625rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WFDzVHi9hpiousp2p4qgXyOKDIUri3ap { color:#e08080;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:44.75rem;left:2.375rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPiUcWg16c1UtV0s5Np1XcxOV00d7IIK { box-sizing:content-box;height:8.6875rem;width:74.875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:49.25rem;left:0rem;display:block; }
#IOptvBAT77p60vlC3d7Wy1Tf0iTgkMx3 { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:55.375rem;left:7.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#wIThu7XMoP8BiCnDQW5ma2N95x5wzU9I { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15040;background-color:rgba(121,188,252,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.4375rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XQCckrB3Whx0LzzwUI1whzih56cWup1T { color:#79bcfc;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:55.625rem;left:2.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkIKNrLo9I6ugkEmgT2oZIG7oGP5sDRA { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:53.25rem;left:7.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#BT7KucIDmqzKfsvxrLT2z396ysno00Jb { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15037;background-color:rgba(224,128,128,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.3125rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fSEzP7ZMu0zWpkdRV3P6t2skQh2AKGEA { color:#e08080;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:53.5rem;left:2.375rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#maCFAPk9TyGBT0EC9qCgkty0ursgGimJ { color:#ffffff;display:block;width:67.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:50.1875rem;left:2rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f0;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; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { background-color: transparent; background-image: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .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); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { border-width: 0; border-radius: 0; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { color:#1e1e2e;display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:11.3125rem;left:32rem;height:3.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:24.6875rem;top:11.9375rem;left:0.0625rem;overflow:hidden;display:block; }
#bGIMrXCqRHpHwTrIcCUbKF6OOD5mhAdO { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:43.75rem;left:37.4375rem; }
#bGIMrXCqRHpHwTrIcCUbKF6OOD5mhAdO > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { color:#1e1e2e;display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:17.125rem;left:32.125rem;height:4.9875rem;text-align:left;text-align-last:left;display:block; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:43.6875rem;left:31.8125rem; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#zQrZw1QvnJKpl6HpFvdoVofwKTrspkNl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:43.875rem;left:34.75rem; }
#zQrZw1QvnJKpl6HpFvdoVofwKTrspkNl > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#dPSlgyZBpz4MtXI7RMiUVkU4o02n9mGk { color:#1e1e2e;display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:23.3125rem;left:32rem;height:6.65rem;text-align:left;text-align-last:left;display:block; }
#gH7pwA9qkh8OH5HGllZZlo46hHNHH5TA { color:#1e1e2e;display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:31.125rem;left:32rem;height:4.9875rem;text-align:left;text-align-last:left;display:block; }
#pFsUR8sVwnsOOhebIP4WIDbGrygg1Qq9 { color:#1e1e2e;display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:37.1875rem;left:32rem;height:4.9875rem;text-align:left;text-align-last:left;display:block; }
#LsqmpeHBTWzmWcczfrouJkJUIGAxENQo { color:#ffa200;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#Dr3aglgZIMK9W5mmZy1NaJlCtWRkQTDw { color:#1e1e2e;display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kx1FeWb434X741oszgqDlKBXm0ryls4H { color:#ffa200;display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:32.25rem;height:1.4625rem;text-align:left;text-align-last:left;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; }
#eLxsM2i7bxd9OBB4T0PKstiMr292bfUF { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15039;background-color:rgba(85,85,85,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.125rem;left:32rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lR1XQGkUKqLdZQX9p9K2p230TH11WNp6 { color:#555555;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:47.1875rem;left:32.375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxz3wC49gMtKiM3nuawZH3lr0GTBA12n { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15041;background-color:rgba(85,85,85,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.125rem;left:37.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a6qqI7cZJmwHZxsHJLt69eTHO6GGs7M8 { color:#555555;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:47.1875rem;left:37.4375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LR7qKJktXWhWvrodEmVriP1tTRSrK2SA { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15043;background-color:rgba(85,85,85,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.125rem;left:42rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#znrTGu1G4KrOy2nXk0RadreN9ihoVMrb { color:#555555;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:47.1875rem;left:42.375rem;height:2.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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgfF0DhycRIXzTe5rrTzJzNtWyKntQTH { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15045;background-color:rgba(85,85,85,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.125rem;left:46.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#f17Gc5CdUxHUqUUBkSTSZr7U1e4FcAnG { color:#555555;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:47.1875rem;left:47.3125rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWZMx8c59wHHmrzkJoQtAftXqOED3c2X { box-sizing:content-box;height:1.4375rem;width:4.375rem;position:absolute;display:block;z-index:15047;background-color:rgba(85,85,85,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.125rem;left:51.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WFbvSqz8XINHtoxk09M1WJikwC7ryXqX { color:#555555;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:47.1875rem;left:52.3125rem;height:2.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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u62wvl16kAm0KgFODIIpcQeExLaTubcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f0;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; }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .row .container { background-color: transparent; background-image: none; }#u62wvl16kAm0KgFODIIpcQeExLaTubcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .row .container > .video-iframe-container { display: none; }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .row > .video-iframe-container { display: none; }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .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); }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .row .container { border-width: 0; border-radius: 0; }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#U27uws3ra1rbwezLf332idDhWVIl3d9U { box-sizing:content-box;height:13.1875rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2242c13f-e01e-4c3d-b2ee-74458c698db5/20181017MP095.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#U27uws3ra1rbwezLf332idDhWVIl3d9U.adaptive-delivery-prevent-bg, #U27uws3ra1rbwezLf332idDhWVIl3d9U.lazyload, #U27uws3ra1rbwezLf332idDhWVIl3d9U.lazyloading { background-image: none; }
#BmdPRRdKdKJPHw9vKtebE5F5xzBTMSLK { box-sizing:content-box;height:13.1875rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9dce78c6-0dc4-489d-a769-f4d971913bc6/ZdjcieWhatsApp20250926o113908_2f285b01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:19.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#BmdPRRdKdKJPHw9vKtebE5F5xzBTMSLK.adaptive-delivery-prevent-bg, #BmdPRRdKdKJPHw9vKtebE5F5xzBTMSLK.lazyload, #BmdPRRdKdKJPHw9vKtebE5F5xzBTMSLK.lazyloading { background-image: none; }
#nmOMOhqS5lakHstcAJgGaTZU67hoCDOT { box-sizing:content-box;height:13.1875rem;width:18.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a0a1fcb1-b076-47cd-8111-f0dcc9029c49/D21540A2019May15155434_PIX_6141.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:37.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#nmOMOhqS5lakHstcAJgGaTZU67hoCDOT.adaptive-delivery-prevent-bg, #nmOMOhqS5lakHstcAJgGaTZU67hoCDOT.lazyload, #nmOMOhqS5lakHstcAJgGaTZU67hoCDOT.lazyloading { background-image: none; }
#oATQnk15ESK48JvA87ZUyNk0exkiuOQU { box-sizing:content-box;height:13.1875rem;width:18.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c456e92d-628e-417c-8d63-c1b26a6b0e7d/TomekMichniewicz18.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:56.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#oATQnk15ESK48JvA87ZUyNk0exkiuOQU.adaptive-delivery-prevent-bg, #oATQnk15ESK48JvA87ZUyNk0exkiuOQU.lazyload, #oATQnk15ESK48JvA87ZUyNk0exkiuOQU.lazyloading { background-image: none; }
#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223dd991-b878-4e11-8247-e536f50097d3/ABSL2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J.adaptive-delivery-prevent-bg, #bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J.lazyload, #bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J.lazyloading { background-image: none; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row .container { background-color: transparent; background-image: none; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,36,52,0.95); }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row .container > .video-iframe-container { display: none; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,36,52,0.95); }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row > .video-iframe-container { display: none; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .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); }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row .container { border-width: 0; border-radius: 0; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J::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; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#G6adwiyyQTxka6f78bZqotep7P1wawly { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0rem;height:6.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTCwuQss2egMi1tTDi4CG5idST2dnQU9 { box-sizing:content-box;height:4.0625rem;width:45.6875rem;position:absolute;display:block;z-index:15000;background-color:#1e1e2e;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #79bcfc;border-right:0;border-bottom:0;top:23.4375rem;left:0rem;display:block; }
#CVFIQpf5lRqXUchigQo5LcvHR0huB9Qi { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:24.6875rem;left:4.875rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#daGK4EMdmIVEN4T6Z0s7DhiuByyR7U9B { color:#79bcfc;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#E705DxKizX2aU39Bc6u5EE7Ea1KIXbCB { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:14.9375rem;left:0rem;height:3.85rem;font-style:normal;display:block; }
#amu2GDCoQTW36yzAHA0RnhcNSUhJSZp4 { color:#79bcfc;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#T5fZoe2BIivkCGxb5qhKPSZbzGi3hlqU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:24.875rem;left:2.1875rem; }
#XQaCMRXFoO4RSq30ISD0VdZmwVgPctXA { box-sizing:content-box;height:4.0625rem;width:45.875rem;position:absolute;display:block;z-index:15003;background-color:#1e1e2e;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #79bcfc;border-right:0;border-bottom:0;top:28.4375rem;left:0rem;display:block; }
#KGrofgdxV6IxTm41VP0RG6gO9iWgOSxO { color:#ffffff;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:29.6875rem;left:4.875rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#FyweVNVEv3X0K7f4WfyS9PU5MiO6bF88 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:29.875rem;left:2.1875rem; }
#ZM3FFdtGwBnyhNpDKqr1xph9MMcEwcBT { box-sizing:content-box;height:5.1875rem;width:45.875rem;position:absolute;display:block;z-index:15009;background-color:#1e1e2e;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #79bcfc;border-right:0;border-bottom:0;top:38.5rem;left:0rem;display:block; }
#y9FcakZ1dwPi3IVvE5IB8l9ZTrhAchU4 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:39.75rem;left:4.875rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#s4mr18JXvMELEQTXzCwMxPOF0onJKNaC { box-sizing:content-box;height:4.0625rem;width:45.6875rem;position:absolute;display:block;z-index:15006;background-color:#1e1e2e;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #79bcfc;border-right:0;border-bottom:0;top:33.5rem;left:0rem;display:block; }
#lIlVCdQLeQfMa8kPBeQfXv44TI2Krrgv { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:34.75rem;left:4.875rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#imwNo4xdswkkPnsDTslEkJuMxoXKFKGD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:34.9375rem;left:2.1875rem; }
#oL7B2TFR3MPH3EH1mc32Zx9aq5rGxIdx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:40.46875rem;left:2.1875rem; }
#yaPF02mXeEqwTqiaOS1xXCJWV7w04SKi { position:absolute;display:block;z-index:15076;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:34.1875rem;width:35.6875rem;top:6.75rem;left:50.326086956522rem;overflow:hidden;display:block; }
#SXSiwiy01cTPyTR7WubBekMydBeybt8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e2e;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; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row .container { background-color: transparent; background-image: none; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row .container > .video-iframe-container { display: none; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row > .video-iframe-container { display: none; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .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); }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row .container { border-width: 0; border-radius: 0; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row .container { font-size:0.875rem;font-family:arial;height:78.6875rem;width:75rem;position:relative;display:block; }#dGFv8kA8ifeltfyrFBAZMLMdkuTknFql { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:4.6875rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xvCb2g54ePpwi2WgtdNtsTPEgrOJt7gP { box-sizing:content-box;height:8.6875rem;width:72.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:11.9375rem;left:1.375rem;display:block; }
#OMayDgcsLsEIoSyQgSgwHMDglq9VD8rR { color:#79bcfc;display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:13.625rem;left:7.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VdkvKJzbwscPHUqm3Wdl0a1eXfKT7if1 { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:16rem;left:7.375rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#gRS2qKGhR7Ak9V5rOke3p90uTzmCyZbX { color:rgba(121,188,252,0.5);display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5625rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;top:13.125rem;left:2.3125rem;height:6.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GkcGTTNE1F0oANtToSmoF7uxRy86Wuda { box-sizing:content-box;height:8.6875rem;width:72.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:20.75rem;left:1.375rem;display:block; }
#KE08mzTCqAgN1uJelOJPrbJPOeaU4g9r { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:24.8125rem;left:7.375rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#GVMXx13wTtt1DWw3zPuiFqAwokyQRzMy { color:rgba(121,188,252,0.5);display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5625rem;font-weight:400;z-index:15005;line-height:.8;letter-spacing:0;top:22rem;left:2.3125rem;height:6.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1RTqaRk7Jpe9meciGVBkoQonhKZaTdE { color:#79bcfc;display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:22.4375rem;left:7.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JOo0RnGI5NxRGpIL2KWTB1uJTu7efSZ3 { box-sizing:content-box;height:8.6875rem;width:72.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:29.5rem;left:1.375rem;display:block; }
#GkGIefLrd0UhrNPNgxzM6ES9ulxwNzSv { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:33.5625rem;left:7.375rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#hpr1EZ3LlBnVmlHPEoWm5TyZ3Po09oOM { color:rgba(121,188,252,0.5);display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5625rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:30.75rem;left:2.3125rem;height:6.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMit3uP8DCsuLU0K1ENlziznTNdZhekG { color:#79bcfc;display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:31.1875rem;left:7.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PPKTqER4GweDeOlM25pvSKMFv7wVDWFG { box-sizing:content-box;height:8.6875rem;width:72.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:47rem;left:1.375rem;display:block; }
#oDOyrDVdZGC3ctzS9OJw9HuxVMuBO7uM { color:#ffffff;display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:51.0625rem;left:7.375rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#bQQ7loLV5Cs94HNGDCkZQsTlawyVoik6 { color:#79bcfc;display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:48.6875rem;left:7.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q9aD20u9oNhnJGlJUEAF8uA2TTRnOXuq { color:rgba(121,188,252,0.5);display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5625rem;font-weight:400;z-index:15017;line-height:.8;letter-spacing:0;top:48.25rem;left:2.3125rem;height:6.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dgoNE6WtLaS3uJiSCnaay4ZUrNUmKzQe { box-sizing:content-box;height:8.6875rem;width:72.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:38.25rem;left:1.375rem;display:block; }
#c5Kb3PpqdTbHgw5edsEHVThoSFNFnKf2 { color:#ffffff;display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:42.3125rem;left:7.375rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#kNdihtaHpM5inRDMkZOwVDwSMqSSuIUH { color:rgba(121,188,252,0.5);display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5625rem;font-weight:400;z-index:15013;line-height:.8;letter-spacing:0;top:39.5rem;left:2.3125rem;height:6.05rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qdXZx8pQllDLilRiag3ygUT6OwuwruQJ { color:#79bcfc;display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:39.9375rem;left:7.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ruzyLXV6U3NLtnOLz0ZhDPJRqH5KRsKQ { color:#555555;display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:58.9375rem;left:13.75rem;height:1.8375rem;text-align:center;text-align-last:center;display:block; }
#Hhy6yl6AVJkWZdfNrOiszMA2JrSmNLLD { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15078;line-height:1.2;letter-spacing:0;top:62.125rem;left:12.84375rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jdyzt6pVlBywadsOMO7u2yhsN82ipBxc { background-color:#79bcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#1e1e2e;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.625rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:66.9375rem;left:24.1875rem;display:block; }
#EkuwIKNDd4rTqBKM3ahL2dpg7H923hhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffa200;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; }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .row .container { background-color: transparent; background-image: none; }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .row .container > .video-iframe-container { display: none; }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .row > .video-iframe-container { display: none; }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .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); }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .row .container { border-width: 0; border-radius: 0; }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#oqRRLwI5eptVA4do0JrfImLkmNGEVk58 { 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:12.5625rem;width:36.0625rem;top:12.5625rem;left:0rem;overflow:hidden;display:block; }
#HZIsSxkDz5RM9VrQutSrbFKHG5ShBHxk { 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:12.5625rem;width:36.0625rem;top:12.5625rem;left:38.9375rem;overflow:hidden;display:block; }
#xqN26tyxe5xc4uXDRw4a2WB5WCV5e0Vz { color:rgba(var(--color-tertiary-0),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.5625rem;left:0rem;height:9.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQ730WkWipqwGPqEco0V4wy1FNtIg4Z6 { color:rgba(var(--color-secondary-0),1);display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242434;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; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row .container { background-color: transparent; background-image: none; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row .container > .video-iframe-container { display: none; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row > .video-iframe-container { display: none; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .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); }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row .container { border-width: 0; border-radius: 0; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#EHJyvyr9A5BCNC0gqkLzQxKO4oCckNnT { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:6.125rem;left:0rem;height:6.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JSwo8c7wNdp2FKqe9xDHR0WBIs7seo2p { box-sizing:content-box;height:6.125rem;width:72.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(245,245,240,0.08);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.9375rem;left:1.375rem;display:block; }
#LzPlfmwTAzLKCsBQ3lRdoLFJcrIi0LKn { color:#ffffff;display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:13.4375rem;left:6.1875rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#cvhbV0BIBVHNQ6kcS3Md5rUSTWmL2fb1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:13.90625rem;left:2.4375rem; }
#LMpvF17NMLC2TPTGDnnbfqm68cbBTCr1 { box-sizing:content-box;height:6.125rem;width:72.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(245,245,240,0.08);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.8125rem;left:1.4375rem;display:block; }
#fEwiAaRxhmSATuErIZTc6ceoV5ZEr7ln { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:20.3125rem;left:6.25rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#bVE0OSR0kEGQbz3ndJtrEhHwpvfbuve9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:20.8125rem;left:2.5rem; }
#aDCPvSiZxNThtpCVyaNuwvGEq4F7Z3Rb { box-sizing:content-box;height:6.125rem;width:72.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(245,245,240,0.08);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.6875rem;left:1.4375rem;display:block; }
#oiZq8ScDCisCSBzJFAwRsBvTBnB83T8t { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:27.1875rem;left:6.25rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#lRnrpkvPIAmOALw3llNiim0dDRnq6UrO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:27.6875rem;left:2.5rem; }
#ZiEWUtRToebAu6XJNXkrZ5WhSFfUavDJ { box-sizing:content-box;height:6.125rem;width:72.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(245,245,240,0.08);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.625rem;left:1.4375rem;display:block; }
#mNhlHZLlO50H3zGp9mWAggLE01nVGPQV { color:#ffffff;display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:34.125rem;left:6.25rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#gTs5DQ7OdMeWMvCXev7kAD3QTQu4rcnE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:34.625rem;left:2.5rem; }
#VdX6q5DzuKeGM5ZTI4kzW0UrRHBqJF8N { background-color:#79bcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#1e1e2e;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.375rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.25rem;left:14.8125rem;display:block; }
#Hs7z0pRnpS86iaJimtMMS7HPTuIcvX0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDJaXKQyObvSbS83Ti639HOkbU0ZhNzb { background-color:#79bcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#1e1e2e;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.375rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.25rem;left:14.8125rem;display:none; }
#AaXKrsZgOWKSTrbXlrMZTdU10zULsuEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f0;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; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { border-width: 0; border-radius: 0; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.875rem;left:9.25rem; }
#Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { color:#1e1e2e;display:block;width:20.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.8125rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { position:absolute;display:block;z-index:15005;background-color:rgba(121,188,252,0.4);background-image:none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:11.6875rem;left:8.0625rem;display:block; }
#t6BXiOXm7aKcciuR0GoC5lJH8NLZClaJ { color:#1e1e2e;display:block;width:21.9375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:18.75rem;left:25.875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epL5kc0ch7TgFUQqK0TlrpcgQmAPCaRl { position:absolute;display:block;z-index:15008;background-color:rgba(121,188,252,0.4);background-image:none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:12.625rem;left:34.5rem;display:block; }
#MGXW8D94INmxoxBMe93NBxuk7y59T7Cp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.8125rem;left:35.6875rem; }
#SPwbOHiNaxwCFwg11xmztNKciQLpJta2 { color:#1e1e2e;display:block;width:21.1875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:18.6875rem;left:53.8125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNt6vPLJ92fN2lsp3VqXF8AGT5eWq6Ro { position:absolute;display:block;z-index:15011;background-color:rgba(121,188,252,0.4);background-image:none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:11.875rem;left:62.1875rem;display:block; }
#elO3xgUyFMO6LpmSZ1Wa2chcrCRFM4vo { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.0625rem;left:63.375rem; }
#E85c6O4IBm8DEzdThldaGlVOQkw0p5VJ { position:absolute;display:block;z-index:15014;background-color:rgba(121,188,252,0.4);background-image:none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:26.1875rem;left:8rem;display:block; }
#Do8oNlLhgneb8nnUVfqmxQE7XGTtNR8h { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27.375rem;left:9.1875rem; }
#rqEhoXDIRtomTwxHEbs3DxHh2s3oxyza { color:#1e1e2e;display:block;width:20.0625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:32.4375rem;left:0.3125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXTDD73BDmiu6x9BV3B95x9DSS3SMTG3 { color:#1e1e2e;display:block;width:21.1875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:32.4375rem;left:26.25rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StPDIhXTf1rlvHoSs1Xs17JH2LGTzP1E { position:absolute;display:block;z-index:15017;background-color:rgba(121,188,252,0.4);background-image:none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:26.3125rem;left:34.5rem;display:block; }
#AMVaFO8Ofe98rCg8XleT2dA371apSf45 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:27.5rem;left:35.6875rem; }
#dM38XOSP1aClKceOFenBBGI5rNZt8sCv { color:#1e1e2e;display:block;width:21.8125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:32.375rem;left:53.1875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1DD4Zlkk5H7OCflM8TE6feeNryJCrTE { position:absolute;display:block;z-index:15020;background-color:rgba(121,188,252,0.4);background-image:none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:26.25rem;left:62.25rem;display:block; }
#V1WNZ5cuyOxPT83UwR7cE3gshlElhaPb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:27.4375rem;left:63.4375rem; }
#KMp1Ul10o2nIEftpO8l5SesNm2DVV4MT { color:#1e1e2e;display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:2.974609375rem;left:0rem;height:9.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e77263b-60b3-4bf9-a628-b3274bdd5681/0K2A8706.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ.adaptive-delivery-prevent-bg, #TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ.lazyload, #TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ.lazyloading { background-image: none; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row .container { background-color: transparent; background-image: none; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,36,52,0.93); }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row .container > .video-iframe-container { display: none; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,36,52,0.93); }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row > .video-iframe-container { display: none; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .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); }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row .container { border-width: 0; border-radius: 0; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ::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; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row .container { font-size:0.875rem;font-family:arial;height:70.375rem;width:75rem;position:relative;display:block; }#rq0Nfrcqs6laN2h5GDn77TsMMkTN2SmR { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:8.6875rem;left:10.46875rem;height:6.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eatoNUVAFifvxLkauiLl9lAUsxHhgazN { box-sizing:content-box;height:61.6875rem;width:55.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(30,30,46,0.74);background-image:none;box-shadow: none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:3.5625rem;left:11.59375rem;display:block; }
#QFpXIpJboR28rE0PrZcEuLbsDPmsiTfS { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:14.1875rem;left:19.625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#i0gTfyn9bNvGWwucGW7FZFOawD5v30JA { background-color:#79bcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#1e1e2e;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.375rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:45.1875rem;left:16.90625rem;display:block; }
#vT5h1BVsMfVK6TX9ykoa13vOqoDJTNJF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kG4HX30TI5vT8TcOBcxhPTzIRoJiNlhG { color:#79bcfc;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0625rem;left:9.90625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#q7AEpARxnbc4XTTZr6E56m6isQTwhomW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:14.4375rem;left:16.8125rem; }
#kSJrwOS0Al5h0wyCgKvK589DxNFgpTTh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:17.1875rem;left:16.875rem; }
#emT0XKsTKRAz9H9bVKe5uGsfE5E7Gp9w { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:16.9375rem;left:19.6875rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#AmxiJNwTVD7AR6fXBJIXIOCTZMtwKWBk { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:19.3125rem;left:19.625rem;height:8.375rem;font-style:normal;display:block; }#AmxiJNwTVD7AR6fXBJIXIOCTZMtwKWBk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AmxiJNwTVD7AR6fXBJIXIOCTZMtwKWBk li:before{  }
#vW6wAcQ4DT54eBggQ1EINBkXyTwu9072 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:28.5625rem;left:16.8125rem; }
#zTGbqfa0C2HEmhndM5ydiIlHfcrO0kHC { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:28.3125rem;left:19.625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#HDh2n4PzMCBvcUsAv6tEfr6p62RHUK0q { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;top:35.0625rem;left:15.65625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nn8B1nVRlzXUlK0aJtT2dH108adt2hIn { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:37.6875rem;left:15.65625rem;height:3.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#asN9G6JL69W9a5hB6WnQzJxFgLsBZz5K { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:41.625rem;left:16.15625rem;height:1.4875rem;text-align:center;text-align-last:center;display:block; }
#uT4X2ydAB8CNrbz7F8kJWxMLS6e1wMqG { 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:11.9375rem;width:28.0625rem;top:51.25rem;left:25.5625rem;overflow:hidden;display:block; }
#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e2e;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; }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .row .container { background-color: transparent; background-image: none; }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .row .container > .video-iframe-container { display: none; }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .row > .video-iframe-container { display: none; }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .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); }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .row .container { border-width: 0; border-radius: 0; }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#Gei7qbo3uJhatmc4sqqn5mMxSxKDfcbC { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #ffa200;border-left:0.125rem solid #ffa200;border-right:0.125rem solid #ffa200;border-bottom:0.125rem solid #ffa200;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.6875rem;width:75rem;top:6.1875rem;left:0rem;display:block; }
#bbsVDSChevPVm3OQRz3w52o6cc7ph9OD { color:#f5f5f0;display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:8.625rem;left:1.5625rem;height:7.35rem;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; }
#r7JkQnzkW2rpqPTT3RcKPW1bT3H86hfi { color:rgba(var(--color-tertiary-0),1);display:block;width:58rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:13.8125rem;left:1.5625rem;height:5.25rem;font-style:normal;display:block; }
#ThekB0q8Js3mbzM8X2pcMOp5VczE4w7r { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:0.8125rem;left:58.875rem;overflow:hidden;display:block; }
#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f0;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; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row .container { background-color: transparent; background-image: none; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row .container > .video-iframe-container { display: none; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row > .video-iframe-container { display: none; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .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); }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row .container { border-width: 0; border-radius: 0; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#N75RxJPQNRXhqDJkbzvimAn84lr9MD49 { color:#1e1e2e;display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:9.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fq9XWCblLq4TZtnBancGkFm85AqqIR9b { box-sizing:content-box;height:3.3125rem;width:72.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #79bcfc;border-left:0.125rem solid #79bcfc;border-right:0.125rem solid #79bcfc;border-bottom:0.125rem solid #79bcfc;top:13.34375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a0SfUi5EhpJUNHFwzOJaKsViyZslgzzw { color:#1e1e2e;display:block;width:62.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:14.34375rem;left:6.1875rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#kgD590mGTUyLvkZKbbVJXvP4w555PZef { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:13.90625rem;left:2.4375rem; }
#sNqcvZBDtes6QGZ5EzdwMUi2HJmPmH8n { box-sizing:content-box;height:3.3125rem;width:72.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #79bcfc;border-left:0.125rem solid #79bcfc;border-right:0.125rem solid #79bcfc;border-bottom:0.125rem solid #79bcfc;top:17.625rem;left:1.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bci5rVAuW6XXJeFqCyfbFV94p7SSokZm { color:#1e1e2e;display:block;width:62.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:18.625rem;left:6.3125rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#kp2eNGdXDqusQGOC8C16C9ZysoKdFsua { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:18.1875rem;left:2.5625rem; }
#qgKdIwVnKEZJMo1ObQKIEq55DdfBg8K0 { box-sizing:content-box;height:3.3125rem;width:72.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #79bcfc;border-left:0.125rem solid #79bcfc;border-right:0.125rem solid #79bcfc;border-bottom:0.125rem solid #79bcfc;top:21.75rem;left:1.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qsouxlw6Nz53rIB5sOMuibkpJTZ5hkSP { color:#1e1e2e;display:block;width:62.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:22.75rem;left:6.3125rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#WtE5HmmOIyH6MMnpxPRc7SC7st6uTASL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:22.3125rem;left:2.5625rem; }
#Ckl83bndT2ErifyLTTDpoBoLMM2RuLqh { box-sizing:content-box;height:3.3125rem;width:72.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #79bcfc;border-left:0.125rem solid #79bcfc;border-right:0.125rem solid #79bcfc;border-bottom:0.125rem solid #79bcfc;top:25.875rem;left:1.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TsTkgnQcRhmNTN7dBWzyi7OaRAsGW1Z6 { color:#1e1e2e;display:block;width:62.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:26.875rem;left:6.3125rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#w0TIvmm3kXE7LrIORM4z4Bnq0pQZNWA6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:26.4375rem;left:2.5625rem; }
#y1AhDUAT4O16vNtLwydkJKGe1x8IsOFu { box-sizing:content-box;height:3.3125rem;width:72.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #79bcfc;border-left:0.125rem solid #79bcfc;border-right:0.125rem solid #79bcfc;border-bottom:0.125rem solid #79bcfc;top:30rem;left:1.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TfRA0UktoAlTavP2B7Sea0uewKbFZtRy { color:#1e1e2e;display:block;width:62.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:31rem;left:6.3125rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#IuQN3bEl8uyf48PKLDtbmyMKzZiAiArQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:30.5625rem;left:2.5625rem; }
#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(36,36,52,0.93);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; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row .container { background-color: transparent; background-image: none; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row .container > .video-iframe-container { display: none; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row > .video-iframe-container { display: none; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .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); }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row .container { border-width: 0; border-radius: 0; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#aPvP8w9vUrIm2XeK4zzkPqfI9v68CxU8 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:9.5rem;left:11.34375rem;height:6.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BRnQyagKTcNAt7CJtyoGtp9LV7dZL99x { box-sizing:content-box;height:26rem;width:55.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(30,30,46,0.74);background-image:none;box-shadow: none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:4.5625rem;left:10.375rem;display:block; }
#ILuyhr5ZhqMaK5At3z1pcZdnLdtSS1bB { background-color:#79bcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#1e1e2e;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.375rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.625rem;left:15.6875rem;display:block; }
#E9XBIsvShwFyzQfW4OGqkCMSxWVc70Ts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEI76C5Ie2pElTGdKolDcnBuTUtJbNKs { color:#79bcfc;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:10.78125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Trv7TBJKNzqSbtXfHkxbSJgRhSXDFnTf { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;top:14.8125rem;left:16.53125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmOeX9RSlzMM8eHkg2MpkUxhUkG46yIm { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:17.6875rem;left:16.53125rem;height:3.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pUCnfuT1vR6hs9FtA67u1pTVRiwfi6o6 { background-color:#79bcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#1e1e2e;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.375rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.875rem;left:16.3125rem;display:none; }
#Jt77UN8RExu85VBiB9HnB29dp7KoqFJH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BsGDXJT9tbVITPx7OJ5UnkNz26AThCH6 { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:15.375rem;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f27b5f3-011a-411d-9921-1deec9c34689/D21540A2019May15163705_PIX_6391.JPG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo.adaptive-delivery-prevent-bg, #Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo.lazyload, #Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo.lazyloading { background-image: none; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row .container { background-color: transparent; background-image: none; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,240,0.9); }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row .container > .video-iframe-container { display: none; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,240,0.9); }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row > .video-iframe-container { display: none; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .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); }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row .container { border-width: 0; border-radius: 0; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo::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; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#roXPUx9e8q4fdeA0zavkwJArUyeZ7m6Z { color:#1e1e2e;display:block;width:68.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:13.375rem;left:3.46875rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OncGe5AgJGW2b12wrNHV26yWuTiAK93z { color:#1e1e2e;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:4.1875rem;left:17.03125rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#Or6EkhTNTuoW60KSpQE5S2J5DrVrsH99 { color:#1e1e2e;display:block;width:58.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:20.4375rem;left:8.1875rem;height:3.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fpBnJUQsLMA8OauUVCyhV14TZTkNUqyl { color:#1e1e2e;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:9.90625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e2e;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; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.125rem;left:0.875rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#xscerE8k78Zhf1QKufwTlT5eRC71nOdt { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:5.25rem;left:0.875rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:5.75rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { top:54.375rem;left:11.6875rem;width:17.3125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #d4flDdDDfJNhtNqGCAO4ySQyXWDZCSVk { width:47.75rem;height:2.75rem;top:40.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3MncbHAHFTIsTGLZexG9lA6n1XlWbZK { width:47.75rem;height:2.4375rem;top:43.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm9vGvlnmKwLbaM9C7dRE2XhQXZrKKvJ { width:47.75rem;height:1.4375rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qavtZiMs4CVa5KzxO7FdQNAiuLollSqP { top:53.0625rem;left:28.8125rem;width:7rem;height:3.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKxyJyupqJJa33LWWmiJemZWAURAcGpd { top:19rem;left:10.625rem;width:26.5rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 { display:block; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfHDTZmwbL8Awxc5sFXa7H29hkOxlA9Z { top:5.0625rem;left:0rem;width:43.75rem;height:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLaxOTwXEm9pSQaOtQLH3z2CsFISMGfQ { top:14.1875rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3ufzftewvqWkTMMc94m4uGzQIUzNHv6 { top:15.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii8CGTzkgxTBrstTkdoxJTWRyp9zc8iq { top:18.25rem;left:0rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCW2db9tLJqAugrgLFhDZG4hqqAW6DFq { top:18.4375rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txa875bw2bPuHgEDyLCeDhPm1gLVRN8T { width:47.75rem;height:1.5625rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD7DfTRObTnzXmXs0IgyMfD3iir1Vbu3 { width:47.75rem;height:1.4375rem;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QehMsknLHa0EJz4dKuhpTGP8JaT6zq1g { top:20.375rem;left:0rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ6KM4fbvL86EubafpX4TrklytKuykAU { top:20.5625rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgxHTMKeSKrJato7MUH1oyUh6SwoVTn2 { width:47.75rem;height:1.5625rem;top:20.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTIyqP73soCIJc5WhXi9xMbFGkPGbfU4 { top:23rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAlJ9P902OIrWtTHQfNIZrOJXKaTy3K7 { width:47.75rem;height:1.5625rem;top:29.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8VIhnQTa9viiyl9wIvz6C53WZhnyyNp { width:47.75rem;height:1.5625rem;top:27rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnwusTAo4rN8q98d9izJbGkZw2snOSUr { top:23.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErXEIultv3JzMve9q5xRLb2VmAm4aoLB { top:27.0625rem;left:0rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIlJGl7SHKkueyBzrdARh5DWi9nHOwST { top:29.1875rem;left:0rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO0CLdMTBTx67R8Xgs5zG46m2VcsXLac { top:27.25rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNuyx75P3TLIcbkMARBz46B9mNnLotHX { top:29.375rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTvuxu3xCAK9QSmM2ArHryfCuidUzSh { top:31.75rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heIbWohmlByXX0LSkzHs9sQ9kBnD0g3T { width:47.75rem;height:1.5625rem;top:37.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiv9irbxhdqkpnGE61gaeETBOMp1P80i { top:37.9375rem;left:0rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muDk4xa88NT1VHKAzXqhc0Ud8yNiUUxg { top:38.125rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMmA01G7qILkQAs5K1ycHbHFgDbs0ScV { width:47.75rem;height:1.5625rem;top:35.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqbFe9xxdRw1qnB7EA8kanOq5LvmT7ux { top:35.8125rem;left:0rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgtsMKyTRGQoF6hizFplBSqkPCExhgy { top:36rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0IPs02CLLsAaU2WGDslxdKk1ma9xlgV { top:32.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7XT5ngMQqpQ0w8HFnB5mAfpqXnM5iCJ { top:40.5rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #io8fGm0HRs7tdFdB0d57p60yTTUXygvX { width:47.75rem;height:1.5625rem;top:46.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5qNxRr7UpcOq9G7k6wIsg8eKRDLiKIo { width:47.75rem;height:1.5625rem;top:44.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3X1KaJJF25UguC7xQNivGGcR8d7H5GU { top:41.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFvsBPkiUtTo480Hk4FTsyxX8pepGHvp { top:46.6875rem;left:0rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih64K0ZeHSwdEKCNVFPU9KAvcpOKVmSH { top:46.875rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJXcZfJQ8yt7v8CrgUrIaEra24WEWUHA { top:44.5625rem;left:0rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFDzVHi9hpiousp2p4qgXyOKDIUri3ap { top:44.75rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPiUcWg16c1UtV0s5Np1XcxOV00d7IIK { top:49.25rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOptvBAT77p60vlC3d7Wy1Tf0iTgkMx3 { width:47.75rem;height:1.5625rem;top:55.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIThu7XMoP8BiCnDQW5ma2N95x5wzU9I { top:55.4375rem;left:0rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQCckrB3Whx0LzzwUI1whzih56cWup1T { top:55.625rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkIKNrLo9I6ugkEmgT2oZIG7oGP5sDRA { width:47.75rem;height:1.5625rem;top:53.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT7KucIDmqzKfsvxrLT2z396ysno00Jb { top:53.3125rem;left:0rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSEzP7ZMu0zWpkdRV3P6t2skQh2AKGEA { top:53.5rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maCFAPk9TyGBT0EC9qCgkty0ursgGimJ { top:50.1875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { top:12.474609375rem;left:1.125rem;width:9.375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGIMrXCqRHpHwTrIcCUbKF6OOD5mhAdO { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
#bGIMrXCqRHpHwTrIcCUbKF6OOD5mhAdO > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #zQrZw1QvnJKpl6HpFvdoVofwKTrspkNl { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
#zQrZw1QvnJKpl6HpFvdoVofwKTrspkNl > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #dPSlgyZBpz4MtXI7RMiUVkU4o02n9mGk { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH7pwA9qkh8OH5HGllZZlo46hHNHH5TA { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFsUR8sVwnsOOhebIP4WIDbGrygg1Qq9 { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsqmpeHBTWzmWcczfrouJkJUIGAxENQo { width:47.75rem;height:1.4375rem;top:4.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr3aglgZIMK9W5mmZy1NaJlCtWRkQTDw { top:7.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx1FeWb434X741oszgqDlKBXm0ryls4H { width:41.125rem;height:1.4375rem;top:14.375rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxsM2i7bxd9OBB4T0PKstiMr292bfUF { top:47.125rem;left:18.375rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR1XQGkUKqLdZQX9p9K2p230TH11WNp6 { top:47.1875rem;left:18.75rem;width:3.6875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxz3wC49gMtKiM3nuawZH3lr0GTBA12n { top:47.125rem;left:23.4375rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6qqI7cZJmwHZxsHJLt69eTHO6GGs7M8 { top:47.1875rem;left:23.8125rem;width:3.6875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR7qKJktXWhWvrodEmVriP1tTRSrK2SA { top:47.125rem;left:28.375rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znrTGu1G4KrOy2nXk0RadreN9ihoVMrb { top:47.1875rem;left:28.75rem;width:3.6875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgfF0DhycRIXzTe5rrTzJzNtWyKntQTH { top:47.125rem;left:33.3125rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f17Gc5CdUxHUqUUBkSTSZr7U1e4FcAnG { top:47.1875rem;left:33.6875rem;width:3.6875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWZMx8c59wHHmrzkJoQtAftXqOED3c2X { top:47.125rem;left:38.3125rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFbvSqz8XINHtoxk09M1WJikwC7ryXqX { top:47.1875rem;left:38.6875rem;width:3.6875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u62wvl16kAm0KgFODIIpcQeExLaTubcy { display:block; }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U27uws3ra1rbwezLf332idDhWVIl3d9U { top:1rem;left:0rem;width:18.125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmdPRRdKdKJPHw9vKtebE5F5xzBTMSLK { top:1rem;left:5.75rem;width:18.125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOMOhqS5lakHstcAJgGaTZU67hoCDOT { top:1rem;left:17.6875rem;width:18.125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATQnk15ESK48JvA87ZUyNk0exkiuOQU { top:1rem;left:29.625rem;width:18.125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J { display:block; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6adwiyyQTxka6f78bZqotep7P1wawly { top:6.5625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCwuQss2egMi1tTDi4CG5idST2dnQU9 { top:23.4375rem;left:0rem;width:45.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVFIQpf5lRqXUchigQo5LcvHR0huB9Qi { width:39.625rem;height:1.5625rem;top:24.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daGK4EMdmIVEN4T6Z0s7DhiuByyR7U9B { width:47.75rem;height:1.4375rem;top:4.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E705DxKizX2aU39Bc6u5EE7Ea1KIXbCB { width:47.5rem;height:3.75rem;top:14.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amu2GDCoQTW36yzAHA0RnhcNSUhJSZp4 { width:47.75rem;height:1.4375rem;top:21rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5fZoe2BIivkCGxb5qhKPSZbzGi3hlqU { top:24.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQaCMRXFoO4RSq30ISD0VdZmwVgPctXA { top:28.4375rem;left:0rem;width:45.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGrofgdxV6IxTm41VP0RG6gO9iWgOSxO { width:40rem;height:1.5625rem;top:29.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyweVNVEv3X0K7f4WfyS9PU5MiO6bF88 { top:29.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM3FFdtGwBnyhNpDKqr1xph9MMcEwcBT { top:38.5rem;left:0rem;width:45.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9FcakZ1dwPi3IVvE5IB8l9ZTrhAchU4 { width:35.9375rem;height:3.125rem;top:39.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4mr18JXvMELEQTXzCwMxPOF0onJKNaC { top:33.5rem;left:0rem;width:45.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIlVCdQLeQfMa8kPBeQfXv44TI2Krrgv { width:41.1875rem;height:1.5625rem;top:34.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imwNo4xdswkkPnsDTslEkJuMxoXKFKGD { top:34.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL7B2TFR3MPH3EH1mc32Zx9aq5rGxIdx { top:40.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaPF02mXeEqwTqiaOS1xXCJWV7w04SKi { top:6.75rem;left:10.125rem;width:35.6875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXSiwiy01cTPyTR7WubBekMydBeybt8V { display:block; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGFv8kA8ifeltfyrFBAZMLMdkuTknFql { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvCb2g54ePpwi2WgtdNtsTPEgrOJt7gP { top:11.9375rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMayDgcsLsEIoSyQgSgwHMDglq9VD8rR { top:13.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdkvKJzbwscPHUqm3Wdl0a1eXfKT7if1 { width:47.75rem;height:3.125rem;top:16rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRS2qKGhR7Ak9V5rOke3p90uTzmCyZbX { top:13.125rem;left:0rem;width:3.875rem;height:6rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkcGTTNE1F0oANtToSmoF7uxRy86Wuda { top:20.75rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE08mzTCqAgN1uJelOJPrbJPOeaU4g9r { width:47.75rem;height:3.125rem;top:24.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVMXx13wTtt1DWw3zPuiFqAwokyQRzMy { top:22rem;left:0rem;width:3.875rem;height:6rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1RTqaRk7Jpe9meciGVBkoQonhKZaTdE { top:22.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOo0RnGI5NxRGpIL2KWTB1uJTu7efSZ3 { top:29.5rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkGIefLrd0UhrNPNgxzM6ES9ulxwNzSv { width:47.75rem;height:3.125rem;top:33.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpr1EZ3LlBnVmlHPEoWm5TyZ3Po09oOM { top:30.75rem;left:0rem;width:3.875rem;height:6rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMit3uP8DCsuLU0K1ENlziznTNdZhekG { top:31.1875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPKTqER4GweDeOlM25pvSKMFv7wVDWFG { top:47rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDOyrDVdZGC3ctzS9OJw9HuxVMuBO7uM { width:46.6875rem;height:3.125rem;top:51.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQQ7loLV5Cs94HNGDCkZQsTlawyVoik6 { top:48.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9aD20u9oNhnJGlJUEAF8uA2TTRnOXuq { top:48.25rem;left:0rem;width:3.875rem;height:6rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgoNE6WtLaS3uJiSCnaay4ZUrNUmKzQe { top:38.25rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Kb3PpqdTbHgw5edsEHVThoSFNFnKf2 { width:47.75rem;height:3.125rem;top:42.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNdihtaHpM5inRDMkZOwVDwSMqSSuIUH { top:39.5rem;left:0rem;width:3.875rem;height:6rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdXZx8pQllDLilRiag3ygUT6OwuwruQJ { top:39.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruzyLXV6U3NLtnOLz0ZhDPJRqH5KRsKQ { width:46.6875rem;height:1.8125rem;top:58.9375rem;left:0.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhy6yl6AVJkWZdfNrOiszMA2JrSmNLLD { top:62.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdyzt6pVlBywadsOMO7u2yhsN82ipBxc { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuwIKNDd4rTqBKM3ahL2dpg7H923hhT { display:block; }
 }@media only screen and (max-width: 763px) { #Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 { display:block; }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqRRLwI5eptVA4do0JrfImLkmNGEVk58 { top:12.5625rem;left:0rem;width:36.0625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZIsSxkDz5RM9VrQutSrbFKHG5ShBHxk { top:12.5625rem;left:11.6875rem;width:36.0625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqN26tyxe5xc4uXDRw4a2WB5WCV5e0Vz { top:4.5625rem;left:0rem;width:41.125rem;height:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ730WkWipqwGPqEco0V4wy1FNtIg4Z6 { width:47.75rem;height:1.4375rem;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 { display:block; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHJyvyr9A5BCNC0gqkLzQxKO4oCckNnT { top:6.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSwo8c7wNdp2FKqe9xDHR0WBIs7seo2p { top:11.9375rem;left:0rem;width:47.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzPlfmwTAzLKCsBQ3lRdoLFJcrIi0LKn { width:47.75rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvhbV0BIBVHNQ6kcS3Md5rUSTWmL2fb1 { top:13.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMpvF17NMLC2TPTGDnnbfqm68cbBTCr1 { top:18.8125rem;left:0rem;width:47.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEwiAaRxhmSATuErIZTc6ceoV5ZEr7ln { width:47.75rem;height:3.125rem;top:20.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVE0OSR0kEGQbz3ndJtrEhHwpvfbuve9 { top:20.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDCPvSiZxNThtpCVyaNuwvGEq4F7Z3Rb { top:25.6875rem;left:0rem;width:47.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiZq8ScDCisCSBzJFAwRsBvTBnB83T8t { width:47.75rem;height:3.125rem;top:27.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRnrpkvPIAmOALw3llNiim0dDRnq6UrO { top:27.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiEWUtRToebAu6XJNXkrZ5WhSFfUavDJ { top:32.625rem;left:0rem;width:47.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNhlHZLlO50H3zGp9mWAggLE01nVGPQV { width:47.75rem;height:3.125rem;top:34.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTs5DQ7OdMeWMvCXev7kAD3QTQu4rcnE { top:34.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdX6q5DzuKeGM5ZTI4kzW0UrRHBqJF8N { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs7z0pRnpS86iaJimtMMS7HPTuIcvX0k { display:block; }
 }@media only screen and (max-width: 763px) { #RDJaXKQyObvSbS83Ti639HOkbU0ZhNzb { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaXKrsZgOWKSTrbXlrMZTdU10zULsuEB { display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { top:12.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6BXiOXm7aKcciuR0GoC5lJH8NLZClaJ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epL5kc0ch7TgFUQqK0TlrpcgQmAPCaRl { width:4.5rem;height:4.5rem;top:12.625rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGXW8D94INmxoxBMe93NBxuk7y59T7Cp { top:13.8125rem;left:22.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPwbOHiNaxwCFwg11xmztNKciQLpJta2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNt6vPLJ92fN2lsp3VqXF8AGT5eWq6Ro { width:4.5rem;height:4.5rem;top:11.875rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elO3xgUyFMO6LpmSZ1Wa2chcrCRFM4vo { top:13.0625rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E85c6O4IBm8DEzdThldaGlVOQkw0p5VJ { width:4.5rem;height:4.5rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do8oNlLhgneb8nnUVfqmxQE7XGTtNR8h { top:27.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqEhoXDIRtomTwxHEbs3DxHh2s3oxyza { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXTDD73BDmiu6x9BV3B95x9DSS3SMTG3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StPDIhXTf1rlvHoSs1Xs17JH2LGTzP1E { width:4.5rem;height:4.5rem;top:26.3125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMVaFO8Ofe98rCg8XleT2dA371apSf45 { top:27.5rem;left:22.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM38XOSP1aClKceOFenBBGI5rNZt8sCv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DD4Zlkk5H7OCflM8TE6feeNryJCrTE { width:4.5rem;height:4.5rem;top:26.25rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1WNZ5cuyOxPT83UwR7cE3gshlElhaPb { top:27.4375rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMp1Ul10o2nIEftpO8l5SesNm2DVV4MT { top:2.9375rem;left:0rem;width:41.375rem;height:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ { display:block; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rq0Nfrcqs6laN2h5GDn77TsMMkTN2SmR { top:8.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eatoNUVAFifvxLkauiLl9lAUsxHhgazN { top:3.5625rem;left:0rem;width:47.625rem;height:61.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFpXIpJboR28rE0PrZcEuLbsDPmsiTfS { width:36.125rem;height:1.75rem;top:14.1875rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0gTfyn9bNvGWwucGW7FZFOawD5v30JA { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT5h1BVsMfVK6TX9ykoa13vOqoDJTNJF { display:block; }
 }@media only screen and (max-width: 763px) { #kG4HX30TI5vT8TcOBcxhPTzIRoJiNlhG { width:47.75rem;height:1.4375rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7AEpARxnbc4XTTZr6E56m6isQTwhomW { top:14.4375rem;left:3.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSJrwOS0Al5h0wyCgKvK589DxNFgpTTh { top:17.1875rem;left:3.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emT0XKsTKRAz9H9bVKe5uGsfE5E7Gp9w { width:39.8125rem;height:1.75rem;top:16.9375rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmxiJNwTVD7AR6fXBJIXIOCTZMtwKWBk { width:40.625rem;height:8.125rem;top:19.3125rem;left:6rem;font-size:1.125rem;display:block; }#AmxiJNwTVD7AR6fXBJIXIOCTZMtwKWBk li:before{  }
 }@media only screen and (max-width: 763px) { #vW6wAcQ4DT54eBggQ1EINBkXyTwu9072 { top:28.5625rem;left:3.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTGbqfa0C2HEmhndM5ydiIlHfcrO0kHC { width:39.8125rem;height:3.5rem;top:28.3125rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDh2n4PzMCBvcUsAv6tEfr6p62RHUK0q { top:35.0625rem;left:2.03125rem;width:43.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn8B1nVRlzXUlK0aJtT2dH108adt2hIn { top:37.6875rem;left:2.03125rem;width:43.6875rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asN9G6JL69W9a5hB6WnQzJxFgLsBZz5K { width:46.875rem;height:1.4375rem;top:41.625rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT4X2ydAB8CNrbz7F8kJWxMLS6e1wMqG { top:51.25rem;left:11.9375rem;width:28.0625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzbvo9bgT2ssLwQUTES5baHPNTKbroTA { display:block; }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gei7qbo3uJhatmc4sqqn5mMxSxKDfcbC { width:47.25rem;height:15.6875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbsVDSChevPVm3OQRz3w52o6cc7ph9OD { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7JkQnzkW2rpqPTT3RcKPW1bT3H86hfi { width:47.75rem;height:5.25rem;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThekB0q8Js3mbzM8X2pcMOp5VczE4w7r { top:0.8125rem;left:31.625rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHZJ36hiyzToF0E8DalOW6bTEgs1gKun { display:block; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N75RxJPQNRXhqDJkbzvimAn84lr9MD49 { top:4.625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq9XWCblLq4TZtnBancGkFm85AqqIR9b { top:13.3125rem;left:0rem;width:47.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SfUi5EhpJUNHFwzOJaKsViyZslgzzw { width:47.75rem;height:1.5625rem;top:14.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgD590mGTUyLvkZKbbVJXvP4w555PZef { top:13.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNqcvZBDtes6QGZ5EzdwMUi2HJmPmH8n { top:17.625rem;left:0rem;width:47.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bci5rVAuW6XXJeFqCyfbFV94p7SSokZm { width:47.75rem;height:1.5625rem;top:18.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp2eNGdXDqusQGOC8C16C9ZysoKdFsua { top:18.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgKdIwVnKEZJMo1ObQKIEq55DdfBg8K0 { top:21.75rem;left:0rem;width:47.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsouxlw6Nz53rIB5sOMuibkpJTZ5hkSP { width:47.75rem;height:1.5625rem;top:22.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtE5HmmOIyH6MMnpxPRc7SC7st6uTASL { top:22.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckl83bndT2ErifyLTTDpoBoLMM2RuLqh { top:25.875rem;left:0rem;width:47.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTkgnQcRhmNTN7dBWzyi7OaRAsGW1Z6 { width:47.75rem;height:1.5625rem;top:26.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0TIvmm3kXE7LrIORM4z4Bnq0pQZNWA6 { top:26.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1AhDUAT4O16vNtLwydkJKGe1x8IsOFu { top:30rem;left:0rem;width:47.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfRA0UktoAlTavP2B7Sea0uewKbFZtRy { width:47.75rem;height:1.5625rem;top:31rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuQN3bEl8uyf48PKLDtbmyMKzZiAiArQ { top:30.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw { display:block; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPvP8w9vUrIm2XeK4zzkPqfI9v68CxU8 { top:9.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRnQyagKTcNAt7CJtyoGtp9LV7dZL99x { top:4.5625rem;left:0rem;width:47.625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILuyhr5ZhqMaK5At3z1pcZdnLdtSS1bB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9XBIsvShwFyzQfW4OGqkCMSxWVc70Ts { display:block; }
 }@media only screen and (max-width: 763px) { #eEI76C5Ie2pElTGdKolDcnBuTUtJbNKs { width:47.75rem;height:1.4375rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trv7TBJKNzqSbtXfHkxbSJgRhSXDFnTf { top:14.8125rem;left:2.90625rem;width:43.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmOeX9RSlzMM8eHkg2MpkUxhUkG46yIm { top:17.6875rem;left:2.90625rem;width:43.6875rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUCnfuT1vR6hs9FtA67u1pTVRiwfi6o6 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jt77UN8RExu85VBiB9HnB29dp7KoqFJH { display:block; }
 }@media only screen and (max-width: 763px) { #BsGDXJT9tbVITPx7OJ5UnkNz26AThCH6 { top:1.9375rem;left:0rem;width:15.375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo { display:block; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roXPUx9e8q4fdeA0zavkwJArUyeZ7m6Z { top:13.375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OncGe5AgJGW2b12wrNHV26yWuTiAK93z { width:40.9375rem;height:4.375rem;top:4.1875rem;left:3.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or6EkhTNTuoW60KSpQE5S2J5DrVrsH99 { width:47.75rem;height:3.6875rem;top:20.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBnJUQsLMA8OauUVCyhV14TZTkNUqyl { width:47.75rem;height:1.4375rem;top:10.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xscerE8k78Zhf1QKufwTlT5eRC71nOdt { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:#1e1e2e;background-image:none;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:16.6875rem;height:17.0625rem;top:4.375rem;left:1.65625rem;font-size:1.875rem;z-index:14990;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { width:11.5rem;height:4rem;top:53.4375rem;left:4.25rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:20rem;height:3.6875rem;top:48.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #d4flDdDDfJNhtNqGCAO4ySQyXWDZCSVk { width:20rem;height:3.625rem;top:38.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u3MncbHAHFTIsTGLZexG9lA6n1XlWbZK { width:20rem;height:3.125rem;top:42.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qm9vGvlnmKwLbaM9C7dRE2XhQXZrKKvJ { width:20rem;height:1.25rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qavtZiMs4CVa5KzxO7FdQNAiuLollSqP { width:7rem;height:3.125rem;top:58.1875rem;left:6.5rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKxyJyupqJJa33LWWmiJemZWAURAcGpd { width:20rem;height:15.330188679245rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 { background-color:#242434;background-image:none;display:block; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row .container { background-color: transparent; background-image: none; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row .container > .video-iframe-container { display: none; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row > .video-iframe-container { display: none; }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .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); }#c9bWahFp9y8OyTX7ih01rzGSsA7pd5p7 > .row .container { width:20rem;height:111.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfHDTZmwbL8Awxc5sFXa7H29hkOxlA9Z { width:20rem;height:5.625rem;top:4.4375rem;left:0rem;font-size:1.5625rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nLaxOTwXEm9pSQaOtQLH3z2CsFISMGfQ { width:20rem;height:18.8125rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3ufzftewvqWkTMMc94m4uGzQIUzNHv6 { width:19.4375rem;height:1.625rem;top:12.4375rem;left:0.5625rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ii8CGTzkgxTBrstTkdoxJTWRyp9zc8iq { width:4.125rem;height:2rem;top:14.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCW2db9tLJqAugrgLFhDZG4hqqAW6DFq { width:2.875rem;height:1.5rem;top:15.125rem;left:1.125rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Txa875bw2bPuHgEDyLCeDhPm1gLVRN8T { width:18.25rem;height:4.3125rem;top:17.458984375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MD7DfTRObTnzXmXs0IgyMfD3iir1Vbu3 { width:20rem;height:1.4375rem;top:2.021484375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QehMsknLHa0EJz4dKuhpTGP8JaT6zq1g { width:5.0625rem;height:1.8125rem;top:22.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ6KM4fbvL86EubafpX4TrklytKuykAU { width:4.5625rem;height:1.5rem;top:22.9375rem;left:0.75rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgxHTMKeSKrJato7MUH1oyUh6SwoVTn2 { width:18.4375rem;height:3.125rem;top:25.146484375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTIyqP73soCIJc5WhXi9xMbFGkPGbfU4 { width:19.875rem;height:20.4375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAlJ9P902OIrWtTHQfNIZrOJXKaTy3K7 { width:17.25rem;height:4.6875rem;top:44.875rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8VIhnQTa9viiyl9wIvz6C53WZhnyyNp { width:15.625rem;height:4.3125rem;top:37.5625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VnwusTAo4rN8q98d9izJbGkZw2snOSUr { width:15.875rem;height:3.25rem;top:30.9375rem;left:0.5625rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ErXEIultv3JzMve9q5xRLb2VmAm4aoLB { width:4.375rem;height:1.875rem;top:35.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIlJGl7SHKkueyBzrdARh5DWi9nHOwST { width:5.4375rem;height:1.875rem;top:42.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO0CLdMTBTx67R8Xgs5zG46m2VcsXLac { width:3.6875rem;height:1.5rem;top:35.25rem;left:0.9375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNuyx75P3TLIcbkMARBz46B9mNnLotHX { width:4.6875rem;height:1.5rem;top:42.625rem;left:0.9375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJTvuxu3xCAK9QSmM2ArHryfCuidUzSh { width:19.875rem;height:17.5rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heIbWohmlByXX0LSkzHs9sQ9kBnD0g3T { width:18.5625rem;height:3.125rem;top:64.0625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiv9irbxhdqkpnGE61gaeETBOMp1P80i { width:5.3125rem;height:1.9375rem;top:61.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muDk4xa88NT1VHKAzXqhc0Ud8yNiUUxg { width:4.5625rem;height:1.5rem;top:61.75rem;left:0.9375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMmA01G7qILkQAs5K1ycHbHFgDbs0ScV { width:15.5625rem;height:2.875rem;top:57.875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IqbFe9xxdRw1qnB7EA8kanOq5LvmT7ux { width:4.375rem;height:1.875rem;top:55.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgtsMKyTRGQoF6hizFplBSqkPCExhgy { width:3.6875rem;height:1.5rem;top:55.625rem;left:0.9375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0IPs02CLLsAaU2WGDslxdKk1ma9xlgV { width:17.625rem;height:3.25rem;top:51.375rem;left:0.6875rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F7XT5ngMQqpQ0w8HFnB5mAfpqXnM5iCJ { width:19.875rem;height:21.0625rem;top:68rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #io8fGm0HRs7tdFdB0d57p60yTTUXygvX { width:17.5625rem;height:4.6875rem;top:83.5625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5qNxRr7UpcOq9G7k6wIsg8eKRDLiKIo { width:19.375rem;height:4.3125rem;top:76.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B3X1KaJJF25UguC7xQNivGGcR8d7H5GU { width:13.9375rem;height:3.25rem;top:69.375rem;left:0.5625rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mFvsBPkiUtTo480Hk4FTsyxX8pepGHvp { width:5.1875rem;height:1.8125rem;top:81rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih64K0ZeHSwdEKCNVFPU9KAvcpOKVmSH { width:4.4375rem;height:1.5rem;top:81.1875rem;left:0.9375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJXcZfJQ8yt7v8CrgUrIaEra24WEWUHA { width:4.375rem;height:1.75rem;top:73.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFDzVHi9hpiousp2p4qgXyOKDIUri3ap { width:3.6875rem;height:1.5rem;top:73.5rem;left:0.9375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPiUcWg16c1UtV0s5Np1XcxOV00d7IIK { width:19.875rem;height:18.75rem;top:89rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOptvBAT77p60vlC3d7Wy1Tf0iTgkMx3 { width:19.3125rem;height:4.6875rem;top:102.375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIThu7XMoP8BiCnDQW5ma2N95x5wzU9I { width:5.5rem;height:1.625rem;top:100.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQCckrB3Whx0LzzwUI1whzih56cWup1T { width:4.875rem;height:1.5rem;top:100.1875rem;left:0.875rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkIKNrLo9I6ugkEmgT2oZIG7oGP5sDRA { width:19.375rem;height:2.875rem;top:96.1875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BT7KucIDmqzKfsvxrLT2z396ysno00Jb { width:4.375rem;height:1.5625rem;top:94.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSEzP7ZMu0zWpkdRV3P6t2skQh2AKGEA { width:3.6875rem;height:1.5rem;top:94.125rem;left:0.9375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maCFAPk9TyGBT0EC9qCgkty0ursgGimJ { width:16rem;height:3.25rem;top:89.9375rem;left:0.5625rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:20rem;height:89.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { width:20rem;height:2.75rem;top:39.6875rem;left:0rem;font-size:2rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { width:20rem;height:30.3125rem;top:8.0615234375rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #bGIMrXCqRHpHwTrIcCUbKF6OOD5mhAdO { display:flex;width:1.5rem;height:1.5rem;top:87.125rem;left:18.5rem; }
#bGIMrXCqRHpHwTrIcCUbKF6OOD5mhAdO > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { width:20rem;height:8.625rem;top:45.34375rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh { display:flex;width:1.5rem;height:1.5rem;top:87.125rem;left:14.25rem; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #zQrZw1QvnJKpl6HpFvdoVofwKTrspkNl { display:flex;width:1.5rem;height:1.5rem;top:87.125rem;left:16.375rem; }
#zQrZw1QvnJKpl6HpFvdoVofwKTrspkNl > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #dPSlgyZBpz4MtXI7RMiUVkU4o02n9mGk { width:20rem;height:11.5rem;top:55.3369140625rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gH7pwA9qkh8OH5HGllZZlo46hHNHH5TA { width:20rem;height:7.1875rem;top:67.78515625rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pFsUR8sVwnsOOhebIP4WIDbGrygg1Qq9 { width:20rem;height:10.0625rem;top:75.6455078125rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LsqmpeHBTWzmWcczfrouJkJUIGAxENQo { width:20rem;height:1.4375rem;top:2.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr3aglgZIMK9W5mmZy1NaJlCtWRkQTDw { width:20rem;height:2.25rem;top:4.125rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kx1FeWb434X741oszgqDlKBXm0ryls4H { width:20rem;height:1rem;top:43rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxsM2i7bxd9OBB4T0PKstiMr292bfUF { width:4.375rem;height:1.875rem;top:90.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lR1XQGkUKqLdZQX9p9K2p230TH11WNp6 { width:3.6875rem;height:0;top:90.4375rem;left:0.375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wxz3wC49gMtKiM3nuawZH3lr0GTBA12n { width:4.875rem;height:1.8125rem;top:90.4375rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6qqI7cZJmwHZxsHJLt69eTHO6GGs7M8 { width:3.6875rem;height:0;top:90.5rem;left:7.4375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LR7qKJktXWhWvrodEmVriP1tTRSrK2SA { width:5.625rem;height:2rem;top:90.3125rem;left:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #znrTGu1G4KrOy2nXk0RadreN9ihoVMrb { width:4.9375rem;height:0;top:90.375rem;left:14.75rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zgfF0DhycRIXzTe5rrTzJzNtWyKntQTH { width:4.375rem;height:1.875rem;top:93.3125rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #f17Gc5CdUxHUqUUBkSTSZr7U1e4FcAnG { width:3.6875rem;height:0;top:93.375rem;left:3.375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BWZMx8c59wHHmrzkJoQtAftXqOED3c2X { width:5.625rem;height:1.875rem;top:93.3125rem;left:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFbvSqz8XINHtoxk09M1WJikwC7ryXqX { width:4.8125rem;height:0;top:93.375rem;left:11.1875rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u62wvl16kAm0KgFODIIpcQeExLaTubcy { display:block; }#u62wvl16kAm0KgFODIIpcQeExLaTubcy > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U27uws3ra1rbwezLf332idDhWVIl3d9U { width:18.125rem;height:13.1875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmdPRRdKdKJPHw9vKtebE5F5xzBTMSLK { width:18.125rem;height:13.1875rem;top:15.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOMOhqS5lakHstcAJgGaTZU67hoCDOT { width:18.125rem;height:13.1875rem;top:30.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATQnk15ESK48JvA87ZUyNk0exkiuOQU { width:18.125rem;height:13.1875rem;top:44.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J { background-color:#242434;background-image:none;display:block; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row .container { background-color: transparent; background-image: none; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row .container > .video-iframe-container { display: none; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row > .video-iframe-container { display: none; }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .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); }#bTdLxCKJzZnagDXwHcWS6qAvQLJTVJ3J > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6adwiyyQTxka6f78bZqotep7P1wawly { width:20rem;height:4rem;top:4.4375rem;left:0rem;font-size:1.6875rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTCwuQss2egMi1tTDi4CG5idST2dnQU9 { width:20rem;height:4.125rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVFIQpf5lRqXUchigQo5LcvHR0huB9Qi { width:18.75rem;height:2.875rem;top:21.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #daGK4EMdmIVEN4T6Z0s7DhiuByyR7U9B { width:20rem;height:1.4375rem;top:2.021484375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E705DxKizX2aU39Bc6u5EE7Ea1KIXbCB { width:20rem;height:7rem;top:9.708984375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amu2GDCoQTW36yzAHA0RnhcNSUhJSZp4 { width:20rem;height:1.4375rem;top:18.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5fZoe2BIivkCGxb5qhKPSZbzGi3hlqU { display:flex;width:1.25rem;height:1.25rem;top:27.59375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQaCMRXFoO4RSq30ISD0VdZmwVgPctXA { width:19.75rem;height:4.0625rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGrofgdxV6IxTm41VP0RG6gO9iWgOSxO { width:18.5625rem;height:1.4375rem;top:27.125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FyweVNVEv3X0K7f4WfyS9PU5MiO6bF88 { display:flex;width:1.25rem;height:1.25rem;top:37.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM3FFdtGwBnyhNpDKqr1xph9MMcEwcBT { width:19.75rem;height:8.1875rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9FcakZ1dwPi3IVvE5IB8l9ZTrhAchU4 { width:18.5625rem;height:5.75rem;top:39rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s4mr18JXvMELEQTXzCwMxPOF0onJKNaC { width:19.75rem;height:6.375rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIlVCdQLeQfMa8kPBeQfXv44TI2Krrgv { width:18.5625rem;height:4.3125rem;top:31.875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #imwNo4xdswkkPnsDTslEkJuMxoXKFKGD { display:flex;width:1.25rem;height:1.25rem;top:43.125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL7B2TFR3MPH3EH1mc32Zx9aq5rGxIdx { display:flex;width:1.25rem;height:1.25rem;top:50.46875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaPF02mXeEqwTqiaOS1xXCJWV7w04SKi { width:20rem;height:19.159369527145rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXSiwiy01cTPyTR7WubBekMydBeybt8V { background-color:#1e1e2e;background-image:none;display:block; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row .container { background-color: transparent; background-image: none; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row .container > .video-iframe-container { display: none; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row > .video-iframe-container { display: none; }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .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); }#SXSiwiy01cTPyTR7WubBekMydBeybt8V > .row .container { width:20rem;height:103.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGFv8kA8ifeltfyrFBAZMLMdkuTknFql { width:20rem;height:4.5rem;top:4.4375rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvCb2g54ePpwi2WgtdNtsTPEgrOJt7gP { width:20rem;height:15.3125rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMayDgcsLsEIoSyQgSgwHMDglq9VD8rR { width:6.9375rem;height:1.625rem;top:15.25rem;left:4.125rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VdkvKJzbwscPHUqm3Wdl0a1eXfKT7if1 { width:18.25rem;height:7.1875rem;top:17.458984375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gRS2qKGhR7Ak9V5rOke3p90uTzmCyZbX { width:3.875rem;height:5rem;top:11.8125rem;left:0.9375rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GkcGTTNE1F0oANtToSmoF7uxRy86Wuda { width:19.875rem;height:12.9375rem;top:27.25rem;left:0rem;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;display:block; }
 }@media only screen and (max-width: 763px) { #KE08mzTCqAgN1uJelOJPrbJPOeaU4g9r { width:18.4375rem;height:5.75rem;top:32.75rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GVMXx13wTtt1DWw3zPuiFqAwokyQRzMy { width:3.875rem;height:5rem;top:27.25rem;left:0.9375rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z1RTqaRk7Jpe9meciGVBkoQonhKZaTdE { width:13.25rem;height:1.625rem;top:30.6875rem;left:4.8125rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOo0RnGI5NxRGpIL2KWTB1uJTu7efSZ3 { width:19.875rem;height:16.125rem;top:41.3125rem;left:0rem;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;display:block; }
 }@media only screen and (max-width: 763px) { #GkGIefLrd0UhrNPNgxzM6ES9ulxwNzSv { width:18.375rem;height:8.625rem;top:47.9375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hpr1EZ3LlBnVmlHPEoWm5TyZ3Po09oOM { width:3.875rem;height:5rem;top:41.75rem;left:0.9375rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMit3uP8DCsuLU0K1ENlziznTNdZhekG { width:15rem;height:1.625rem;top:45.25rem;left:5rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PPKTqER4GweDeOlM25pvSKMFv7wVDWFG { width:19.875rem;height:14.1875rem;top:73.0625rem;left:0rem;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;display:block; }
 }@media only screen and (max-width: 763px) { #oDOyrDVdZGC3ctzS9OJw9HuxVMuBO7uM { width:18.25rem;height:5.75rem;top:80.25rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bQQ7loLV5Cs94HNGDCkZQsTlawyVoik6 { width:15.5rem;height:1.625rem;top:77.75rem;left:4.5rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q9aD20u9oNhnJGlJUEAF8uA2TTRnOXuq { width:3.875rem;height:5rem;top:74.3125rem;left:0.9375rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dgoNE6WtLaS3uJiSCnaay4ZUrNUmKzQe { width:19.875rem;height:13.875rem;top:58.25rem;left:0rem;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;display:block; }
 }@media only screen and (max-width: 763px) { #c5Kb3PpqdTbHgw5edsEHVThoSFNFnKf2 { width:18.125rem;height:5.75rem;top:65.25rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kNdihtaHpM5inRDMkZOwVDwSMqSSuIUH { width:3.875rem;height:5rem;top:59.5rem;left:0.9375rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qdXZx8pQllDLilRiag3ygUT6OwuwruQJ { width:14.9375rem;height:1.625rem;top:62.9375rem;left:5.0625rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ruzyLXV6U3NLtnOLz0ZhDPJRqH5KRsKQ { width:20rem;height:1.5rem;top:89.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Hhy6yl6AVJkWZdfNrOiszMA2JrSmNLLD { width:20rem;height:3rem;top:91.6875rem;left:0rem;font-size:2.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jdyzt6pVlBywadsOMO7u2yhsN82ipBxc { width:20rem;height:4.25rem;top:95.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuwIKNDd4rTqBKM3ahL2dpg7H923hhT { display:block; }
 }@media only screen and (max-width: 763px) { #Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 { display:block; }#Hg1sdSF3FfaoAqPDH8J8gHOnsqoMQ1m4 > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqRRLwI5eptVA4do0JrfImLkmNGEVk58 { width:20rem;height:6.9670710571924rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZIsSxkDz5RM9VrQutSrbFKHG5ShBHxk { width:20rem;height:6.966796875rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqN26tyxe5xc4uXDRw4a2WB5WCV5e0Vz { width:20rem;height:3.75rem;top:3.591796875rem;left:0rem;font-size:1.5625rem;z-index:15026;text-align:left;text-align-last:left;color:#242434;display:block; }
 }@media only screen and (max-width: 763px) { #bQ730WkWipqwGPqEco0V4wy1FNtIg4Z6 { width:20rem;height:1.4375rem;top:1.404296875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#1e1e2e;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 { background-color:#242434;background-image:none;display:block; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row .container { background-color: transparent; background-image: none; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row .container > .video-iframe-container { display: none; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row > .video-iframe-container { display: none; }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .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); }#Tf9AS7Ly6bKiSJXErcPVqCIL8ZKgvQf5 > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHJyvyr9A5BCNC0gqkLzQxKO4oCckNnT { width:20rem;height:4.5rem;top:4.4375rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSwo8c7wNdp2FKqe9xDHR0WBIs7seo2p { width:20rem;height:15rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzPlfmwTAzLKCsBQ3lRdoLFJcrIi0LKn { width:18.125rem;height:10.0625rem;top:14.625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cvhbV0BIBVHNQ6kcS3Md5rUSTWmL2fb1 { display:flex;width:1.625rem;height:1.625rem;top:12.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #LMpvF17NMLC2TPTGDnnbfqm68cbBTCr1 { width:20rem;height:12.6875rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEwiAaRxhmSATuErIZTc6ceoV5ZEr7ln { width:18.0625rem;height:8.625rem;top:30.6875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bVE0OSR0kEGQbz3ndJtrEhHwpvfbuve9 { display:flex;width:1.6875rem;height:1.6875rem;top:28.3125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #aDCPvSiZxNThtpCVyaNuwvGEq4F7Z3Rb { width:20rem;height:15.625rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiZq8ScDCisCSBzJFAwRsBvTBnB83T8t { width:17.9375rem;height:10.0625rem;top:45.1875rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lRnrpkvPIAmOALw3llNiim0dDRnq6UrO { display:flex;width:1.6875rem;height:1.6875rem;top:42.625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ZiEWUtRToebAu6XJNXkrZ5WhSFfUavDJ { width:20rem;height:12.75rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNhlHZLlO50H3zGp9mWAggLE01nVGPQV { width:18.125rem;height:7.1875rem;top:61.5rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gTs5DQ7OdMeWMvCXev7kAD3QTQu4rcnE { display:flex;width:1.625rem;height:1.625rem;top:58.75rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #VdX6q5DzuKeGM5ZTI4kzW0UrRHBqJF8N { width:20rem;height:4.25rem;top:67.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hs7z0pRnpS86iaJimtMMS7HPTuIcvX0k { display:block; }
 }@media only screen and (max-width: 763px) { #RDJaXKQyObvSbS83Ti639HOkbU0ZhNzb { width:20rem;height:4.625rem;top:72.1875rem;left:0rem;font-size:1.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #AaXKrsZgOWKSTrbXlrMZTdU10zULsuEB { display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { display:flex;width:2.125rem;height:2.125rem;top:14.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { width:20rem;height:6.25rem;top:18.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:13.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6BXiOXm7aKcciuR0GoC5lJH8NLZClaJ { width:20rem;height:4.6875rem;top:31.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #epL5kc0ch7TgFUQqK0TlrpcgQmAPCaRl { width:4.5rem;height:4.5rem;top:26.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGXW8D94INmxoxBMe93NBxuk7y59T7Cp { display:flex;width:2.125rem;height:2.125rem;top:27.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #SPwbOHiNaxwCFwg11xmztNKciQLpJta2 { width:20rem;height:4.6875rem;top:42.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fNt6vPLJ92fN2lsp3VqXF8AGT5eWq6Ro { width:4.5rem;height:4.5rem;top:37.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elO3xgUyFMO6LpmSZ1Wa2chcrCRFM4vo { display:flex;width:2.125rem;height:2.125rem;top:38.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #E85c6O4IBm8DEzdThldaGlVOQkw0p5VJ { width:4.5rem;height:4.5rem;top:49.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do8oNlLhgneb8nnUVfqmxQE7XGTtNR8h { display:flex;width:2.125rem;height:2.125rem;top:50.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #rqEhoXDIRtomTwxHEbs3DxHh2s3oxyza { width:20rem;height:4.6875rem;top:54.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UXTDD73BDmiu6x9BV3B95x9DSS3SMTG3 { width:20rem;height:4.6875rem;top:66.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #StPDIhXTf1rlvHoSs1Xs17JH2LGTzP1E { width:4.5rem;height:4.5rem;top:60.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMVaFO8Ofe98rCg8XleT2dA371apSf45 { display:flex;width:2.125rem;height:2.125rem;top:62rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #dM38XOSP1aClKceOFenBBGI5rNZt8sCv { width:20rem;height:4.6875rem;top:77.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o1DD4Zlkk5H7OCflM8TE6feeNryJCrTE { width:4.5rem;height:4.5rem;top:71.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1WNZ5cuyOxPT83UwR7cE3gshlElhaPb { display:flex;width:2.125rem;height:2.125rem;top:73.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #KMp1Ul10o2nIEftpO8l5SesNm2DVV4MT { width:20rem;height:6.75rem;top:4.7548828125rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ { background-color:#1e1e2e;background-image:none;display:block; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row .container { background-color: transparent; background-image: none; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row .container > .video-iframe-container { display: none; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row > .video-iframe-container { display: none; }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .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); }#TJwnkbUQMpsbPN40Z5ozbi0rRbzImIVQ > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rq0Nfrcqs6laN2h5GDn77TsMMkTN2SmR { width:17.6875rem;height:4.5rem;top:5.8125rem;left:1.1875rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eatoNUVAFifvxLkauiLl9lAUsxHhgazN { width:20rem;height:63.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFpXIpJboR28rE0PrZcEuLbsDPmsiTfS { width:15.5625rem;height:2.875rem;top:12.25rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i0gTfyn9bNvGWwucGW7FZFOawD5v30JA { width:19rem;height:4.25rem;top:49.1875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT5h1BVsMfVK6TX9ykoa13vOqoDJTNJF { display:block; }
 }@media only screen and (max-width: 763px) { #kG4HX30TI5vT8TcOBcxhPTzIRoJiNlhG { width:20rem;height:1.25rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7AEpARxnbc4XTTZr6E56m6isQTwhomW { display:flex;width:1.25rem;height:1.25rem;top:12.25rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #kSJrwOS0Al5h0wyCgKvK589DxNFgpTTh { display:flex;width:1.25rem;height:1.25rem;top:16.9375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #emT0XKsTKRAz9H9bVKe5uGsfE5E7Gp9w { width:16.875rem;height:4.3125rem;top:16.9375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AmxiJNwTVD7AR6fXBJIXIOCTZMtwKWBk { width:18.8125rem;height:7.8125rem;top:22rem;left:1.1875rem;font-size:1.125rem;display:block; }#AmxiJNwTVD7AR6fXBJIXIOCTZMtwKWBk li:before{  }
 }@media only screen and (max-width: 763px) { #vW6wAcQ4DT54eBggQ1EINBkXyTwu9072 { display:flex;width:1.25rem;height:1.25rem;top:31.4375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #zTGbqfa0C2HEmhndM5ydiIlHfcrO0kHC { width:15.5rem;height:5.75rem;top:31.4375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HDh2n4PzMCBvcUsAv6tEfr6p62RHUK0q { width:19.125rem;height:1.5rem;top:39.25rem;left:0.4375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nn8B1nVRlzXUlK0aJtT2dH108adt2hIn { width:20rem;height:2.25rem;top:41.375rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asN9G6JL69W9a5hB6WnQzJxFgLsBZz5K { width:15.875rem;height:3rem;top:44.6875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uT4X2ydAB8CNrbz7F8kJWxMLS6e1wMqG { width:18.8125rem;height:7.875rem;top:55.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzbvo9bgT2ssLwQUTES5baHPNTKbroTA { display:block; }#wzbvo9bgT2ssLwQUTES5baHPNTKbroTA > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gei7qbo3uJhatmc4sqqn5mMxSxKDfcbC { width:20rem;height:23.6875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbsVDSChevPVm3OQRz3w52o6cc7ph9OD { width:20rem;height:2.625rem;top:11.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7JkQnzkW2rpqPTT3RcKPW1bT3H86hfi { width:17.9375rem;height:15.625rem;top:15.0625rem;left:1.03125rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ThekB0q8Js3mbzM8X2pcMOp5VczE4w7r { width:10.375rem;height:10.375rem;top:1.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHZJ36hiyzToF0E8DalOW6bTEgs1gKun { background-color:#f5f5f0;background-image:none;display:block; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row .container { background-color: transparent; background-image: none; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row .container > .video-iframe-container { display: none; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row > .video-iframe-container { display: none; }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .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); }#eHZJ36hiyzToF0E8DalOW6bTEgs1gKun > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N75RxJPQNRXhqDJkbzvimAn84lr9MD49 { width:20rem;height:6.75rem;top:3.3125rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fq9XWCblLq4TZtnBancGkFm85AqqIR9b { width:20rem;height:5.625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SfUi5EhpJUNHFwzOJaKsViyZslgzzw { width:16.25rem;height:4.3125rem;top:12.25rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kgD590mGTUyLvkZKbbVJXvP4w555PZef { display:flex;width:2.0625rem;height:2.0625rem;top:13.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #sNqcvZBDtes6QGZ5EzdwMUi2HJmPmH8n { width:19.75rem;height:7.1875rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bci5rVAuW6XXJeFqCyfbFV94p7SSokZm { width:16.5625rem;height:5.75rem;top:19rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kp2eNGdXDqusQGOC8C16C9ZysoKdFsua { display:flex;width:2.1875rem;height:2.1875rem;top:20.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #qgKdIwVnKEZJMo1ObQKIEq55DdfBg8K0 { width:19.75rem;height:7.1875rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsouxlw6Nz53rIB5sOMuibkpJTZ5hkSP { width:15.6875rem;height:5.75rem;top:26.9375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WtE5HmmOIyH6MMnpxPRc7SC7st6uTASL { display:flex;width:2.1875rem;height:2.1875rem;top:28.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Ckl83bndT2ErifyLTTDpoBoLMM2RuLqh { width:19.75rem;height:6.875rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTkgnQcRhmNTN7dBWzyi7OaRAsGW1Z6 { width:15.3125rem;height:5.75rem;top:34.5625rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w0TIvmm3kXE7LrIORM4z4Bnq0pQZNWA6 { display:flex;width:2.1875rem;height:2.1875rem;top:36.375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #y1AhDUAT4O16vNtLwydkJKGe1x8IsOFu { width:19.75rem;height:7.3125rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfRA0UktoAlTavP2B7Sea0uewKbFZtRy { width:14.875rem;height:5.75rem;top:42.1875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IuQN3bEl8uyf48PKLDtbmyMKzZiAiArQ { display:flex;width:2.1875rem;height:2.1875rem;top:44rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw { background-color:rgba(var(--color-secondary-4),1);background-image:none;display:block; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row .container { background-color: transparent; background-image: none; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row .container > .video-iframe-container { display: none; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row > .video-iframe-container { display: none; }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .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); }#JUzF5ENWrDECfx2wtPNC5kBeB7HTSBTw > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPvP8w9vUrIm2XeK4zzkPqfI9v68CxU8 { width:14.75rem;height:3.75rem;top:18.5625rem;left:2.625rem;font-size:1.5625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRnQyagKTcNAt7CJtyoGtp9LV7dZL99x { width:20rem;height:33.0625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILuyhr5ZhqMaK5At3z1pcZdnLdtSS1bB { width:19rem;height:4.25rem;top:20.396484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9XBIsvShwFyzQfW4OGqkCMSxWVc70Ts { display:block; }
 }@media only screen and (max-width: 763px) { #eEI76C5Ie2pElTGdKolDcnBuTUtJbNKs { width:20rem;height:1.4375rem;top:16.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trv7TBJKNzqSbtXfHkxbSJgRhSXDFnTf { width:19.125rem;height:1.5rem;top:23.8125rem;left:0.4375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmOeX9RSlzMM8eHkg2MpkUxhUkG46yIm { width:20rem;height:2.25rem;top:26.625rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUCnfuT1vR6hs9FtA67u1pTVRiwfi6o6 { width:19.4375rem;height:4.25rem;top:29.5rem;left:0.3125rem;z-index:15008;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt77UN8RExu85VBiB9HnB29dp7KoqFJH { display:block; }
 }@media only screen and (max-width: 763px) { #BsGDXJT9tbVITPx7OJ5UnkNz26AThCH6 { width:15.375rem;height:11.75rem;top:3.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f27b5f3-011a-411d-9921-1deec9c34689/D21540A2019May15163705_PIX_6391.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo.adaptive-delivery-prevent-bg, #Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo.lazyload, #Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo.lazyloading { background-image: none; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row .container { background-color: transparent; background-image: none; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f5f5f0; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row .container > .video-iframe-container { display: none; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f5f5f0; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row > .video-iframe-container { display: none; }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .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); }#Niz6BIINQysZ8QFuxTWhENsK0KOVmsTo > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roXPUx9e8q4fdeA0zavkwJArUyeZ7m6Z { width:20rem;height:7rem;top:13.0625rem;left:0rem;font-size:1.375rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OncGe5AgJGW2b12wrNHV26yWuTiAK93z { width:20rem;height:5.25rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or6EkhTNTuoW60KSpQE5S2J5DrVrsH99 { width:20rem;height:3.1875rem;top:21.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBnJUQsLMA8OauUVCyhV14TZTkNUqyl { width:20rem;height:1.4375rem;top:10.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:20rem;height:1.6875rem;top:2.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xscerE8k78Zhf1QKufwTlT5eRC71nOdt { width:20rem;height:1.6875rem;top:4.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }