.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:252,234,214;--color-primary-1:247,191,133;--color-primary-2:241,148,51;--color-primary-3:238,121,0;--color-primary-4:196,6,0;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Oxanium";--paragraphs-font-family:"Oxanium"; }@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(90deg, #00021f, #000b2e);background-image: -moz-linear-gradient(90deg, #00021f, #000b2e);background-image: -ms-linear-gradient(90deg, #00021f, #000b2e);background-image: -o-linear-gradient(90deg, #00021f, #000b2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00021f', endColorstr='#000b2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00021f', endColorstr='#000b2e' );";background-image: linear-gradient(90deg, #00021f, #000b2e);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/b5abced8-67b0-4739-b34d-fd5b4bb68a7c/Untitled2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#lclNTmzRNASa9nTed8117KMFcsHdHq0g { position:absolute;display:block;z-index:15002;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:16.625rem;width:13.4375rem;top:4.6875rem;left:10.84375rem;overflow:hidden;display:block; }
#PSUSxVkfWBcGmumTt3SnDdwZW3EXTO3C { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.385417938233rem;left:11.4375rem;display:block; }
#y9eTqlUbaBhXnn48IHO5nCmXdD8xBeh7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXuFKOgME9NZQNFOVNqTl0rKs30Qc72t { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:22.80859375rem;left:0rem;height:8.44925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cwfbPIVEczxnvQ4TeTvvW9qONIccMC9v { position:absolute;display:block;z-index:15004;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:2.5rem;width:10.5625rem;top:34.364585876465rem;left:60.353515625rem;overflow:hidden;display:block; }
#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC { 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; }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .row .container { background-color: transparent; background-image: none; }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .row .container > .video-iframe-container { display: none; }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .row > .video-iframe-container { display: none; }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .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); }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .row .container { border-width: 0; border-radius: 0; }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#fhRTAO2rA776zvkJAcTXpkzn53Lb2goR { 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:2.1875rem;width:6.9375rem;top:7.5021705627444rem;left:45.904224395752rem;overflow:hidden;display:block; }
#ViAFh9al9EPKUebUmCIsLX7VoV7McFv8 { position:absolute;display:block;z-index:15001;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:2.5rem;width:6.4375rem;top:7.3451957702638rem;left:29.17028427124rem;overflow:hidden;display:block; }
#BxVUcR37qHE2gRm0siElFNbn1NRQWX1P { position:absolute;display:block;z-index:15002;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:2.62435rem;width:7.0611875rem;top:1.9095058441162rem;left:45.84375rem;overflow:hidden;display:block; }
#LhrThMcsoguMl7HU8LPc7oWJfEvNgcoP { position:absolute;display:block;z-index:15003;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:2.5rem;width:5.6875rem;top:2.37890625rem;left:2.998046875rem;overflow:hidden;display:block; }
#HLSPdnFbgeGBn31na7rAlWaqkMiEGGad { position:absolute;display:block;z-index:15004;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:2.5rem;width:8rem;top:2.37890625rem;left:12.686847686767rem;overflow:hidden;display:block; }
#xaQvkVJTAz6ByLzmS0Tai3GyJcQVFCBU { 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:4.0625rem;width:5rem;top:6.5639457702638rem;left:22.186054229736rem;overflow:hidden;display:block; }
#x2fNFZpsw0NB26sMlqAiieDHClskvEka { position:absolute;display:block;z-index:15007;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:1.68685rem;width:6.5625rem;top:2.826171875rem;left:24.340492248535rem;overflow:hidden;display:block; }
#WRW30sVo3bTkpIS4LtNshpmBG6xUb9wa { position:absolute;display:block;z-index:15007;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.0625rem;width:4.0625rem;top:6.5639457702638rem;left:14.654949188233rem;overflow:hidden;display:block; }
#ww7QJVEL7FG33cyfGqAEwVTb9PgVA2oF { position:absolute;display:block;z-index:15004;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:2.5rem;width:5.6875rem;top:1.9720058441162rem;left:35.5625rem;overflow:hidden;display:block; }
#sSE56cGSHdaVzNWq2uTKVQHGGw8G3CTe { position:absolute;display:block;z-index:15005;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:1.75rem;width:5.9375rem;top:2.3463554382324rem;left:65.904296875rem;overflow:hidden;display:block; }
#bf3r0gDmRRs9Hqa4Xc33U5fWG8Z9mNvm { 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:2.8125rem;width:6.9375rem;top:1.8151054382324rem;left:56.2578125rem;overflow:hidden;display:block; }
#qTQpwa3DFL6l7fDTz5AqarCfvx8GliFm { position:absolute;display:block;z-index:15008;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.0625rem;width:4.1875rem;top:6.5639457702638rem;left:61.31799697876rem;overflow:hidden;display:block; }
#NdMS5Pi2PtxG3DQhXeyU1iBxXGBspowQ { position:absolute;display:block;z-index:15007;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.6875rem;width:3.1875rem;top:6.2521705627444rem;left:68.699367523194rem;overflow:hidden;display:block; }
#fxsNboiN0vOd0kUvWGgIe75kOVMiNKGK { position:absolute;display:block;z-index:15005;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:2.625rem;width:6.8125rem;top:7.2822647094725rem;left:37.499279022217rem;overflow:hidden;display:block; }
#dk0tPIRete5aeXkbOM5IAT3dG3paRHUD { position:absolute;display:block;z-index:15008;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:2.93691875rem;width:8.937375rem;top:7.5028953552244rem;left:2.1838836669922rem;overflow:hidden;display:block; }
#Av3dCzksWisIL9VEVl9kwII0wKRJ1XM4 { position:absolute;display:block;z-index:15008;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.4372125rem;width:13.0620625rem;top:6.3758697509762rem;left:50.151912689209rem;overflow:hidden;display:block; }
#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5abced8-67b0-4739-b34d-fd5b4bb68a7c/Untitled2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A.adaptive-delivery-prevent-bg, #oBZZ0cllwZbC8r9boOuvmT7fnealFx0A.lazyload, #oBZZ0cllwZbC8r9boOuvmT7fnealFx0A.lazyloading { background-image: none; }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .row .container { background-color: transparent; background-image: none; }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.83); }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .row .container > .video-iframe-container { display: none; }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.83); }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .row > .video-iframe-container { display: none; }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .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); }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .row .container { border-width: 0; border-radius: 0; }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A::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; }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#NZk9FOtPVGGrrPRlk3EIphSKBwi2qIPS { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.75rem;width:58.375rem;top:3.46875rem;left:8.3125rem;display:block; }
#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs { 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; }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .row .container { background-color: transparent; background-image: none; }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .row .container > .video-iframe-container { display: none; }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .row > .video-iframe-container { display: none; }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .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); }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .row .container { border-width: 0; border-radius: 0; }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#TzaTiMs2AMHxZDbqWwZQL5vH26pgVHPk { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:11.126300811767rem;left:2.5625rem;height:8.997375rem;display:block; }
#rbtba8SH9oviIsTOZsihZRRaxgZ0zFJk { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;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.8092460632324rem;left:2.5625rem;height:7.799475rem;font-style:normal;display:block; }
#Gi5K94ZaWHthBe2vf33nG8JTwZoFiScv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:23.450523376465rem;left:4rem;height:;display:block; }#Gi5K94ZaWHthBe2vf33nG8JTwZoFiScv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gi5K94ZaWHthBe2vf33nG8JTwZoFiScv li:before{  }
#XaAMF1ry8zEFdk4DTUH4bObU1ehsfM6S { position:absolute;display:block;z-index:15003;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:26.24925rem;width:21.24925rem;top:5.1244220733642rem;left:45.623554229736rem;overflow:hidden;display:block; }
#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM { position:relative;display:block; }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM { background-color: transparent; background-image: none; }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM > .row .container > .video-iframe-container { display: none; }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM > .row > .video-iframe-container { display: none; }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM > .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); }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM { border-width: 0; border-radius: 0; }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hqQ03mBc2vvQy27efKufvfnrP14noRJk { box-sizing:content-box;height:18.75rem;width:24.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/fd948ee1-551a-4c56-88ea-d008e4fd9425/20251129_185713.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#hqQ03mBc2vvQy27efKufvfnrP14noRJk.adaptive-delivery-prevent-bg, #hqQ03mBc2vvQy27efKufvfnrP14noRJk.lazyload, #hqQ03mBc2vvQy27efKufvfnrP14noRJk.lazyloading { background-image: none; }
#a6BNNc15PmXA5PdgZhASXKTwlr85U52K { box-sizing:content-box;height:18.75rem;width:24.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/f81dcc36-8931-4743-b0fa-8ff59ede91fb/20251129_190809.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:25rem;display:block; }#a6BNNc15PmXA5PdgZhASXKTwlr85U52K.adaptive-delivery-prevent-bg, #a6BNNc15PmXA5PdgZhASXKTwlr85U52K.lazyload, #a6BNNc15PmXA5PdgZhASXKTwlr85U52K.lazyloading { background-image: none; }
#GCgDUKCuqW5Eo9rkbrcLeORF2AlDFrvX { box-sizing:content-box;height:18.75rem;width:25.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/6f444280-7fab-4e2e-a297-43fd93af0619/scc_gaming_29_11_25_04851.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:49.875rem;display:block; }#GCgDUKCuqW5Eo9rkbrcLeORF2AlDFrvX.adaptive-delivery-prevent-bg, #GCgDUKCuqW5Eo9rkbrcLeORF2AlDFrvX.lazyload, #GCgDUKCuqW5Eo9rkbrcLeORF2AlDFrvX.lazyloading { background-image: none; }
#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5abced8-67b0-4739-b34d-fd5b4bb68a7c/Untitled2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi.adaptive-delivery-prevent-bg, #fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi.lazyload, #fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi.lazyloading { background-image: none; }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .row .container { background-color: transparent; background-image: none; }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.86); }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .row .container > .video-iframe-container { display: none; }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.86); }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .row > .video-iframe-container { display: none; }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .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); }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .row .container { border-width: 0; border-radius: 0; }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi::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; }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#NFrtw1yItmv9dnCMkuXpinkT6UJXuT64 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0621875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:10.649591445923rem;left:2.1860542297363rem;height:23.7981625rem;display:block; }
#uXzyFFz94eJHGpqeNikVcHl7RwCfTBpz { position:absolute;display:block;z-index:15002;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:32.6875rem;width:35.25rem;top:2.4375rem;left:38.496744155884rem;overflow:hidden;display:block; }
#Fh22K6X9fZk5f2a1FF1assmP6r9zfPFs { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2389326095581rem;left:2.09375rem;height:7.799475rem;font-style:normal;display:block; }
#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN { position:relative;display:block; }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN { background-color: transparent; background-image: none; }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN > .row .container > .video-iframe-container { display: none; }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN > .row > .video-iframe-container { display: none; }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN > .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); }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN { border-width: 0; border-radius: 0; }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ntNrJm9IS7SMMPQVvqWIh20rIrXa39Ap { box-sizing:content-box;height:18.75rem;width:24.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/77368492-314f-4b0c-96b5-fc0594040a60/scc_gaming_29_11_25_05272.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#ntNrJm9IS7SMMPQVvqWIh20rIrXa39Ap.adaptive-delivery-prevent-bg, #ntNrJm9IS7SMMPQVvqWIh20rIrXa39Ap.lazyload, #ntNrJm9IS7SMMPQVvqWIh20rIrXa39Ap.lazyloading { background-image: none; }
#xoAHFTTp9HPwGFTDSJXThJOgerTX5STu { box-sizing:content-box;height:18.75rem;width:24.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/a2fd091f-4ccd-4b84-bec1-8729d04b5b19/scc_gaming_29_11_25_05436.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:25rem;display:block; }#xoAHFTTp9HPwGFTDSJXThJOgerTX5STu.adaptive-delivery-prevent-bg, #xoAHFTTp9HPwGFTDSJXThJOgerTX5STu.lazyload, #xoAHFTTp9HPwGFTDSJXThJOgerTX5STu.lazyloading { background-image: none; }
#iXBIiNtQHw6DPdsKZpyonUm7w9IhXdBM { box-sizing:content-box;height:18.75rem;width:25.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/a48939cc-1d28-41d7-80a4-5e5926bda68b/scc_gaming_29_11_25_04724.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:49.875rem;display:block; }#iXBIiNtQHw6DPdsKZpyonUm7w9IhXdBM.adaptive-delivery-prevent-bg, #iXBIiNtQHw6DPdsKZpyonUm7w9IhXdBM.lazyload, #iXBIiNtQHw6DPdsKZpyonUm7w9IhXdBM.lazyloading { background-image: none; }
#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 { 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; }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .row .container { background-color: transparent; background-image: none; }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .row .container > .video-iframe-container { display: none; }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .row > .video-iframe-container { display: none; }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .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); }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .row .container { border-width: 0; border-radius: 0; }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#mMe7fXFoZCboLGEw5gavxhTmXtqVNo90 { color:rgba(var(--color-tertiary-0),1);display:block;width:66.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4951171875rem;left:4rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5ycuNLaGEnnG4sl1DLQaGsvW9PRx9ft { color:rgba(var(--color-primary-3),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.557945251465rem;left:5.71875rem;height:4.549475rem;font-style:normal;display:block; }
#H0tnDkXTydMXehcffKeyKzhG9oQmpBMV { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.957682609558rem;left:17.530384063721rem;height:5.6875rem;font-style:normal;display:block; }
#sUVznsmKuTW4Etoek27z2q80uxrwy5lz { box-sizing:content-box;height:10rem;width:20.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:10.4375rem;left:4.103515625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#TWmVdsOMhPvVLStJ7Mkf7b24VfVKs7b7 { box-sizing:content-box;height:10rem;width:20.875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:10.5rem;left:26.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#Hp7IhFzocmqmsHGd8ULToUhD0SNVngkV { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.957682609558rem;left:41.372615814209rem;height:5.6875rem;font-style:normal;display:block; }
#oGVZbavO0L6iqOxruAPmSGHa18KFweeH { color:rgba(var(--color-primary-3),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:28.5rem;height:4.549475rem;font-style:normal;display:block; }
#l6CeJWMQg6voiirSpVlnLt2rff583cH5 { box-sizing:content-box;height:10rem;width:20.875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:10.5rem;left:49.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#hXtR8iaUieTNV0Pe01IwNcDORzi531Hy { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.957682609558rem;left:61.00651550293rem;height:5.6875rem;font-style:normal;display:block; }
#PAl8w57sLdQgxqhETVk6QBrLMItoik5d { color:rgba(var(--color-primary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.625rem;left:51.125rem;height:6.8242125rem;font-style:normal;display:block; }
#EwanZ1gbHsr9uxkZQdg4IwPCGPJCmzmE { box-sizing:content-box;height:10rem;width:20.875rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:21.9375rem;left:4.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#USA7NO2CmcuyXVOH8BORAbQJRLmytG3u { box-sizing:content-box;height:10rem;width:20.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:22rem;left:26.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#zTmPaZ3pOSSCoEPkIif4UpNMBXPvURqT { box-sizing:content-box;height:10rem;width:20.875rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;top:22rem;left:49.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#MMFBsN09BTsPgrTesVyew6mtNNB7T8Rp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:28.081597328186rem;left:16.255428314209rem;height:4.0625rem;font-style:normal;display:block; }
#hgbeKwXmn13SiBEQDl44ZsDOPaOMM1yc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9373125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:28.081597328186rem;left:36.655818939209rem;height:4.0625rem;font-style:normal;display:block; }
#LyxkdzdKsfZGyuHL1AvH9vgqyvo4CTFB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1870625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:28.081597328186rem;left:53.812934875488rem;height:4.0625rem;font-style:normal;display:block; }
#xHNWLfGPIJCSWGDiLWcwaR0RyU1yTnSt { color:rgba(var(--color-primary-3),1);display:block;width:14.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:23.125000953674rem;left:28.499351501465rem;height:4.54948125rem;font-style:normal;display:block; }
#fXAexi2axgn2kSvqkWphWVJ1H44SRIO3 { color:rgba(var(--color-primary-3),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:23.125rem;left:51.125rem;height:4.549475rem;font-style:normal;display:block; }
#bAT7pGF60b8RVi4snxVduWbPhTXIh7ld { color:rgba(var(--color-primary-3),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:23.0625rem;left:5.75rem;height:6.82425rem;font-style:normal;display:block; }
#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0f17;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; }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .row .container { background-color: transparent; background-image: none; }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .row .container > .video-iframe-container { display: none; }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .row > .video-iframe-container { display: none; }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .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); }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .row .container { border-width: 0; border-radius: 0; }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#xo8MwvzMwUdTyKDa9m8gWNxbHv6om5Nu { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.25rem;height:3.8997375rem;font-style:normal;display:block; }
#ETpTcmpTT7gM21CRSqWUPvJxLHklBGlX { color:rgba(var(--color-primary-3),1);display:block;width:36.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.111830711365rem;left:3.2486991882324rem;height:7.3125rem;font-style:normal;display:block; }
#zuys3zHgDfw6WMVyr7nB2sypisdTqpwW { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8121875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.406825065612rem;left:3.2486991882324rem;height:1.70573125rem;font-style:normal;display:block; }
#iI2mJRevdSFcQdVAHhEX8ypqOW66MU20 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.988422393799rem;left:3.2486991882324rem;height:13.9615625rem;font-style:normal;display:block; }#iI2mJRevdSFcQdVAHhEX8ypqOW66MU20 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iI2mJRevdSFcQdVAHhEX8ypqOW66MU20 li:before{  }
#If0f80ufkZy9hVGQQQ0l4X9dv8SWB2vP { box-sizing:content-box;height:19.9375rem;width:37.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/d80f0c8d-a424-4420-bac0-06108c59ab3b/20251129_190620.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.3125rem;left:37.4375rem;display:block; }#If0f80ufkZy9hVGQQQ0l4X9dv8SWB2vP.adaptive-delivery-prevent-bg, #If0f80ufkZy9hVGQQQ0l4X9dv8SWB2vP.lazyload, #If0f80ufkZy9hVGQQQ0l4X9dv8SWB2vP.lazyloading { background-image: none; }
#Iu0WIHa7mn2GIwTeuUkMSffQSVuoTFSS { box-sizing:content-box;height:21.625rem;width:37.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/b76b80cc-faf0-4c2a-8b67-b9adbd3e6cc3/20251129_194635.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.9375rem;left:37.4375rem;display:block; }#Iu0WIHa7mn2GIwTeuUkMSffQSVuoTFSS.adaptive-delivery-prevent-bg, #Iu0WIHa7mn2GIwTeuUkMSffQSVuoTFSS.lazyload, #Iu0WIHa7mn2GIwTeuUkMSffQSVuoTFSS.lazyloading { background-image: none; }
#U75oIW70oHZ8POnncsTU2sDnI4HPwykG { color:rgba(var(--color-tertiary-0),1);display:block;width:23.811875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7rem;left:3.25rem;height:4.54948125rem;font-style:normal;display:block; }
#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ { 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; }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .row .container { background-color: transparent; background-image: none; }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .row .container > .video-iframe-container { display: none; }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .row > .video-iframe-container { display: none; }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .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); }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .row .container { border-width: 0; border-radius: 0; }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#vxaeAyf4fnh8neAn4O9wiJEr3ypGTZOK { color:rgba(var(--color-primary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:3.375rem;left:3.916015625rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wPokXe8MBrGWmUwTVn1sqf8Cp4WqxL3V { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.375rem;left:56.375rem;height:4.875rem;font-style:normal;display:block; }
#Qudf5BCkI3Dm9sxSTBiwE4eDezRTcz6h { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.5rem;left:56.375rem;height:1.4622375rem;font-style:normal;display:block; }
#rfUK5zgrUT1gQ0MSsRVDIL55hSBXqkWJ { color:rgba(var(--color-primary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.8057727813721rem;left:35.811634063721rem;height:4.38736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKq84eTZaNg097zmKDsdnPZIVOHhJ2Bn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.125rem;left:35.5625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LKbf5mLex9UcKN0038iuXtdtvA91pCXm { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.8125rem;left:56.375rem;height:1.4622375rem;font-style:normal;display:block; }
#IGn3PKFxM2nzeaWqwsPmcLKUkc6lBqu2 { color:rgba(var(--color-primary-3),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.1875rem;left:56.375rem;height:4.875rem;font-style:normal;display:block; }
#I4sOy91TiPiuX6c2p17TJ3VQV0C99R0B { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.9375rem;left:56.3125rem;height:4.875rem;font-style:normal;display:block; }
#sefyRvw40wI531wloCgCOcBGpTgMRSHC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:27.8125rem;left:56.375rem;height:1.4622375rem;font-style:normal;display:block; }
#RkoFHILNWXNNax14MBQUOnyehbfzKVfw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:38.125rem;left:56.4375rem;height:1.54369375rem;font-style:normal;display:block; }
#E0XlbPiKlVbmhvAmqCabGoPHhZFPI2IS { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:33.25rem;left:56.375rem;height:4.875rem;font-style:normal;display:block; }
#TVOGpqoQxc1PnKXPwQ6CTTSPeAQfC7DJ { box-sizing:content-box;height:8.125rem;width:15.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.5rem;left:37.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#vAk8wsBV0aQ2AxyVlJD3v2zqRApUFlT8 { box-sizing:content-box;height:25rem;width:48.6875rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/91210289-9164-4e12-955c-6f4d9fdaa2f5/scc_gaming_29_11_25_04379.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:3.916015625rem;display:block; }#vAk8wsBV0aQ2AxyVlJD3v2zqRApUFlT8.adaptive-delivery-prevent-bg, #vAk8wsBV0aQ2AxyVlJD3v2zqRApUFlT8.lazyload, #vAk8wsBV0aQ2AxyVlJD3v2zqRApUFlT8.lazyloading { background-image: none; }
#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5abced8-67b0-4739-b34d-fd5b4bb68a7c/Untitled2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:block; }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P.adaptive-delivery-prevent-bg, #bfpgGR9z1KKou50CVJ1tASTvutwtNG5P.lazyload, #bfpgGR9z1KKou50CVJ1tASTvutwtNG5P.lazyloading { background-image: none; }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .row .container { background-color: transparent; background-image: none; }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.86); }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .row .container > .video-iframe-container { display: none; }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.86); }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .row > .video-iframe-container { display: none; }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .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); }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .row .container { border-width: 0; border-radius: 0; }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P::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; }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#NUbzQzoUTBdBA2BzwO01boCbtcioIDvp { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:3.9375rem;left:3.728515625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MukPAdd4TrTiiqgcTrwNRtGxq38FUnKi { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:12.01171875rem;left:3.728515625rem;height:5.39844375rem;display:block; }#MukPAdd4TrTiiqgcTrwNRtGxq38FUnKi li:before{  }
#ripdXPwrNd3Nvra9tyRPE2DXlv2HcNvl { 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:31.5625rem;width:72.875rem;top:17.125rem;left:0.8125rem;overflow:hidden;display:block; }
#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR { 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; }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .row .container { background-color: transparent; background-image: none; }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .row .container > .video-iframe-container { display: none; }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .row > .video-iframe-container { display: none; }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .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); }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .row .container { border-width: 0; border-radius: 0; }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#VgBgZGbkUBnwZoEA5bpAltoZiPOTqhry { color:rgba(var(--color-secondary-4),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:6.0625rem;left:3.5rem;height:4.875rem;font-style:normal;display:block; }
#hQlhmqNe82xZscVNgFEmLbbUJ3dsHITJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.9375rem;left:3.5000019073486rem;height:1.54361875rem;font-style:normal;display:block; }
#MsZT9d0eHxd0qHsoXZi3m5fok8dh3G3J { color:rgba(var(--color-secondary-4),1);display:block;width:14.6235rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:6.0625rem;left:19.875rem;height:4.875rem;font-style:normal;display:block; }
#Qgbmunu9M6npveHww1KLo5f0iEqDlUEG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.9375rem;left:19.875rem;height:1.54361875rem;font-style:normal;display:block; }
#bExuTyGhChbPtOhi4L9P71dfllPdKDy3 { color:rgba(var(--color-secondary-4),1);display:block;width:14.6235rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.0625rem;left:35.625rem;height:4.875rem;font-style:normal;display:block; }
#TicwsLIamZc1wFBnBviczP8TZGTi1WOP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:10.9375rem;left:35.625rem;height:1.54361875rem;font-style:normal;display:block; }
#g3Am1TDtoZwrsXb8r2Us8MgFZe7Lnczx { color:rgba(var(--color-secondary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:6.0625rem;left:51.0625rem;height:4.875rem;font-style:normal;display:block; }
#GIIC512ZzzadOKDlEUJRomHfQRxIEacm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:11rem;left:51.0625rem;height:3.0872375rem;font-style:normal;display:block; }
#LqzlnlLTuNrGkRBzESDEoQUt1DoQ0q67 { color:rgba(var(--color-secondary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.0625rem;left:61.375rem;height:4.875rem;font-style:normal;display:block; }
#BNvpC6kqfSESekhQKD7WV7qmBPv77eQc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:10.914712905884rem;left:61.375001907349rem;height:3.0872375rem;font-style:normal;display:block; }
#aF7SlnAKqD3Jyzi4zytMbgbRnKtnL7sx { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:2.8125rem;left:3.5000019073486rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC { 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; }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .row .container { background-color: transparent; background-image: none; }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .row .container > .video-iframe-container { display: none; }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .row > .video-iframe-container { display: none; }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .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); }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .row .container { border-width: 0; border-radius: 0; }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#xXQTzNdnbtkV2POouvITkTa911kvL3BP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:4.375rem;left:4.6875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uKQCDdUwhvVFmOKQTJpaTynedqmlG2yf { position:absolute;display:block;z-index:15024;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:45.4375rem;width:39.0625rem;top:1.6875rem;left:33.6875rem;overflow:hidden;display:block; }
#g71wA26lllHnKpo6xBaHxXaUosh5IVnt { 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:33.8125rem;width:25.25rem;top:11.25rem;left:4.6875rem;overflow:hidden;display:block; }
#HRczeZXTvRkV9KFmxMwdokEBRvqhXAX1 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:22.875rem;top:21.895183563233rem;left:41.781251907349rem;overflow:hidden;display:block; }
#MD8NTPKAgld4KWQFm3DB3UTpgHGGTdxL { box-sizing:content-box;height:7.6875rem;width:33.1875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.895183563233rem;left:36.916666030884rem;display:block; }
#VGbdHU0MFh5G4z4OrLlhTdwAdqN9CT9J { box-sizing:content-box;height:7.6875rem;width:33.1875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:36.625rem;display:block; }
#dvon3bcMHkgwSRlEhDxTA0Hy3xpTOQO7 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:27.875rem;top:35.4375rem;left:39.281251907349rem;overflow:hidden;display:block; }
#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 { position:relative;display:block; }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 { background-color: transparent; background-image: none; }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 > .row .container > .video-iframe-container { display: none; }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 > .row > .video-iframe-container { display: none; }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 > .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); }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 { border-width: 0; border-radius: 0; }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vzhtrL0uOw11LxJ5uTb5ZpZ5JqTDwfnf { position:absolute;display:block;z-index:15005;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:2.5rem;width:10.5625rem;top:1.7812728881836rem;left:32.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lclNTmzRNASa9nTed8117KMFcsHdHq0g { top:4.6875rem;left:0rem;width:13.4375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUSxVkfWBcGmumTt3SnDdwZW3EXTO3C { width:12.375rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9eTqlUbaBhXnn48IHO5nCmXdD8xBeh7 { display:block; }
 }@media only screen and (max-width: 763px) { #vXuFKOgME9NZQNFOVNqTl0rKs30Qc72t { top:22.75rem;left:0rem;width:37.9375rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwfbPIVEczxnvQ4TeTvvW9qONIccMC9v { top:34.3125rem;left:37.1875rem;width:10.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3D2Gzi9XtrgaX14drODKsysmuw4QzgC { display:block; }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhRTAO2rA776zvkJAcTXpkzn53Lb2goR { top:7.5rem;left:25.466724395752rem;width:6.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViAFh9al9EPKUebUmCIsLX7VoV7McFv8 { top:7.3125rem;left:17.4375rem;width:6.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxVUcR37qHE2gRm0siElFNbn1NRQWX1P { top:1.875rem;left:25.40625rem;width:7rem;height:2.6016091486028rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhrThMcsoguMl7HU8LPc7oWJfEvNgcoP { top:2.375rem;left:0rem;width:5.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLSPdnFbgeGBn31na7rAlWaqkMiEGGad { top:2.375rem;left:5.8743476867676rem;width:8rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaQvkVJTAz6ByLzmS0Tai3GyJcQVFCBU { top:6.5625rem;left:15.373554229736rem;width:5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2fNFZpsw0NB26sMlqAiieDHClskvEka { top:2.8125rem;left:17.3125rem;width:6.5625rem;height:1.68685rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRW30sVo3bTkpIS4LtNshpmBG6xUb9wa { top:6.5625rem;left:7.8424491882325rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww7QJVEL7FG33cyfGqAEwVTb9PgVA2oF { top:1.9375rem;left:18.1875rem;width:5.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSE56cGSHdaVzNWq2uTKVQHGGw8G3CTe { top:2.3125rem;left:41.8125rem;width:5.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf3r0gDmRRs9Hqa4Xc33U5fWG8Z9mNvm { top:1.8125rem;left:35.8203125rem;width:6.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTQpwa3DFL6l7fDTz5AqarCfvx8GliFm { top:6.5625rem;left:40.88049697876rem;width:4.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdMS5Pi2PtxG3DQhXeyU1iBxXGBspowQ { top:6.25rem;left:44.5625rem;width:3.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxsNboiN0vOd0kUvWGgIe75kOVMiNKGK { top:7.25rem;left:17.0625rem;width:6.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk0tPIRete5aeXkbOM5IAT3dG3paRHUD { top:7.5rem;left:0rem;width:8.875rem;height:2.9164216457573rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av3dCzksWisIL9VEVl9kwII0wKRJ1XM4 { top:6.375rem;left:29.714412689209rem;width:13rem;height:4.416129726833rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBZZ0cllwZbC8r9boOuvmT7fnealFx0A { display:block; }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZk9FOtPVGGrrPRlk3EIphSKBwi2qIPS { top:3.4375rem;left:0rem;width:47.75rem;height:26.789079229122rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs { display:block; }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzaTiMs2AMHxZDbqWwZQL5vH26pgVHPk { top:11.125rem;left:0rem;width:32.375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbtba8SH9oviIsTOZsihZRRaxgZ0zFJk { top:2.75rem;left:0rem;width:35.25rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi5K94ZaWHthBe2vf33nG8JTwZoFiScv { top:23.4375rem;left:0rem;width:32.375rem;height:;font-size:1rem;display:block; }#Gi5K94ZaWHthBe2vf33nG8JTwZoFiScv li:before{  }
 }@media only screen and (max-width: 763px) { #XaAMF1ry8zEFdk4DTUH4bObU1ehsfM6S { top:5.0625rem;left:25.186054229736rem;width:21.1875rem;height:26.172970075414rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM { display:block; }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqQ03mBc2vvQy27efKufvfnrP14noRJk { top:0rem;left:0rem;width:24.8125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6BNNc15PmXA5PdgZhASXKTwlr85U52K { top:0rem;left:6.625rem;width:24.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCgDUKCuqW5Eo9rkbrcLeORF2AlDFrvX { top:0rem;left:6.625rem;width:25.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi { display:block; }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFrtw1yItmv9dnCMkuXpinkT6UJXuT64 { top:10.625rem;left:0rem;width:35rem;height:23.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXzyFFz94eJHGpqeNikVcHl7RwCfTBpz { top:2.4375rem;left:12.5rem;width:35.25rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh22K6X9fZk5f2a1FF1assmP6r9zfPFs { top:2.1875rem;left:0rem;width:35.25rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN { display:block; }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntNrJm9IS7SMMPQVvqWIh20rIrXa39Ap { top:0rem;left:0rem;width:24.8125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoAHFTTp9HPwGFTDSJXThJOgerTX5STu { top:0rem;left:6.625rem;width:24.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXBIiNtQHw6DPdsKZpyonUm7w9IhXdBM { top:0rem;left:6.625rem;width:25.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v277T08eU1J1e6cwRi2dQptbKqOVxlU5 { display:block; }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMe7fXFoZCboLGEw5gavxhTmXtqVNo90 { top:3.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ycuNLaGEnnG4sl1DLQaGsvW9PRx9ft { top:11.5rem;left:0rem;width:19.5625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0tnDkXTydMXehcffKeyKzhG9oQmpBMV { top:14.9375rem;left:3.9053840637207rem;width:12.75rem;height:5.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUVznsmKuTW4Etoek27z2q80uxrwy5lz { top:10.4375rem;left:0rem;width:20.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmVdsOMhPvVLStJ7Mkf7b24VfVKs7b7 { top:10.5rem;left:13.25rem;width:20.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp7IhFzocmqmsHGd8ULToUhD0SNVngkV { top:14.9375rem;left:27.747615814209rem;width:12.75rem;height:5.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGVZbavO0L6iqOxruAPmSGHa18KFweeH { top:11.625rem;left:14.875rem;width:19.5625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6CeJWMQg6voiirSpVlnLt2rff583cH5 { top:10.5rem;left:26.75rem;width:20.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXtR8iaUieTNV0Pe01IwNcDORzi531Hy { top:14.9375rem;left:35rem;width:12.75rem;height:5.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAl8w57sLdQgxqhETVk6QBrLMItoik5d { top:11.625rem;left:23.5rem;width:24.25rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwanZ1gbHsr9uxkZQdg4IwPCGPJCmzmE { top:21.9375rem;left:0rem;width:20.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #USA7NO2CmcuyXVOH8BORAbQJRLmytG3u { top:22rem;left:13.25rem;width:20.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTmPaZ3pOSSCoEPkIif4UpNMBXPvURqT { top:22rem;left:26.75rem;width:20.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMFBsN09BTsPgrTesVyew6mtNNB7T8Rp { top:28.0625rem;left:2.630428314209rem;width:12.3125rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgbeKwXmn13SiBEQDl44ZsDOPaOMM1yc { top:28.0625rem;left:23.030818939209rem;width:17.875rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyxkdzdKsfZGyuHL1AvH9vgqyvo4CTFB { top:28.0625rem;left:26.5625rem;width:21.125rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHNWLfGPIJCSWGDiLWcwaR0RyU1yTnSt { top:23.125rem;left:14.874351501465rem;width:14.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXAexi2axgn2kSvqkWphWVJ1H44SRIO3 { top:23.125rem;left:28.1875rem;width:19.5625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAT7pGF60b8RVi4snxVduWbPhTXIh7ld { top:23.0625rem;left:0rem;width:19.5625rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxTfiaebmmJaKst6deubvAqtTW8VrRDQ { display:block; }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo8MwvzMwUdTyKDa9m8gWNxbHv6om5Nu { top:3.125rem;left:0rem;width:35.1875rem;height:3.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETpTcmpTT7gM21CRSqWUPvJxLHklBGlX { top:16.0625rem;left:0rem;width:36.25rem;height:7.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuys3zHgDfw6WMVyr7nB2sypisdTqpwW { top:14.375rem;left:0rem;width:23.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI2mJRevdSFcQdVAHhEX8ypqOW66MU20 { top:24.9375rem;left:0rem;width:23.4375rem;height:13.9375rem;font-size:1.125rem;display:block; }#iI2mJRevdSFcQdVAHhEX8ypqOW66MU20 li:before{  }
 }@media only screen and (max-width: 763px) { #If0f80ufkZy9hVGQQQ0l4X9dv8SWB2vP { top:23.3125rem;left:10.1875rem;width:37.5625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu0WIHa7mn2GIwTeuUkMSffQSVuoTFSS { top:0.9375rem;left:10.1875rem;width:37.5625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U75oIW70oHZ8POnncsTU2sDnI4HPwykG { top:7rem;left:0rem;width:23.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ { display:block; }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxaeAyf4fnh8neAn4O9wiJEr3ypGTZOK { top:3.375rem;left:0rem;width:28.125rem;height:9rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPokXe8MBrGWmUwTVn1sqf8Cp4WqxL3V { top:3.375rem;left:33.125rem;width:14.625rem;height:4.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qudf5BCkI3Dm9sxSTBiwE4eDezRTcz6h { top:8.5rem;left:29.125rem;width:18.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfUK5zgrUT1gQ0MSsRVDIL55hSBXqkWJ { top:4.75rem;left:22.186634063721rem;width:18.125rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKq84eTZaNg097zmKDsdnPZIVOHhJ2Bn { top:9.125rem;left:21.9375rem;width:18.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKbf5mLex9UcKN0038iuXtdtvA91pCXm { top:17.8125rem;left:33.25rem;width:14.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGn3PKFxM2nzeaWqwsPmcLKUkc6lBqu2 { top:13.1875rem;left:29.5625rem;width:18.1875rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4sOy91TiPiuX6c2p17TJ3VQV0C99R0B { top:22.9375rem;left:33.125rem;width:14.625rem;height:4.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sefyRvw40wI531wloCgCOcBGpTgMRSHC { top:27.8125rem;left:29.9375rem;width:17.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkoFHILNWXNNax14MBQUOnyehbfzKVfw { top:38.125rem;left:29.9375rem;width:17.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0XlbPiKlVbmhvAmqCabGoPHhZFPI2IS { top:33.25rem;left:33.125rem;width:14.625rem;height:4.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOGpqoQxc1PnKXPwQ6CTTSPeAQfC7DJ { top:3.5rem;left:23.625rem;width:15.25rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAk8wsBV0aQ2AxyVlJD3v2zqRApUFlT8 { top:14.1875rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfpgGR9z1KKou50CVJ1tASTvutwtNG5P { display:block; }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUbzQzoUTBdBA2BzwO01boCbtcioIDvp { top:3.9375rem;left:0rem;width:47.75rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MukPAdd4TrTiiqgcTrwNRtGxq38FUnKi { top:12rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.875rem;display:block; }#MukPAdd4TrTiiqgcTrwNRtGxq38FUnKi li:before{  }
 }@media only screen and (max-width: 763px) { #ripdXPwrNd3Nvra9tyRPE2DXlv2HcNvl { top:17.125rem;left:0rem;width:47.75rem;height:20.680746140652rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR { display:block; }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgBgZGbkUBnwZoEA5bpAltoZiPOTqhry { top:6.0625rem;left:0rem;width:14.5625rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlhmqNe82xZscVNgFEmLbbUJ3dsHITJ { top:10.9375rem;left:0rem;width:17.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsZT9d0eHxd0qHsoXZi3m5fok8dh3G3J { top:6.0625rem;left:6.25rem;width:14.5625rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgbmunu9M6npveHww1KLo5f0iEqDlUEG { top:10.9375rem;left:6.25rem;width:17.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bExuTyGhChbPtOhi4L9P71dfllPdKDy3 { top:6.0625rem;left:22rem;width:14.5625rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TicwsLIamZc1wFBnBviczP8TZGTi1WOP { top:10.9375rem;left:22rem;width:10.4375rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Am1TDtoZwrsXb8r2Us8MgFZe7Lnczx { top:6.0625rem;left:37.4375rem;width:8.375rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIIC512ZzzadOKDlEUJRomHfQRxIEacm { top:11rem;left:37.4375rem;width:7.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqzlnlLTuNrGkRBzESDEoQUt1DoQ0q67 { top:6.0625rem;left:36.375rem;width:11.375rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNvpC6kqfSESekhQKD7WV7qmBPv77eQc { top:10.875rem;left:34.125rem;width:13.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF7SlnAKqD3Jyzi4zytMbgbRnKtnL7sx { top:2.8125rem;left:0rem;width:26.5rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC { display:block; }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXQTzNdnbtkV2POouvITkTa911kvL3BP { top:4.375rem;left:0rem;width:26.5rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKQCDdUwhvVFmOKQTJpaTynedqmlG2yf { top:1.6875rem;left:8.6875rem;width:39.0625rem;height:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g71wA26lllHnKpo6xBaHxXaUosh5IVnt { top:11.25rem;left:0rem;width:25.25rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRczeZXTvRkV9KFmxMwdokEBRvqhXAX1 { top:21.875rem;left:24.875rem;width:22.875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD8NTPKAgld4KWQFm3DB3UTpgHGGTdxL { top:21.875rem;left:14.5625rem;width:33.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGbdHU0MFh5G4z4OrLlhTdwAdqN9CT9J { top:35.9375rem;left:14.5625rem;width:33.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvon3bcMHkgwSRlEhDxTA0Hy3xpTOQO7 { top:35.4375rem;left:19.875rem;width:27.875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 { display:block; }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzhtrL0uOw11LxJ5uTb5ZpZ5JqTDwfnf { top:1.75rem;left:18.53125rem;width:10.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5abced8-67b0-4739-b34d-fd5b4bb68a7c/Untitled2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lclNTmzRNASa9nTed8117KMFcsHdHq0g { width:9.4375rem;height:11.6875rem;top:2.5rem;left:5.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUSxVkfWBcGmumTt3SnDdwZW3EXTO3C { width:12.375rem;height:3.4375rem;top:30.72265625rem;left:3.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9eTqlUbaBhXnn48IHO5nCmXdD8xBeh7 { display:block; }
 }@media only screen and (max-width: 763px) { #vXuFKOgME9NZQNFOVNqTl0rKs30Qc72t { width:20rem;height:7.7988125rem;top:15.775391578674rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwfbPIVEczxnvQ4TeTvvW9qONIccMC9v { width:10.5625rem;height:2.5rem;top:39.140625rem;left:4.1666666269303rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3D2Gzi9XtrgaX14drODKsysmuw4QzgC { display:block; }#B3D2Gzi9XtrgaX14drODKsysmuw4QzgC > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhRTAO2rA776zvkJAcTXpkzn53Lb2goR { width:5.9375rem;height:1.875rem;top:2.1868515014649rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViAFh9al9EPKUebUmCIsLX7VoV7McFv8 { width:5.68685rem;height:2.1875rem;top:2.0306015014649rem;left:14.312067091465rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxVUcR37qHE2gRm0siElFNbn1NRQWX1P { width:6.25rem;height:2.3125rem;top:9.2452278137206rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhrThMcsoguMl7HU8LPc7oWJfEvNgcoP { width:4.625rem;height:2.0625rem;top:5.3118515014649rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLSPdnFbgeGBn31na7rAlWaqkMiEGGad { width:6.25rem;height:1.9375rem;top:9.5577278137206rem;left:13.748915731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaQvkVJTAz6ByLzmS0Tai3GyJcQVFCBU { width:4.56163125rem;height:3.75rem;top:8.525390625rem;left:7.7191839814187rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2fNFZpsw0NB26sMlqAiieDHClskvEka { width:4.8125rem;height:1.25rem;top:6.1918411254883rem;left:14.748264372349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRW30sVo3bTkpIS4LtNshpmBG6xUb9wa { width:3.125rem;height:3.125rem;top:13.505860328674rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww7QJVEL7FG33cyfGqAEwVTb9PgVA2oF { width:4.6875rem;height:2.0625rem;top:5.3092441558838rem;left:7.6562500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSE56cGSHdaVzNWq2uTKVQHGGw8G3CTe { width:5.9375rem;height:1.75rem;top:19.166667938233rem;left:14.062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf3r0gDmRRs9Hqa4Xc33U5fWG8Z9mNvm { width:6.1237rem;height:2.5rem;top:18.375rem;left:0.16731768846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTQpwa3DFL6l7fDTz5AqarCfvx8GliFm { width:3.18685rem;height:3.125rem;top:13.505859375rem;left:15.561850190163rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdMS5Pi2PtxG3DQhXeyU1iBxXGBspowQ { width:2.87435rem;height:4.375rem;top:12.880859375rem;left:6.59244787693rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxsNboiN0vOd0kUvWGgIe75kOVMiNKGK { width:5.5625rem;height:2.1875rem;top:2.0306015014649rem;left:7.2178822159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk0tPIRete5aeXkbOM5IAT3dG3paRHUD { width:5.25rem;height:1.6875rem;top:19.197917938233rem;left:7.7187505960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av3dCzksWisIL9VEVl9kwII0wKRJ1XM4 { width:10.8125rem;height:3.625rem;top:13.505859375rem;left:7.0937505960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBZZ0cllwZbC8r9boOuvmT7fnealFx0A { display:block; }#oBZZ0cllwZbC8r9boOuvmT7fnealFx0A > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZk9FOtPVGGrrPRlk3EIphSKBwi2qIPS { height:11.2330625rem;width:20rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs { display:block; }#ITKneT33hBDNNsp3V1Cszhnqky0s7Rzs > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzaTiMs2AMHxZDbqWwZQL5vH26pgVHPk { width:20rem;height:14.3958125rem;top:8.26171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rbtba8SH9oviIsTOZsihZRRaxgZ0zFJk { width:20rem;height:5.199225rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gi5K94ZaWHthBe2vf33nG8JTwZoFiScv { width:17.3125rem;height:15.6458125rem;top:24.305339217186rem;left:1.3437501192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Gi5K94ZaWHthBe2vf33nG8JTwZoFiScv li:before{  }
 }@media only screen and (max-width: 763px) { #XaAMF1ry8zEFdk4DTUH4bObU1ehsfM6S { width:11.125rem;height:13.75rem;top:44.102216124534rem;left:4.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM { display:block; }#UGRpWo1TG1TT7BSMP1NyQJrCkaKIN9WM > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqQ03mBc2vvQy27efKufvfnrP14noRJk { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6BNNc15PmXA5PdgZhASXKTwlr85U52K { width:20rem;height:18.75rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCgDUKCuqW5Eo9rkbrcLeORF2AlDFrvX { width:20rem;height:18.75rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi { display:block; }#fL18ivHnFO9BkhDPXnTKbhd8mTsVGTsi > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFrtw1yItmv9dnCMkuXpinkT6UJXuT64 { width:17.625rem;height:20rem;top:27.705062866211rem;left:1.1875rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #uXzyFFz94eJHGpqeNikVcHl7RwCfTBpz { width:19.5rem;height:18.0625rem;top:7.7369804382325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh22K6X9fZk5f2a1FF1assmP6r9zfPFs { width:20rem;height:5.199225rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN { display:block; }#rVK4eCvaB0W82bhHf6mpTSCTT0SkiZrN > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntNrJm9IS7SMMPQVvqWIh20rIrXa39Ap { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoAHFTTp9HPwGFTDSJXThJOgerTX5STu { width:20rem;height:18.75rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXBIiNtQHw6DPdsKZpyonUm7w9IhXdBM { width:20rem;height:18.75rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v277T08eU1J1e6cwRi2dQptbKqOVxlU5 { display:block; }#v277T08eU1J1e6cwRi2dQptbKqOVxlU5 > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMe7fXFoZCboLGEw5gavxhTmXtqVNo90 { width:20rem;height:5.19921875rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5ycuNLaGEnnG4sl1DLQaGsvW9PRx9ft { width:19.5625rem;height:4.549475rem;top:11.319664001465rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0tnDkXTydMXehcffKeyKzhG9oQmpBMV { width:12.75rem;height:2.11198125rem;top:16.694662094116rem;left:3.6250001192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUVznsmKuTW4Etoek27z2q80uxrwy5lz { width:19.875rem;height:10rem;top:10.19921875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmVdsOMhPvVLStJ7Mkf7b24VfVKs7b7 { width:19.875rem;height:10rem;top:21.532554626465rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp7IhFzocmqmsHGd8ULToUhD0SNVngkV { width:12.75rem;height:2.11198125rem;top:28.407552719116rem;left:3.6250001192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGVZbavO0L6iqOxruAPmSGHa18KFweeH { width:19.5625rem;height:4.549475rem;top:22.657554626465rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6CeJWMQg6voiirSpVlnLt2rff583cH5 { width:19.875rem;height:10rem;top:32.86589050293rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXtR8iaUieTNV0Pe01IwNcDORzi531Hy { width:12.75rem;height:2.11198125rem;top:40.878255844116rem;left:3.6250001192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAl8w57sLdQgxqhETVk6QBrLMItoik5d { width:19.5625rem;height:6.8242125rem;top:33.99089050293rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwanZ1gbHsr9uxkZQdg4IwPCGPJCmzmE { width:19.875rem;height:10rem;top:44.19921875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USA7NO2CmcuyXVOH8BORAbQJRLmytG3u { width:19.875rem;height:10rem;top:55.532554626465rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTmPaZ3pOSSCoEPkIif4UpNMBXPvURqT { width:19.875rem;height:10rem;top:66.865890502931rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMFBsN09BTsPgrTesVyew6mtNNB7T8Rp { width:12.3125rem;height:2.11198125rem;top:51.5234375rem;left:3.8437501192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgbeKwXmn13SiBEQDl44ZsDOPaOMM1yc { width:12.3125rem;height:2.11198125rem;top:62.220054626465rem;left:3.8437501192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LyxkdzdKsfZGyuHL1AvH9vgqyvo4CTFB { width:12.3125rem;height:2.11198125rem;top:73.990886688231rem;left:3.8437501192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHNWLfGPIJCSWGDiLWcwaR0RyU1yTnSt { width:19.5625rem;height:4.54948125rem;top:56.032554626465rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXAexi2axgn2kSvqkWphWVJ1H44SRIO3 { width:19.5625rem;height:4.549475rem;top:67.990890502931rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAT7pGF60b8RVi4snxVduWbPhTXIh7ld { width:19.5625rem;height:6.82425rem;top:44.69921875rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxTfiaebmmJaKst6deubvAqtTW8VrRDQ { display:block; }#DxTfiaebmmJaKst6deubvAqtTW8VrRDQ > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo8MwvzMwUdTyKDa9m8gWNxbHv6om5Nu { width:20rem;height:3.0058625rem;top:2.3125rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETpTcmpTT7gM21CRSqWUPvJxLHklBGlX { width:20rem;height:4.2246125rem;top:9.9375rem;left:0.125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuys3zHgDfw6WMVyr7nB2sypisdTqpwW { width:12.4375rem;height:1.29948125rem;top:8.1250019073488rem;left:3.7812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iI2mJRevdSFcQdVAHhEX8ypqOW66MU20 { width:17.9375rem;height:10.5481875rem;top:15.25rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#iI2mJRevdSFcQdVAHhEX8ypqOW66MU20 li:before{  }
 }@media only screen and (max-width: 763px) { #If0f80ufkZy9hVGQQQ0l4X9dv8SWB2vP { width:20rem;height:19.9375rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu0WIHa7mn2GIwTeuUkMSffQSVuoTFSS { width:20rem;height:21.625rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U75oIW70oHZ8POnncsTU2sDnI4HPwykG { width:20rem;height:1.4622375rem;top:5.3183612823486rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ { display:block; }#uO7MsHJpmaRWOfolV3BhTMZs34udPMVJ > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxaeAyf4fnh8neAn4O9wiJEr3ypGTZOK { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPokXe8MBrGWmUwTVn1sqf8Cp4WqxL3V { width:14.625rem;height:3.8997375rem;top:16.520812988281rem;left:2.6875001192093rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qudf5BCkI3Dm9sxSTBiwE4eDezRTcz6h { width:18.625rem;height:1.4622375rem;top:20.919921875rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfUK5zgrUT1gQ0MSsRVDIL55hSBXqkWJ { width:14.25rem;height:3.8997375rem;top:8.5rem;left:2.8125001192093rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKq84eTZaNg097zmKDsdnPZIVOHhJ2Bn { width:18.625rem;height:1.29948125rem;top:11.974609375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKbf5mLex9UcKN0038iuXtdtvA91pCXm { width:14.5rem;height:1.4622375rem;top:28.123657226562rem;left:2.7500001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGn3PKFxM2nzeaWqwsPmcLKUkc6lBqu2 { width:14.625rem;height:3.8997375rem;top:24.522766113281rem;left:2.6875001192093rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4sOy91TiPiuX6c2p17TJ3VQV0C99R0B { width:14.625rem;height:3.8997375rem;top:31.747375488281rem;left:2.6875001192093rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sefyRvw40wI531wloCgCOcBGpTgMRSHC { width:17.8125rem;height:1.4622375rem;top:35.409484863281rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkoFHILNWXNNax14MBQUOnyehbfzKVfw { width:17.8125rem;height:1.54361875rem;top:42.470703125rem;left:1.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0XlbPiKlVbmhvAmqCabGoPHhZFPI2IS { width:14.625rem;height:3.8997375rem;top:39.05859375rem;left:2.6875001192093rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVOGpqoQxc1PnKXPwQ6CTTSPeAQfC7DJ { width:15.25rem;height:5.25rem;top:8.5rem;left:2.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAk8wsBV0aQ2AxyVlJD3v2zqRApUFlT8 { width:20rem;height:13.4375rem;top:45.263671875rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/91210289-9164-4e12-955c-6f4d9fdaa2f5/scc_gaming_29_11_25_04379.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vAk8wsBV0aQ2AxyVlJD3v2zqRApUFlT8.adaptive-delivery-prevent-bg, #vAk8wsBV0aQ2AxyVlJD3v2zqRApUFlT8.lazyload, #vAk8wsBV0aQ2AxyVlJD3v2zqRApUFlT8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bfpgGR9z1KKou50CVJ1tASTvutwtNG5P { display:block; }#bfpgGR9z1KKou50CVJ1tASTvutwtNG5P > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUbzQzoUTBdBA2BzwO01boCbtcioIDvp { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MukPAdd4TrTiiqgcTrwNRtGxq38FUnKi { width:16.875rem;height:11.6490625rem;top:6.5rem;left:1.5625001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#MukPAdd4TrTiiqgcTrwNRtGxq38FUnKi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MukPAdd4TrTiiqgcTrwNRtGxq38FUnKi li:before{  }
 }@media only screen and (max-width: 763px) { #ripdXPwrNd3Nvra9tyRPE2DXlv2HcNvl { width:19.8125rem;height:8.5625rem;top:19.03124375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR { display:block; }#dmMnwi9EUnAPhz1Oy5mpWWFBCRwcgtIR > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgBgZGbkUBnwZoEA5bpAltoZiPOTqhry { width:14.5625rem;height:3.25rem;top:4.5rem;left:2.6875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQlhmqNe82xZscVNgFEmLbbUJ3dsHITJ { width:17.8125rem;height:1.54361875rem;top:7.0996150970456rem;left:1.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsZT9d0eHxd0qHsoXZi3m5fok8dh3G3J { width:14.5625rem;height:3.25rem;top:10.6875rem;left:2.75rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qgbmunu9M6npveHww1KLo5f0iEqDlUEG { width:17.8125rem;height:1.54361875rem;top:12.998697280884rem;left:1.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bExuTyGhChbPtOhi4L9P71dfllPdKDy3 { width:14.5625rem;height:3.25rem;top:15.81640625rem;left:2.7187501192093rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TicwsLIamZc1wFBnBviczP8TZGTi1WOP { width:10.4375rem;height:1.54361875rem;top:18.416015625rem;left:4.7812501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3Am1TDtoZwrsXb8r2Us8MgFZe7Lnczx { width:8.375rem;height:3.25rem;top:21.5rem;left:5.875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIIC512ZzzadOKDlEUJRomHfQRxIEacm { width:17.5625rem;height:1.54361875rem;top:24.750001907349rem;left:1.21875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqzlnlLTuNrGkRBzESDEoQUt1DoQ0q67 { width:14.5625rem;height:3.25rem;top:27.562501907349rem;left:2.7187501192093rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNvpC6kqfSESekhQKD7WV7qmBPv77eQc { width:13.625rem;height:3.0872375rem;top:30.812501907349rem;left:3.1875001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aF7SlnAKqD3Jyzi4zytMbgbRnKtnL7sx { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC { display:block; }#SmmMDGnyOtoZqJJTTRHNkOCRDpu94MEC > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXQTzNdnbtkV2POouvITkTa911kvL3BP { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKQCDdUwhvVFmOKQTJpaTynedqmlG2yf { width:20rem;height:23.2636875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g71wA26lllHnKpo6xBaHxXaUosh5IVnt { width:16.1875rem;height:21.6875rem;top:29.123699188233rem;left:1.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRczeZXTvRkV9KFmxMwdokEBRvqhXAX1 { width:10.8125rem;height:3.375rem;top:16.032552719116rem;left:4.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD8NTPKAgld4KWQFm3DB3UTpgHGGTdxL { width:16rem;height:4.125rem;top:22.416666030884rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGbdHU0MFh5G4z4OrLlhTdwAdqN9CT9J { width:16.625rem;height:3.125rem;top:16.158201217651rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvon3bcMHkgwSRlEhDxTA0Hy3xpTOQO7 { width:12.5625rem;height:3.8125rem;top:22.770833969116rem;left:3.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 { display:block; }#fKkmr2RANmoNVfJQ4cGwZINsrsm4m0P2 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzhtrL0uOw11LxJ5uTb5ZpZ5JqTDwfnf { width:8.375rem;height:1.9375rem;top:1.84375rem;left:5.8125001192093rem;display:block; }
 }