.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-input-select option {
  color: #000;
}
.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 {
  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:#000000;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); }#H8qBox0ZthifoUF80zyPd430oJ3855FP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/98bb83df-405c-4962-aabf-56c830b63d46/Fornite_Anime_Legends_header_v2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#H8qBox0ZthifoUF80zyPd430oJ3855FP.adaptive-delivery-prevent-bg, #H8qBox0ZthifoUF80zyPd430oJ3855FP.lazyload, #H8qBox0ZthifoUF80zyPd430oJ3855FP.lazyloading { background-image: none; }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row .container { background-color: transparent; background-image: none; }#H8qBox0ZthifoUF80zyPd430oJ3855FP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row .container > .video-iframe-container { display: none; }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row > .video-iframe-container { display: none; }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .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); }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row .container { border-width: 0; border-radius: 0; }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row > .video-iframe-container {  }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#JEoDGDgGL1xtF4JV8sy7wxmVyz9TrOr8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:12.8125rem;top:20.5625rem;left:13.59375rem;overflow:hidden;display:block; }
#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f6431fae-8af2-4d09-988a-eeb7a8da89c5/fornite_anime_bg_white_elements.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf.adaptive-delivery-prevent-bg, #ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf.lazyload, #ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf.lazyloading { background-image: none; }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .row .container { background-color: transparent; background-image: none; }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .row .container > .video-iframe-container { display: none; }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .row > .video-iframe-container { display: none; }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .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); }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .row .container { border-width: 0; border-radius: 0; }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .row > .video-iframe-container {  }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#NfOVRuzTNVnTZ422w27kplfNUu2gpUxO { color:#000000;display:block;width:67.9375rem;position:absolute;font-family:paralucent;font-size:1.9375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:3.53125rem;height:5.0375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#W8rMetWlmJ7eU7uqhfalctXnyC0puDqS { color:#000000;display:block;width:20.875rem;position:absolute;font-family:paralucent;font-size:1.4375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:8.9375rem;left:5.9375rem;height:21.5rem;font-style:normal;display:block; }#W8rMetWlmJ7eU7uqhfalctXnyC0puDqS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W8rMetWlmJ7eU7uqhfalctXnyC0puDqS li:before{  }
#w50nTVG6p1cfpuy5gqXM4W7edZg5o0Vh { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #222222;border-left:0.0625rem solid #222222;border-right:0.0625rem solid #222222;border-bottom:0.0625rem solid #222222;height:22.5rem;width:40rem;top:8.9375rem;left:33.125rem;display:block; }
#x6FDQdZiOkeyDTrIRm2NW5lTMt7WBGwQ { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #242424;border-left:0.0625rem solid #242424;border-right:0.0625rem solid #242424;border-bottom:0.0625rem solid #242424;height:8.75rem;width:15.625rem;top:32.875rem;left:5.9375rem;overflow:hidden;display:block; }
#hxul9wQZqfkVO1caMJ57endELTacWq2e { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #242424;border-left:0.0625rem solid #242424;border-right:0.0625rem solid #242424;border-bottom:0.0625rem solid #242424;height:8.75rem;width:15.625rem;top:32.875rem;left:23.0625rem;overflow:hidden;display:block; }
#MXXnvDPTad4hnL3Omp1SAmPpX9tCNw5H { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid #242424;border-left:0.0625rem solid #242424;border-right:0.0625rem solid #242424;border-bottom:0.0625rem solid #242424;height:8.75rem;width:15.625rem;top:32.875rem;left:40.3125rem;overflow:hidden;display:block; }
#SCLwTNqNHcAlxh6Fu9sESz8f2Oq5nmOv { position:absolute;display:block;z-index:100008;border-top:0.0625rem solid #242424;border-left:0.0625rem solid #242424;border-right:0.0625rem solid #242424;border-bottom:0.0625rem solid #242424;height:8.75rem;width:15.625rem;top:32.875rem;left:57.6875rem;overflow:hidden;display:block; }
#UDn7TlwKaI1Pwh5HRisEaAT60RMuw05Z { color:#000000;display:block;width:67.9375rem;position:absolute;font-family:paralucent;font-size:1.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.5625rem;left:4.15625rem;height:2.51875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#xRE9actO3iAWB0iWBZF9HoMckMIenfpm { color:#000000;display:block;width:67.9375rem;position:absolute;font-family:paralucent;font-size:1.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:42.3125rem;left:7.0625rem;height:2.51875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc836;background-image:url("https://images.assets-landingi.com/uc/8a18b425-9fbf-4292-98df-77feb175bd62/fortniteanimelegendspack_background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv.adaptive-delivery-prevent-bg, #G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv.lazyload, #G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv.lazyloading { background-image: none; }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .row .container { background-color: transparent; background-image: none; }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .row .container > .video-iframe-container { display: none; }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .row > .video-iframe-container { display: none; }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .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); }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .row .container { border-width: 0; border-radius: 0; }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .row > .video-iframe-container {  }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#vlve93kWNVmDT4xUNtwEmBslC3x0cpxv { color:#000000;display:block;width:67.9375rem;position:absolute;font-family:paralucent;font-size:3.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.1625022888184rem;left:3.53125rem;height:4.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#T1viTaNXpVXoPmxeXy2OygB2ZZpg82Qv { z-index:100004;top:9.1875rem;left:42.1875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TIQPVuV87EC9D88coFvVcrTWdTS30JPg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yt3w0c3LyOiXXTSGwFGhgectp81nlo2y { z-index:100005;top:9.1875rem;left:53.125rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q42wsNXQmHT793naClPJeFgrrZtabqTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MV2T2t5zq5Th0m3WQ0g9VrHpIT6RcI2L { z-index:100006;top:13.1875rem;left:42.187498092651rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OcTO5ezANh1fNLa2C6rci8NCEVL7c1Jm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qv4MfrCiyNn61ThsiAPCeQNEeT3cBP6V { z-index:100007;top:13.1875rem;left:53.124998092651rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lBHkwkQqWCZQIWTcQMC3TW6f5wqCXRQP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gdvxL7Doy7My4tlvCBnihT99ekT6QqMi { z-index:100008;top:17.28125rem;left:42.187498092651rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mlDuduGltZnLDcsfIbeV869HfbngM5fl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K4Et33BMzF1dufvm0nVtDuTEUMawfMKD { z-index:100009;top:17.28125rem;left:53.124998092651rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Hs7DLO0eNkhcuAxGO4Za0R3xJHO3f82t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wwuReLwgInPmc6AiTJSNrUWTI1TeyUHz { z-index:100010;top:21.28125rem;left:42.187498092651rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LUJJi6kMzFkCQNHytVJQuXrSlmn2Sz9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bppC2S40E0d7TolTtrZ4Jl2bDS37LTlB { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"noto sans";font-size:0.625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:31.562500953674rem;left:10.924999237061rem;height:1.625rem;font-style:italic;display:block; }
#xOstPt8GxKRMWKaue0bAEGbr8zSoHO55 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3125rem;width:43.5rem;top:4.4375rem;left:0rem;overflow:hidden;display:block; }
#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .row .container { background-color: transparent; background-image: none; }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .row .container > .video-iframe-container { display: none; }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .row > .video-iframe-container { display: none; }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .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); }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .row .container { border-width: 0; border-radius: 0; }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .row > .video-iframe-container {  }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#xoyNUtg3RIvTkanT5RfUmsiICP2USrCy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:5.1875rem;top:1.75rem;left:6.4375rem;overflow:hidden;display:block; }
#K13W0IubUnTLHVrRSt3ZzPFepPBdE3s9 { color:#ffffff;display:block;width:51.9375rem;position:absolute;font-family:"noto sans";font-size:0.625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:12.25rem;height:4.0625rem;display:block; }
#agqRqyLZ38ApfFhurQnbxAfTktD8uRJS { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:12.75rem;top:1.75rem;left:12.25rem;overflow:hidden;display:block; }
#TnbHdf8B8JBpH3gm6B13ckEBdTBECEz7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:12.0625rem;top:1.75rem;left:26.0625rem;overflow:hidden;display:block; }
#B8FODH0PMhUy5bW6taa48foToGQS6TPT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:7.5625rem;top:1.75rem;left:39rem;overflow:hidden;display:block; }
#IWipzXB8VCyafZMxffDdmiblcglkq3sG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:7.1875rem;top:1.75rem;left:47.8125rem;overflow:hidden;display:block; }
#GSB6QgJgFH4ONtXynNemsngKq41tbVFX { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:4.0625rem;left:65.4375rem;overflow:hidden;display:block; }
#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .row .container { background-color: transparent; background-image: none; }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .row .container > .video-iframe-container { display: none; }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .row > .video-iframe-container { display: none; }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .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); }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .row .container { border-width: 0; border-radius: 0; }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .row > .video-iframe-container {  }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H8qBox0ZthifoUF80zyPd430oJ3855FP { display:block; }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEoDGDgGL1xtF4JV8sy7wxmVyz9TrOr8 { width:12.8125rem;height:1.8125rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf { display:block; }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfOVRuzTNVnTZ422w27kplfNUu2gpUxO { width:47.75rem;height:5rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rMetWlmJ7eU7uqhfalctXnyC0puDqS { width:20.875rem;height:21.5rem;top:8.9375rem;left:0rem;font-size:1.25rem;display:block; }#W8rMetWlmJ7eU7uqhfalctXnyC0puDqS li:before{  }
 }@media only screen and (max-width: 763px) { #w50nTVG6p1cfpuy5gqXM4W7edZg5o0Vh { width:40rem;height:22.5rem;top:8.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6FDQdZiOkeyDTrIRm2NW5lTMt7WBGwQ { width:15.625rem;height:8.75rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxul9wQZqfkVO1caMJ57endELTacWq2e { width:15.625rem;height:8.75rem;top:32.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXXnvDPTad4hnL3Omp1SAmPpX9tCNw5H { width:15.625rem;height:8.75rem;top:32.875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCLwTNqNHcAlxh6Fu9sESz8f2Oq5nmOv { width:15.625rem;height:8.75rem;top:32.875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDn7TlwKaI1Pwh5HRisEaAT60RMuw05Z { width:47.75rem;height:;top:0.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRE9actO3iAWB0iWBZF9HoMckMIenfpm { width:47.75rem;height:2.5rem;top:42.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv { display:block; }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlve93kWNVmDT4xUNtwEmBslC3x0cpxv { width:47.75rem;height:0;top:1.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1viTaNXpVXoPmxeXy2OygB2ZZpg82Qv { top:9.1875rem;left:28.5625rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIQPVuV87EC9D88coFvVcrTWdTS30JPg { display:block; }
 }@media only screen and (max-width: 763px) { #yt3w0c3LyOiXXTSGwFGhgectp81nlo2y { top:9.1875rem;left:38.0625rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q42wsNXQmHT793naClPJeFgrrZtabqTT { display:block; }
 }@media only screen and (max-width: 763px) { #MV2T2t5zq5Th0m3WQ0g9VrHpIT6RcI2L { top:13.1875rem;left:28.562498092651rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcTO5ezANh1fNLa2C6rci8NCEVL7c1Jm { display:block; }
 }@media only screen and (max-width: 763px) { #Qv4MfrCiyNn61ThsiAPCeQNEeT3cBP6V { top:13.1875rem;left:38.0625rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBHkwkQqWCZQIWTcQMC3TW6f5wqCXRQP { display:block; }
 }@media only screen and (max-width: 763px) { #gdvxL7Doy7My4tlvCBnihT99ekT6QqMi { top:17.25rem;left:28.562498092651rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlDuduGltZnLDcsfIbeV869HfbngM5fl { display:block; }
 }@media only screen and (max-width: 763px) { #K4Et33BMzF1dufvm0nVtDuTEUMawfMKD { top:17.25rem;left:38.0625rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs7DLO0eNkhcuAxGO4Za0R3xJHO3f82t { display:block; }
 }@media only screen and (max-width: 763px) { #wwuReLwgInPmc6AiTJSNrUWTI1TeyUHz { top:21.25rem;left:28.562498092651rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUJJi6kMzFkCQNHytVJQuXrSlmn2Sz9I { display:block; }
 }@media only screen and (max-width: 763px) { #bppC2S40E0d7TolTtrZ4Jl2bDS37LTlB { width:47.75rem;height:1.625rem;top:31.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOstPt8GxKRMWKaue0bAEGbr8zSoHO55 { width:43.5rem;height:24.3125rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif { display:block; }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoyNUtg3RIvTkanT5RfUmsiICP2USrCy { width:5.1875rem;height:6.3125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K13W0IubUnTLHVrRSt3ZzPFepPBdE3s9 { width:47.75rem;height:4.0625rem;top:4.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agqRqyLZ38ApfFhurQnbxAfTktD8uRJS { width:12.75rem;height:1.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnbHdf8B8JBpH3gm6B13ckEBdTBECEz7 { width:12.0625rem;height:1.5625rem;top:1.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8FODH0PMhUy5bW6taa48foToGQS6TPT { width:7.5625rem;height:1.5625rem;top:1.75rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWipzXB8VCyafZMxffDdmiblcglkq3sG { width:7.1875rem;height:1.5625rem;top:1.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSB6QgJgFH4ONtXynNemsngKq41tbVFX { width:3.125rem;height:3.125rem;top:4.0625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA8ylIAwQCfw0UPt17REqFiuFUad2iUd { display:block; }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H8qBox0ZthifoUF80zyPd430oJ3855FP { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/72042716-40a8-44ce-a363-fef6d3bd441c/Fortnite_Anime_Legends_header_v2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#H8qBox0ZthifoUF80zyPd430oJ3855FP.adaptive-delivery-prevent-bg, #H8qBox0ZthifoUF80zyPd430oJ3855FP.lazyload, #H8qBox0ZthifoUF80zyPd430oJ3855FP.lazyloading { background-image: none; }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row .container { background-color: transparent; background-image: none; }#H8qBox0ZthifoUF80zyPd430oJ3855FP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row .container > .video-iframe-container { display: none; }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row > .video-iframe-container { display: none; }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .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); }#H8qBox0ZthifoUF80zyPd430oJ3855FP > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEoDGDgGL1xtF4JV8sy7wxmVyz9TrOr8 { width:12.8125rem;height:1.8125rem;top:7.4375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf { display:block; }#ZJGRTfSqVWxmt8nTER4Nf0RArcZRKCEf > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfOVRuzTNVnTZ422w27kplfNUu2gpUxO { width:20rem;height:6.5rem;top:3.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rMetWlmJ7eU7uqhfalctXnyC0puDqS { width:20rem;height:19.0625rem;top:22.69375038147rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#W8rMetWlmJ7eU7uqhfalctXnyC0puDqS li:before{  }
 }@media only screen and (max-width: 763px) { #w50nTVG6p1cfpuy5gqXM4W7edZg5o0Vh { height:11.1796875rem;width:19.875rem;top:10.568749427796rem;left:0.024999618530274rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6FDQdZiOkeyDTrIRm2NW5lTMt7WBGwQ { width:15.625rem;height:8.75rem;top:43.286458969116rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxul9wQZqfkVO1caMJ57endELTacWq2e { width:15.625rem;height:8.75rem;top:53.136456489563rem;left:2.1374998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXXnvDPTad4hnL3Omp1SAmPpX9tCNw5H { width:15.625rem;height:8.75rem;top:63.173956871031rem;left:2.1374998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCLwTNqNHcAlxh6Fu9sESz8f2Oq5nmOv { width:15.625rem;height:8.75rem;top:73.211456298825rem;left:2.1374998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDn7TlwKaI1Pwh5HRisEaAT60RMuw05Z { width:20rem;height:1.625rem;top:0.86249923706056rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRE9actO3iAWB0iWBZF9HoMckMIenfpm { width:20rem;height:1.625rem;top:83.123959541319rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv { display:block; }#G8xz9QJIJlFgfVDnVLQnIlGBnbmwV9sv > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlve93kWNVmDT4xUNtwEmBslC3x0cpxv { width:20rem;height:2.6rem;top:0.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1viTaNXpVXoPmxeXy2OygB2ZZpg82Qv { top:14.5rem;left:5.1875rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIQPVuV87EC9D88coFvVcrTWdTS30JPg { display:block; }
 }@media only screen and (max-width: 763px) { #yt3w0c3LyOiXXTSGwFGhgectp81nlo2y { top:17.4375rem;left:5.1875rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q42wsNXQmHT793naClPJeFgrrZtabqTT { display:block; }
 }@media only screen and (max-width: 763px) { #MV2T2t5zq5Th0m3WQ0g9VrHpIT6RcI2L { top:20.375rem;left:5.1875rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcTO5ezANh1fNLa2C6rci8NCEVL7c1Jm { display:block; }
 }@media only screen and (max-width: 763px) { #Qv4MfrCiyNn61ThsiAPCeQNEeT3cBP6V { top:23.3125rem;left:5.1875rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBHkwkQqWCZQIWTcQMC3TW6f5wqCXRQP { display:block; }
 }@media only screen and (max-width: 763px) { #gdvxL7Doy7My4tlvCBnihT99ekT6QqMi { top:26.1875rem;left:5.1875rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlDuduGltZnLDcsfIbeV869HfbngM5fl { display:block; }
 }@media only screen and (max-width: 763px) { #K4Et33BMzF1dufvm0nVtDuTEUMawfMKD { top:29.125rem;left:5.1875rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs7DLO0eNkhcuAxGO4Za0R3xJHO3f82t { display:block; }
 }@media only screen and (max-width: 763px) { #wwuReLwgInPmc6AiTJSNrUWTI1TeyUHz { top:32.25rem;left:5.1875rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUJJi6kMzFkCQNHytVJQuXrSlmn2Sz9I { display:block; }
 }@media only screen and (max-width: 763px) { #bppC2S40E0d7TolTtrZ4Jl2bDS37LTlB { width:20rem;height:4.0625rem;top:36.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOstPt8GxKRMWKaue0bAEGbr8zSoHO55 { width:20rem;height:11.17816091954rem;top:3.3500003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif { display:block; }#QhFXUk1zQ2D3hDcIERw1rVQmMBmM2Gif > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoyNUtg3RIvTkanT5RfUmsiICP2USrCy { width:5.1875rem;height:6.3125rem;top:1.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K13W0IubUnTLHVrRSt3ZzPFepPBdE3s9 { width:20rem;height:11.375rem;top:20.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agqRqyLZ38ApfFhurQnbxAfTktD8uRJS { width:12.75rem;height:1.5625rem;top:8.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnbHdf8B8JBpH3gm6B13ckEBdTBECEz7 { width:12.0625rem;height:1.5625rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8FODH0PMhUy5bW6taa48foToGQS6TPT { width:7.5625rem;height:1.5625rem;top:14.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWipzXB8VCyafZMxffDdmiblcglkq3sG { width:7.1875rem;height:1.5625rem;top:17.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSB6QgJgFH4ONtXynNemsngKq41tbVFX { width:3.125rem;height:3.125rem;top:2.4062480926514rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA8ylIAwQCfw0UPt17REqFiuFUad2iUd { display:block; }#BA8ylIAwQCfw0UPt17REqFiuFUad2iUd > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }