.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:219,219,219;--color-primary-1:134,135,136;--color-primary-2:13,14,17;--color-primary-3:7,7,9;--color-primary-4:2,2,3;--color-secondary-0:221,221,222;--color-secondary-1:141,142,144;--color-secondary-2:26,28,33;--color-secondary-3:13,14,17;--color-secondary-4:4,4,5;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:242,242,242;--color-tertiary-3:121,121,121;--color-tertiary-4:24,24,24;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #283051, #0d0e11);background-image: -moz-linear-gradient(180deg, #283051, #0d0e11);background-image: -ms-linear-gradient(180deg, #283051, #0d0e11);background-image: -o-linear-gradient(180deg, #283051, #0d0e11);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#283051', endColorstr='#0d0e11' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#283051', endColorstr='#0d0e11' );";background-image: linear-gradient(180deg, #283051, #0d0e11);background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1c21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .row .container { border-width: 0; border-radius: 0; }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:none; }#A8UxEpZIrUK1gZWAxFfp52hXIA1NsMcZ { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4367375rem;width:5.4367375rem;top:1.062283039093rem;left:0rem;overflow:hidden;display:block; }
#yWbgx1DrEAUsRdsGpEs5JdNSlrnPfURO { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1248125rem;position:absolute;font-family:"press start 2p";font-size:0.8125rem;font-weight:400;z-index:15092;line-height:1.1;letter-spacing:0;top:1.4529113769531rem;left:6.3059902191163rem;height:0.89355625rem;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; }
#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1c21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .row .container { background-color: transparent; background-image: none; }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .row .container > .video-iframe-container { display: none; }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .row > .video-iframe-container { display: none; }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .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); }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .row .container { border-width: 0; border-radius: 0; }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#hqxMrdb5nBqAit4CSTOMW8Fv0BNIr07G { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4367375rem;width:5.4367375rem;top:1.062283039093rem;left:0rem;overflow:hidden;display:block; }
#NM1HN7TraKVKvWxs9opyPRIzgGyzW67K { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1248125rem;position:absolute;font-family:"press start 2p";font-size:0.8125rem;font-weight:400;z-index:15092;line-height:1.1;letter-spacing:0;top:1.4529113769531rem;left:6.3059902191163rem;height:0.89355625rem;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; }
#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #1a1c21, #283051);background-image: -moz-linear-gradient(0deg, #1a1c21, #283051);background-image: -ms-linear-gradient(0deg, #1a1c21, #283051);background-image: -o-linear-gradient(0deg, #1a1c21, #283051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1c21', endColorstr='#283051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1c21', endColorstr='#283051' );";background-image: linear-gradient(0deg, #1a1c21, #283051);background-size:cover !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#rf6K7DD3ORru8KcZKO6HGhSAeB6x21SG { color:#f2f2f2;display:block;width:66.124375rem;position:absolute;font-family:"press start 2p";font-size:2.5rem;font-weight:400;z-index:15090;line-height:1.1;letter-spacing:0;top:7.75rem;left:4.4375rem;height:19.2469375rem;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; }
#z7adwzC2r5PAEMTOAQC1tUJQCZyvzTEH { color:#ce9845;display:block;width:44.4998125rem;position:absolute;font-family:"press start 2p";font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:28.3125rem;left:4.4375rem;height:1.21853125rem;font-style:normal;display:block; }
#GuxaXPPKEtxPXv2TX8bhfSWps7eMCLgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d0e11, #1a1c21);background-image: -moz-linear-gradient(180deg, #0d0e11, #1a1c21);background-image: -ms-linear-gradient(180deg, #0d0e11, #1a1c21);background-image: -o-linear-gradient(180deg, #0d0e11, #1a1c21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0e11', endColorstr='#1a1c21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0e11', endColorstr='#1a1c21' );";background-image: linear-gradient(180deg, #0d0e11, #1a1c21);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GuxaXPPKEtxPXv2TX8bhfSWps7eMCLgI > .row .container { border-width: 0; border-radius: 0; }#GuxaXPPKEtxPXv2TX8bhfSWps7eMCLgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuxaXPPKEtxPXv2TX8bhfSWps7eMCLgI > .row .container { font-size:0.875rem;font-family:arial;height:64.75rem;width:75rem;position:relative;display:none; }#wzfhUDrTFr5FPx1y3nBR9KJyEOZphoEF { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.622827529908rem;left:3.8731555938721rem;height:5.9982625rem;display:block; }
#uGuJcUh8r3E4dMe6tBGDPvTcUF1syAgN { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:"pixelify sans";font-size:2.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4042940139771rem;left:3.8731555938721rem;height:5.525175rem;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; }
#DaD3AU4ZU1rfCdiCFL8aHMI3O0TpZ5ve { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:43.4375rem;width:28.9375rem;top:4.404296875rem;left:37.687177658081rem;overflow:hidden;display:block; }
#UZZ0FtDIeQyvEB1rmH4638GIbH46te68 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10.798397064209rem;left:3.6865253448486rem; }
#JKevONI0icb3ocGskOKOCp8WIQwt3n42 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:11.054256439209rem;left:6.1861972808838rem;height:2.59874375rem;font-style:normal;display:block; }
#JZwoz56RWhba8t71WItg0FfNPqLb8ZR0 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.62424375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.002387523651rem;left:5.4985904693604rem;display:block; }
#R3TLnV3n9VkH35BMuM3BRq0rZytLbRtF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwK8M0b0bXLTKL2VlQH3TsTt1ByI8TLb { color:#0d0e11;display:block;width:5.99989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:5.3927974700928rem;left:64.061414718625rem;height:1.462675rem;font-style:normal;display:block; }
#Tm9zrtrFaGyge8ckxnEZQDF6vxrA6uhF { box-sizing:content-box;height:2.24975625rem;width:7.124rem;position:absolute;display:block;z-index:15005;background-color:#ce9845;background-image:none;top:5rem;left:63.5rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#iiM73RNGPfoXG0KFc6V8reyGStXqRqn7 { box-sizing:content-box;height:2.24935rem;width:7.1235rem;position:absolute;display:block;z-index:15006;background-color:#ce9845;background-image:none;top:7.71484375rem;left:63.499349594119rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#q2UI96LnE6TfBALn52y90brf0kwK3vG3 { color:#0d0e11;display:block;width:5.99989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.4142799377444rem;left:64.123914718625rem;height:0.97439375rem;font-style:normal;display:block; }
#qwVT7ruqnTrc2WDtlMRdT6O0dV2W2Ma0 { box-sizing:content-box;height:2.24989375rem;width:26.312375rem;position:absolute;display:block;z-index:15007;background-color:#ce9845;background-image:none;top:46.401910781861rem;left:39.029951095581rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#WQkeKIqz8r9HSxceE0S3JTy5veVMt0oo { color:#0d0e11;display:block;width:23.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:46.795248985291rem;left:41.810979843139rem;height:1.462675rem;font-style:normal;display:block; }
#LNBzr4waSxuFhPBWIPycy5WywyHT9z7N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:46.714087486267rem;left:39.808164596558rem; }
#pvKQrND5ohTJPkPqdJmXEWsvmnD2P9eT { background-color:#ce9845;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#0d0e11;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pixelify sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.624675rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:47.841799736023rem;left:3.6865253448486rem;display:block; }
#HnmfmBdf9hwgIGpXvIs0r5ohP6JOncWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRTgqaWPfuXVeHDRlofOUchPuEZTwNtn { background-color:transparent;background-image:none;border-top:0.0625rem solid #ce9845;border-left:0.0625rem solid #ce9845;border-right:0.0625rem solid #ce9845;border-bottom:0.0625rem solid #ce9845;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pixelify sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.185222148895rem;left:3.6865253448486rem;display:block; }
#oCvZUOOcWqmiOTdSRN58OX34LT5kMBGF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lr0QTg8taVLkFgu3KJiePXFrsz5sxnRL { background-color:#ce9845;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#1a1c21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pixelify sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:28.216147899628rem;left:16.093210220337rem;display:block; }
#A4dAohtNyGP0xVDVSgvVba5iUuDdIwmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fa6wGGTNfdB8f6zqcempKVUU2TKsohb6 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:38.151050567627rem;left:6.1848964691162rem;height:7.99696875rem;display:block; }
#DxRed3ckbAGKA3H0i6p2HKRoNmiKsmIM { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.283425331116rem;left:3.8731555938721rem;height:2.062175rem;font-style:normal;display:block; }
#r9MfM7tqPltVsAFdZhGaTgItTqbZuuWi { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1805555rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.033313274384rem;left:12.726781845092rem;display:block; }
#ImuaHWiuRgGbJZXWHAP06doKGD4Biv5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xArAlMAPbXn5C1FNOWrkLrfLQyQPG0Ux { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.11111175rem;height:2.5625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:33.033313274384rem;left:19.996744155884rem;display:block; }
#cs6n8RDxqmI8kJ1RLnTM5b8GsxhMQSis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzNSML35MNzbHqvfadOaTQ9aFMCi5Hln { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:38.276043891907rem;left:4.3740253448486rem; }
#t32KkD4hKgLRgTUEMIlIoBsAgvntlrGg { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:25.091688632965rem;left:3.8731555938721rem;height:1.875rem;font-style:normal;display:block; }
#HRuQpA3J3XHnhy16fUJm6z8rXiWeJsNf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:40.025815010071rem;left:4.3458118438721rem; }
#MOo3RJTLZOzcq6Zz3rS1hXTvephhuB9M { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:41.588001668453rem;left:4.3457050323486rem; }
#TzFXBHmIWk0Qp2wUBQZQ0EuAVI0eEPn2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:43.212893486023rem;left:4.3458118438721rem; }
#F1iScu7rJIH7Q2lJI9V97WIVXWRs9NbK { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.5625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:59.375rem;left:28.5rem;display:block; }
#BGp5bRZZRi0uyLzsTasTWa5Xp8OmuJP7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQrVTEDLCvLuINmzrEQ2N3Dg78zx34KD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:.8;top:60.030929088593rem;left:32.434896469116rem; }
#RQrVTEDLCvLuINmzrEQ2N3Dg78zx34KD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#uKICGOQvU3gJqFzvIuKapmO4umafwUD6 { position:relative;display:none; }#uKICGOQvU3gJqFzvIuKapmO4umafwUD6 { border-width: 0; border-radius: 0; }#uKICGOQvU3gJqFzvIuKapmO4umafwUD6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKICGOQvU3gJqFzvIuKapmO4umafwUD6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#CwoN13ewOwAfWgwx5USVm4vaKyMpQkBR { position:absolute;display:block;z-index:15006;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:6.6875rem;width:10.1875rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#WzLIyfe8pS25oMVd3PmLlM4TgzsPsmwu { position:absolute;display:block;z-index:15007;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:6.625rem;width:10.1875rem;top:0rem;left:26.625rem;overflow:hidden;display:block; }
#TU9BZN5W5mxJZUzGQcA4HpvkMCCJ1csR { position:absolute;display:block;z-index:15008;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:6.75rem;width:10.1875rem;top:0rem;left:37.8125rem;overflow:hidden;display:block; }
#cv0kTWoIgxZbStLOI4P8OBHUz8p0PlQ6 { position:absolute;display:block;z-index:15007;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:6.75rem;width:10.1875rem;top:0rem;left:15.1875rem;overflow:hidden;display:block; }
#Uef7yBfAviIeymPckZUCRoFvr9mfuGK1 { position:absolute;display:block;z-index:15010;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:6.4375rem;width:10.1875rem;top:0rem;left:49.25rem;overflow:hidden;display:block; }
#iGGUlJR0J3dpxH7xktxbTUMLuQT1QUbH { position:absolute;display:block;z-index:15011;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:6.3125rem;width:10.1875rem;top:0rem;left:60.6875rem;overflow:hidden;display:block; }
#iLMRX7fVV2NItxceU7ZGLpS9MPD3moCx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a1c21, #283051);background-image: -moz-linear-gradient(180deg, #1a1c21, #283051);background-image: -ms-linear-gradient(180deg, #1a1c21, #283051);background-image: -o-linear-gradient(180deg, #1a1c21, #283051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1c21', endColorstr='#283051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1c21', endColorstr='#283051' );";background-image: linear-gradient(180deg, #1a1c21, #283051);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iLMRX7fVV2NItxceU7ZGLpS9MPD3moCx > .row .container { border-width: 0; border-radius: 0; }#iLMRX7fVV2NItxceU7ZGLpS9MPD3moCx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLMRX7fVV2NItxceU7ZGLpS9MPD3moCx > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:none; }#tPJgmF9ftpUT21id4Ka76OHAJhokV8yV { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.93685rem;width:1.6867375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:3.9702682495117rem;left:71.749135971069rem; }
#kDqe9BhTCN228h0qtA4TDAPM4boikBmx { color:rgba(var(--color-tertiary-1),1);display:block;width:7.1875rem;position:absolute;font-family:"press start 2p";font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:2.6584205627441rem;left:64.561635971069rem;height:1.31239375rem;text-align:left;text-align-last:left;display:block; }
#mk4hG9xP0LZdTDpNGZMt1VxihT2z6b1L { color:rgba(var(--color-tertiary-1),1);display:block;width:11.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:2.6584205627441rem;left:47.935659408569rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#xPfNTssoqrauXHfyxW9foidn0AU5nJJs { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4362rem;width:5.4362rem;top:4.5963630676269rem;left:13.686525344849rem;overflow:hidden;display:block; }
#KIZmln5TwCyFpGEwD9pCwbb6tOFX24TH { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1248125rem;position:absolute;font-family:"press start 2p";font-size:0.8125rem;font-weight:400;z-index:15094;line-height:1.1;letter-spacing:0;top:2.6584205627441rem;left:8.6230487823488rem;height:0.89355625rem;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; }
#eHb8GTakXObAJDZTxzaTQKzo0FvhoIdB { color:rgba(var(--color-tertiary-1),1);display:block;width:11.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:6.5304908752444rem;left:60.997724533081rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#RHP2x57WR6ghh4SklmADU9eyt7aNgAz1 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:2.6584205627441rem;left:38.595159530639rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg { display:block; }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8UxEpZIrUK1gZWAxFfp52hXIA1NsMcZ { top:1rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWbgx1DrEAUsRdsGpEs5JdNSlrnPfURO { top:1.4375rem;left:0rem;width:20.0625rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 { display:block; }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqxMrdb5nBqAit4CSTOMW8Fv0BNIr07G { top:1rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM1HN7TraKVKvWxs9opyPRIzgGyzW67K { top:1.4375rem;left:0rem;width:20.0625rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf6K7DD3ORru8KcZKO6HGhSAeB6x21SG { top:7.75rem;left:0rem;width:47.75rem;height:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7adwzC2r5PAEMTOAQC1tUJQCZyvzTEH { top:28.3125rem;left:0rem;width:44.4375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuxaXPPKEtxPXv2TX8bhfSWps7eMCLgI { display:block; }#GuxaXPPKEtxPXv2TX8bhfSWps7eMCLgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzfhUDrTFr5FPx1y3nBR9KJyEOZphoEF { top:15.5625rem;left:0rem;width:26.25rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGuJcUh8r3E4dMe6tBGDPvTcUF1syAgN { top:4.375rem;left:0rem;width:26.25rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaD3AU4ZU1rfCdiCFL8aHMI3O0TpZ5ve { width:28.9375rem;height:43.4375rem;top:4.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZZ0FtDIeQyvEB1rmH4638GIbH46te68 { width:1.8125rem;height:1.8125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKevONI0icb3ocGskOKOCp8WIQwt3n42 { top:11rem;left:0rem;width:24.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZwoz56RWhba8t71WItg0FfNPqLb8ZR0 { width:6.25rem;height:2.5625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3TLnV3n9VkH35BMuM3BRq0rZytLbRtF { display:block; }
 }@media only screen and (max-width: 763px) { #TwK8M0b0bXLTKL2VlQH3TsTt1ByI8TLb { top:5.375rem;left:41.8125rem;width:5.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9zrtrFaGyge8ckxnEZQDF6vxrA6uhF { width:7.0625rem;height:2.1875rem;top:5rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiM73RNGPfoXG0KFc6V8reyGStXqRqn7 { width:7.0625rem;height:2.1875rem;top:7.6875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2UI96LnE6TfBALn52y90brf0kwK3vG3 { top:8.375rem;left:41.8125rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwVT7ruqnTrc2WDtlMRdT6O0dV2W2Ma0 { width:26.25rem;height:2.1875rem;top:46.375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQkeKIqz8r9HSxceE0S3JTy5veVMt0oo { top:46.75rem;left:24.6875rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNBzr4waSxuFhPBWIPycy5WywyHT9z7N { top:46.6875rem;left:26.183164596557rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvKQrND5ohTJPkPqdJmXEWsvmnD2P9eT { width:15rem;height:3.5625rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnmfmBdf9hwgIGpXvIs0r5ohP6JOncWc { display:block; }
 }@media only screen and (max-width: 763px) { #FRTgqaWPfuXVeHDRlofOUchPuEZTwNtn { width:11.8125rem;height:3.5rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvZUOOcWqmiOTdSRN58OX34LT5kMBGF { display:block; }
 }@media only screen and (max-width: 763px) { #lr0QTg8taVLkFgu3KJiePXFrsz5sxnRL { width:11.75rem;height:3.4375rem;top:28.1875rem;left:2.4682102203369rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4dAohtNyGP0xVDVSgvVba5iUuDdIwmM { display:block; }
 }@media only screen and (max-width: 763px) { #Fa6wGGTNfdB8f6zqcempKVUU2TKsohb6 { top:38.125rem;left:0rem;width:26.25rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxRed3ckbAGKA3H0i6p2HKRoNmiKsmIM { top:23.25rem;left:0rem;width:26.25rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9MfM7tqPltVsAFdZhGaTgItTqbZuuWi { width:6.1875rem;height:2.5625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImuaHWiuRgGbJZXWHAP06doKGD4Biv5L { display:block; }
 }@media only screen and (max-width: 763px) { #xArAlMAPbXn5C1FNOWrkLrfLQyQPG0Ux { width:6.0625rem;height:2.5625rem;top:33rem;left:6.3717441558837rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs6n8RDxqmI8kJ1RLnTM5b8GsxhMQSis { display:block; }
 }@media only screen and (max-width: 763px) { #fzNSML35MNzbHqvfadOaTQ9aFMCi5Hln { top:38.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t32KkD4hKgLRgTUEMIlIoBsAgvntlrGg { top:25.0625rem;left:0rem;width:26.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRuQpA3J3XHnhy16fUJm6z8rXiWeJsNf { top:40rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOo3RJTLZOzcq6Zz3rS1hXTvephhuB9M { top:41.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzFXBHmIWk0Qp2wUBQZQ0EuAVI0eEPn2 { top:43.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1iScu7rJIH7Q2lJI9V97WIVXWRs9NbK { width:18rem;height:2.5625rem;top:59.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGp5bRZZRi0uyLzsTasTWa5Xp8OmuJP7 { display:block; }
 }@media only screen and (max-width: 763px) { #RQrVTEDLCvLuINmzrEQ2N3Dg78zx34KD { width:1.25rem;height:1.25rem;top:60rem;left:18.809896469116rem;display:block; }
#RQrVTEDLCvLuINmzrEQ2N3Dg78zx34KD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #uKICGOQvU3gJqFzvIuKapmO4umafwUD6 { display:block; }#uKICGOQvU3gJqFzvIuKapmO4umafwUD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwoN13ewOwAfWgwx5USVm4vaKyMpQkBR { width:10.1875rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzLIyfe8pS25oMVd3PmLlM4TgzsPsmwu { width:10.1875rem;height:6.625rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU9BZN5W5mxJZUzGQcA4HpvkMCCJ1csR { width:10.1875rem;height:6.75rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv0kTWoIgxZbStLOI4P8OBHUz8p0PlQ6 { width:10.1875rem;height:6.75rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uef7yBfAviIeymPckZUCRoFvr9mfuGK1 { width:10.1875rem;height:6.4375rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGGUlJR0J3dpxH7xktxbTUMLuQT1QUbH { width:10.1875rem;height:6.3125rem;top:0rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLMRX7fVV2NItxceU7ZGLpS9MPD3moCx { display:block; }#iLMRX7fVV2NItxceU7ZGLpS9MPD3moCx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPJgmF9ftpUT21id4Ka76OHAJhokV8yV { width:1.625rem;height:1.875rem;top:3.9375rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDqe9BhTCN228h0qtA4TDAPM4boikBmx { top:2.625rem;left:40.5625rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk4hG9xP0LZdTDpNGZMt1VxihT2z6b1L { top:2.625rem;left:34.310659408569rem;width:11.6875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPfNTssoqrauXHfyxW9foidn0AU5nJJs { top:4.5625rem;left:0.061525344848633rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIZmln5TwCyFpGEwD9pCwbb6tOFX24TH { top:2.625rem;left:0rem;width:20.0625rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHb8GTakXObAJDZTxzaTQKzo0FvhoIdB { top:6.5rem;left:36.0625rem;width:11.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHP2x57WR6ghh4SklmADU9eyt7aNgAz1 { top:2.625rem;left:24.970159530639rem;width:9.125rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a1c21, #283051);background-image: -moz-linear-gradient(180deg, #1a1c21, #283051);background-image: -ms-linear-gradient(180deg, #1a1c21, #283051);background-image: -o-linear-gradient(180deg, #1a1c21, #283051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1c21', endColorstr='#283051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1c21', endColorstr='#283051' );";background-image: linear-gradient(180deg, #1a1c21, #283051);background-size:auto !important;display:block; }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .row .container { background-color: transparent; background-image: none; }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .row .container > .video-iframe-container { display: none; }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .row > .video-iframe-container { display: none; }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .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); }#GBEe9QgNAwKKshgbM0Flr2MyV8eL9KPg > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8UxEpZIrUK1gZWAxFfp52hXIA1NsMcZ { width:5.37489375rem;height:5.37489375rem;top:1.5619575977326rem;left:7.3122838139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWbgx1DrEAUsRdsGpEs5JdNSlrnPfURO { width:20rem;height:0.89355625rem;top:7.87380695343rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 { position:relative;z-index:auto;display:none; }#ZiAi3Hv6xUgxS3iL98XALNJO4D6Tzzd6 > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hqxMrdb5nBqAit4CSTOMW8Fv0BNIr07G { width:5.37489375rem;height:5.37489375rem;top:1.5619575977326rem;left:7.3122838139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM1HN7TraKVKvWxs9opyPRIzgGyzW67K { width:20rem;height:0.89355625rem;top:7.87380695343rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #283051, #1a1c21);background-image: -moz-linear-gradient(180deg, #283051, #1a1c21);background-image: -ms-linear-gradient(180deg, #283051, #1a1c21);background-image: -o-linear-gradient(180deg, #283051, #1a1c21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#283051', endColorstr='#1a1c21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#283051', endColorstr='#1a1c21' );";background-image: linear-gradient(180deg, #283051, #1a1c21);background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf6K7DD3ORru8KcZKO6HGhSAeB6x21SG { width:20rem;height:13.7478125rem;top:3.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #z7adwzC2r5PAEMTOAQC1tUJQCZyvzTEH { width:20rem;height:2.59874375rem;top:24.246963500976rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GuxaXPPKEtxPXv2TX8bhfSWps7eMCLgI { display:none; }#GuxaXPPKEtxPXv2TX8bhfSWps7eMCLgI > .row .container { width:20rem;height:102rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wzfhUDrTFr5FPx1y3nBR9KJyEOZphoEF { width:20rem;height:7.875rem;top:22.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uGuJcUh8r3E4dMe6tBGDPvTcUF1syAgN { width:20rem;height:4.2246125rem;top:14.4375rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DaD3AU4ZU1rfCdiCFL8aHMI3O0TpZ5ve { width:8.75rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZZ0FtDIeQyvEB1rmH4638GIbH46te68 { display:flex;width:1.8125rem;height:1.8125rem;top:19.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JKevONI0icb3ocGskOKOCp8WIQwt3n42 { width:11.8125rem;height:2.5996125rem;top:20.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JZwoz56RWhba8t71WItg0FfNPqLb8ZR0 { width:6.5625rem;height:2.5625rem;top:33.26171875rem;left:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3TLnV3n9VkH35BMuM3BRq0rZytLbRtF { display:block; }
 }@media only screen and (max-width: 763px) { #TwK8M0b0bXLTKL2VlQH3TsTt1ByI8TLb { width:5.4375rem;height:1.4619125rem;top:0.89453125rem;left:13.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9zrtrFaGyge8ckxnEZQDF6vxrA6uhF { width:6.625rem;height:1.875rem;top:0.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiM73RNGPfoXG0KFc6V8reyGStXqRqn7 { width:7.0625rem;height:2.1875rem;top:37.07421875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2UI96LnE6TfBALn52y90brf0kwK3vG3 { width:5.9375rem;height:0;top:37.773544311524rem;left:7.0619583129881rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwVT7ruqnTrc2WDtlMRdT6O0dV2W2Ma0 { width:20rem;height:2.1875rem;top:87.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQkeKIqz8r9HSxceE0S3JTy5veVMt0oo { width:20rem;height:0;top:88.342544555662rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LNBzr4waSxuFhPBWIPycy5WywyHT9z7N { display:flex;width:1.5625rem;height:1.5625rem;top:88.261169433594rem;left:0.77799224853513rem; }
 }@media only screen and (max-width: 763px) { #pvKQrND5ohTJPkPqdJmXEWsvmnD2P9eT { width:15rem;height:3.5625rem;top:83.13671875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnmfmBdf9hwgIGpXvIs0r5ohP6JOncWc { display:block; }
 }@media only screen and (max-width: 763px) { #FRTgqaWPfuXVeHDRlofOUchPuEZTwNtn { width:11.8125rem;height:3.5rem;top:46.88671875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvZUOOcWqmiOTdSRN58OX34LT5kMBGF { display:block; }
 }@media only screen and (max-width: 763px) { #lr0QTg8taVLkFgu3KJiePXFrsz5sxnRL { width:11.75rem;height:3.4375rem;top:51.63671875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4dAohtNyGP0xVDVSgvVba5iUuDdIwmM { display:block; }
 }@media only screen and (max-width: 763px) { #Fa6wGGTNfdB8f6zqcempKVUU2TKsohb6 { width:20rem;height:0;top:73.94921875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DxRed3ckbAGKA3H0i6p2HKRoNmiKsmIM { width:20rem;height:0;top:40.51171875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r9MfM7tqPltVsAFdZhGaTgItTqbZuuWi { width:6.1875rem;height:2.5625rem;top:56.32421875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImuaHWiuRgGbJZXWHAP06doKGD4Biv5L { display:block; }
 }@media only screen and (max-width: 763px) { #xArAlMAPbXn5C1FNOWrkLrfLQyQPG0Ux { width:6.0625rem;height:2.5625rem;top:60.13671875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs6n8RDxqmI8kJ1RLnTM5b8GsxhMQSis { display:block; }
 }@media only screen and (max-width: 763px) { #fzNSML35MNzbHqvfadOaTQ9aFMCi5Hln { display:flex;width:1.25rem;height:1.25rem;top:63.94921875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #t32KkD4hKgLRgTUEMIlIoBsAgvntlrGg { width:20rem;height:0;top:43.76171875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HRuQpA3J3XHnhy16fUJm6z8rXiWeJsNf { display:flex;width:1.25rem;height:1.25rem;top:66.44921875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #MOo3RJTLZOzcq6Zz3rS1hXTvephhuB9M { display:flex;width:1.25rem;height:1.25rem;top:68.94921875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #TzFXBHmIWk0Qp2wUBQZQ0EuAVI0eEPn2 { display:flex;width:1.25rem;height:1.25rem;top:71.44921875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #F1iScu7rJIH7Q2lJI9V97WIVXWRs9NbK { width:18rem;height:2.5625rem;top:91.38671875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGp5bRZZRi0uyLzsTasTWa5Xp8OmuJP7 { display:block; }
 }@media only screen and (max-width: 763px) { #RQrVTEDLCvLuINmzrEQ2N3Dg78zx34KD { display:flex;width:1.25rem;height:1.25rem;top:95.19921875rem;left:9.375rem; }
#RQrVTEDLCvLuINmzrEQ2N3Dg78zx34KD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #uKICGOQvU3gJqFzvIuKapmO4umafwUD6 { display:none; }#uKICGOQvU3gJqFzvIuKapmO4umafwUD6 > .row .container { width:20rem;height:12.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CwoN13ewOwAfWgwx5USVm4vaKyMpQkBR { width:6.25rem;height:4rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzLIyfe8pS25oMVd3PmLlM4TgzsPsmwu { width:6.25rem;height:3.9375rem;top:0.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU9BZN5W5mxJZUzGQcA4HpvkMCCJ1csR { width:6.25rem;height:3.8125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv0kTWoIgxZbStLOI4P8OBHUz8p0PlQ6 { width:6.25rem;height:4.125rem;top:0.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uef7yBfAviIeymPckZUCRoFvr9mfuGK1 { width:6.25rem;height:3.9375rem;top:4.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGGUlJR0J3dpxH7xktxbTUMLuQT1QUbH { width:6.25rem;height:3.8125rem;top:4.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLMRX7fVV2NItxceU7ZGLpS9MPD3moCx { display:none; }#iLMRX7fVV2NItxceU7ZGLpS9MPD3moCx > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tPJgmF9ftpUT21id4Ka76OHAJhokV8yV { width:1.62489375rem;height:1.875rem;top:30.75rem;left:9.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDqe9BhTCN228h0qtA4TDAPM4boikBmx { width:20rem;height:1.687825rem;top:28.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mk4hG9xP0LZdTDpNGZMt1VxihT2z6b1L { width:20rem;height:6.7513rem;top:5.0619449615479rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPfNTssoqrauXHfyxW9foidn0AU5nJJs { width:5.375rem;height:5.375rem;top:36.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIZmln5TwCyFpGEwD9pCwbb6tOFX24TH { width:20rem;height:0.89355625rem;top:34.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eHb8GTakXObAJDZTxzaTQKzo0FvhoIdB { width:20rem;height:3.37565rem;top:42.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHP2x57WR6ghh4SklmADU9eyt7aNgAz1 { width:9.124875rem;height:9.84375rem;top:13.641493797303rem;left:5.4372833371163rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }