.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a0a5633d-516d-4aa2-bdfd-f2fc5c8aad9b/Header_Background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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); }#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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .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 { font-size:0.875rem;font-family:arial;height:78.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Lx4bhmKWBiGNTmwGXzTHXNp7thDWyllK { color:#9d6e00;display:block;width:46.25rem;position:absolute;font-family:forum;font-size:4.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5625rem;left:14.375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ypZvtfnXh2QRh5iVGJkivFuEx3KG7g1i { color:#1f3653;display:block;width:75rem;position:absolute;font-family:redditsans;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FbLLkTrepowZh5T0I0T2hvdN2HsPkDbR { color:#166ba2;display:block;width:75rem;position:absolute;font-family:redditsans;font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:26.311847686767rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTzrKUnrK5433CVnvJf1HVTeC6tnpZ6a { position:absolute;display:block;z-index:15037;height:3.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#KzyrKwLcGALBgWd4VnkJfkrJck2KBt90 { position:absolute;display:block;z-index:15015;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:5.56206875rem;width:23.8121875rem;top:5.437283039093rem;left:25.499566078186rem;overflow:hidden;display:block; }
#PPMApMtx1E3aodAqmol9Kd8xDnGu9IP7 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#TsOmTTbO8UgTniPuSv7OJozsAde1eTr0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SsrBtC2FNIZPVD5f4hGS3xIov4LJtSkT { color:#1f3653;display:block;width:75rem;position:absolute;font-family:redditsans;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.47500038147rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bn6ikXn9bbkoVnE0FTeVR4idqECb5FFX { position:absolute;display:block;z-index:15038;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.12435rem;width:20.9375rem;top:67.5rem;left:27.0625rem;overflow:hidden;display:block; }
#MRQ2oDU9ool3TPGcJ2okAETBHrFM5T55 { position:absolute;display:block;z-index:15039;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:1.9995125rem;top:68.4375rem;left:28.875rem;overflow:hidden;display:block; }
#rVFGNJDgbRJG6i1f0CpS2qDI3xSp4URT { color:#ffffff;display:block;width:16.311875rem;position:absolute;font-family:redditsans;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:68.8125rem;left:30.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lh6sIEUgl6oM9Z6FSbLrDXe0mvuWlHTa { color:#53321f;display:block;width:75rem;position:absolute;font-family:redditsans;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:72.7490234375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQ1sdtR0lr7BbLBnbGZVl4XbVaz9AD89 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(246,188,47,0.53);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.124025rem;text-decoration:none;z-index:15220;text-align:center;text-align-last:center;top:67.5rem;left:27.03125rem;display:block; }
#EsCuZMucJHBfovN1pFz36qSENmXZrUqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWNO6ItmJ5OmFcyCSzzrEWgN66fhyrVA { color:#e6c730;display:block;width:8.75rem;position:absolute;font-family:forum;font-size:1.5625rem;font-weight:400;z-index:15236;line-height:1.3;letter-spacing:0;top:44.23046875rem;left:56.561683654785rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ptVRCPXTD8T86vrTCrVtoFfmRikD2wsF { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:redditsans;font-size:1.0625rem;font-weight:700;z-index:15234;line-height:1.3;letter-spacing:0;top:47.497882843017rem;left:56.561683654785rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F0587mt8py5GTR7f47xvtXAOQzfvehJk { box-sizing:content-box;height:31.25rem;width:8.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,10,23,0.86);background-image:url("https://images.assets-landingi.com/uc/b98a8da1-5f2a-4ff6-80db-1864bab169b9/phase3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.778156280517rem;left:56.561683654785rem;display:block; }#F0587mt8py5GTR7f47xvtXAOQzfvehJk.adaptive-delivery-prevent-bg, #F0587mt8py5GTR7f47xvtXAOQzfvehJk.lazyload, #F0587mt8py5GTR7f47xvtXAOQzfvehJk.lazyloading { background-image: none; }
#CTIvRbAN2uL3vZy7FdM1RWlvT0ZAQ4lU { box-sizing:content-box;height:31.25rem;width:8.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,10,23,0.86);background-image:url("https://images.assets-landingi.com/uc/62b36836-4614-421d-bb6a-79885a7ceac8/phase2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:31.778156280517rem;left:46.873374938965rem;display:block; }#CTIvRbAN2uL3vZy7FdM1RWlvT0ZAQ4lU.adaptive-delivery-prevent-bg, #CTIvRbAN2uL3vZy7FdM1RWlvT0ZAQ4lU.lazyload, #CTIvRbAN2uL3vZy7FdM1RWlvT0ZAQ4lU.lazyloading { background-image: none; }
#acTc5dRB2odUnUhPTr43qkGBaZ3TZkt0 { box-sizing:content-box;height:31.25rem;width:8.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,10,23,0.86);background-image:url("https://images.assets-landingi.com/uc/e7cc8939-6aa7-4984-8151-879d2f179d3d/phase4.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.778156280517rem;left:66.249183654788rem;display:block; }#acTc5dRB2odUnUhPTr43qkGBaZ3TZkt0.adaptive-delivery-prevent-bg, #acTc5dRB2odUnUhPTr43qkGBaZ3TZkt0.lazyload, #acTc5dRB2odUnUhPTr43qkGBaZ3TZkt0.lazyloading { background-image: none; }
#Vlbx4WwwuxmMQiJtgT2VJOImFIa96H8b { color:#e6c730;display:block;width:8.75rem;position:absolute;font-family:forum;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:44.230140686035rem;left:46.873374938965rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dHRWzJ3JsrP5F1snmquDCLCdX8ITkBlD { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:redditsans;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:47.49755859375rem;left:46.873374938965rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IT2X0vlCx65gaZMqVRTJXZUUatbqtB2Z { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:redditsans;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:47.49755859375rem;left:66.249183654788rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQyW3bfh0VXlnu1Zz5u4Z3DMPx8DxZaR { color:#e6c730;display:block;width:8.75rem;position:absolute;font-family:forum;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:44.230140686035rem;left:66.249183654788rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#srcT4zIa1mywxkrObO4G0Rt5SIfn4IRy { box-sizing:content-box;height:31.25rem;width:45.8125rem;position:absolute;display:block;z-index:14997;background-color:rgba(0,10,23,0.86);background-image:url("https://images.assets-landingi.com/uc/263af758-179e-48ee-bd33-c7ef23e36f9d/mainphase.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.778156280517rem;left:-0.0107421875rem;display:block; }#srcT4zIa1mywxkrObO4G0Rt5SIfn4IRy.adaptive-delivery-prevent-bg, #srcT4zIa1mywxkrObO4G0Rt5SIfn4IRy.lazyload, #srcT4zIa1mywxkrObO4G0Rt5SIfn4IRy.lazyloading { background-image: none; }
#imIEpzBZnL1wryooSJetW44yEz6wT6fe { color:#53f4ff;display:block;width:8.75rem;position:absolute;font-family:forum;font-size:4.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:37.045082092285rem;left:66.249183654788rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAwA0Pd014zWUbymxxIfLo3TDGA448Mx { color:#94c3ff;display:block;width:8.75rem;position:absolute;font-family:forum;font-size:4.375rem;font-weight:400;z-index:15235;line-height:1.3;letter-spacing:0;top:37.045082092285rem;left:56.561683654785rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M7aOq4TrO2OdLklPkq6CMcTC38Uczhhu { color:#ff9d62;display:block;width:8.75rem;position:absolute;font-family:forum;font-size:4.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.045082092285rem;left:46.873374938965rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9Um5FT8RmCTpZFkexTmGkOe4pcVqi4S { color:#e6c730;display:block;width:43.75rem;position:absolute;font-family:forum;font-size:2.1875rem;font-weight:400;z-index:15247;line-height:1.3;letter-spacing:0;top:33.061359405517rem;left:1.0310897827149rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZzVR8TrypsqbxfiGyed3d0Z2uxW8snO { color:#ffffff;display:block;width:45.8125rem;position:absolute;font-family:redditsans;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:36.029132843017rem;left:0rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bo4sWt7QheRyJ4dqFD3poR0THHTdJFlt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15258;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68af1eac-3476-4701-bd2e-223961815fc1/20250806_M2_02_TeleportStonex25GayaSportsBag1_160x160.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:38.99609375rem;left:1.0302734375rem;display:block; }#Bo4sWt7QheRyJ4dqFD3poR0THHTdJFlt.adaptive-delivery-prevent-bg, #Bo4sWt7QheRyJ4dqFD3poR0THHTdJFlt.lazyload, #Bo4sWt7QheRyJ4dqFD3poR0THHTdJFlt.lazyloading { background-image: none; }
#mtGGS7C4G8oMMr5gFtEW0LpexFa2fE9V { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15257;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36090ef4-0fc6-4dc8-82f7-da0b1f93560f/20250806_M2_05_TicketBlessingofPower3dDragonScrollIronDragonElixirS_160x160.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:39.365234375rem;left:13.71826171875rem;display:block; }#mtGGS7C4G8oMMr5gFtEW0LpexFa2fE9V.adaptive-delivery-prevent-bg, #mtGGS7C4G8oMMr5gFtEW0LpexFa2fE9V.lazyload, #mtGGS7C4G8oMMr5gFtEW0LpexFa2fE9V.lazyloading { background-image: none; }
#P0hBsAevJlVEifJ0sbIGdXZOVbNuIsdX { box-sizing:content-box;height:21.75rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(94deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(94deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(94deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(94deg, rgba(0,0,0,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000072', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000072', endColorstr='#00000000' );";background-image: linear-gradient(94deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-size:auto !important;top:39.365234375rem;left:26.749351501465rem;display:block; }
#AGWhK1eyUsgezb9J8yKb84aw4ykeFrrH { color:#ffd300;display:block;width:18.125rem;position:absolute;font-family:redditsans;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:40.187171936035rem;left:26.748863220215rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sHSon7e2Sdg0LfpFH6prunpJlAsd1WOh { box-sizing:content-box;height:21.75rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000072', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000072', endColorstr='#00000000' );";background-image: linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-size:auto !important;top:39.365234375rem;left:13.71826171875rem;display:block; }
#FJ2QEX8Vqspd0G8N65QdIgMVgTboWmvW { box-sizing:content-box;height:21.7496875rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(190deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(190deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(190deg, rgba(0,0,0,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000072', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000072', endColorstr='#00000000' );";background-image: linear-gradient(190deg, rgba(0,0,0,0.45), rgba(0,0,0,0));background-size:auto !important;top:39.365234375rem;left:0.6875rem;display:block; }
#a7wPPKzSOIh5FEsEAQLN9Teap7RiIXJX { color:#d1f1ff;display:block;width:12.5rem;position:absolute;font-family:redditsans;font-size:0.875rem;font-weight:400;z-index:15252;line-height:1.3;letter-spacing:0;top:58.624347686767rem;left:13.71826171875rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqdVeabaJdAC1E3aZuRylUWBarw6gsxJ { color:#d1f1ff;display:block;width:12.5rem;position:absolute;font-family:redditsans;font-size:0.875rem;font-weight:400;z-index:15251;line-height:1.3;letter-spacing:0;top:58.436847686767rem;left:0.65608978271487rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EiRKqOQu17dr0BsoHDAZ4g3K6IKvIwX5 { color:#ffd300;display:block;width:12.5rem;position:absolute;font-family:"reddit sans";font-size:0.8125rem;font-weight:700;z-index:15250;line-height:1.4;letter-spacing:0;top:51.874183654785rem;left:13.71826171875rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mgoymlWycLPK7mlbMRWIlsqUAoWN1sab { color:#ffd300;display:block;width:12.5rem;position:absolute;font-family:"reddit sans";font-size:0.8125rem;font-weight:700;z-index:15249;line-height:1.4;letter-spacing:0;top:51.865234375rem;left:0.6875rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8nA9kbk9dXibSQm5ZSHXKJwovWtNloF { color:#fafafa;display:block;width:6.5625rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.8;letter-spacing:0;top:42.75rem;left:35.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C3GIgD3Ldb2UK6Cq7HtUDd64wXQqn9tu { color:#fafafa;display:block;width:6.5625rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.8;letter-spacing:0;top:44.5625rem;left:35.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pAlFzB75WTp5gpe5bFaKezMsJ0BmDXDr { color:#fafafa;display:block;width:6.5625rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.8;letter-spacing:0;top:46.25rem;left:35.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oDKM6AaahcLKJluZuVop1T3gqkda32kB { color:#fafafa;display:block;width:6.5625rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.8;letter-spacing:0;top:48.125rem;left:35.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yZ4DfyEwvUBwAdgPRH56zEzO3ml1qBmd { color:#fafafa;display:block;width:6.5625rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.8;letter-spacing:0;top:50rem;left:35.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r13ChPC0n5TvN04CtHtPdc0tWlfJL3WS { color:#fafafa;display:block;width:6.5625rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.8;letter-spacing:0;top:51.875rem;left:35.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sl4yrktIQienHGsdFPt5S8eH9eG31nfz { color:#fafafa;display:block;width:6.5625rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.8;letter-spacing:0;top:53.4375rem;left:35.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DlINmUToXmsOLxJUEWeS234qGtRZEJBg { color:#fafafa;display:block;width:6.5625rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.8;letter-spacing:0;top:55.25rem;left:35.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nOgueav9tZXO8rzVLxKJovoaTqPkzTDs { color:#fafafa;display:block;width:6.5625rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.8;letter-spacing:0;top:57.0625rem;left:35.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RnuwqMcH3hiE3LpPfSVwU2ADXe7k90Js { color:#fafafa;display:block;width:6.5625rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.8;letter-spacing:0;top:58.9375rem;left:35.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T9IAXvL7WgWenl6cdVID62T86qoEg5Kq { position:absolute;display:block;z-index:15253;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.6867875rem;width:1.62464375rem;top:42.579429626465rem;left:41.93577003479rem;overflow:hidden;display:block; }
#sTvp1v5cITFhGpgTzHibHfRBWlAJoQsy { position:absolute;display:block;z-index:15254;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.6862rem;width:1.62435rem;top:44.339412689209rem;left:41.93577003479rem;overflow:hidden;display:block; }
#JDSM2S0S0xLWZLMTlVNOP84Rtatxp5x5 { position:absolute;display:block;z-index:15255;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.6862rem;width:1.62435rem;top:46.073352813721rem;left:41.93577003479rem;overflow:hidden;display:block; }
#BnZA87amhm12dPwDTnTxMi2DWaL3tfCM { position:absolute;display:block;z-index:15227;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.6862rem;width:1.62435rem;top:47.948352813721rem;left:41.93577003479rem;overflow:hidden;display:block; }
#gq37JtfN10gDKQd1072rr06HoKIGmJRQ { position:absolute;display:block;z-index:15228;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.6862rem;width:1.62435rem;top:49.839630126953rem;left:41.93577003479rem;overflow:hidden;display:block; }
#Zl1LQZWlBv6Ht7kQPW1CKGxBTP60yqgT { position:absolute;display:block;z-index:15229;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.6862rem;width:1.62435rem;top:51.676651000976rem;left:41.93577003479rem;overflow:hidden;display:block; }
#RHSkS62obTOENLWAr6fGgpQIb1ezWma1 { position:absolute;display:block;z-index:15230;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.6862rem;width:1.62435rem;top:53.304256439209rem;left:41.93577003479rem;overflow:hidden;display:block; }
#I0CWPEyv0UamUqQTS82KS2ZTnaNQ5nk7 { position:absolute;display:block;z-index:15231;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.6862rem;width:1.62435rem;top:55.053386688233rem;left:41.93577003479rem;overflow:hidden;display:block; }
#BkTI1BzBvcuPrUM5rk1AUenVpVSt56gg { position:absolute;display:block;z-index:15232;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.6862rem;width:1.62435rem;top:56.848091125488rem;left:41.93577003479rem;overflow:hidden;display:block; }
#bBwSppnEH5zKPU8kDfKGgeVI2db0kA4T { position:absolute;display:block;z-index:15233;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.6862rem;width:1.62435rem;top:58.729602813721rem;left:41.93577003479rem;overflow:hidden;display:block; }
#G4QgrcfNTdyafmKQiLi0M57HhNyIFoTi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00d0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:1.5rem;text-decoration:none;z-index:15237;text-align:left;text-align-last:left;top:42.891185283661rem;left:28.551340103149rem;display:block; }
#VhN1Sy5CxxUpnoy579toWq7JO5aDo3FX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBTWvflkovyTgCTT6xEm81ITVp2pmA1T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00d0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.187325rem;height:1.49946875rem;text-decoration:none;z-index:15238;text-align:left;text-align-last:left;top:44.621096134186rem;left:28.551340103149rem;display:block; }
#PVR5pen3RSwBt1o0hs8KaX0KKErXRHTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RXVK3CMQuAUio7XG4QKfx25I5ArEAQMX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00d0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.18671875rem;height:1.49921875rem;text-decoration:none;z-index:15239;text-align:left;text-align-last:left;top:46.386721134186rem;left:28.551340103149rem;display:block; }
#eHeT3qPSd52q3H34NgnuOpwnzoS07u1t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DfBhOTvP0aUZctVQ96gDghvyaBxAdMfV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00d0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.18671875rem;height:1.49921875rem;text-decoration:none;z-index:15240;text-align:left;text-align-last:left;top:48.261721611023rem;left:28.551340103149rem;display:block; }
#Floish18ubaGhAU2Ws8oUviG2iG1rm6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMz7TVuApr2XbvJzlnnwNJv2LrdwtAeW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00d0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.18671875rem;height:1.49921875rem;text-decoration:none;z-index:15241;text-align:left;text-align-last:left;top:50.026784896851rem;left:28.551340103149rem;display:block; }
#SJhQdPB8aH9413q29f1uhk4Tqcs26eLt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOGiIA2fPFV5l4NT6ehlVZFbrnhqkKQF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00d0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.18671875rem;height:1.49921875rem;text-decoration:none;z-index:15242;text-align:left;text-align-last:left;top:51.802345275879rem;left:28.55078125rem;display:block; }
#Zbx4xmPtd2yBqEbgBreqypKgxrsOuXHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZbtXxTGy4BT1edgvHnNoLNUDmLAUHM8l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00d0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.18671875rem;height:1.49921875rem;text-decoration:none;z-index:15243;text-align:left;text-align-last:left;top:53.523439407349rem;left:28.55078125rem;display:block; }
#IuTB7WJvWmHawaZ2aIZoQABbbHITqqBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GntRK1b0WnxbqI0lPQqJflU8pWGm8MMm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00d0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.18671875rem;height:1.49921875rem;text-decoration:none;z-index:15244;text-align:left;text-align-last:left;top:55.411720275879rem;left:28.55078125rem;display:block; }
#t8U0kXho8pZnTyoZqxvF8OTK8JRxKBug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFI5kcnIgJWWD5cQyx9BOQfCmGy023MI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00d0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.18671875rem;height:1.49921875rem;text-decoration:none;z-index:15245;text-align:left;text-align-last:left;top:57.175001144409rem;left:28.55078125rem;display:block; }
#vA2DpuHkPHO3oqGPNJsJ92pivNaeLyXt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dk4PTPHINJZHMFC3iu0AgOuJkdMffTDa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00d0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reddit sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.18671875rem;height:1.49921875rem;text-decoration:none;z-index:15246;text-align:left;text-align-last:left;top:58.886720657349rem;left:28.55078125rem;display:block; }
#qnC5tlkALmTXM23mJymqXErptm4FgGZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qq73kNFnNTtE209audXRRlEue99Zt9v5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/862a37f7-9749-487d-bf15-87d3d21aae98/20241203_M2_Twitchdrops_Landingpage_Exclusiveitem_Panel_2_Background_3840x1400px.jpg");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; }#qq73kNFnNTtE209audXRRlEue99Zt9v5.adaptive-delivery-prevent-bg, #qq73kNFnNTtE209audXRRlEue99Zt9v5.lazyload, #qq73kNFnNTtE209audXRRlEue99Zt9v5.lazyloading { background-image: none; }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row .container { background-color: transparent; background-image: none; }#qq73kNFnNTtE209audXRRlEue99Zt9v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row .container > .video-iframe-container { display: none; }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row > .video-iframe-container { display: none; }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .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); }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row .container { border-width: 0; border-radius: 0; }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#lV3ELA0P1v2zvMiPTKn3b1bZUKp1otyl { color:#ffffff;display:block;width:30.999rem;position:absolute;font-family:redditsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.93701171875rem;left:21.99951171875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oRx3WKfBfiPsFnAqhi7hEMmAq69dlEdw { color:#eccd5e;display:block;width:37.5rem;position:absolute;font-family:forum;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8098983764649rem;left:18.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwZ40OeL92a2pEq8CFzM9PC10MBMJ5Wf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/348872d8-68e4-437d-93aa-8f1e54bd07a2/20250806_M2_06_TicketManny7dSungMaPremiumBuff7d_160x160.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:12.123481750488rem;left:49.937067031861rem;display:block; }#MwZ40OeL92a2pEq8CFzM9PC10MBMJ5Wf.adaptive-delivery-prevent-bg, #MwZ40OeL92a2pEq8CFzM9PC10MBMJ5Wf.lazyload, #MwZ40OeL92a2pEq8CFzM9PC10MBMJ5Wf.lazyloading { background-image: none; }
#rV4h42TmbMO6J7Nz7kxm1wX6ATdidBy7 { box-sizing:content-box;height:20.374375rem;width:13.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/6676bcf6-6b77-419a-997c-7470706be721/Item_backdrop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.8125rem;left:12.5625rem;display:block; }#rV4h42TmbMO6J7Nz7kxm1wX6ATdidBy7.adaptive-delivery-prevent-bg, #rV4h42TmbMO6J7Nz7kxm1wX6ATdidBy7.lazyload, #rV4h42TmbMO6J7Nz7kxm1wX6ATdidBy7.lazyloading { background-image: none; }
#TXAofRtRm164cl21w3531K9TAbNfCUQl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19303b37-a050-4f4f-a275-3241b2015293/20250806_M2_07_MiniLightBossLootLootPass3dAutoHunting3d_160x160.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:12.123481750488rem;left:31.250001907349rem;display:block; }#TXAofRtRm164cl21w3531K9TAbNfCUQl.adaptive-delivery-prevent-bg, #TXAofRtRm164cl21w3531K9TAbNfCUQl.lazyload, #TXAofRtRm164cl21w3531K9TAbNfCUQl.lazyloading { background-image: none; }
#y4bHSOsGlQ4nkZzAtHLdbB9xlLtsikaO { box-sizing:content-box;height:20.374375rem;width:13.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/6676bcf6-6b77-419a-997c-7470706be721/Item_backdrop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.8125rem;left:30.625rem;display:block; }#y4bHSOsGlQ4nkZzAtHLdbB9xlLtsikaO.adaptive-delivery-prevent-bg, #y4bHSOsGlQ4nkZzAtHLdbB9xlLtsikaO.lazyload, #y4bHSOsGlQ4nkZzAtHLdbB9xlLtsikaO.lazyloading { background-image: none; }
#iEtT3oLRMgnTIAfqRQw1JMKcEhb52BQb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22202b9f-51e9-4a26-b3bb-f4c8e08cab86/20250806_M2_08_TicketExperienceRing3d_160x160.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:12.123481750488rem;left:13.186849594116rem;display:block; }#iEtT3oLRMgnTIAfqRQw1JMKcEhb52BQb.adaptive-delivery-prevent-bg, #iEtT3oLRMgnTIAfqRQw1JMKcEhb52BQb.lazyload, #iEtT3oLRMgnTIAfqRQw1JMKcEhb52BQb.lazyloading { background-image: none; }
#ckvilbUsE7ZtPu0V8qE1eRL09dr35q1C { box-sizing:content-box;height:20.374375rem;width:13.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/6676bcf6-6b77-419a-997c-7470706be721/Item_backdrop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.8125rem;left:49.3125rem;display:block; }#ckvilbUsE7ZtPu0V8qE1eRL09dr35q1C.adaptive-delivery-prevent-bg, #ckvilbUsE7ZtPu0V8qE1eRL09dr35q1C.lazyload, #ckvilbUsE7ZtPu0V8qE1eRL09dr35q1C.lazyloading { background-image: none; }
#B2y0DPrMUIbpHVLX60FML0fuW7KMgDu6 { color:#ffd300;display:block;width:12.5rem;position:absolute;font-family:"reddit sans";font-size:0.8125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:23.442218780517rem;left:31.24951171875rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MUz9WshXcvHT1D7VqsZhRTk4xVfyxsiT { color:#ffd300;display:block;width:12.5rem;position:absolute;font-family:"reddit sans";font-size:0.8125rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:24.010419845581rem;left:13.186849594116rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kPACSBuk7wwW0nNJ0rNtJNG9DwwFoTH7 { color:#ffd300;display:block;width:12.5rem;position:absolute;font-family:"reddit sans";font-size:0.8125rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:23.8115234375rem;left:49.99951171875rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGDmmIyxPN88xqOyrbWXrlZczz79y1o6 { color:#d1f1ff;display:block;width:12.5rem;position:absolute;font-family:redditsans;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:29.0625rem;left:13.1875rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pguGf5iTi4sFaa7xDmNv0nXrqKlfs4Nl { color:#d1f1ff;display:block;width:12.5rem;position:absolute;font-family:redditsans;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:29.25rem;left:31.25rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r1OphtLw78iGsTyT2UBGdwPeG8UablSf { color:#d1f1ff;display:block;width:12.5rem;position:absolute;font-family:redditsans;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:29.3125rem;left:50rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZyM3EbQxf5aTvezplwB0855yvpvqz6ZC { position:absolute;display:block;z-index:15042;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.124025rem;width:20.9375rem;top:35.375rem;left:27.0625rem;overflow:hidden;display:block; }
#a6gtSvXx7ypE7SHoV6uyWLhP6eXW78MA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(246,188,47,0.53);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.124025rem;text-decoration:none;z-index:15224;text-align:center;text-align-last:center;top:35.375rem;left:27.0625rem;display:block; }
#ns5wQsPCcOHhy9BHunm8DkZsTeTbuISy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OImAxFXBAcQdI7EXXkBLs96U3Lav0qn1 { position:absolute;display:block;z-index:15043;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:1.999025rem;top:36.3125rem;left:28.875rem;overflow:hidden;display:block; }
#dGVpfQL8gHcqqDBSF9Cs4FM4gimGgdZN { color:#ffffff;display:block;width:16.3115rem;position:absolute;font-family:redditsans;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:36.6875rem;left:30.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#494858;background-image:url("https://images.assets-landingi.com/uc/01d5ca6f-bde9-4f54-8670-f2cc4be9ae53/20250323_M2_Herodrops_Background.jpg");background-position:top 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; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.adaptive-delivery-prevent-bg, #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.lazyload, #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.lazyloading { background-image: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { background-color: transparent; background-image: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container > .video-iframe-container { display: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row > .video-iframe-container { display: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .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); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { border-width: 0; border-radius: 0; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#sGEWXCxIFRAvimZHUZ9x4PDkh3QeNLOr { background-color:transparent;background-image: -webkit-linear-gradient(326deg, #3bcee2, #0b79bf);background-image: -moz-linear-gradient(326deg, #3bcee2, #0b79bf);background-image: -ms-linear-gradient(326deg, #3bcee2, #0b79bf);background-image: -o-linear-gradient(326deg, #3bcee2, #0b79bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bcee2', endColorstr='#0b79bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bcee2', endColorstr='#0b79bf' );";background-image: linear-gradient(326deg, #3bcee2, #0b79bf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:redditsans;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:2.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.4375rem;left:48.093751907349rem;display:block; }
#QECOgdZx04QkzTSh3XSH7OT92WpaJRiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RwRdQPAoiRAWKZy7OiRuNFeEDv1LTsld { color:#9198c0;display:block;width:37.5rem;position:absolute;font-family:redditsans;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.5rem;left:37.5rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rkCc9rycRakLop6GKfSDapEJpyXmSWQI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:32.9375rem;top:7.3125rem;left:39.78125rem;overflow:hidden;display:block; }
#LyslJudN66xPD2k6DsJ2TbB5m59o81vW { color:#9198c0;display:block;width:37.5rem;position:absolute;font-family:redditsans;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:13.03125rem;left:37.5rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5OgbD2s87stWepy2fr9SsWevd3WGVFs { position:absolute;display:block;z-index:15015;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:5.9375rem;width:10rem;top:15.8125rem;left:51.25rem;overflow:hidden;display:block; }
#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ffc9a380-717a-402b-9cf0-d1748c837ff6/Panel2_Link_Background.jpg");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; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.adaptive-delivery-prevent-bg, #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.lazyload, #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.lazyloading { background-image: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { background-color: transparent; background-image: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container > .video-iframe-container { display: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row > .video-iframe-container { display: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .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); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { border-width: 0; border-radius: 0; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#lAwvFUATZbq3L6Tf12qfN890R6vgKL30 { color:#f6bc2f;display:block;width:75rem;position:absolute;font-family:forum;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4250001907349rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yK5mxpmbl4h6UvDuU0p0nPCcfEoZxoOQ { color:#ffd300;display:block;width:16.375rem;position:absolute;font-family:forum;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:46.5rem;left:12.749998092651rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IlplppW6T0EmatLckEEKVNyC235e0XQT { color:#ffd300;display:block;width:16.5rem;position:absolute;font-family:forum;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:46.5rem;left:30.312498092651rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IZ36F3n6v6gb8pCsuqJCGXlqMGioAaor { color:#ffd300;display:block;width:15.4375rem;position:absolute;font-family:forum;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:46.5rem;left:47.875001907349rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CiKVBZcTBv7bO20WtMqLF4cfAvTBppT0 { color:#8cc6f7;display:block;width:14.375rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:51.0625rem;left:12.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IpirUDuvuzA7lrgKoHO9IsMyPRMsvdgf { color:#8cc6f7;display:block;width:14.375rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:51.0625rem;left:30.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IAh7auVDyNsau8ui8ahKtV4lzPdvbOAJ { color:#8cc6f7;display:block;width:14.375rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:51.0625rem;left:47.875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z0f0aUUQOPliAzWD4I9KhgOLvqQlAPEF { color:#ffffff;display:block;width:11.9355625rem;position:absolute;font-family:redditsans;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:48.9375rem;left:30.3125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DZyrWS7JkuCErxBblLNGDzygTrWZML6R { color:#ffffff;display:block;width:11.9355625rem;position:absolute;font-family:redditsans;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:48.9375rem;left:47.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HEwFDJDUng53nb7H8imqssTXrWktGyXV { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:redditsans;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:48.9375rem;left:12.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ADQ7OtNG8sxPZllMpbihTfOq5g9kEFlw { color:#ffd300;display:block;width:75rem;position:absolute;font-family:forum;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.300000190735rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ocNm9OJ0nnbPUor29D0Tmgwqb7ygUuUl { color:#8cc6f7;display:block;width:31rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.4375rem;left:4.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1iL0MpE3F8oGLNdJMO24pCmraO91qNE { box-sizing:content-box;height:3.3125rem;width:18.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:16.843750953674rem;left:45.587501525879rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#k07aTwFpNreoyTyx4uVA0WE9KpqUsFIN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:18.75rem;top:16.943749427796rem;left:10.5625rem;overflow:hidden;display:block; }
#h9XCuPWcIimL4R625kiBCOauRbGGmb0E { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:redditsans;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.909375190735rem;left:45.8125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTN5dN0mFF6IMTvNuv9h3goTzo4oDK90 { color:#202020;display:block;width:18.375rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.990624427796rem;left:10.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnqeTSCf1pmhfoWQIkkczoutWXRmlTA1 { 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:17.5rem;width:14.375rem;top:27.75rem;left:12.75rem;overflow:hidden;display:block; }
#VUOJbRzp3tQtRV6TBaZ4oTDiRT6HCW8G { position:absolute;display:block;z-index:14999;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:17.5rem;width:14.375rem;top:27.8125rem;left:30.3125rem;overflow:hidden;display:block; }
#Wqv7HACa6Iric0R4gcmqKv5B8rTOstye { position:absolute;display:block;z-index:15017;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:17.5rem;width:14.375rem;top:27.75rem;left:47.875rem;overflow:hidden;display:block; }
#oWymw0HxqDUeuWcRC60JGH8fvqJINkfT { color:#8cc6f7;display:block;width:31.5rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:39.842969894409rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UmfszV7wet3xdbga4Nno81AlxWdH73qy { box-sizing:content-box;height:6.5625rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:#f6bc2f;background-image:none;top:13.843749046326rem;left:37.437499046326rem;display:block; }
#q9K2kynnoyu66v5ITq1Ng12eOC321tXT { color:#8cc6f7;display:block;width:75rem;position:absolute;font-family:redditsans;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5f94871-e757-4a33-bb9f-0fbab259cf92/Panel3_FAQ_Background.jpg");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; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.adaptive-delivery-prevent-bg, #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.lazyload, #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.lazyloading { background-image: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { background-color: transparent; background-image: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container > .video-iframe-container { display: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row > .video-iframe-container { display: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .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); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { border-width: 0; border-radius: 0; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#RCHSLfMI7fAF9KEMS5NcU6rrGi8nQx1Q { color:#f6bc2f;display:block;width:46.25rem;position:absolute;font-family:forum;font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3867225646972rem;left:14.375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHCvHpsLd03stev9Q1l20LWn7RhqAJny { position:absolute;display:block;z-index:15003;height:21.7496875rem;width:75rem;top:15.186634063721rem;left:0.00072097778320312rem;display:block; }
#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1232c6fd-d0a1-44e0-b8b1-00968cc2a015/Footer_Background.jpg");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; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.adaptive-delivery-prevent-bg, #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.lazyload, #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.lazyloading { background-image: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { background-color: transparent; background-image: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container > .video-iframe-container { display: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row > .video-iframe-container { display: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .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); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { border-width: 0; border-radius: 0; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#n3Vwi2kLd78xQXRtRUDG1adOa8wKVnpp { 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:3.49921875rem;width:19.3741875rem;top:7.8804702758787rem;left:27.811717987061rem;overflow:hidden;display:block; }
#kxqTpGgRxzvTfLr1GPW2cRWVS8ztNrmP { color:#f6bc2f;display:block;width:8.06225rem;position:absolute;font-family:redditsans;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.015743255615rem;left:22.154354095459rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5dp1s7E1cUsIf3SihF3uaV5FfGstLNe { color:#f6bc2f;display:block;width:8.06225rem;position:absolute;font-family:redditsans;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.015743255615rem;left:33.468269348144rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwsATgmXNxpXSZiCD05SFsZui8y5NiI5 { color:#f6bc2f;display:block;width:8.0616875rem;position:absolute;font-family:redditsans;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.053623199463rem;left:45.497749328613rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DohOuqQQazZIVzT5xzmWrqP6lggX4v1N { color:#9dc8ff;display:block;width:37.5rem;position:absolute;font-family:redditsans;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.352344512939rem;left:21.59375rem;height:2.111325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rex9daNWIn2b7xpAVJqbThE26E3ZKV0y { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:9.8125rem;top:2.875rem;left:35.4375rem;overflow:hidden;display:block; }
#ZhrH2zwKkVUra7NeO2WmMhUfSnDaTmzF { position:absolute;display:block;z-index:15031;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:5.0625rem;width:5.0625rem;top:1.3125rem;left:29.75rem;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) { #Lx4bhmKWBiGNTmwGXzTHXNp7thDWyllK { top:12.5rem;left:0.75rem;width:46.25rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypZvtfnXh2QRh5iVGJkivFuEx3KG7g1i { top:17.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbLLkTrepowZh5T0I0T2hvdN2HsPkDbR { top:26.25rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTzrKUnrK5433CVnvJf1HVTeC6tnpZ6a { top:0rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzyrKwLcGALBgWd4VnkJfkrJck2KBt90 { top:5.375rem;left:11.874566078186rem;width:23.75rem;height:5.5476157510696rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPMApMtx1E3aodAqmol9Kd8xDnGu9IP7 { display:none; }
 }@media only screen and (max-width: 763px) { #TsOmTTbO8UgTniPuSv7OJozsAde1eTr0 { display:none; }
 }@media only screen and (max-width: 763px) { #SsrBtC2FNIZPVD5f4hGS3xIov4LJtSkT { top:19.4375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn6ikXn9bbkoVnE0FTeVR4idqECb5FFX { top:67.5rem;left:13.4375rem;width:20.9375rem;height:4.124025rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRQ2oDU9ool3TPGcJ2okAETBHrFM5T55 { top:68.4375rem;left:15.25rem;width:1.9375rem;height:2.1201742099273rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVFGNJDgbRJG6i1f0CpS2qDI3xSp4URT { top:68.8125rem;left:17.1875rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh6sIEUgl6oM9Z6FSbLrDXe0mvuWlHTa { top:72.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ1sdtR0lr7BbLBnbGZVl4XbVaz9AD89 { width:20.9375rem;height:4.0625rem;top:67.5rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsCuZMucJHBfovN1pFz36qSENmXZrUqb { display:block; }
 }@media only screen and (max-width: 763px) { #nWNO6ItmJ5OmFcyCSzzrEWgN66fhyrVA { top:44.1875rem;left:39rem;width:8.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptVRCPXTD8T86vrTCrVtoFfmRikD2wsF { top:47.4375rem;left:39rem;width:8.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0587mt8py5GTR7f47xvtXAOQzfvehJk { top:31.75rem;left:39rem;width:8.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTIvRbAN2uL3vZy7FdM1RWlvT0ZAQ4lU { top:31.75rem;left:33.248374938965rem;width:8.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acTc5dRB2odUnUhPTr43qkGBaZ3TZkt0 { top:31.75rem;left:39rem;width:8.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlbx4WwwuxmMQiJtgT2VJOImFIa96H8b { top:44.1875rem;left:33.248374938965rem;width:8.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHRWzJ3JsrP5F1snmquDCLCdX8ITkBlD { top:47.4375rem;left:33.248046875rem;width:8.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT2X0vlCx65gaZMqVRTJXZUUatbqtB2Z { top:47.4375rem;left:39rem;width:8.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQyW3bfh0VXlnu1Zz5u4Z3DMPx8DxZaR { top:44.1875rem;left:39rem;width:8.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srcT4zIa1mywxkrObO4G0Rt5SIfn4IRy { top:31.75rem;left:0rem;width:45.8125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #imIEpzBZnL1wryooSJetW44yEz6wT6fe { top:37rem;left:39rem;width:8.75rem;height:5.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAwA0Pd014zWUbymxxIfLo3TDGA448Mx { top:37rem;left:39rem;width:8.75rem;height:5.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7aOq4TrO2OdLklPkq6CMcTC38Uczhhu { top:37rem;left:33.248374938965rem;width:8.75rem;height:5.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Um5FT8RmCTpZFkexTmGkOe4pcVqi4S { top:33rem;left:0rem;width:43.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZzVR8TrypsqbxfiGyed3d0Z2uxW8snO { top:36rem;left:0rem;width:45.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4sWt7QheRyJ4dqFD3poR0THHTdJFlt { top:38.9375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtGGS7C4G8oMMr5gFtEW0LpexFa2fE9V { top:39.3125rem;left:0.09326171875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0hBsAevJlVEifJ0sbIGdXZOVbNuIsdX { top:39.3125rem;left:13.124351501465rem;width:18.125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGWhK1eyUsgezb9J8yKb84aw4ykeFrrH { top:40.125rem;left:13.123863220215rem;width:18.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHSon7e2Sdg0LfpFH6prunpJlAsd1WOh { top:39.3125rem;left:0.09326171875rem;width:12.5rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ2QEX8Vqspd0G8N65QdIgMVgTboWmvW { top:39.3125rem;left:0rem;width:12.5rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7wPPKzSOIh5FEsEAQLN9Teap7RiIXJX { top:58.5625rem;left:0.09326171875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqdVeabaJdAC1E3aZuRylUWBarw6gsxJ { top:58.375rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiRKqOQu17dr0BsoHDAZ4g3K6IKvIwX5 { top:51.8125rem;left:0.093099594116213rem;width:12.5rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgoymlWycLPK7mlbMRWIlsqUAoWN1sab { top:51.8125rem;left:0rem;width:12.5rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8nA9kbk9dXibSQm5ZSHXKJwovWtNloF { top:42.75rem;left:22.0625rem;width:6.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3GIgD3Ldb2UK6Cq7HtUDd64wXQqn9tu { top:44.5625rem;left:22.0625rem;width:6.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlFzB75WTp5gpe5bFaKezMsJ0BmDXDr { top:46.25rem;left:22.0625rem;width:6.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDKM6AaahcLKJluZuVop1T3gqkda32kB { top:48.125rem;left:22.0625rem;width:6.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4DfyEwvUBwAdgPRH56zEzO3ml1qBmd { top:50rem;left:22.0625rem;width:6.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13ChPC0n5TvN04CtHtPdc0tWlfJL3WS { top:51.875rem;left:22.0625rem;width:6.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl4yrktIQienHGsdFPt5S8eH9eG31nfz { top:53.4375rem;left:22.0625rem;width:6.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlINmUToXmsOLxJUEWeS234qGtRZEJBg { top:55.25rem;left:22.0625rem;width:6.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOgueav9tZXO8rzVLxKJovoaTqPkzTDs { top:57.0625rem;left:22.0625rem;width:6.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnuwqMcH3hiE3LpPfSVwU2ADXe7k90Js { top:58.9375rem;left:22.0625rem;width:6.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9IAXvL7WgWenl6cdVID62T86qoEg5Kq { top:42.5625rem;left:28.31077003479rem;width:1.5625rem;height:1.6219949518269rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTvp1v5cITFhGpgTzHibHfRBWlAJoQsy { top:44.3125rem;left:28.31077003479rem;width:1.5625rem;height:1.6219949518269rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDSM2S0S0xLWZLMTlVNOP84Rtatxp5x5 { top:46.0625rem;left:28.31077003479rem;width:1.5625rem;height:1.6219949518269rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnZA87amhm12dPwDTnTxMi2DWaL3tfCM { top:47.9375rem;left:28.31077003479rem;width:1.5625rem;height:1.6219949518269rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq37JtfN10gDKQd1072rr06HoKIGmJRQ { top:49.8125rem;left:28.31077003479rem;width:1.5625rem;height:1.6219949518269rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1LQZWlBv6Ht7kQPW1CKGxBTP60yqgT { top:51.625rem;left:28.31077003479rem;width:1.5625rem;height:1.6219949518269rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHSkS62obTOENLWAr6fGgpQIb1ezWma1 { top:53.25rem;left:28.31077003479rem;width:1.5625rem;height:1.6219949518269rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0CWPEyv0UamUqQTS82KS2ZTnaNQ5nk7 { top:55rem;left:28.31077003479rem;width:1.5625rem;height:1.6219949518269rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkTI1BzBvcuPrUM5rk1AUenVpVSt56gg { top:56.8125rem;left:28.31077003479rem;width:1.5625rem;height:1.6219949518269rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBwSppnEH5zKPU8kDfKGgeVI2db0kA4T { top:58.6875rem;left:28.31077003479rem;width:1.5625rem;height:1.6219949518269rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4QgrcfNTdyafmKQiLi0M57HhNyIFoTi { width:5.1875rem;height:1.5rem;top:42.875rem;left:14.926340103149rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhN1Sy5CxxUpnoy579toWq7JO5aDo3FX { display:block; }
 }@media only screen and (max-width: 763px) { #VBTWvflkovyTgCTT6xEm81ITVp2pmA1T { width:5.125rem;height:1.4375rem;top:44.5625rem;left:14.926340103149rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVR5pen3RSwBt1o0hs8KaX0KKErXRHTy { display:block; }
 }@media only screen and (max-width: 763px) { #RXVK3CMQuAUio7XG4QKfx25I5ArEAQMX { width:5.125rem;height:1.4375rem;top:46.375rem;left:14.926340103149rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHeT3qPSd52q3H34NgnuOpwnzoS07u1t { display:block; }
 }@media only screen and (max-width: 763px) { #DfBhOTvP0aUZctVQ96gDghvyaBxAdMfV { width:5.125rem;height:1.4375rem;top:48.25rem;left:14.926340103149rem;display:block; }
 }@media only screen and (max-width: 763px) { #Floish18ubaGhAU2Ws8oUviG2iG1rm6z { display:block; }
 }@media only screen and (max-width: 763px) { #lMz7TVuApr2XbvJzlnnwNJv2LrdwtAeW { width:5.125rem;height:1.4375rem;top:50rem;left:14.926340103149rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJhQdPB8aH9413q29f1uhk4Tqcs26eLt { display:block; }
 }@media only screen and (max-width: 763px) { #oOGiIA2fPFV5l4NT6ehlVZFbrnhqkKQF { width:5.125rem;height:1.4375rem;top:51.75rem;left:14.92578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbx4xmPtd2yBqEbgBreqypKgxrsOuXHH { display:block; }
 }@media only screen and (max-width: 763px) { #ZbtXxTGy4BT1edgvHnNoLNUDmLAUHM8l { width:5.125rem;height:1.4375rem;top:53.5rem;left:14.92578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuTB7WJvWmHawaZ2aIZoQABbbHITqqBX { display:block; }
 }@media only screen and (max-width: 763px) { #GntRK1b0WnxbqI0lPQqJflU8pWGm8MMm { width:5.125rem;height:1.4375rem;top:55.375rem;left:14.92578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8U0kXho8pZnTyoZqxvF8OTK8JRxKBug { display:block; }
 }@media only screen and (max-width: 763px) { #fFI5kcnIgJWWD5cQyx9BOQfCmGy023MI { width:5.125rem;height:1.4375rem;top:57.125rem;left:14.92578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2DpuHkPHO3oqGPNJsJ92pivNaeLyXt { display:block; }
 }@media only screen and (max-width: 763px) { #Dk4PTPHINJZHMFC3iu0AgOuJkdMffTDa { width:5.125rem;height:1.4375rem;top:58.875rem;left:14.92578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnC5tlkALmTXM23mJymqXErptm4FgGZS { display:block; }
 }@media only screen and (max-width: 763px) { #qq73kNFnNTtE209audXRRlEue99Zt9v5 { display:block; }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV3ELA0P1v2zvMiPTKn3b1bZUKp1otyl { top:7.875rem;left:8.3737010955813rem;width:30.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRx3WKfBfiPsFnAqhi7hEMmAq69dlEdw { top:2.75rem;left:5.125rem;width:37.5rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwZ40OeL92a2pEq8CFzM9PC10MBMJ5Wf { top:12.0625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV4h42TmbMO6J7Nz7kxm1wX6ATdidBy7 { top:11.8125rem;left:0rem;width:13.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXAofRtRm164cl21w3531K9TAbNfCUQl { top:12.0625rem;left:17.625001907349rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4bHSOsGlQ4nkZzAtHLdbB9xlLtsikaO { top:11.8125rem;left:17rem;width:13.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEtT3oLRMgnTIAfqRQw1JMKcEhb52BQb { top:12.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckvilbUsE7ZtPu0V8qE1eRL09dr35q1C { top:11.8125rem;left:34rem;width:13.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2y0DPrMUIbpHVLX60FML0fuW7KMgDu6 { top:23.4375rem;left:17.623918533325rem;width:12.5rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUz9WshXcvHT1D7VqsZhRTk4xVfyxsiT { top:24rem;left:0rem;width:12.5rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPACSBuk7wwW0nNJ0rNtJNG9DwwFoTH7 { top:23.75rem;left:35.25rem;width:12.5rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDmmIyxPN88xqOyrbWXrlZczz79y1o6 { top:29.0625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pguGf5iTi4sFaa7xDmNv0nXrqKlfs4Nl { top:29.1875rem;left:17.625001907349rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1OphtLw78iGsTyT2UBGdwPeG8UablSf { top:29.25rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyM3EbQxf5aTvezplwB0855yvpvqz6ZC { top:35.375rem;left:13.4375rem;width:20.9375rem;height:4.124025rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6gtSvXx7ypE7SHoV6uyWLhP6eXW78MA { width:20.9375rem;height:4.0625rem;top:35.375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns5wQsPCcOHhy9BHunm8DkZsTeTbuISy { display:block; }
 }@media only screen and (max-width: 763px) { #OImAxFXBAcQdI7EXXkBLs96U3Lav0qn1 { top:36.3125rem;left:15.25rem;width:1.9375rem;height:2.1201742099273rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGVpfQL8gHcqqDBSF9Cs4FM4gimGgdZN { top:36.6875rem;left:17.1875rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f { display:block; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGEWXCxIFRAvimZHUZ9x4PDkh3QeNLOr { width:16.3125rem;height:2.6875rem;top:23.4375rem;left:27.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QECOgdZx04QkzTSh3XSH7OT92WpaJRiU { display:block; }
 }@media only screen and (max-width: 763px) { #RwRdQPAoiRAWKZy7OiRuNFeEDv1LTsld { top:2.5rem;left:10.25rem;width:37.5rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkCc9rycRakLop6GKfSDapEJpyXmSWQI { top:7.3125rem;left:14.8125rem;width:32.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyslJudN66xPD2k6DsJ2TbB5m59o81vW { top:13rem;left:10.25rem;width:37.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5OgbD2s87stWepy2fr9SsWevd3WGVFs { top:15.8125rem;left:30.8125rem;width:10rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS { display:block; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAwvFUATZbq3L6Tf12qfN890R6vgKL30 { top:4.375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK5mxpmbl4h6UvDuU0p0nPCcfEoZxoOQ { top:46.5rem;left:0rem;width:16.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlplppW6T0EmatLckEEKVNyC235e0XQT { top:46.5rem;left:16.686719894409rem;width:16.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ36F3n6v6gb8pCsuqJCGXlqMGioAaor { top:46.5rem;left:32.3125rem;width:15.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiKVBZcTBv7bO20WtMqLF4cfAvTBppT0 { top:51.0625rem;left:0rem;width:14.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpirUDuvuzA7lrgKoHO9IsMyPRMsvdgf { top:51.0625rem;left:16.687501907349rem;width:14.375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAh7auVDyNsau8ui8ahKtV4lzPdvbOAJ { top:51.0625rem;left:33.375rem;width:14.375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0f0aUUQOPliAzWD4I9KhgOLvqQlAPEF { top:48.9375rem;left:16.687501907349rem;width:11.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZyrWS7JkuCErxBblLNGDzygTrWZML6R { top:48.9375rem;left:34.249998092651rem;width:11.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEwFDJDUng53nb7H8imqssTXrWktGyXV { top:48.9375rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADQ7OtNG8sxPZllMpbihTfOq5g9kEFlw { top:9.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNm9OJ0nnbPUor29D0Tmgwqb7ygUuUl { top:14.4375rem;left:0rem;width:31rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1iL0MpE3F8oGLNdJMO24pCmraO91qNE { top:16.8125rem;left:28.75rem;width:18.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k07aTwFpNreoyTyx4uVA0WE9KpqUsFIN { top:16.9375rem;left:0rem;width:18.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9XCuPWcIimL4R625kiBCOauRbGGmb0E { top:17.875rem;left:29.25rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTN5dN0mFF6IMTvNuv9h3goTzo4oDK90 { top:17.9375rem;left:0rem;width:18.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnqeTSCf1pmhfoWQIkkczoutWXRmlTA1 { top:27.75rem;left:0rem;width:14.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOJbRzp3tQtRV6TBaZ4oTDiRT6HCW8G { top:27.8125rem;left:16.6875rem;width:14.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqv7HACa6Iric0R4gcmqKv5B8rTOstye { top:27.75rem;left:33.375rem;width:14.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWymw0HxqDUeuWcRC60JGH8fvqJINkfT { top:14.4375rem;left:16.25rem;width:31.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmfszV7wet3xdbga4Nno81AlxWdH73qy { top:13.8125rem;left:23.812499046326rem;width:0.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9K2kynnoyu66v5ITq1Ng12eOC321tXT { top:24rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx { display:block; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCHSLfMI7fAF9KEMS5NcU6rrGi8nQx1Q { top:4.375rem;left:0.75rem;width:46.25rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHCvHpsLd03stev9Q1l20LWn7RhqAJny { top:15.125rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv { display:block; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3Vwi2kLd78xQXRtRUDG1adOa8wKVnpp { top:7.875rem;left:14.186717987061rem;width:19.3125rem;height:3.4880772217867rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqTpGgRxzvTfLr1GPW2cRWVS8ztNrmP { top:14rem;left:8.5293006896975rem;width:8rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5dp1s7E1cUsIf3SihF3uaV5FfGstLNe { top:14rem;left:19.843097686767rem;width:8rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwsATgmXNxpXSZiCD05SFsZui8y5NiI5 { top:14rem;left:31.872394561767rem;width:8rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DohOuqQQazZIVzT5xzmWrqP6lggX4v1N { top:17.3125rem;left:7.96875rem;width:37.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rex9daNWIn2b7xpAVJqbThE26E3ZKV0y { top:2.875rem;left:21.8125rem;width:9.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhrH2zwKkVUra7NeO2WmMhUfSnDaTmzF { top:1.3125rem;left:16.125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2b3df671-b093-430c-a21e-32560b28808d/20240418_M2_Landingi_Screendesign_Twitch_Drops_Mobile.jpg");background-position:center left !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); }#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 > .row .container { width:20rem;height:157.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx4bhmKWBiGNTmwGXzTHXNp7thDWyllK { width:19.9988125rem;height:2.4375rem;top:17.0815625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypZvtfnXh2QRh5iVGJkivFuEx3KG7g1i { width:19.9988125rem;height:0.9746125rem;top:14.856775rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbLLkTrepowZh5T0I0T2hvdN2HsPkDbR { width:19.9988125rem;height:4.7109375rem;top:23.96780625rem;left:0rem;font-size:1.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTzrKUnrK5433CVnvJf1HVTeC6tnpZ6a { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzyrKwLcGALBgWd4VnkJfkrJck2KBt90 { width:20rem;height:4.670925rem;top:8.9364375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPMApMtx1E3aodAqmol9Kd8xDnGu9IP7 { top:1.25rem;left:0rem;width:20rem;height:3.75rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #TsOmTTbO8UgTniPuSv7OJozsAde1eTr0 { top:6.25rem;left:3.75rem;width:12.5rem;height:1.437025rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #SsrBtC2FNIZPVD5f4hGS3xIov4LJtSkT { width:20rem;height:1.94986875rem;top:20.76823125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bn6ikXn9bbkoVnE0FTeVR4idqECb5FFX { width:20rem;height:3.9402985074627rem;top:145.4375038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRQ2oDU9ool3TPGcJ2okAETBHrFM5T55 { width:2rem;height:2.1875rem;top:146.4375038147rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVFGNJDgbRJG6i1f0CpS2qDI3xSp4URT { width:16.3125rem;height:1.21875rem;top:146.7500038147rem;left:3.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lh6sIEUgl6oM9Z6FSbLrDXe0mvuWlHTa { width:20rem;height:4.38574375rem;top:150.62391662597rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ1sdtR0lr7BbLBnbGZVl4XbVaz9AD89 { width:19rem;height:4.0625rem;top:67.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsCuZMucJHBfovN1pFz36qSENmXZrUqb { display:block; }
 }@media only screen and (max-width: 763px) { #nWNO6ItmJ5OmFcyCSzzrEWgN66fhyrVA { width:8.75rem;height:2.1933625rem;top:129.7119140625rem;left:5.6249998807907rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptVRCPXTD8T86vrTCrVtoFfmRikD2wsF { width:8.75rem;height:1.21875rem;top:132.22981262207rem;left:5.6249998807907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0587mt8py5GTR7f47xvtXAOQzfvehJk { width:20rem;height:10.625rem;top:124.01040649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTIvRbAN2uL3vZy7FdM1RWlvT0ZAQ4lU { width:20rem;height:10.625rem;top:112.01008605957rem;left:0rem;background-color:rgba(0,10,23,0.86);background-image:url("https://images.assets-landingi.com/uc/62b36836-4614-421d-bb6a-79885a7ceac8/phase2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CTIvRbAN2uL3vZy7FdM1RWlvT0ZAQ4lU.adaptive-delivery-prevent-bg, #CTIvRbAN2uL3vZy7FdM1RWlvT0ZAQ4lU.lazyload, #CTIvRbAN2uL3vZy7FdM1RWlvT0ZAQ4lU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #acTc5dRB2odUnUhPTr43qkGBaZ3TZkt0 { width:20rem;height:10.625rem;top:135.76008605957rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlbx4WwwuxmMQiJtgT2VJOImFIa96H8b { width:8.75rem;height:2.1933625rem;top:117.75634765625rem;left:5.6249998807907rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHRWzJ3JsrP5F1snmquDCLCdX8ITkBlD { width:8.75rem;height:1.21875rem;top:120.35400390625rem;left:5.6249998807907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT2X0vlCx65gaZMqVRTJXZUUatbqtB2Z { width:8.75rem;height:1.21875rem;top:144.18701171875rem;left:5.6249998807907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQyW3bfh0VXlnu1Zz5u4Z3DMPx8DxZaR { width:8.75rem;height:2.1933625rem;top:141.49983215332rem;left:5.6249998807907rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srcT4zIa1mywxkrObO4G0Rt5SIfn4IRy { width:20rem;height:79.5rem;top:31.260406494141rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imIEpzBZnL1wryooSJetW44yEz6wT6fe { width:8.75rem;height:6.09375rem;top:135.76008605957rem;left:5.6249998807907rem;font-size:4.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAwA0Pd014zWUbymxxIfLo3TDGA448Mx { width:8.75rem;height:6.09375rem;top:124.01040649414rem;left:5.6249998807907rem;font-size:4.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7aOq4TrO2OdLklPkq6CMcTC38Uczhhu { width:8.75rem;height:6.09375rem;top:112.01008605957rem;left:5.6249998807907rem;font-size:4.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9Um5FT8RmCTpZFkexTmGkOe4pcVqi4S { width:20rem;height:4.3984375rem;top:32.229816436767rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PZzVR8TrypsqbxfiGyed3d0Z2uxW8snO { width:20rem;height:1.381025rem;top:37.760414123535rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4sWt7QheRyJ4dqFD3poR0THHTdJFlt { width:12.5rem;height:12.5rem;top:40.242511749267rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtGGS7C4G8oMMr5gFtEW0LpexFa2fE9V { width:12.5rem;height:12.5rem;top:62.065425872802rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0hBsAevJlVEifJ0sbIGdXZOVbNuIsdX { width:18.125rem;height:23.625rem;top:85.222492218019rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGWhK1eyUsgezb9J8yKb84aw4ykeFrrH { width:18.125rem;height:1.3808625rem;top:87.04443359375rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sHSon7e2Sdg0LfpFH6prunpJlAsd1WOh { width:14.0625rem;height:21.875rem;top:40.242511749267rem;left:2.9687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ2QEX8Vqspd0G8N65QdIgMVgTboWmvW { width:14.0625rem;height:21.875rem;top:62.065425872802rem;left:2.9687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7wPPKzSOIh5FEsEAQLN9Teap7RiIXJX { width:12.5rem;height:2.2734375rem;top:80.6640586853rem;left:3.7499998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqdVeabaJdAC1E3aZuRylUWBarw6gsxJ { width:12.5rem;height:2.2734375rem;top:57.494464874267rem;left:3.7499998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiRKqOQu17dr0BsoHDAZ4g3K6IKvIwX5 { width:12.5rem;height:4.546875rem;top:74.107257843019rem;left:3.7499998807907rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgoymlWycLPK7mlbMRWIlsqUAoWN1sab { width:12.5rem;height:2.2734375rem;top:52.509925842285rem;left:3.7499998807907rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8nA9kbk9dXibSQm5ZSHXKJwovWtNloF { width:6.5625rem;height:1.6875rem;top:89.310985565187rem;left:9.7558596730231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3GIgD3Ldb2UK6Cq7HtUDd64wXQqn9tu { width:6.5625rem;height:1.6875rem;top:91.311198234556rem;left:9.755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAlFzB75WTp5gpe5bFaKezMsJ0BmDXDr { width:6.5625rem;height:1.6875rem;top:93.248918533325rem;left:9.7558596730231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDKM6AaahcLKJluZuVop1T3gqkda32kB { width:6.5625rem;height:1.6875rem;top:95.185987472531rem;left:9.7558596730231rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4DfyEwvUBwAdgPRH56zEzO3ml1qBmd { width:6.5625rem;height:1.6875rem;top:97.185546875rem;left:9.755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r13ChPC0n5TvN04CtHtPdc0tWlfJL3WS { width:6.5625rem;height:1.6875rem;top:99.185546875rem;left:9.755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sl4yrktIQienHGsdFPt5S8eH9eG31nfz { width:6.5625rem;height:1.6875rem;top:101.185546875rem;left:9.755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlINmUToXmsOLxJUEWeS234qGtRZEJBg { width:6.5625rem;height:1.6875rem;top:103.123046875rem;left:9.7421875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nOgueav9tZXO8rzVLxKJovoaTqPkzTDs { width:6.5625rem;height:1.6875rem;top:104.9970703125rem;left:9.7431640625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnuwqMcH3hiE3LpPfSVwU2ADXe7k90Js { width:6.5625rem;height:1.6875rem;top:106.7783203125rem;left:9.7431640625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9IAXvL7WgWenl6cdVID62T86qoEg5Kq { width:1.5625rem;height:1.6219949518269rem;top:89.343099594119rem;left:16.248699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTvp1v5cITFhGpgTzHibHfRBWlAJoQsy { width:1.5625rem;height:1.6219949518269rem;top:91.34375rem;left:16.248699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDSM2S0S0xLWZLMTlVNOP84Rtatxp5x5 { width:1.5625rem;height:1.6219949518269rem;top:93.21875rem;left:16.248699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnZA87amhm12dPwDTnTxMi2DWaL3tfCM { width:1.5625rem;height:1.6219949518269rem;top:95.218099594119rem;left:16.248699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq37JtfN10gDKQd1072rr06HoKIGmJRQ { width:1.5625rem;height:1.6219949518269rem;top:97.218099594119rem;left:16.248699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1LQZWlBv6Ht7kQPW1CKGxBTP60yqgT { width:1.5625rem;height:1.6219949518269rem;top:99.2177734375rem;left:16.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHSkS62obTOENLWAr6fGgpQIb1ezWma1 { width:1.5625rem;height:1.6219949518269rem;top:101.21875rem;left:16.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0CWPEyv0UamUqQTS82KS2ZTnaNQ5nk7 { width:1.5625rem;height:1.6219949518269rem;top:103.154296875rem;left:16.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkTI1BzBvcuPrUM5rk1AUenVpVSt56gg { width:1.5625rem;height:1.6219949518269rem;top:104.9296875rem;left:16.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBwSppnEH5zKPU8kDfKGgeVI2db0kA4T { width:1.5625rem;height:1.6219949518269rem;top:106.7802734375rem;left:16.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4QgrcfNTdyafmKQiLi0M57HhNyIFoTi { width:5.1875rem;height:1.5rem;top:89.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhN1Sy5CxxUpnoy579toWq7JO5aDo3FX { display:block; }
 }@media only screen and (max-width: 763px) { #VBTWvflkovyTgCTT6xEm81ITVp2pmA1T { width:5.125rem;height:1.4375rem;top:91.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVR5pen3RSwBt1o0hs8KaX0KKErXRHTy { display:block; }
 }@media only screen and (max-width: 763px) { #RXVK3CMQuAUio7XG4QKfx25I5ArEAQMX { width:5.125rem;height:1.4375rem;top:93.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHeT3qPSd52q3H34NgnuOpwnzoS07u1t { display:block; }
 }@media only screen and (max-width: 763px) { #DfBhOTvP0aUZctVQ96gDghvyaBxAdMfV { width:5.125rem;height:1.4375rem;top:95.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Floish18ubaGhAU2Ws8oUviG2iG1rm6z { display:block; }
 }@media only screen and (max-width: 763px) { #lMz7TVuApr2XbvJzlnnwNJv2LrdwtAeW { width:5.125rem;height:1.4375rem;top:97.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJhQdPB8aH9413q29f1uhk4Tqcs26eLt { display:block; }
 }@media only screen and (max-width: 763px) { #oOGiIA2fPFV5l4NT6ehlVZFbrnhqkKQF { width:5.125rem;height:1.4375rem;top:99.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbx4xmPtd2yBqEbgBreqypKgxrsOuXHH { display:block; }
 }@media only screen and (max-width: 763px) { #ZbtXxTGy4BT1edgvHnNoLNUDmLAUHM8l { width:5.125rem;height:1.4375rem;top:101.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuTB7WJvWmHawaZ2aIZoQABbbHITqqBX { display:block; }
 }@media only screen and (max-width: 763px) { #GntRK1b0WnxbqI0lPQqJflU8pWGm8MMm { width:5.125rem;height:1.4375rem;top:103.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8U0kXho8pZnTyoZqxvF8OTK8JRxKBug { display:block; }
 }@media only screen and (max-width: 763px) { #fFI5kcnIgJWWD5cQyx9BOQfCmGy023MI { width:5.125rem;height:1.4375rem;top:105rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2DpuHkPHO3oqGPNJsJ92pivNaeLyXt { display:block; }
 }@media only screen and (max-width: 763px) { #Dk4PTPHINJZHMFC3iu0AgOuJkdMffTDa { width:5.125rem;height:1.4375rem;top:106.8095703125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnC5tlkALmTXM23mJymqXErptm4FgGZS { display:block; }
 }@media only screen and (max-width: 763px) { #qq73kNFnNTtE209audXRRlEue99Zt9v5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/862a37f7-9749-487d-bf15-87d3d21aae98/20241203_M2_Twitchdrops_Landingpage_Exclusiveitem_Panel_2_Background_3840x1400px.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qq73kNFnNTtE209audXRRlEue99Zt9v5.adaptive-delivery-prevent-bg, #qq73kNFnNTtE209audXRRlEue99Zt9v5.lazyload, #qq73kNFnNTtE209audXRRlEue99Zt9v5.lazyloading { background-image: none; }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row .container { background-color: transparent; background-image: none; }#qq73kNFnNTtE209audXRRlEue99Zt9v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row .container > .video-iframe-container { display: none; }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row > .video-iframe-container { display: none; }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .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); }#qq73kNFnNTtE209audXRRlEue99Zt9v5 > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV3ELA0P1v2zvMiPTKn3b1bZUKp1otyl { width:20rem;height:1.94986875rem;top:5.1001rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRx3WKfBfiPsFnAqhi7hEMmAq69dlEdw { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwZ40OeL92a2pEq8CFzM9PC10MBMJ5Wf { width:12.5rem;height:12.5rem;top:51.423437595368rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV4h42TmbMO6J7Nz7kxm1wX6ATdidBy7 { width:13.75rem;height:20.3125rem;top:8.29915625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXAofRtRm164cl21w3531K9TAbNfCUQl { width:12.5rem;height:12.5rem;top:29.6731796875rem;left:3.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4bHSOsGlQ4nkZzAtHLdbB9xlLtsikaO { width:13.75rem;height:20.3125rem;top:29.86165625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEtT3oLRMgnTIAfqRQw1JMKcEhb52BQb { width:12.5rem;height:12.5rem;top:8.2976565361025rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckvilbUsE7ZtPu0V8qE1eRL09dr35q1C { width:13.75rem;height:20.3125rem;top:51.42415625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2y0DPrMUIbpHVLX60FML0fuW7KMgDu6 { width:12.5rem;height:3.41015625rem;top:41.491375030518rem;left:3.74951171875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUz9WshXcvHT1D7VqsZhRTk4xVfyxsiT { width:12.5rem;height:3.41015625rem;top:19.928875030517rem;left:3.7488632202149rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPACSBuk7wwW0nNJ0rNtJNG9DwwFoTH7 { width:12.5rem;height:3.41015625rem;top:63.4231796875rem;left:3.81201171875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGDmmIyxPN88xqOyrbWXrlZczz79y1o6 { width:12.5rem;height:2.2734375rem;top:25.54915625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pguGf5iTi4sFaa7xDmNv0nXrqKlfs4Nl { width:12.5rem;height:2.2734375rem;top:47.29915625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1OphtLw78iGsTyT2UBGdwPeG8UablSf { width:12.5rem;height:2.2734375rem;top:68.92415625rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyM3EbQxf5aTvezplwB0855yvpvqz6ZC { width:20rem;height:3.9393671641791rem;top:35.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6gtSvXx7ypE7SHoV6uyWLhP6eXW78MA { width:19rem;height:4.0625rem;top:35.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ns5wQsPCcOHhy9BHunm8DkZsTeTbuISy { display:block; }
 }@media only screen and (max-width: 763px) { #OImAxFXBAcQdI7EXXkBLs96U3Lav0qn1 { width:1.9375rem;height:2.1201742099273rem;top:36.3125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGVpfQL8gHcqqDBSF9Cs4FM4gimGgdZN { width:16.25rem;height:auto;top:36.6875rem;left:1.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f { background-color:rgba(73,72,88,0.75);background-image:url("https://images.assets-landingi.com/uc/01d5ca6f-bde9-4f54-8670-f2cc4be9ae53/20250323_M2_Herodrops_Background.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.adaptive-delivery-prevent-bg, #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.lazyload, #dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f.lazyloading { background-image: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { background-color: transparent; background-image: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container > .video-iframe-container { display: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row > .video-iframe-container { display: none; }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .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); }#dEWH3sD0C7uHVH4mlffQTFKCJio2Zz2f > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGEWXCxIFRAvimZHUZ9x4PDkh3QeNLOr { width:19.4375rem;height:2.9375rem;top:28.0859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QECOgdZx04QkzTSh3XSH7OT92WpaJRiU { display:block; }
 }@media only screen and (max-width: 763px) { #RwRdQPAoiRAWKZy7OiRuNFeEDv1LTsld { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkCc9rycRakLop6GKfSDapEJpyXmSWQI { width:20rem;height:2.44921875rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyslJudN66xPD2k6DsJ2TbB5m59o81vW { width:20rem;height:4.19921875rem;top:12.94921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5OgbD2s87stWepy2fr9SsWevd3WGVFs { width:13.9375rem;height:8.4375rem;top:18.3984375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/92f5965c-c4ce-47a3-be33-a94b34f4213f/Panel2_Link_Background_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.adaptive-delivery-prevent-bg, #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.lazyload, #cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS.lazyloading { background-image: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { background-color: transparent; background-image: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container > .video-iframe-container { display: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row > .video-iframe-container { display: none; }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .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); }#cFTKx6PG6T5WbLHOncKVBX7R1byDiXTS > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAwvFUATZbq3L6Tf12qfN890R6vgKL30 { width:19.9988125rem;height:4.79948125rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yK5mxpmbl4h6UvDuU0p0nPCcfEoZxoOQ { width:12.1859375rem;height:2.1933625rem;top:10.812505722046rem;left:3.9067708253861rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlplppW6T0EmatLckEEKVNyC235e0XQT { width:12.1859375rem;height:2.1933625rem;top:42.4375rem;left:3.9375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZ36F3n6v6gb8pCsuqJCGXlqMGioAaor { width:12.1859375rem;height:2.1933625rem;top:74.652088165281rem;left:3.9067708253861rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiKVBZcTBv7bO20WtMqLF4cfAvTBppT0 { width:13.4359375rem;height:3.65625rem;top:34.062508583069rem;left:3.2817708253861rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:block; }
 }@media only screen and (max-width: 763px) { #IpirUDuvuzA7lrgKoHO9IsMyPRMsvdgf { width:13.4359375rem;height:4.875rem;top:65.812504291537rem;left:3.2817708253861rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:block; }
 }@media only screen and (max-width: 763px) { #IAh7auVDyNsau8ui8ahKtV4lzPdvbOAJ { width:13.4359375rem;height:6.09375rem;top:97.500005722044rem;left:3.2817708253861rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:block; }
 }@media only screen and (max-width: 763px) { #Z0f0aUUQOPliAzWD4I9KhgOLvqQlAPEF { width:11.8734375rem;height:1.21875rem;top:63.6250038147rem;left:4.0630208253861rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZyrWS7JkuCErxBblLNGDzygTrWZML6R { width:11.8734375rem;height:1.21875rem;top:95.187507629394rem;left:4.0630208253861rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEwFDJDUng53nb7H8imqssTXrWktGyXV { width:13.312rem;height:1.21875rem;top:32.125002861023rem;left:3.3437501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADQ7OtNG8sxPZllMpbihTfOq5g9kEFlw { width:15.81175rem;height:0;top:9.1875rem;left:2.0625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ocNm9OJ0nnbPUor29D0Tmgwqb7ygUuUl { width:20rem;height:0;top:16.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:none; }
 }@media only screen and (max-width: 763px) { #V1iL0MpE3F8oGLNdJMO24pCmraO91qNE { width:14.0625rem;height:2.5rem;top:12.625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k07aTwFpNreoyTyx4uVA0WE9KpqUsFIN { width:14.375rem;height:2.5625rem;top:22.6875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9XCuPWcIimL4R625kiBCOauRbGGmb0E { width:11.875rem;height:0;top:13.1875rem;left:4.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTN5dN0mFF6IMTvNuv9h3goTzo4oDK90 { width:10.7495rem;height:0;top:23.1875rem;left:4.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cnqeTSCf1pmhfoWQIkkczoutWXRmlTA1 { width:14.375rem;height:17.5rem;top:13.812500953674rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOJbRzp3tQtRV6TBaZ4oTDiRT6HCW8G { width:14.375rem;height:17.5rem;top:45.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqv7HACa6Iric0R4gcmqKv5B8rTOstye { width:14.375rem;height:17.5rem;top:76.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWymw0HxqDUeuWcRC60JGH8fvqJINkfT { width:20rem;height:auto;top:14.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:none; }
 }@media only screen and (max-width: 763px) { #UmfszV7wet3xdbga4Nno81AlxWdH73qy { width:0.125rem;height:6.5625rem;top:107.03125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9K2kynnoyu66v5ITq1Ng12eOC321tXT { width:20rem;height:auto;top:24rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#8cc6f7;display:none; }
 }@media only screen and (max-width: 763px) { #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f30d4668-486b-45d3-8e16-d8e07aa040b2/Panel3_FAQ_Background_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.adaptive-delivery-prevent-bg, #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.lazyload, #kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx.lazyloading { background-image: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { background-color: transparent; background-image: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container > .video-iframe-container { display: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row > .video-iframe-container { display: none; }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .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); }#kJ7PktZ0aJ2OFb9XvXi80JUayeWsnqmx > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCHSLfMI7fAF9KEMS5NcU6rrGi8nQx1Q { width:19.9988125rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHCvHpsLd03stev9Q1l20LWn7RhqAJny { width:20rem;height:21.687375rem;top:5.4243625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/26706690-02e2-4811-a7f4-bbddcfecb68d/FooterBackground_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.adaptive-delivery-prevent-bg, #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.lazyload, #drIKOTKKZAprHFcTvxKerTeNaMQvgpRv.lazyloading { background-image: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { background-color: transparent; background-image: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container > .video-iframe-container { display: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row > .video-iframe-container { display: none; }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .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); }#drIKOTKKZAprHFcTvxKerTeNaMQvgpRv > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3Vwi2kLd78xQXRtRUDG1adOa8wKVnpp { width:19.375rem;height:3.4984625rem;top:10.7481rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqTpGgRxzvTfLr1GPW2cRWVS8ztNrmP { width:7.9995rem;height:1.29980625rem;top:15.4965625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5dp1s7E1cUsIf3SihF3uaV5FfGstLNe { width:7.9995rem;height:1.29980625rem;top:18.04628125rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwsATgmXNxpXSZiCD05SFsZui8y5NiI5 { width:7.9995rem;height:1.29980625rem;top:20.596rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DohOuqQQazZIVzT5xzmWrqP6lggX4v1N { width:19.9988125rem;height:4.875rem;top:23.14571875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#4aa8c3;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Rex9daNWIn2b7xpAVJqbThE26E3ZKV0y { width:9.812375rem;height:1.93714375rem;top:7.56155rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhrH2zwKkVUra7NeO2WmMhUfSnDaTmzF { width:5.06214375rem;height:5.06214375rem;top:1.25rem;left:7.4375rem;display:block; }
 }