.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:233,246,247;--color-primary-1:182,226,227;--color-primary-2:108,196,199;--color-primary-3:54,98,100;--color-primary-4:16,29,30;--color-secondary-0:226,227,227;--color-secondary-1:169,170,172;--color-secondary-2:112,113,116;--color-secondary-3:67,68,70;--color-secondary-4:16,18,24;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Hubot Sans";--paragraphs-font-family:"Hubot Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aca10059-ee6e-4218-ac21-9b52e1b16d7b/AdobeStock_551535386.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9fe73e8f-c983-4905-a6f9-b8b1c708e8ff/GBto.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT.adaptive-delivery-prevent-bg, #wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT.lazyload, #wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT.lazyloading { background-image: none; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row .container { background-color: transparent; background-image: none; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row .container > .video-iframe-container { display: none; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row > .video-iframe-container { display: none; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .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); }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row .container { border-width: 0; border-radius: 0; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT::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; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;overflow:visible;position:relative;display:block; }#g9B37lC1p4w3PraUFQaOAzIOTESTefx4 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:11.912109375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gLn6EKR2gxdIPpQB8BfPIdTNfciQLLGQ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.037109375rem;left:0rem;height:3.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ie5aCAr7bivvPcP3oCLD9mMHW4pM8Zva { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:23.9375rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.4375rem;left:0rem;display:block; }
#cMh12GGJfhX5xSCTQDTmxsdy7zm5qXGR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nha6PzEOMusnB5EDJUEra7Bv2MeGQWNO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:16.5625rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .row .container { background-color: transparent; background-image: none; }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .row .container > .video-iframe-container { display: none; }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .row > .video-iframe-container { display: none; }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .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); }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .row .container { border-width: 0; border-radius: 0; }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#kO8rfB4lIOBnT8aC4wk28iBkVrMDONu1 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:24.9375rem;width:45.4375rem;top:8.1875rem;left:7.3125rem;display:block; }
#R617p049KJhazycfAubwZwAJR5mwJvry { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.375rem;left:21.625rem;display:block; }
#iNPPQtRaPVV0NMnMbfPbg7tu3NMKloVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a78dLNaA4nE0qM8acrru35FfnRnxAzoe { color:#151923;display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.6875rem;left:10.5rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RLRoSccBzS7xtFS99os3WxUDf6lePhNG { color:#151923;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.75rem;left:21.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jp9xmisGQQzq98e3csTFQOizs5IKlo2H { color:#151923;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:9.4375rem;left:21.25rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ay2It6Jupcz53lRUvcb9sG06BMsdSHh1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oiGXFiCVOsZWldFCBvwQVnB8fZgqWTcS { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:33.875rem;left:21.25rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#twzHhsEOsFK8OFm3iyfDT1Cg1zgvmdz2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:34.90625rem;left:26.65625rem;display:block; }
#UmhybeqtMMknQqoTgHc2GLQs4PhLC9Bd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7KtU20xe170pm4V8VNmqqNAVmieTlgU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .row .container { background-color: transparent; background-image: none; }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .row .container > .video-iframe-container { display: none; }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .row > .video-iframe-container { display: none; }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .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); }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .row .container { border-width: 0; border-radius: 0; }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .row .container { font-size:0.875rem;font-family:arial;height:96.75rem;width:60rem;position:relative;display:block; }#lQ5yB249kEfhwFbM4MGJTcWBdOwRpFqA { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:40.875rem;left:0rem;height:;font-style:normal;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; }
#uvBhKd42rt1N9R84N2aE0sO52DV0npp1 { position:absolute;display:block;z-index:15002;background-color:#151923;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:17.4375rem;width:14.3125rem;top:76.8125rem;left:45.6875rem;display:block; }
#pe5pGh91n5XtpTvVm4ZVKgZXvBBM6nvW { position:absolute;display:block;z-index:15000;background-color:#151923;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:17.5625rem;width:14.3125rem;top:76.75rem;left:30.6875rem;display:block; }
#NKRMeuGc7g04EWxAP7NTEp1TsiBR1JEL { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:25.375rem;width:30rem;top:68.9375rem;left:0rem;overflow:hidden;display:block; }
#I1GxQWr9mqmARQWFVI0I9dhi8JILsTSv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:84.4375rem;left:46.5625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mIO2LOZb0lRlGeMJ2o10etAItLHyKQ3e { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:84.4375rem;left:31.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7hmowU5X2mS6FF0WFPcO37ktr8rMqAl { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:82.1875rem;left:31.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eRKh1SoZzVgpJ4ZWeaXTcG8SXGOWTCDz { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:82.1875rem;left:46.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9u4M1uoryxJwumZBbWH7qeemarGQrap { position:absolute;display:block;z-index:15000;background-color:#151923;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:52.375rem;left:0rem;display:block; }
#DrrKM2F3haC1PiSdAiJJKTKeVTHmC09I { position:absolute;display:block;z-index:15002;background-color:#151923;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:52.4375rem;left:15rem;display:block; }
#P2RB6hwoTo9PQnHFZTqcTGdI29rQfVaA { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.875rem;width:29.9375rem;top:47.5625rem;left:29.9375rem;overflow:hidden;display:block; }
#K35rvqGm4f74R8BV9uTaDyroac7CrrRG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:60.0625rem;left:0.875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BpWH42TCFSmhTyRJ8eI6O5rkgP65rttC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:60.0625rem;left:15.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iRpOc1Ta5vsWT1sqP0EK7O1HWDb0V7xb { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:57.8125rem;left:0.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SOO8kSkyL8QtqfPzIH6BUgpn3QHrUOJU { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:57.8125rem;left:15.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DFcFHdvRZ959kK5QGlHXswanq1v4Weyz { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:33.75rem;width:60rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .row .container { background-color: transparent; background-image: none; }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .row .container > .video-iframe-container { display: none; }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .row > .video-iframe-container { display: none; }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .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); }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .row .container { border-width: 0; border-radius: 0; }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;position:relative;display:block; }#J2aMfUoNKSwMPsn1hghUi9MUtgH6VFnp { position:absolute;display:block;z-index:15000;background-color:#151923;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:27.9375rem;width:19.375rem;top:12.3125rem;left:0rem;display:block; }
#gPpOCEiBnElGcIq5hePXZpaJ6M3PQIPW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:15.4375rem;left:0.9375rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ivN96Vyiwwe4L97WAk1N3tJTQ0KXGp3G { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:20.5rem;left:0.9375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5VABP4yH4OtLwD63kSOW31rl5r3iKhq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:23.4375rem;left:0.9375rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lktDTzIZcIePTiJCA1moRFlnv29flXRb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36rem;left:4.9375rem;display:block; }
#OzknEgtVgoOeO2tkqX5UQSEMi0UdHnpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9dOh63N7IUOPFMFCaH25NUqTKudeqtv { position:absolute;display:block;z-index:15006;background-color:#151923;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:28.25rem;width:19.375rem;top:12.3125rem;left:40.625rem;display:block; }
#IJH5d1P1L0kaxtQyJN3SdPrl8kWqQese { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36rem;left:45.25rem;display:block; }
#Ew277FQeyFlsECFJ5VKZXLCT2uHduk9a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ixTvhVXpH62GrGDbattyEvRNlUqNmMDD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:23.4375rem;left:41.5625rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wETFLoGH2G2NrQ1bkx6HG03F4tmHwnEk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:20.5rem;left:41.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W8apq1TMnJDdZg2mWP7pWKG0bXP2krT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:15.4375rem;left:41.5625rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2QN01fB8TVeKLyOp3u5Fu2WxichyoP8 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:33.1875rem;width:20rem;top:11.0625rem;left:20rem;display:block; }
#AcXo1LgNfs7g3ueWf9mTZZhQLfNL20Ee { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:39.375rem;left:23.5625rem;display:block; }
#hS0Bm4yAlvy67TgN29vJ7sICfSH9stRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ae1zFTlzSnK5Jq8voco8O8oo1zCkkBon { color:#151923;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22rem;left:21.25rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NMrnDRVmWlluFk84seC6oZ7bp7yRtll5 { color:#151923;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:18.375rem;left:21.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P5Io6komFeVxkdqDkvhSEBSsDTTXfT8Q { color:#151923;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:13.6875rem;left:21.25rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PzT0trzrAvgs0C01ZPQl3rv0X7ZHCpmc { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oW5R1tMbmrlfg261THouu1dn3PWzfCnc { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:44.875rem;left:21.25rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZCM6vBZquibvO4TOf2dkzTbzdBuCzDD { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.90625rem;left:26.65625rem;display:block; }
#FOpPlz6tdTUFA7bDC9aS2QQAkbro7pFD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .row .container { background-color: transparent; background-image: none; }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .row .container > .video-iframe-container { display: none; }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .row > .video-iframe-container { display: none; }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .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); }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .row .container { border-width: 0; border-radius: 0; }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:block; }#twMZ2Ei8ItQst6L3IfXnTwBaJXFpSEH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.0625rem;left:4.875rem;height:1.25rem;font-style:normal;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; }
#PZn8X3x4cXkHHtaUo6zcTo4HGv6cTRNM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0.9375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cWMUBblauhISUJcUHcwucN1Eb0vRtT6s { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.25rem;left:1.375rem;height:1.25rem;font-style:normal;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; }
#uqxH9z6RiLRW7yyDeEBPq89kNoGFS9wq { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:36.3125rem;left:47.5rem;height:1.25rem;font-style:normal;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; }
#cybJeNbDafRVDxgvSimIZTpFnFsh9csZ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:48.4375rem;height:1.25rem;font-style:normal;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; }
#kvRtXDy9nPOqp0TkA0dKktgEVS9EhHob { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:37.4375rem;top:12.0625rem;left:10.9375rem;overflow:hidden;display:block; }
#otwLVR29ko4M65696PIlnCf7VlhftTE2 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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:15014;top:33.4375rem;left:7.375rem; }
#Pe7lAadP9IBQInvlVqV5f6DupMLIFsaH { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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:15015;top:9.25rem;left:7.375rem; }
#p3ED6666NfbpmTbt2BC6ROa9Tr4peESB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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:15016;top:9.3125rem;left:50.8125rem; }
#TuOOPfsOeT4ChUqSx1bKEuQcX3EZPks8 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:33.5rem;left:50.75rem; }
#OVi5UA4mdDEAOOlJQhcamAQZ6SUAl9vr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:38rem;left:0rem;height:2.25rem;font-style:normal;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; }
#RF0NU81UOlbZwxm5XfPQwAc44fwqTErk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:44.3125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoQ9pRTTc8dTqDZRFOddQHnKBaBKupeK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:38.0625rem;left:44.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#biFE7wiaZQMpZgawuwVf7EOfNsAlZowD { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.875rem;font-style:normal;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; }
#My1qsT60M0lINlLLgODsNTLSH5h29OuQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.9375rem;width:60rem;display:none; }
#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .row .container { background-color: transparent; background-image: none; }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .row .container > .video-iframe-container { display: none; }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .row > .video-iframe-container { display: none; }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .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); }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .row .container { border-width: 0; border-radius: 0; }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:60rem;position:relative;display:block; }#FiXSHGZarlb4TVS7T6TQKhQVm0Tmi6FB { position:absolute;display:block;z-index:15006;background-color:#151923;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:13.375rem;left:2.3125rem;display:block; }
#MIKC5Fib07OSXlgudgwGwaUDNcpl8qi1 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #151923;border-left:0.375rem solid #151923;border-right:0.375rem solid #151923;border-bottom:0.375rem solid #151923;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:12.4375rem;left:0rem;display:block; }
#vhXX8bEXJJUTQHEG8ZVptE0NfkWJpEeJ { position:absolute;display:block;z-index:15008;background-color:#151923;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:12.4375rem;left:57.6875rem;display:block; }
#lBtDqsdvHPz3017BUSo9RZFdsulswuTC { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5rem;left:0rem;height:2.5rem;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; }
#q6SBbVqh8Wt1TC0D41QuwxZQwXcTPHsw { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.5rem;left:11.625rem;height:1.25rem;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; }
#NQTdpuw6HtTiDUV85bTAFZp45xg1UB2S { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.5rem;left:40.375rem;height:1.25rem;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; }
#gaBeUQHZ8NfbMy9ma7JEdcR2PPg1wcQm { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.5rem;left:25.09375rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#x81dqOEm2IuaOMmEEDrwJHnSHe9nK4nE { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.5rem;left:54.25rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#znlsOIfIwVZOqsdJK4I4r20BxJ9IfAlH { color:#151923;display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LHgFct6HvHu3McsigWh6maE7TrXgewaB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.5rem;left:41.1875rem; }
#hSeB2Q803ZifEEPlOU5iFann9heCk9QE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.5rem;left:27.3125rem; }
#hUtVCUxez55WI23BBrVN4M1BmIEEZfLe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.5rem;left:12.125rem; }
#J5mwcST0uCZoHudAW0SzGRVtb0ETnnvH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.125rem;left:12.625rem; }
#uHlv36G4uMdAUla0PIJZowySHnwiW5X8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.125rem;left:0rem; }
#QqWgVBz22shT1zRRJ5zJVGiRqcuErmyg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.4375rem;left:41.6875rem; }
#fWkIRoDls82guAbgTix7aOfnNlKuDcy2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.4375rem;left:27.8125rem; }
#T7cHOEL622hWsUBTkzV5yUkRSpVDShPD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.125rem;left:56.875rem; }
#HDHcTLAn2OpgHMbMedWLTGzOxrr6BsGr { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:13.1875rem;top:22.5rem;left:16.25rem;overflow:hidden;display:block; }
#l8EFatfm4tD3EgwoSLOMgKpMRxPPBMlC { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:13.3125rem;top:22.5rem;left:30.125rem;overflow:hidden;display:block; }
#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .row .container { background-color: transparent; background-image: none; }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .row .container > .video-iframe-container { display: none; }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .row > .video-iframe-container { display: none; }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .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); }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .row .container { border-width: 0; border-radius: 0; }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .row .container { font-size:0.875rem;font-family:arial;height:67.9375rem;width:60rem;position:relative;display:block; }#igKvkxE2MfakfThoNe4TOTfKMEqWpPHr { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12.84375rem;height:7.75rem;font-style:normal;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; }
#yCWGwGdtWdlK7MTS6AMvv4yymB5f1Qfs { position:absolute;display:block;z-index:15002;background-color:#151923;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.625rem;width:14.3125rem;top:41.625rem;left:40.4375rem;display:block; }
#vlps4pHAGKSZe3C6pf1RfV7ya0kkTxBb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:50.625rem;left:41.34375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISEmBZLdLXTLp7v8mO5KRxnTt4zqeOkJ { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:45.625rem;left:41.34375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G8foEyeZ8WTB09VRBAuyy23qbRnnEQbx { position:absolute;display:block;z-index:15000;background-color:#151923;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:19.4375rem;left:3.125rem;display:block; }
#w0nAHTUVI2JqFFabdtb0D6p7s6Fd8Obu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.875rem;left:4.03125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qwA3daWe8g08JCFOlbKVLNwhSVHKZikw { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.125rem;left:4.03125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bxgCw4Gz8VguRbW068Ug32G54e7TMJsS { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:18.75rem;width:18.75rem;top:17.625rem;left:38.25rem;overflow:hidden;display:block; }
#lR9iCsq6Db9qHIb6E132aKTZ4ymnpnDU { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:18.75rem;width:18.75rem;top:17.625rem;left:18.625rem;overflow:hidden;display:block; }
#lOX9GapSlWsIzb40wUlkweLpVyRUZAuC { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:18.75rem;width:18.75rem;top:40.5625rem;left:0.9375rem;overflow:hidden;display:block; }
#JxgIhZQD3ha22DZv2geDCBp559qXwM1z { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:18.75rem;width:18.75rem;top:40.5625rem;left:20.65625rem;overflow:hidden;display:block; }
#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:rgba(21,25,35,0.79);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:60rem;height:35.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0.875rem;height:3.875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CM8K3Og9ddoXOdztbCVAdRWx2n3tJDwP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:19rem;top:1.5rem;left:41rem;overflow:hidden;display:block; }
#vTcgr2s7VT0tnBBysnXab0kqUw51aR6u { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:13.3125rem;top:16.875rem;left:14.625rem;overflow:hidden;display:block; }
#tWko69nFfFSvdhON1G4CFfhFosWOAaAk { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:13.1875rem;top:16.875rem;left:0.875rem;overflow:hidden;display:block; }
#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151923;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; }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .row .container { background-color: transparent; background-image: none; }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .row .container > .video-iframe-container { display: none; }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .row > .video-iframe-container { display: none; }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .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); }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .row .container { border-width: 0; border-radius: 0; }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#iVVGC5seZtkK0DKl8tZcPvSqdFCZ47In { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.59375rem;left:42.8125rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#GkNbw5XNdxU8IOytIwdJVzp6nOuO9lCu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.513671875rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#pQXCbARJhKbUd6QMQ1mCvhLHTBmOxE71 { position:absolute;display:block;z-index:15009;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:6.4375rem;width:19.5rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#k91FvMRPebKmdqoN7zOI0RrNJBaXtrPW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.4375rem;left:55.3125rem;display:block; }
#HrT1LdpUz7pkl14Wz5HnI3wrCQXhis9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhVAuHaKUGqtU8RlKuwmmZCHVXK0LBhR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.4375rem;left:45.4375rem;display:block; }
#qPMQFnnR4D3IA0TDeKwNuZvH52OsuccB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BhPOW4MoBGvnlMcaUpgc2KqGKkdTtwsC { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.869140625rem;left:0rem;height:1.125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT { display:block; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9B37lC1p4w3PraUFQaOAzIOTESTefx4 { width:47.75rem;height:;top:11.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLn6EKR2gxdIPpQB8BfPIdTNfciQLLGQ { width:47.75rem;height:3.875rem;top:19rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie5aCAr7bivvPcP3oCLD9mMHW4pM8Zva { width:23.9375rem;height:4.6875rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMh12GGJfhX5xSCTQDTmxsdy7zm5qXGR { display:block; }
 }@media only screen and (max-width: 763px) { #Nha6PzEOMusnB5EDJUEra7Bv2MeGQWNO { top:3.375rem;left:0rem;width:16.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZKULRfdGUL5GshO6nvtCpwsEsDputD1 { display:block; }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO8rfB4lIOBnT8aC4wk28iBkVrMDONu1 { width:45.4375rem;height:24.9375rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R617p049KJhazycfAubwZwAJR5mwJvry { width:16.8125rem;height:4.1875rem;top:26.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNPPQtRaPVV0NMnMbfPbg7tu3NMKloVz { display:block; }
 }@media only screen and (max-width: 763px) { #a78dLNaA4nE0qM8acrru35FfnRnxAzoe { width:39rem;height:6rem;top:17.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLRoSccBzS7xtFS99os3WxUDf6lePhNG { width:17.5rem;height:1.5rem;top:13.75rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp9xmisGQQzq98e3csTFQOizs5IKlo2H { width:17.5rem;height:4.375rem;top:9.4375rem;left:14.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay2It6Jupcz53lRUvcb9sG06BMsdSHh1 { width:47.75rem;height:3.875rem;top:2.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiGXFiCVOsZWldFCBvwQVnB8fZgqWTcS { width:17.5rem;height:1rem;top:33.875rem;left:14.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twzHhsEOsFK8OFm3iyfDT1Cg1zgvmdz2 { width:6.6875rem;height:2rem;top:34.875rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmhybeqtMMknQqoTgHc2GLQs4PhLC9Bd { display:block; }
 }@media only screen and (max-width: 763px) { #G7KtU20xe170pm4V8VNmqqNAVmieTlgU { display:block; }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQ5yB249kEfhwFbM4MGJTcWBdOwRpFqA { width:47.75rem;height:;top:40.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvBhKd42rt1N9R84N2aE0sO52DV0npp1 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5pGh91n5XtpTvVm4ZVKgZXvBBM6nvW { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKRMeuGc7g04EWxAP7NTEp1TsiBR1JEL { top:68.9375rem;left:0rem;width:30rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1GxQWr9mqmARQWFVI0I9dhi8JILsTSv { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIO2LOZb0lRlGeMJ2o10etAItLHyKQ3e { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7hmowU5X2mS6FF0WFPcO37ktr8rMqAl { top:82.1875rem;left:25.5rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRKh1SoZzVgpJ4ZWeaXTcG8SXGOWTCDz { top:82.1875rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9u4M1uoryxJwumZBbWH7qeemarGQrap { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrrKM2F3haC1PiSdAiJJKTKeVTHmC09I { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2RB6hwoTo9PQnHFZTqcTGdI29rQfVaA { top:47.5625rem;left:17.8125rem;width:29.9375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35rvqGm4f74R8BV9uTaDyroac7CrrRG { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpWH42TCFSmhTyRJ8eI6O5rkgP65rttC { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRpOc1Ta5vsWT1sqP0EK7O1HWDb0V7xb { top:57.8125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOO8kSkyL8QtqfPzIH6BUgpn3QHrUOJU { top:57.8125rem;left:9.8125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFcFHdvRZ959kK5QGlHXswanq1v4Weyz { top:4.875rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 { display:block; }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2aMfUoNKSwMPsn1hghUi9MUtgH6VFnp { width:19.375rem;height:27.9375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPpOCEiBnElGcIq5hePXZpaJ6M3PQIPW { width:17.5rem;height:4.375rem;top:15.4375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivN96Vyiwwe4L97WAk1N3tJTQ0KXGp3G { width:17.5rem;height:1.5rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5VABP4yH4OtLwD63kSOW31rl5r3iKhq { width:17.5rem;height:9.1875rem;top:23.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lktDTzIZcIePTiJCA1moRFlnv29flXRb { width:10.125rem;height:3.375rem;top:36rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzknEgtVgoOeO2tkqX5UQSEMi0UdHnpO { display:block; }
 }@media only screen and (max-width: 763px) { #U9dOh63N7IUOPFMFCaH25NUqTKudeqtv { width:19.375rem;height:28.25rem;top:12.3125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJH5d1P1L0kaxtQyJN3SdPrl8kWqQese { width:10.125rem;height:3.375rem;top:36rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew277FQeyFlsECFJ5VKZXLCT2uHduk9a { display:block; }
 }@media only screen and (max-width: 763px) { #ixTvhVXpH62GrGDbattyEvRNlUqNmMDD { width:17.5rem;height:9.1875rem;top:23.4375rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wETFLoGH2G2NrQ1bkx6HG03F4tmHwnEk { width:17.5rem;height:1.5rem;top:20.5rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8apq1TMnJDdZg2mWP7pWKG0bXP2krT6 { width:17.5rem;height:4.375rem;top:15.4375rem;left:30.125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2QN01fB8TVeKLyOp3u5Fu2WxichyoP8 { width:20rem;height:33.1875rem;top:11.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcXo1LgNfs7g3ueWf9mTZZhQLfNL20Ee { width:12.875rem;height:4.1875rem;top:39.375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS0Bm4yAlvy67TgN29vJ7sICfSH9stRt { display:block; }
 }@media only screen and (max-width: 763px) { #Ae1zFTlzSnK5Jq8voco8O8oo1zCkkBon { width:17.5rem;height:15rem;top:22rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMrnDRVmWlluFk84seC6oZ7bp7yRtll5 { width:17.5rem;height:1.5rem;top:18.375rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5Io6komFeVxkdqDkvhSEBSsDTTXfT8Q { width:17.5rem;height:4.375rem;top:13.6875rem;left:14.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzT0trzrAvgs0C01ZPQl3rv0X7ZHCpmc { width:47.75rem;height:3.875rem;top:4.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW5R1tMbmrlfg261THouu1dn3PWzfCnc { width:17.5rem;height:1rem;top:44.875rem;left:14.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCM6vBZquibvO4TOf2dkzTbzdBuCzDD { width:6.6875rem;height:2rem;top:45.875rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOpPlz6tdTUFA7bDC9aS2QQAkbro7pFD { display:block; }
 }@media only screen and (max-width: 763px) { #w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb { display:block; }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twMZ2Ei8ItQst6L3IfXnTwBaJXFpSEH2 { width:7.125rem;height:1.25rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZn8X3x4cXkHHtaUo6zcTo4HGv6cTRNM { width:15.75rem;height:2.25rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWMUBblauhISUJcUHcwucN1Eb0vRtT6s { width:14.125rem;height:1.25rem;top:36.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqxH9z6RiLRW7yyDeEBPq89kNoGFS9wq { width:8.9375rem;height:1.25rem;top:36.3125rem;left:38.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cybJeNbDafRVDxgvSimIZTpFnFsh9csZ { width:6.9375rem;height:1.25rem;top:12.125rem;left:40.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvRtXDy9nPOqp0TkA0dKktgEVS9EhHob { width:37.4375rem;height:27.9375rem;top:12.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #otwLVR29ko4M65696PIlnCf7VlhftTE2 { top:33.4375rem;left:1.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe7lAadP9IBQInvlVqV5f6DupMLIFsaH { top:9.25rem;left:1.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ED6666NfbpmTbt2BC6ROa9Tr4peESB { top:9.3125rem;left:44.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuOOPfsOeT4ChUqSx1bKEuQcX3EZPks8 { top:33.5rem;left:44.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVi5UA4mdDEAOOlJQhcamAQZ6SUAl9vr { width:17.3125rem;height:2.25rem;top:38rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF0NU81UOlbZwxm5XfPQwAc44fwqTErk { width:15.4375rem;height:2.25rem;top:13.875rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoQ9pRTTc8dTqDZRFOddQHnKBaBKupeK { width:15.625rem;height:3.375rem;top:38.0625rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biFE7wiaZQMpZgawuwVf7EOfNsAlZowD { width:47.75rem;height:3.875rem;top:2.625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #My1qsT60M0lINlLLgODsNTLSH5h29OuQ { width:47.75rem;height:35.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx { display:block; }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiXSHGZarlb4TVS7T6TQKhQVm0Tmi6FB { top:13.375rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIKC5Fib07OSXlgudgwGwaUDNcpl8qi1 { top:12.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhXX8bEXJJUTQHEG8ZVptE0NfkWJpEeJ { top:12.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBtDqsdvHPz3017BUSo9RZFdsulswuTC { top:16.5rem;left:0rem;width:5.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6SBbVqh8Wt1TC0D41QuwxZQwXcTPHsw { top:16.5rem;left:5.5rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQTdpuw6HtTiDUV85bTAFZp45xg1UB2S { top:16.5rem;left:34.25rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaBeUQHZ8NfbMy9ma7JEdcR2PPg1wcQm { top:16.5rem;left:18.96875rem;width:8.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x81dqOEm2IuaOMmEEDrwJHnSHe9nK4nE { top:16.5rem;left:42rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znlsOIfIwVZOqsdJK4I4r20BxJ9IfAlH { top:1.6875rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHgFct6HvHu3McsigWh6maE7TrXgewaB { top:11.5rem;left:35.0625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSeB2Q803ZifEEPlOU5iFann9heCk9QE { top:11.5rem;left:21.1875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUtVCUxez55WI23BBrVN4M1BmIEEZfLe { top:11.5rem;left:6rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mwcST0uCZoHudAW0SzGRVtb0ETnnvH { top:8.125rem;left:6.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlv36G4uMdAUla0PIJZowySHnwiW5X8 { top:8.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqWgVBz22shT1zRRJ5zJVGiRqcuErmyg { top:8.4375rem;left:35.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWkIRoDls82guAbgTix7aOfnNlKuDcy2 { top:8.4375rem;left:21.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cHOEL622hWsUBTkzV5yUkRSpVDShPD { top:8.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDHcTLAn2OpgHMbMedWLTGzOxrr6BsGr { top:22.5rem;left:10.125rem;width:13.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8EFatfm4tD3EgwoSLOMgKpMRxPPBMlC { top:22.5rem;left:24rem;width:13.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz { display:block; }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igKvkxE2MfakfThoNe4TOTfKMEqWpPHr { width:34.3125rem;height:7.75rem;top:3.9375rem;left:6.71875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCWGwGdtWdlK7MTS6AMvv4yymB5f1Qfs { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlps4pHAGKSZe3C6pf1RfV7ya0kkTxBb { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISEmBZLdLXTLp7v8mO5KRxnTt4zqeOkJ { top:45.625rem;left:35.21875rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8foEyeZ8WTB09VRBAuyy23qbRnnEQbx { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0nAHTUVI2JqFFabdtb0D6p7s6Fd8Obu { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwA3daWe8g08JCFOlbKVLNwhSVHKZikw { top:23.125rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxgCw4Gz8VguRbW068Ug32G54e7TMJsS { top:17.625rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR9iCsq6Db9qHIb6E132aKTZ4ymnpnDU { top:17.625rem;left:12.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOX9GapSlWsIzb40wUlkweLpVyRUZAuC { top:40.5625rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxgIhZQD3ha22DZv2geDCBp559qXwM1z { top:40.5625rem;left:14.53125rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM8K3Og9ddoXOdztbCVAdRWx2n3tJDwP { top:1.5rem;left:28.75rem;width:19rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcgr2s7VT0tnBBysnXab0kqUw51aR6u { top:16.875rem;left:8.5rem;width:13.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWko69nFfFSvdhON1G4CFfhFosWOAaAk { top:16.875rem;left:0rem;width:13.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA { display:block; }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVVGC5seZtkK0DKl8tZcPvSqdFCZ47In { top:1.5625rem;left:30.5625rem;width:17.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNbw5XNdxU8IOytIwdJVzp6nOuO9lCu { top:1.5rem;left:0rem;width:17.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQXCbARJhKbUd6QMQ1mCvhLHTBmOxE71 { width:19.5rem;height:6.4375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k91FvMRPebKmdqoN7zOI0RrNJBaXtrPW { width:4.6875rem;height:2rem;top:8.4375rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrT1LdpUz7pkl14Wz5HnI3wrCQXhis9h { display:block; }
 }@media only screen and (max-width: 763px) { #bhVAuHaKUGqtU8RlKuwmmZCHVXK0LBhR { width:9.375rem;height:2rem;top:8.4375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPMQFnnR4D3IA0TDeKwNuZvH52OsuccB { display:block; }
 }@media only screen and (max-width: 763px) { #BhPOW4MoBGvnlMcaUpgc2KqGKkdTtwsC { top:8.8125rem;left:0rem;width:20.5625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9fe73e8f-c983-4905-a6f9-b8b1c708e8ff/GBto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT.adaptive-delivery-prevent-bg, #wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT.lazyload, #wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT.lazyloading { background-image: none; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row .container { background-color: transparent; background-image: none; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row .container > .video-iframe-container { display: none; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row > .video-iframe-container { display: none; }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .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); }#wxq8RKOks9GJnKyqCLHU8mukSQcZtDTT > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9B37lC1p4w3PraUFQaOAzIOTESTefx4 { width:20rem;height:3.75rem;top:13.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLn6EKR2gxdIPpQB8BfPIdTNfciQLLGQ { width:20rem;height:2.25rem;top:18.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie5aCAr7bivvPcP3oCLD9mMHW4pM8Zva { width:14.375rem;height:3.75rem;top:22rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMh12GGJfhX5xSCTQDTmxsdy7zm5qXGR { display:block; }
 }@media only screen and (max-width: 763px) { #Nha6PzEOMusnB5EDJUEra7Bv2MeGQWNO { width:14.125rem;height:2.6875rem;top:1.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZKULRfdGUL5GshO6nvtCpwsEsDputD1 { display:block; }#EZKULRfdGUL5GshO6nvtCpwsEsDputD1 > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO8rfB4lIOBnT8aC4wk28iBkVrMDONu1 { width:20rem;height:20.8125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R617p049KJhazycfAubwZwAJR5mwJvry { width:15.875rem;height:3.375rem;top:22.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNPPQtRaPVV0NMnMbfPbg7tu3NMKloVz { display:block; }
 }@media only screen and (max-width: 763px) { #a78dLNaA4nE0qM8acrru35FfnRnxAzoe { width:18.5rem;height:6.5625rem;top:13.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLRoSccBzS7xtFS99os3WxUDf6lePhNG { width:17.5rem;height:1rem;top:11.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp9xmisGQQzq98e3csTFQOizs5IKlo2H { width:17.5rem;height:2rem;top:9.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay2It6Jupcz53lRUvcb9sG06BMsdSHh1 { width:18.4375rem;height:4.875rem;top:1.5rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oiGXFiCVOsZWldFCBvwQVnB8fZgqWTcS { width:17.5rem;height:1rem;top:29.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twzHhsEOsFK8OFm3iyfDT1Cg1zgvmdz2 { width:6.6875rem;height:2rem;top:30.40625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmhybeqtMMknQqoTgHc2GLQs4PhLC9Bd { display:block; }
 }@media only screen and (max-width: 763px) { #G7KtU20xe170pm4V8VNmqqNAVmieTlgU { display:block; }#G7KtU20xe170pm4V8VNmqqNAVmieTlgU > .row .container { width:20rem;height:98.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQ5yB249kEfhwFbM4MGJTcWBdOwRpFqA { width:20rem;height:3.875rem;top:13.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvBhKd42rt1N9R84N2aE0sO52DV0npp1 { width:20rem;height:11.4375rem;top:67.3125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5pGh91n5XtpTvVm4ZVKgZXvBBM6nvW { width:20rem;height:9.5rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKRMeuGc7g04EWxAP7NTEp1TsiBR1JEL { width:20rem;height:16.875rem;top:79.8154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1GxQWr9mqmARQWFVI0I9dhi8JILsTSv { width:16.6875rem;height:3.75rem;top:72.4375rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIO2LOZb0lRlGeMJ2o10etAItLHyKQ3e { width:17.5625rem;height:2.5rem;top:61.0625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7hmowU5X2mS6FF0WFPcO37ktr8rMqAl { width:12.5rem;height:1.625rem;top:58.75rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRKh1SoZzVgpJ4ZWeaXTcG8SXGOWTCDz { width:12.5rem;height:1.625rem;top:69.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9u4M1uoryxJwumZBbWH7qeemarGQrap { width:19.9375rem;height:10.5rem;top:18.8984375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrrKM2F3haC1PiSdAiJJKTKeVTHmC09I { width:20rem;height:10.375rem;top:30.5966796875rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2RB6hwoTo9PQnHFZTqcTGdI29rQfVaA { width:19.9375rem;height:13.1875rem;top:41.8359375rem;left:0.15444711538461rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35rvqGm4f74R8BV9uTaDyroac7CrrRG { width:17rem;height:3.75rem;top:23.07421875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpWH42TCFSmhTyRJ8eI6O5rkgP65rttC { width:17.5625rem;height:2.5rem;top:35.296875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRpOc1Ta5vsWT1sqP0EK7O1HWDb0V7xb { width:12.5rem;height:1.625rem;top:20.9609375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOO8kSkyL8QtqfPzIH6BUgpn3QHrUOJU { width:12.5rem;height:1.625rem;top:32.921875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFcFHdvRZ959kK5QGlHXswanq1v4Weyz { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 { display:block; }#i0xgTJtOVwt707ilDi3E17Kh52TOuXC8 > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2aMfUoNKSwMPsn1hghUi9MUtgH6VFnp { width:20rem;height:22.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPpOCEiBnElGcIq5hePXZpaJ6M3PQIPW { width:17.5rem;height:2rem;top:5.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivN96Vyiwwe4L97WAk1N3tJTQ0KXGp3G { width:17.5rem;height:1rem;top:9.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5VABP4yH4OtLwD63kSOW31rl5r3iKhq { width:17.5rem;height:9.1875rem;top:11.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lktDTzIZcIePTiJCA1moRFlnv29flXRb { width:10.125rem;height:3.375rem;top:23.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzknEgtVgoOeO2tkqX5UQSEMi0UdHnpO { display:block; }
 }@media only screen and (max-width: 763px) { #U9dOh63N7IUOPFMFCaH25NUqTKudeqtv { width:20rem;height:24.4375rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJH5d1P1L0kaxtQyJN3SdPrl8kWqQese { width:10.125rem;height:3.375rem;top:73.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew277FQeyFlsECFJ5VKZXLCT2uHduk9a { display:block; }
 }@media only screen and (max-width: 763px) { #ixTvhVXpH62GrGDbattyEvRNlUqNmMDD { width:18rem;height:9.1875rem;top:62.125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wETFLoGH2G2NrQ1bkx6HG03F4tmHwnEk { width:17.5rem;height:1rem;top:58.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8apq1TMnJDdZg2mWP7pWKG0bXP2krT6 { width:17.5rem;height:2rem;top:55.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2QN01fB8TVeKLyOp3u5Fu2WxichyoP8 { width:20rem;height:24.125rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcXo1LgNfs7g3ueWf9mTZZhQLfNL20Ee { width:10.125rem;height:3.375rem;top:48.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS0Bm4yAlvy67TgN29vJ7sICfSH9stRt { display:block; }
 }@media only screen and (max-width: 763px) { #Ae1zFTlzSnK5Jq8voco8O8oo1zCkkBon { width:18.5rem;height:10.5rem;top:36.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMrnDRVmWlluFk84seC6oZ7bp7yRtll5 { width:17.5rem;height:1rem;top:33.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5Io6komFeVxkdqDkvhSEBSsDTTXfT8Q { width:17.5rem;height:2rem;top:30.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzT0trzrAvgs0C01ZPQl3rv0X7ZHCpmc { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oW5R1tMbmrlfg261THouu1dn3PWzfCnc { width:17.5rem;height:1rem;top:80.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCM6vBZquibvO4TOf2dkzTbzdBuCzDD { width:6.6875rem;height:2rem;top:81.21875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOpPlz6tdTUFA7bDC9aS2QQAkbro7pFD { display:block; }
 }@media only screen and (max-width: 763px) { #w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb { display:block; }#w80Z9n2qbUxKix4mmGTiXNP8I4rr3WZb > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twMZ2Ei8ItQst6L3IfXnTwBaJXFpSEH2 { width:7.5rem;height:1.25rem;top:12.625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZn8X3x4cXkHHtaUo6zcTo4HGv6cTRNM { width:15.0625rem;height:2.25rem;top:14.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWMUBblauhISUJcUHcwucN1Eb0vRtT6s { width:15.0625rem;height:1.25rem;top:47.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqxH9z6RiLRW7yyDeEBPq89kNoGFS9wq { width:9.5rem;height:1.25rem;top:57.3125rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cybJeNbDafRVDxgvSimIZTpFnFsh9csZ { width:6.9375rem;height:1.25rem;top:21rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvRtXDy9nPOqp0TkA0dKktgEVS9EhHob { width:20rem;height:14.9375rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #otwLVR29ko4M65696PIlnCf7VlhftTE2 { width:2.1875rem;height:2.1875rem;top:44.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe7lAadP9IBQInvlVqV5f6DupMLIFsaH { width:2.1875rem;height:2.1875rem;top:10.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ED6666NfbpmTbt2BC6ROa9Tr4peESB { width:2.1875rem;height:2.1875rem;top:18.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuOOPfsOeT4ChUqSx1bKEuQcX3EZPks8 { width:2.375rem;height:2.375rem;top:54.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVi5UA4mdDEAOOlJQhcamAQZ6SUAl9vr { width:17.3125rem;height:2.25rem;top:49.3125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF0NU81UOlbZwxm5XfPQwAc44fwqTErk { width:15.4375rem;height:2.25rem;top:22.8125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoQ9pRTTc8dTqDZRFOddQHnKBaBKupeK { width:16.8125rem;height:2.25rem;top:59.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biFE7wiaZQMpZgawuwVf7EOfNsAlZowD { width:20rem;height:5.125rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #My1qsT60M0lINlLLgODsNTLSH5h29OuQ { top:27.9375rem;left:0rem;width:20rem;height:14.9375rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx { display:block; }#TKkDDT8NGu2yOicCfLqrdixt3ZXHlylx > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiXSHGZarlb4TVS7T6TQKhQVm0Tmi6FB { width:0.375rem;height:30rem;top:32.375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIKC5Fib07OSXlgudgwGwaUDNcpl8qi1 { width:1.25rem;height:1.25rem;top:29.25rem;left:9.0625rem;border-top:0.3125rem solid #151923;border-left:0.3125rem solid #151923;border-right:0.3125rem solid #151923;border-bottom:0.3125rem solid #151923;display:none; }
 }@media only screen and (max-width: 763px) { #vhXX8bEXJJUTQHEG8ZVptE0NfkWJpEeJ { width:1.625rem;height:1.625rem;top:79.75rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBtDqsdvHPz3017BUSo9RZFdsulswuTC { width:9.125rem;height:1.25rem;top:12.4375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q6SBbVqh8Wt1TC0D41QuwxZQwXcTPHsw { width:5.75rem;height:1.25rem;top:18.125rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NQTdpuw6HtTiDUV85bTAFZp45xg1UB2S { width:11.1875rem;height:1.25rem;top:29.6875rem;left:4.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gaBeUQHZ8NfbMy9ma7JEdcR2PPg1wcQm { width:14.6875rem;height:1.25rem;top:23.9375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x81dqOEm2IuaOMmEEDrwJHnSHe9nK4nE { width:5.75rem;height:1.25rem;top:35.375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #znlsOIfIwVZOqsdJK4I4r20BxJ9IfAlH { width:19.0625rem;height:4.875rem;top:3.3125rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHgFct6HvHu3McsigWh6maE7TrXgewaB { display:flex;width:4.125rem;height:4.125rem;top:74.375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSeB2Q803ZifEEPlOU5iFann9heCk9QE { display:flex;width:4.125rem;height:4.125rem;top:69rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUtVCUxez55WI23BBrVN4M1BmIEEZfLe { display:flex;width:4.125rem;height:4.125rem;top:66.3125rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5mwcST0uCZoHudAW0SzGRVtb0ETnnvH { display:flex;width:3.125rem;height:3.125rem;top:11.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uHlv36G4uMdAUla0PIJZowySHnwiW5X8 { display:flex;width:3.125rem;height:3.125rem;top:17.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QqWgVBz22shT1zRRJ5zJVGiRqcuErmyg { display:flex;width:3.125rem;height:3.125rem;top:28.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fWkIRoDls82guAbgTix7aOfnNlKuDcy2 { display:flex;width:3.125rem;height:3.125rem;top:23rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T7cHOEL622hWsUBTkzV5yUkRSpVDShPD { display:flex;width:3.125rem;height:3.125rem;top:34.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HDHcTLAn2OpgHMbMedWLTGzOxrr6BsGr { width:13.1875rem;height:4.5625rem;top:44.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8EFatfm4tD3EgwoSLOMgKpMRxPPBMlC { width:13.3125rem;height:4.5625rem;top:40.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz { display:block; }#uNR5wFqGxdCpI6x0cMdZ136zWgby6PTz > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igKvkxE2MfakfThoNe4TOTfKMEqWpPHr { width:20rem;height:3.875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCWGwGdtWdlK7MTS6AMvv4yymB5f1Qfs { width:20rem;height:9.5625rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlps4pHAGKSZe3C6pf1RfV7ya0kkTxBb { width:16.6875rem;height:2.5rem;top:63.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISEmBZLdLXTLp7v8mO5KRxnTt4zqeOkJ { width:12.5rem;height:3.25rem;top:59.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8foEyeZ8WTB09VRBAuyy23qbRnnEQbx { width:19.9375rem;height:10.5rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0nAHTUVI2JqFFabdtb0D6p7s6Fd8Obu { width:17rem;height:2.5rem;top:32.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwA3daWe8g08JCFOlbKVLNwhSVHKZikw { width:12.5rem;height:3.25rem;top:27.9375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxgCw4Gz8VguRbW068Ug32G54e7TMJsS { width:18.75rem;height:18.75rem;top:38.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR9iCsq6Db9qHIb6E132aKTZ4ymnpnDU { width:18.75rem;height:18.75rem;top:7.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOX9GapSlWsIzb40wUlkweLpVyRUZAuC { width:18.75rem;height:18.75rem;top:68.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxgIhZQD3ha22DZv2geDCBp559qXwM1z { width:18.75rem;height:18.75rem;top:88.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:rgba(21,25,35,0.23);background-image:none;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:20rem;height:2.5625rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CM8K3Og9ddoXOdztbCVAdRWx2n3tJDwP { width:19rem;height:33.8125rem;top:4.537109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcgr2s7VT0tnBBysnXab0kqUw51aR6u { width:13.1875rem;height:4.25rem;top:37.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWko69nFfFSvdhON1G4CFfhFosWOAaAk { width:13.1875rem;height:4.5625rem;top:41.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA { display:block; }#nlCtZIUSugyCbI0JnlnmJ1rGDQ3csUUA > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVVGC5seZtkK0DKl8tZcPvSqdFCZ47In { width:11.3125rem;height:3.25rem;top:4.5rem;left:4.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkNbw5XNdxU8IOytIwdJVzp6nOuO9lCu { width:20rem;height:3.375rem;top:10.044921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQXCbARJhKbUd6QMQ1mCvhLHTBmOxE71 { width:12.25rem;height:3.9375rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #k91FvMRPebKmdqoN7zOI0RrNJBaXtrPW { width:4.6875rem;height:2rem;top:16.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrT1LdpUz7pkl14Wz5HnI3wrCQXhis9h { display:block; }
 }@media only screen and (max-width: 763px) { #bhVAuHaKUGqtU8RlKuwmmZCHVXK0LBhR { width:9.375rem;height:2rem;top:14.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPMQFnnR4D3IA0TDeKwNuZvH52OsuccB { display:block; }
 }@media only screen and (max-width: 763px) { #BhPOW4MoBGvnlMcaUpgc2KqGKkdTtwsC { width:20rem;height:1rem;top:19.296875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }