.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;
}
.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:#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:#433742;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#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 .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#wleDqKWsW6oN85ny1I8p1TcmhAncQSWk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:10.125rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#yXRxDDTPvSZaxvJ7QtHixR7rCrtvZPcB { z-index:100003;top:1.15625rem;left:54.102869033814rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RQZMsTSMQJiRCiCB12OQOlmRf6lt3kTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NS9TaaOn/3436.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q.adaptive-delivery-prevent-bg, #Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q.lazyload, #Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q.lazyloading { background-image: none; }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q > .row .container { background-color: transparent; background-image: none; }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,0,49,0.57); }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q > .row .container > .video-iframe-container { display: none; }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,0,49,0.57); }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q > .row > .video-iframe-container { display: none; }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q > .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); }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q > .row .container { border-width: 0; border-radius: 0; }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#qMsmaieOLxpUfxdSI4JEQtRZvFDnTwhn { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:poppins;font-size:4.5625rem;font-weight:normal;z-index:100002;line-height:1;letter-spacing:0;top:13rem;left:37.5rem;height:9.125rem;text-align:center;text-align-last:center;display:block; }
#HyL4XmNsZR0dzZ3IxvPvNSGETMnH2So4 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.8125rem;width:31.8125rem;top:0.96875rem;left:3.875rem;overflow:hidden;display:block; }
#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I > .row .container { background-color: transparent; background-image: none; }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I > .row .container > .video-iframe-container { display: none; }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I > .row > .video-iframe-container { display: none; }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I > .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); }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I > .row .container { border-width: 0; border-radius: 0; }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fcoGWvZa/metaverse_blockchain_technology_concepts_person_with_glasses_try_touching_object_experiences_metaverse_virtual_world_futuristic_tone_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt.adaptive-delivery-prevent-bg, #bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt.lazyload, #bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt.lazyloading { background-image: none; }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt > .row .container { background-color: transparent; background-image: none; }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt > .row .container > .video-iframe-container { display: none; }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt > .row > .video-iframe-container { display: none; }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt > .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); }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt > .row .container { border-width: 0; border-radius: 0; }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#WPOyMyLoBZuOEJ1IRTdzpMUcGQlbm82Z { color:#23164c;display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:4.9375rem;left:1.25rem;height:8.4rem;display:block; }
#GxTUqdb2ErdQVqbJUDuf31hqW7XBTGMi { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:11.8125rem;width:36.125rem;top:3.4375rem;left:0rem;display:block; }
#cXnVfNR7frilviEtiq9gXWiWX2SWKPSr { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:16.125rem;top:14.28125rem;left:0rem;overflow:hidden;display:block; }
#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;background-image:url("https://images.assets-landingi.com/NS9TaaOn/3436.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5.adaptive-delivery-prevent-bg, #A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5.lazyload, #A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5.lazyloading { background-image: none; }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 > .row .container { background-color: transparent; background-image: none; }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 > .row .container > .video-iframe-container { display: none; }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 > .row > .video-iframe-container { display: none; }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 > .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); }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 > .row .container { border-width: 0; border-radius: 0; }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#P8DuIyoTUz0PKysRZTgT7Q451VEzNc6q { color:#ffffff;display:block;width:59.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:7.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EG88o9yhiOuRTc9L0Rl6I6alCARmmOQA { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:18.3125rem;width:19rem;top:12.1875rem;left:7.5rem;display:block; }
#hKNuTQnvMvK9odZdkOaKe1TsbGtpF7p0 { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26.75rem;left:7.5rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RqtltleyCxo7qXHEUeFpXk4neAOP0PVe { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:26.875rem;left:27.9375rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PN2uGoT4XT1FQq347mlSHPhlIbdOo8Ch { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:26.875rem;left:48.375rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UpeByJSx7yeWqw6V87ErS1zn4mw7DHSS { position:absolute;display:block;z-index:100019;background-color:transparent;background-image:none;border-top:0.125rem dashed #bebebe;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:7.8125rem;left:17.1875rem;display:block; }
#QlhE9ixnTplDcRdWithakGykruVfhdlv { position:absolute;display:block;z-index:100020;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;height:3.625rem;width:0.0625rem;top:7.8125rem;left:17.1875rem;display:block; }
#xP5vieM232hmNm12w5k1zKI8xzNNbJTb { position:absolute;display:block;z-index:100021;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;height:3.625rem;width:0.0625rem;top:7.8125rem;left:37.4375rem;display:block; }
#tAXISDm8iU0mcPVR4TULrD2heIBS0rZB { position:absolute;display:block;z-index:100022;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;height:3.625rem;width:0.0625rem;top:8.0625rem;left:58.0625rem;display:block; }
#FbkoptBmbdhmT8mSIakTDxhIvPlgM8gO { position:absolute;display:block;z-index:100023;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.8125rem;width:0.8125rem;top:7.5rem;left:16.875rem;display:block; }
#LJQr0o7Derpi5Hvo3X21X2kcJGbKL6oE { position:absolute;display:block;z-index:100024;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.8125rem;width:0.8125rem;top:7.5rem;left:37.125rem;display:block; }
#LVmRxbb9As66BrlLfXVNb3NXtO5NvCvd { position:absolute;display:block;z-index:100025;background-color:#bebebe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.8125rem;width:0.8125rem;top:7.5625rem;left:57.75rem;display:block; }
#le2BkMpfT53zHiyaRtgJZg3TKcn6MaRQ { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;height:18.3125rem;width:19rem;top:12.1875rem;left:27.875rem;display:block; }
#R16D4TEyLMuWzAAgtTTr9h8iFs7kIUv3 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;height:18.3125rem;width:19rem;top:12.1875rem;left:48.3125rem;display:block; }
#c5Rfb750KI0eVZTV38ccoHZHtPVDqJEW { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:11.5rem;top:14.5625rem;left:31.75rem;overflow:hidden;display:block; }
#O7vqPFFm9wlMnicH7D3CFGUvS326TR7p { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:11.5rem;top:14.5625rem;left:11.53125rem;overflow:hidden;display:block; }
#kTlJeQkWFNRKSZZFzT3X2NFXbsTk3qAQ { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:11.5rem;top:14.5625rem;left:52.40625rem;overflow:hidden;display:block; }
#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT > .row .container { background-color: transparent; background-image: none; }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT > .row .container > .video-iframe-container { display: none; }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT > .row > .video-iframe-container { display: none; }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT > .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); }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT > .row .container { border-width: 0; border-radius: 0; }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#TF0gxU2NWyr15qdcyTNJ6qfpExThHdwd { color:#23164c;display:block;width:59.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:0.46875rem;left:7.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPiAIzz552zhgXdTyASn9chGW9bTXyEz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DOGhOfuN/game_section_web_2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz.adaptive-delivery-prevent-bg, #KPiAIzz552zhgXdTyASn9chGW9bTXyEz.lazyload, #KPiAIzz552zhgXdTyASn9chGW9bTXyEz.lazyloading { background-image: none; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row .container { background-color: transparent; background-image: none; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row .container > .video-iframe-container { display: none; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row > .video-iframe-container { display: none; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .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); }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row .container { border-width: 0; border-radius: 0; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI > .row .container { background-color: transparent; background-image: none; }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI > .row .container > .video-iframe-container { display: none; }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI > .row > .video-iframe-container { display: none; }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI > .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); }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI > .row .container { border-width: 0; border-radius: 0; }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rDQqCqJg/game_section_web_1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme.adaptive-delivery-prevent-bg, #N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme.lazyload, #N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme.lazyloading { background-image: none; }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme > .row .container { background-color: transparent; background-image: none; }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme > .row .container > .video-iframe-container { display: none; }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme > .row > .video-iframe-container { display: none; }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme > .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); }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme > .row .container { border-width: 0; border-radius: 0; }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;background-image:url("https://images.assets-landingi.com/NS9TaaOn/3436.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa.adaptive-delivery-prevent-bg, #BA3xV6FuMwghZ6mmoObH31qrWavDRuMa.lazyload, #BA3xV6FuMwghZ6mmoObH31qrWavDRuMa.lazyloading { background-image: none; }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa > .row .container { background-color: transparent; background-image: none; }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa > .row .container > .video-iframe-container { display: none; }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa > .row > .video-iframe-container { display: none; }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa > .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); }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa > .row .container { border-width: 0; border-radius: 0; }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#P5mxeK4OJC5oTLdM1lWn5cwdb933lbEC { color:#ffffff;display:block;width:59.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.375rem;left:7.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTKw3MOg1h41VcTgohggW47eeoNy5Kno { position:absolute;display:block;z-index:100009;background-color:#330051;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.6875rem 0.75rem 0.375rem rgba(0,25,76,0.5) ;height:9.3125rem;width:23.3125rem;top:7.75rem;left:25.875rem;display:block; }
#p81of4CRmd0PolbhFupwvTvgp1hSkptL { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:9.3125rem;left:32.6875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tgg0wAX7yi8QABBsl3RVVl98rIBkfT4D { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:12.8125rem;left:32.6875rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i89uLdO8F7PPWwPNenUpyVGffx3QJAqT { position:absolute;display:block;z-index:100010;background-color:#330051;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.6875rem 0.75rem 0.375rem rgba(0,25,76,0.5) ;height:9.3125rem;width:23.3125rem;top:7.75rem;left:50.5625rem;display:block; }
#uGS3g7fT9C6peqKTAt0IrqTRLB7fuUGT { position:absolute;display:block;z-index:100011;background-color:#330051;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.6875rem 0.75rem 0.375rem rgba(0,25,76,0.5) ;height:9.3125rem;width:23.3125rem;top:7.75rem;left:1.125rem;display:block; }
#wPdAdv256a7TTelWFKmFiGWX5P1meA7C { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:9.6875rem;left:58.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EAGUqlXQW55TznDN7kVE4T1GNHNf6B1V { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:58.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MmQTwQemvoU425pJKt5cOhJRyQKX9XFF { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:9.625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k3MXemE1QVazb6oQAVgdRreOwHq5OWgH { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:13.1875rem;left:9.625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NQDtSdRc3Ge6Eu4hTbiTGlnu1Xb5DZgg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:10.09375rem;left:3.34375rem; }
#whMNu1wEXraaEshzmuvkTapWmpGbo1PK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:10.09375rem;left:27.25rem; }
#Bozqrevly3Wwon4eRpi1tCZNfkEnxqU8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;top:10.09375rem;left:52.125rem; }
#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NS9TaaOn/3436.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF.adaptive-delivery-prevent-bg, #wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF.lazyload, #wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF.lazyloading { background-image: none; }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF > .row .container { background-color: transparent; background-image: none; }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF > .row .container > .video-iframe-container { display: none; }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF > .row > .video-iframe-container { display: none; }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF > .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); }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF > .row .container { border-width: 0; border-radius: 0; }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#p9hSpM0xucxOlZG2ciT1i5voEae5qLSK { color:#ffffff;display:block;width:59.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.375rem;left:7.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VxO0y4DiFEmNN9up1GybEUpwadLb6ILT { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:15.1875rem;width:20.0625rem;top:8rem;left:27.5rem;display:block; }
#N3S0pksJfyxtivbQlwnSnqu1IUTKzDq5 { color:#23164c;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:12.5rem;left:29.4375rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GQLKaksrbxnUuRwp6JrdZ56T7AaV6LV9 { color:#3a3a3a;display:block;width:17rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:15.25rem;left:29.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V4hDmvcnqNRkUCFDb9cNVcM9pGVNPHhT { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:15.1875rem;width:20.0625rem;top:8rem;left:49.8125rem;display:block; }
#o7JArSaV0fr1M7dnk0SoOQIF1nMb3z0d { color:#23164c;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:12.5rem;left:51.5rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAlXKoJrAO1Z616vOToNLkMFo7DgsIOA { color:#3a3a3a;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:15.25rem;left:51.5rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CRx0XoVyTELa80arNDh123nd0p7WHPQR { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:15.1875rem;width:20.0625rem;top:8rem;left:5.1875rem;display:block; }
#pxSKnOyNUhTfB7pvXTQ7euhcDRtLpkTt { color:#23164c;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:12.5rem;left:7.125rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FQfKGmTHR5cezERvvFuKZrMMEzM6eaiS { color:#3a3a3a;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:15.25rem;left:7.125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T1kEaEKU16LqNbmBhvhXmzSf3ZGwP0sy { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:15.1875rem;width:20.0625rem;top:25.375rem;left:5.25rem;display:block; }
#iDgq5kglHMQ4cALZ6IEdE4QJlGcMZNGT { color:#3a3a3a;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:32.625rem;left:7.1875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w8aIxE65pttSvK6K6FyVodFiH9debmig { color:#23164c;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:29.875rem;left:7.1875rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F2lATCRqhuTWQx9OxJwH9tvVvM9SHGyt { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:15.1875rem;width:20.0625rem;top:25.375rem;left:27.5rem;display:block; }
#VGf40Td2Sw4IN6wRzS1bLB1GsIEEAUsM { color:#3a3a3a;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:32.625rem;left:29.4375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FMGktdLbEveTcxe8J0vLPTme0U3FxBzx { color:#23164c;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:29.875rem;left:29.4375rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QfFnEBDR2sMrdqFlTsgqTgzzZnifC6qM { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:15.1875rem;width:20.0625rem;top:25.375rem;left:49.8125rem;display:block; }
#xkTFVvyaVcLpVyWFLp2onUV7LMvBVX2P { color:#3a3a3a;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:33.84375rem;left:51.5rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ot8EGFWTQTVz0zSAikpSZC4JgaTZTOZC { color:#23164c;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:100026;line-height:1;letter-spacing:0;top:29.875rem;left:51.5rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dlwtEdprFadqKNVSqkQSwMB8QDH3kKk4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100028;top:9.4375rem;left:7.125rem; }
#WqLMfleP1oJtdZlcaiugglIKq9MUPJdt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;top:9.4375rem;left:29.4375rem; }
#Eopx35wFUmURACqiPRJzaxa5vsm2pCru { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100030;top:9.25rem;left:51.5rem; }
#xEbBR6uEHPqTOzydFNTg6qiWFIFBxoWy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100031;top:26rem;left:7.125rem; }
#m9sigJRqDGWeiVzW3iyn60CotesbEsOq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100032;top:26rem;left:29.4375rem; }
#UvTqilGRNuLCaP3Eq78HOzwtERou80Bx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100033;top:26rem;left:51.5rem; }
#wHhHz3M82vAizwUcGvgnAfFplIBekpDG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NS9TaaOn/3436.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG.adaptive-delivery-prevent-bg, #wHhHz3M82vAizwUcGvgnAfFplIBekpDG.lazyload, #wHhHz3M82vAizwUcGvgnAfFplIBekpDG.lazyloading { background-image: none; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row .container { background-color: transparent; background-image: none; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row .container > .video-iframe-container { display: none; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row > .video-iframe-container { display: none; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .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); }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row .container { border-width: 0; border-radius: 0; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#mndXXTzDdr6vNUQJ071GFyCk4gtO5y8U { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:21.5625rem;top:20.8125rem;left:7.5rem;display:block; }
#y0G5HmJKtCP2xv8x4WsNqLw2doOVTHKi { position:absolute;display:block;z-index:100046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6d008e, #7f003f);background-image: -moz-linear-gradient(180deg, #6d008e, #7f003f);background-image: -ms-linear-gradient(180deg, #6d008e, #7f003f);background-image: -o-linear-gradient(180deg, #6d008e, #7f003f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d008e', endColorstr='#7f003f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d008e', endColorstr='#7f003f' );";background-image: linear-gradient(180deg, #6d008e, #7f003f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5625rem;width:38.4375rem;top:0rem;left:29.0625rem;display:block; }
#yZGhQof6yIsQS6dyQTko0kWTbH3T0NVr { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100047;line-height:1.1;letter-spacing:0;top:3.75rem;left:32.75rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9E2TGD4B5Lrky1L0ZIFhmTQ2SVLNqBK { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100048;line-height:1.7;letter-spacing:0;top:8.3125rem;left:32.75rem;height:3.825rem;font-style:normal;display:block; }
#lo6eKsTz4PMGqZ42ygGdkOueDo1OtwVT { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100049;line-height:1.7;letter-spacing:0;top:13.6875rem;left:32.8125rem;height:5.7375rem;font-style:normal;display:block; }
#p0TsqT4P1cFIzg5dxDu4k56dXJSogb3n { position:absolute;display:block;z-index:100002;background-color:#5f0071;background-image:url("https://images.assets-landingi.com/wIRr6d1m/contactuscharacter.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8125rem;width:21.5625rem;top:0.0625rem;left:7.5rem;display:block; }#p0TsqT4P1cFIzg5dxDu4k56dXJSogb3n.adaptive-delivery-prevent-bg, #p0TsqT4P1cFIzg5dxDu4k56dXJSogb3n.lazyload, #p0TsqT4P1cFIzg5dxDu4k56dXJSogb3n.lazyloading { background-image: none; }
#TtxCT77J8tkfGlvQ8ga2hKNGnWT44Cz6 { z-index:100003;top:22.5625rem;left:11.25rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JzzLxFxsTxoSyV9v1Wz0VTLMRXxzcVSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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) { #wleDqKWsW6oN85ny1I8p1TcmhAncQSWk { top:0.8125rem;left:0rem;width:10.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXRxDDTPvSZaxvJ7QtHixR7rCrtvZPcB { top:1.125rem;left:31.5625rem;width:16.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQZMsTSMQJiRCiCB12OQOlmRf6lt3kTF { display:block; }
 }@media only screen and (max-width: 763px) { #Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q { display:block; }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMsmaieOLxpUfxdSI4JEQtRZvFDnTwhn { top:13rem;left:15.0625rem;width:32.6875rem;height:9.125rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyL4XmNsZR0dzZ3IxvPvNSGETMnH2So4 { top:0.9375rem;left:0rem;width:31.8125rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I { display:block; }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt { display:block; }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPOyMyLoBZuOEJ1IRTdzpMUcGQlbm82Z { top:4.9375rem;left:0rem;width:33.625rem;height:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxTUqdb2ErdQVqbJUDuf31hqW7XBTGMi { top:3.4375rem;left:0rem;width:36.125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXnVfNR7frilviEtiq9gXWiWX2SWKPSr { top:14.25rem;left:0rem;width:16.125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 { display:block; }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8DuIyoTUz0PKysRZTgT7Q451VEzNc6q { width:47.75rem;height:4.0625rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG88o9yhiOuRTc9L0Rl6I6alCARmmOQA { width:19rem;height:18.3125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKNuTQnvMvK9odZdkOaKe1TsbGtpF7p0 { width:19.125rem;height:2.1875rem;top:26.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtltleyCxo7qXHEUeFpXk4neAOP0PVe { width:19.125rem;height:2.1875rem;top:26.875rem;left:14.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN2uGoT4XT1FQq347mlSHPhlIbdOo8Ch { width:19.125rem;height:2.1875rem;top:26.875rem;left:28.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpeByJSx7yeWqw6V87ErS1zn4mw7DHSS { width:40.625rem;height:0.0625rem;top:7.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlhE9ixnTplDcRdWithakGykruVfhdlv { width:0.0625rem;height:3.625rem;top:7.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP5vieM232hmNm12w5k1zKI8xzNNbJTb { width:0.0625rem;height:3.625rem;top:7.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAXISDm8iU0mcPVR4TULrD2heIBS0rZB { width:0.0625rem;height:3.625rem;top:8.0625rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbkoptBmbdhmT8mSIakTDxhIvPlgM8gO { width:0.8125rem;height:0.8125rem;top:7.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJQr0o7Derpi5Hvo3X21X2kcJGbKL6oE { width:0.8125rem;height:0.8125rem;top:7.5rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVmRxbb9As66BrlLfXVNb3NXtO5NvCvd { width:0.8125rem;height:0.8125rem;top:7.5625rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le2BkMpfT53zHiyaRtgJZg3TKcn6MaRQ { width:19rem;height:18.3125rem;top:12.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R16D4TEyLMuWzAAgtTTr9h8iFs7kIUv3 { width:19rem;height:18.3125rem;top:12.1875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Rfb750KI0eVZTV38ccoHZHtPVDqJEW { top:14.5625rem;left:18.125rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vqPFFm9wlMnicH7D3CFGUvS326TR7p { top:14.5625rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTlJeQkWFNRKSZZFzT3X2NFXbsTk3qAQ { top:14.5625rem;left:36.25rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT { display:block; }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF0gxU2NWyr15qdcyTNJ6qfpExThHdwd { width:47.75rem;height:4.0625rem;top:0.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPiAIzz552zhgXdTyASn9chGW9bTXyEz { display:block; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI { display:block; }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme { display:block; }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA3xV6FuMwghZ6mmoObH31qrWavDRuMa { display:block; }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5mxeK4OJC5oTLdM1lWn5cwdb933lbEC { width:47.75rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTKw3MOg1h41VcTgohggW47eeoNy5Kno { top:7.75rem;left:12.25rem;width:23.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p81of4CRmd0PolbhFupwvTvgp1hSkptL { width:14.9375rem;height:4.0625rem;top:9.3125rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg0wAX7yi8QABBsl3RVVl98rIBkfT4D { width:16.625rem;height:1.6875rem;top:12.8125rem;left:19.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i89uLdO8F7PPWwPNenUpyVGffx3QJAqT { top:7.75rem;left:24.4375rem;width:23.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGS3g7fT9C6peqKTAt0IrqTRLB7fuUGT { top:7.75rem;left:0rem;width:23.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPdAdv256a7TTelWFKmFiGWX5P1meA7C { width:14.9375rem;height:4.0625rem;top:9.6875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAGUqlXQW55TznDN7kVE4T1GNHNf6B1V { width:14.9375rem;height:2rem;top:13.1875rem;left:32.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmQTwQemvoU425pJKt5cOhJRyQKX9XFF { width:14.9375rem;height:4.0625rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3MXemE1QVazb6oQAVgdRreOwHq5OWgH { width:14.9375rem;height:2rem;top:13.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQDtSdRc3Ge6Eu4hTbiTGlnu1Xb5DZgg { top:10.0625rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMNu1wEXraaEshzmuvkTapWmpGbo1PK { top:10.0625rem;left:13.625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bozqrevly3Wwon4eRpi1tCZNfkEnxqU8 { top:10.0625rem;left:38.5rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF { display:block; }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9hSpM0xucxOlZG2ciT1i5voEae5qLSK { width:47.75rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxO0y4DiFEmNN9up1GybEUpwadLb6ILT { top:8rem;left:13.875rem;width:20.0625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3S0pksJfyxtivbQlwnSnqu1IUTKzDq5 { width:14.9375rem;height:2.25rem;top:12.5rem;left:15.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQLKaksrbxnUuRwp6JrdZ56T7AaV6LV9 { width:17rem;height:4.875rem;top:15.25rem;left:15.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4hDmvcnqNRkUCFDb9cNVcM9pGVNPHhT { top:8rem;left:27.6875rem;width:20.0625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7JArSaV0fr1M7dnk0SoOQIF1nMb3z0d { width:16.25rem;height:2.25rem;top:12.5rem;left:31.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAlXKoJrAO1Z616vOToNLkMFo7DgsIOA { width:16.6875rem;height:4.875rem;top:15.25rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRx0XoVyTELa80arNDh123nd0p7WHPQR { top:8rem;left:0rem;width:20.0625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxSKnOyNUhTfB7pvXTQ7euhcDRtLpkTt { width:14.9375rem;height:2.25rem;top:12.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQfKGmTHR5cezERvvFuKZrMMEzM6eaiS { width:16.6875rem;height:3.625rem;top:15.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1kEaEKU16LqNbmBhvhXmzSf3ZGwP0sy { top:25.375rem;left:0rem;width:20.0625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDgq5kglHMQ4cALZ6IEdE4QJlGcMZNGT { width:16.6875rem;height:4.875rem;top:32.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8aIxE65pttSvK6K6FyVodFiH9debmig { width:14.9375rem;height:2.25rem;top:29.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2lATCRqhuTWQx9OxJwH9tvVvM9SHGyt { top:25.375rem;left:13.875rem;width:20.0625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGf40Td2Sw4IN6wRzS1bLB1GsIEEAUsM { width:16.6875rem;height:3.625rem;top:32.625rem;left:15.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMGktdLbEveTcxe8J0vLPTme0U3FxBzx { width:14.9375rem;height:2.25rem;top:29.875rem;left:15.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfFnEBDR2sMrdqFlTsgqTgzzZnifC6qM { top:25.375rem;left:27.6875rem;width:20.0625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkTFVvyaVcLpVyWFLp2onUV7LMvBVX2P { width:15.875rem;height:3.6875rem;top:33.8125rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot8EGFWTQTVz0zSAikpSZC4JgaTZTOZC { width:14.9375rem;height:3.5rem;top:29.875rem;left:32.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlwtEdprFadqKNVSqkQSwMB8QDH3kKk4 { top:9.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLMfleP1oJtdZlcaiugglIKq9MUPJdt { top:9.4375rem;left:15.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eopx35wFUmURACqiPRJzaxa5vsm2pCru { top:9.25rem;left:37.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEbBR6uEHPqTOzydFNTg6qiWFIFBxoWy { top:26rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9sigJRqDGWeiVzW3iyn60CotesbEsOq { top:26rem;left:15.8125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvTqilGRNuLCaP3Eq78HOzwtERou80Bx { top:26rem;left:37.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHhHz3M82vAizwUcGvgnAfFplIBekpDG { display:block; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mndXXTzDdr6vNUQJ071GFyCk4gtO5y8U { width:21.5625rem;height:6.9375rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0G5HmJKtCP2xv8x4WsNqLw2doOVTHKi { width:38.4375rem;height:27.5625rem;top:0rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZGhQof6yIsQS6dyQTko0kWTbH3T0NVr { width:31.5rem;height:2.75rem;top:3.75rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9E2TGD4B5Lrky1L0ZIFhmTQ2SVLNqBK { width:31.4375rem;height:3.8125rem;top:8.3125rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo6eKsTz4PMGqZ42ygGdkOueDo1OtwVT { width:31.6875rem;height:5.6875rem;top:13.6875rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TsqT4P1cFIzg5dxDu4k56dXJSogb3n { width:21.5625rem;height:20.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxCT77J8tkfGlvQ8ga2hKNGnWT44Cz6 { top:22.5625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzzLxFxsTxoSyV9v1Wz0VTLMRXxzcVSa { 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:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wleDqKWsW6oN85ny1I8p1TcmhAncQSWk { width:10.125rem;height:4.1875rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXRxDDTPvSZaxvJ7QtHixR7rCrtvZPcB { top:6.6875rem;left:1.875rem;width:16.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQZMsTSMQJiRCiCB12OQOlmRf6lt3kTF { display:block; }
 }@media only screen and (max-width: 763px) { #Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q { display:block; }#Gr1W6nJSQ2G71TCHxWL9y5XMJH5Owy7q > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMsmaieOLxpUfxdSI4JEQtRZvFDnTwhn { width:20rem;height:4rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyL4XmNsZR0dzZ3IxvPvNSGETMnH2So4 { width:20rem;height:20rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I { display:block; }#Ox9l1eqTJi4HUZQmH50DJRHRlAmT050I > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt { display:block; }#bdLvUZHNPCThvhTkvuLKK6aKVMJFFWEt > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPOyMyLoBZuOEJ1IRTdzpMUcGQlbm82Z { width:18.5625rem;height:10.5rem;top:2.6125001907349rem;left:0.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxTUqdb2ErdQVqbJUDuf31hqW7XBTGMi { width:20rem;height:14.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXnVfNR7frilviEtiq9gXWiWX2SWKPSr { width:16.125rem;height:5.5rem;top:16.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 { display:block; }#A3D6TPXl4XhK7hAlLL8dEmTeQzRQGDN5 > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8DuIyoTUz0PKysRZTgT7Q451VEzNc6q { width:20rem;height:4.5rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EG88o9yhiOuRTc9L0Rl6I6alCARmmOQA { width:19rem;height:14.4375rem;top:6.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKNuTQnvMvK9odZdkOaKe1TsbGtpF7p0 { width:19.125rem;height:2.1125rem;top:17.4375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtltleyCxo7qXHEUeFpXk4neAOP0PVe { width:19.125rem;height:2.1125rem;top:33.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN2uGoT4XT1FQq347mlSHPhlIbdOo8Ch { width:13.25rem;height:2.1125rem;top:48.9375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpeByJSx7yeWqw6V87ErS1zn4mw7DHSS { width:20rem;height:0.0625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlhE9ixnTplDcRdWithakGykruVfhdlv { width:0.0625rem;height:3.625rem;top:12.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xP5vieM232hmNm12w5k1zKI8xzNNbJTb { width:0.0625rem;height:3.625rem;top:21rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAXISDm8iU0mcPVR4TULrD2heIBS0rZB { width:0.0625rem;height:3.625rem;top:27.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbkoptBmbdhmT8mSIakTDxhIvPlgM8gO { width:0.8125rem;height:0.8125rem;top:10.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJQr0o7Derpi5Hvo3X21X2kcJGbKL6oE { width:0.8125rem;height:0.8125rem;top:18.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVmRxbb9As66BrlLfXVNb3NXtO5NvCvd { width:0.8125rem;height:0.8125rem;top:25.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #le2BkMpfT53zHiyaRtgJZg3TKcn6MaRQ { width:19rem;height:14.3125rem;top:23.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R16D4TEyLMuWzAAgtTTr9h8iFs7kIUv3 { width:19rem;height:14.125rem;top:38.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Rfb750KI0eVZTV38ccoHZHtPVDqJEW { width:8.3125rem;height:8.3125rem;top:24.46249961853rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vqPFFm9wlMnicH7D3CFGUvS326TR7p { width:9.5rem;height:9.5rem;top:7.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTlJeQkWFNRKSZZFzT3X2NFXbsTk3qAQ { width:7.8125rem;height:7.8125rem;top:39.6875rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT { display:block; }#JEHStQka5cQrgBNpuwqtZO2nrKwTeDpT > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF0gxU2NWyr15qdcyTNJ6qfpExThHdwd { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPiAIzz552zhgXdTyASn9chGW9bTXyEz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DOGhOfuN/game_section_web_2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz.adaptive-delivery-prevent-bg, #KPiAIzz552zhgXdTyASn9chGW9bTXyEz.lazyload, #KPiAIzz552zhgXdTyASn9chGW9bTXyEz.lazyloading { background-image: none; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row .container { background-color: transparent; background-image: none; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row .container > .video-iframe-container { display: none; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row > .video-iframe-container { display: none; }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .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); }#KPiAIzz552zhgXdTyASn9chGW9bTXyEz > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI { display:block; }#ddTda5OyTXHqHHtTRVNoV5R5A6EkkmxI > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme { display:block; }#N1sqFwJ9CT0y33HwrErCdQBWtKBXMMme > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA3xV6FuMwghZ6mmoObH31qrWavDRuMa { display:block; }#BA3xV6FuMwghZ6mmoObH31qrWavDRuMa > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5mxeK4OJC5oTLdM1lWn5cwdb933lbEC { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTKw3MOg1h41VcTgohggW47eeoNy5Kno { width:20rem;height:9.3125rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p81of4CRmd0PolbhFupwvTvgp1hSkptL { width:9.625rem;height:2.4375rem;top:16.9375rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg0wAX7yi8QABBsl3RVVl98rIBkfT4D { width:12.4375rem;height:2.8875rem;top:19.4375rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i89uLdO8F7PPWwPNenUpyVGffx3QJAqT { width:20rem;height:9.3125rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGS3g7fT9C6peqKTAt0IrqTRLB7fuUGT { width:20rem;height:9.3125rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPdAdv256a7TTelWFKmFiGWX5P1meA7C { width:8.75rem;height:2.4375rem;top:28.3125rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAGUqlXQW55TznDN7kVE4T1GNHNf6B1V { width:13rem;height:1.44375rem;top:30.6875rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MmQTwQemvoU425pJKt5cOhJRyQKX9XFF { width:7.75rem;height:2.4375rem;top:6.875rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3MXemE1QVazb6oQAVgdRreOwHq5OWgH { width:11.1875rem;height:1.70625rem;top:9.25rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQDtSdRc3Ge6Eu4hTbiTGlnu1Xb5DZgg { width:4.625rem;height:4.625rem;top:6.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMNu1wEXraaEshzmuvkTapWmpGbo1PK { width:4.625rem;height:4.625rem;top:17.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bozqrevly3Wwon4eRpi1tCZNfkEnxqU8 { width:4.625rem;height:4.625rem;top:27.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF { display:block; }#wqCgFeoxr4WIDuC2UTntxLC1mXqFmnPF > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9hSpM0xucxOlZG2ciT1i5voEae5qLSK { width:20rem;height:2.4375rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxO0y4DiFEmNN9up1GybEUpwadLb6ILT { width:20rem;height:15.1875rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3S0pksJfyxtivbQlwnSnqu1IUTKzDq5 { width:14.9375rem;height:2.275rem;top:28.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQLKaksrbxnUuRwp6JrdZ56T7AaV6LV9 { width:17rem;height:4.875rem;top:31rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4hDmvcnqNRkUCFDb9cNVcM9pGVNPHhT { width:20rem;height:15.1875rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7JArSaV0fr1M7dnk0SoOQIF1nMb3z0d { width:16.25rem;height:2.275rem;top:44.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAlXKoJrAO1Z616vOToNLkMFo7DgsIOA { width:16.6875rem;height:4.875rem;top:47.4375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRx0XoVyTELa80arNDh123nd0p7WHPQR { width:20rem;height:15.1875rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxSKnOyNUhTfB7pvXTQ7euhcDRtLpkTt { width:14.9375rem;height:2.275rem;top:11.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQfKGmTHR5cezERvvFuKZrMMEzM6eaiS { width:16.6875rem;height:3.65625rem;top:14.5625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1kEaEKU16LqNbmBhvhXmzSf3ZGwP0sy { width:20rem;height:15.1875rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDgq5kglHMQ4cALZ6IEdE4QJlGcMZNGT { width:16.6875rem;height:4.875rem;top:65.125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8aIxE65pttSvK6K6FyVodFiH9debmig { width:14.9375rem;height:2.275rem;top:62.375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2lATCRqhuTWQx9OxJwH9tvVvM9SHGyt { width:20rem;height:15.1875rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGf40Td2Sw4IN6wRzS1bLB1GsIEEAUsM { width:16.6875rem;height:3.65625rem;top:81.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMGktdLbEveTcxe8J0vLPTme0U3FxBzx { width:14.9375rem;height:2.275rem;top:79.1875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfFnEBDR2sMrdqFlTsgqTgzzZnifC6qM { width:20rem;height:15.1875rem;top:89.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkTFVvyaVcLpVyWFLp2onUV7LMvBVX2P { width:15.875rem;height:3.65625rem;top:99.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot8EGFWTQTVz0zSAikpSZC4JgaTZTOZC { width:14.9375rem;height:3.5rem;top:95.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlwtEdprFadqKNVSqkQSwMB8QDH3kKk4 { width:3.125rem;height:3.125rem;top:8.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLMfleP1oJtdZlcaiugglIKq9MUPJdt { width:3.125rem;height:3.125rem;top:25.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eopx35wFUmURACqiPRJzaxa5vsm2pCru { width:3.3125rem;height:3.3125rem;top:41.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEbBR6uEHPqTOzydFNTg6qiWFIFBxoWy { width:3.3125rem;height:3.3125rem;top:58.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9sigJRqDGWeiVzW3iyn60CotesbEsOq { width:3.3125rem;height:3.3125rem;top:75.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvTqilGRNuLCaP3Eq78HOzwtERou80Bx { width:3.3125rem;height:3.3125rem;top:91.375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHhHz3M82vAizwUcGvgnAfFplIBekpDG { background-color:#73008e;background-image:none;display:block; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row .container { background-color: transparent; background-image: none; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row .container > .video-iframe-container { display: none; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row > .video-iframe-container { display: none; }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .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); }#wHhHz3M82vAizwUcGvgnAfFplIBekpDG > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mndXXTzDdr6vNUQJ071GFyCk4gtO5y8U { width:20rem;height:15.125rem;top:51.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0G5HmJKtCP2xv8x4WsNqLw2doOVTHKi { width:20rem;height:31.75rem;top:0rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #yZGhQof6yIsQS6dyQTko0kWTbH3T0NVr { width:20rem;height:2.2rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #c9E2TGD4B5Lrky1L0ZIFhmTQ2SVLNqBK { width:17rem;height:4.8rem;top:5.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lo6eKsTz4PMGqZ42ygGdkOueDo1OtwVT { width:17.6875rem;height:8rem;top:11.34375rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #p0TsqT4P1cFIzg5dxDu4k56dXJSogb3n { width:20rem;height:20.8125rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxCT77J8tkfGlvQ8ga2hKNGnWT44Cz6 { top:42.8125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzzLxFxsTxoSyV9v1Wz0VTLMRXxzcVSa { display:block; }
 }