.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#5c4ab6;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); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { background-color:#7a62f3;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;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { background-color: transparent; background-image: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container > .video-iframe-container { display: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container { display: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .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); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { border-width: 0; border-radius: 0; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { font-size:0.875rem;font-family:comfortaa;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { color:#ffffff;display:block;width:74.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.021484375rem;left:0.875rem;height:1.9121125rem;font-style:normal;display:block; }
#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 { background-color:#7a62f3;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;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .row .container { background-color: transparent; background-image: none; }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .row .container > .video-iframe-container { display: none; }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .row > .video-iframe-container { display: none; }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .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); }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .row .container { border-width: 0; border-radius: 0; }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .row .container { font-size:0.875rem;font-family:comfortaa;height:0.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { background-color:#1c1b24;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;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { background-color: transparent; background-image: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container > .video-iframe-container { display: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container { display: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .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); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { border-width: 0; border-radius: 0; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { font-size:0.875rem;font-family:comfortaa;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { background-color:#e74c3c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:5.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.40625rem;left:25.5rem;display:block; }
#JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwZVKSyghQeCvx3HxrQSW86TmRU34w7Q { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6.625rem;top:0.5rem;left:0.6875rem;overflow:hidden;display:block; }
#cPJieqQd8fBpSL9LTmFOeLu5DQoEmKBh { box-sizing:content-box;height:5.75rem;width:7.25rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:0.25rem;left:0rem;display:block; }
#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { background-color:#1c1b24;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;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { background-color: transparent; background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .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); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { border-width: 0; border-radius: 0; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { font-size:0.875rem;font-family:comfortaa;height:45rem;width:75rem;overflow:visible;position:relative;display:block; }#vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.763671875rem;left:0.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { color:#b5b5b5;display:block;width:23.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:32.96484375rem;left:3.25rem;height:5.09765625rem;text-align:center;text-align-last:center;display:block; }
#DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { background-color:transparent;background-image:none;border-top:0.125rem solid #7a62f3;border-left:0.125rem solid #7a62f3;border-right:0.125rem solid #7a62f3;border-bottom:0.125rem solid #7a62f3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.75rem;left:29.40625rem;display:block; }
#UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1DcRgc48GO6dsWblb8LILxDVfv30JkT { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10rem;width:32.5rem;top:3.75rem;left:39.375rem;display:block; }
#R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:29.875rem;width:39.875rem;top:1.3125rem;left:35.098458904109rem;overflow:hidden;display:block; }
#SvROhoiPAaChwwG9VXpuJ2pVeoid2NKZ { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.5625rem;display:block; }
#dnkqOBQyTWJRrXbiC3e5zUt08OlvdyRa { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.9375rem;display:block; }
#HO73A8pXvtEKxpq6XQDOFVzZc71MCvT9 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.6875rem;display:block; }
#TXpRgTVqGtEJceV8L41zsTmyzbmi5mnW { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40.3125rem;display:block; }
#hgI558XfyLMRisVHLPT6wMRc3ekx5OSs { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:13.75rem;left:63.625rem;display:block; }
#rmgrtcg4UtDHt8wa7rNlWabUDdTuluJm { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:13.75rem;left:66rem;display:block; }
#NbfNERlBXB2eM5iaLUdacnIXLwBPbBk2 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:13.75rem;left:68.375rem;display:block; }
#c5o7gaHhXX0r4vA29fp1WBvt1ZFPXzk3 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:13.75rem;left:70.75rem;display:block; }
#PWTpTmIeJ59lK5kkr5MTRuf3o8lG8tzW { color:#d53720;display:block;width:38.625rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.431640625rem;left:35.72265625rem;height:1.94921875rem;font-style:normal;display:block; }
#MIOc4vWP4NdCLl6sJa9d9edHzv4r6FqG { box-sizing:content-box;height:2.0625rem;width:40rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:29.375rem;left:35.117108585859rem;display:block; }
#TOW9Kh1Cbok993TdJacLtwkIbXm8L9IB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:33.5625rem;left:49.375rem;height:1.7871125rem;font-style:normal;display:block; }
#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { background-color: transparent; background-image: none; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container > .video-iframe-container { display: none; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row > .video-iframe-container { display: none; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .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); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { border-width: 0; border-radius: 0; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { font-size:0.875rem;font-family:comfortaa;height:50rem;width:75rem;position:relative;display:block; }#D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:14.98046875rem;left:0rem;height:8.496125rem;display:block; }
#DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:9.0625rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HTrbzli4WW2ZN0chcTIC9mGd4sayD8f5 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#rKaTLMhLR43cITPI9vMH9AWB8u4c4uPD { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#fWDIaM4Pt9BV132PKW4y3rpi34Q55ITR { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#SSiM9USzgHD8HQADweBfAFHFTSPPOWgT { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#SyTBi7aO4kkkwVqhhy8NJGrJ7DLBzz1b { color:#0e0101;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:39.3125rem;left:0rem;height:1.9121125rem;font-style:normal;display:block; }
#S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { color:#070002;display:block;width:13.5rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:38.3564453125rem;left:19.625rem;height:3.824225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecrStUpJt0ekyfIdv5m9rzkmmrE1Eemi { 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:15033;opacity:1;top:32.5rem;left:5.71875rem; }
#FwZTNfRMVsQ12UfAe4t7mngMGXeFiTBv { 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:15039;opacity:1;top:32.5rem;left:43.8125rem; }
#nwg8vFSwRplrdeL9UewneTyaeKPsTTxT { 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:15036;opacity:1;top:32.5rem;left:24.8125rem; }
#TgyDo0pOCRz2XIJv7PTDhoB53EKswMIn { box-sizing:content-box;height:10rem;width:14.5625rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:32.5rem;left:0rem;display:block; }
#KJwOuTBbA2EEgmIvBipr9KLzVB3VapVN { box-sizing:content-box;height:9.8125rem;width:14.5625rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:32.5rem;left:19.09375rem;display:block; }
#FhdGRkaMkevQCSUpDpeZ0eulOz6zB5ge { box-sizing:content-box;height:9.9375rem;width:14.625rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:32.5rem;left:38.0625rem;display:block; }
#V5u537NwTi7OHvtT210SRFv3Kgyu7ycP { color:#070002;display:block;width:13.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:39.3740234375rem;left:38.5625rem;height:1.9121125rem;font-style:normal;display:block; }
#ZF0O3Xtxq18yeqfTh3NipApUA5s8iBME { box-sizing:content-box;height:9.875rem;width:14.5625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:32.5rem;left:56.59375rem;display:block; }
#ZNtepU7GfnXWW61fZrikTZuGlTNbr8Fb { 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:15042;opacity:1;top:32.5rem;left:62.3125rem; }
#H09GX04qDi9R2AAJJguC8yOvb9SGhJ8E { color:#070002;display:block;width:11.6875rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:39.3125rem;left:58.03125rem;height:1.9121125rem;font-style:normal;display:block; }
#XyJ740kt9Gtn3cB2NPd7wIyotTPO98x4 { 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:15044;opacity:1;top:36.25rem;left:3.125rem; }
#qLmVBFq34rmbcp0x43oVPLs6FXPqWJKI { 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:15045;opacity:1;top:36.25rem;left:5.71875rem; }
#d8IEO13ddDwOxsKFPXAhT4JsITc50lD8 { 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:15046;opacity:1;top:36.25rem;left:0.875rem; }
#ZnELoWCXBTM8qcfHQUxxIcHHG7ggiTrD { 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:15046;opacity:1;top:36.25rem;left:8.15625rem; }
#zHCF6MKyr1X3lWtiPhmDzV17oEhIWXTc { 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:15047;opacity:1;top:36.25rem;left:10.46875rem; }
#wUrUf6WA87P2sDmq4QfRwQKmxsRNVxM5 { 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:15048;opacity:1;top:35.625rem;left:45.59375rem; }
#uiq3b4Hqxt5Stw1EglUJtryZRnD0VBTT { color:#b59410;display:block;width:4.125rem;position:absolute;font-family:lobster;font-size:3.125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:35.3125rem;left:42.25rem;height:4.0625rem;font-style:normal;display:block; }
#WigaS7d2sO8FTXZyEZJSuURN6LWGyEg4 { 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:15050;opacity:1;top:35.625rem;left:22.65625rem; }
#TNuN9n9x3F7E5nRFXaO7q5qM2ssEoeG5 { 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:15051;opacity:1;top:35.3125rem;left:27.125rem; }
#OG62oPuvVZ8QBVfAZaCopvBc2HkDAgTT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:38.96875rem;left:57.625rem;height:2.923825rem;display:block; }
#WgKUIlGfTSoi7aI3E9tLie25we9tTNQB { 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:15053;opacity:1;top:35.625rem;left:62.3125rem; }
#Z8gLoAAz9xTpmz7Zvoe18opm2e9DTVUU { background-color:#e74c3c;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:4.8125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:16.75rem;left:45.3125rem;display:block; }
#I6uMHSwcSOTbxug685N5zBrn4lntWv8I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4QCxX9SiCCG16iHep9xUgTpMndLvzE2 { background-color:transparent;background-image:none;border-top:0.125rem solid #7a62f3;border-left:0.125rem solid #7a62f3;border-right:0.125rem solid #7a62f3;border-bottom:0.125rem solid #7a62f3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:4.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.5rem;left:45.375rem;display:block; }
#TGanx2pmmywEBONK84vUM1eyLRH3ifom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oNQTgu4DU4ZQcmEMfqqT9oQ8vrBJApEO { box-sizing:content-box;height:10.5625rem;width:10.5625rem;position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;top:2.2373046875rem;left:19.75rem;display:block; }
#RgGTacbEzTUxNE18MT9zvJKGJim00fvL { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:11.25rem;top:3.0185546875rem;left:19.625rem;overflow:hidden;display:block; }
#U0BipTANpEdAJLthC6AdDsO9emuTaxhX { background-color:#e74c3c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:5.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.40625rem;left:25.5rem;display:none; }
#W7L1EuSfL81EOZpb2EWXSwTioBQGiNFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssPARExP5bfwyEwJwhkRoqg2AJbdXMzz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.9423828125rem;left:48.71875rem;height:1.7871125rem;font-style:normal;display:block; }
#sXQgDHigUd9H1mX5TQU7sw4b7F5u02Fn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:36.9189453125rem;left:7.65625rem;height:1.7871125rem;font-style:normal;display:none; }
#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/home-improvement_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.adaptive-delivery-prevent-bg, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyload, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyloading { background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { background-color: transparent; background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.9); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.9); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .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); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { border-width: 0; border-radius: 0; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { font-size:0.875rem;font-family:comfortaa;height:58.375rem;width:75rem;position:relative;display:block; }#pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.6083984375rem;left:31.625rem; }
#NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:4.3955078125rem;left:31.625rem;height:5.0996125rem;font-style:normal;display:block; }
#Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:10.1826171875rem;left:31.625rem;height:11.8945rem;font-style:normal;display:block; }
#p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.625rem;left:1.875rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:37.3125rem;left:31.625rem;height:11.8945rem;font-style:normal;display:block; }
#U5L7WwXpR1TKN1tE8PQTJATviD18lScA { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:34.125rem;left:31.625rem;height:2.54980625rem;font-style:normal;display:block; }
#DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:46.859375rem;left:53.5625rem;height:8.496125rem;font-style:normal;display:block; }
#IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:43.2373046875rem;left:53.5625rem;height:2.54980625rem;font-style:normal;display:block; }
#EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:8.4873046875rem;left:53.5625rem;height:18.691375rem;font-style:normal;display:block; }
#ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:4.3955078125rem;left:53.625rem;height:2.54980625rem;font-style:normal;display:block; }
#RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { color:#ffffff;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:17.1953125rem;left:1.875rem;height:13.59375rem;display:block; }
#lZiQyvebCdEqaA6XxKTO1Rvqm6LMk1n8 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.96875rem;left:31.625rem; }
#Ts6oAMpivQwnDN5iunnOT5mT5STTHAir { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.6083984375rem;left:54.5625rem; }
#iOkIxz2n3MoLyI8EWCAHWksZc9gv1pAQ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:40.40625rem;left:54.5625rem; }
#BwFwmbgGTfXiFw9Bxcssqf2rQHMTit30 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.1826171875rem;left:4.25rem; }
#OFU13mLaT6i9wOpSrPkU57PDcuOVl5vI { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:13.28125rem;left:2.375rem;height:2.54980625rem;font-style:normal;display:block; }
#AVW84eWC87gEcpwFy2lSlnThy7h8uaIz { background-color:#e74c3c;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:4.8125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:38.4873046875rem;left:5.6875rem;display:block; }
#H94Ckmh4xlu7xrkTkdICHlvm2fyTurub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rM1KAXdP32oZQEFDTlVTw6u4LKp3VV8u { background-color:transparent;background-image:none;border-top:0.125rem solid #7a62f3;border-left:0.125rem solid #7a62f3;border-right:0.125rem solid #7a62f3;border-bottom:0.125rem solid #7a62f3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:4.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:45.0576171875rem;left:5.71875rem;display:block; }
#JHGD8TCSshXJTE5w7X1deyrvgQq0rnHJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#im8ArDBIxxXqs7z5dThrfuMLvKHU26x5 { box-sizing:content-box;height:0.125rem;width:27.0625rem;position:absolute;display:block;z-index:15056;background-color:#5c4ab6;background-image:none;top:7.625rem;left:2.375rem;display:block; }
#RUM1sfgixX8XtqTLbv8H9eGFO2qSzpxM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.6689453125rem;left:8.625rem;height:1.70605625rem;font-style:normal;display:block; }
#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { background-color: transparent; background-image: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container > .video-iframe-container { display: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container { display: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .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); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { border-width: 0; border-radius: 0; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { font-size:0.875rem;font-family:comfortaa;height:56.25rem;width:75rem;position:relative;display:block; }#olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { color:#ffffff;display:block;width:32rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:10.8125rem;left:3.5625rem;height:10.849625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf82cd82-791f-411d-b0d7-b79870b93206/gallerymetalsilver4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.adaptive-delivery-prevent-bg, #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.lazyload, #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.lazyloading { background-image: none; }
#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.8); }#XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.5625rem;left:40rem; }
#Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:7.625rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:10.8125rem;left:40rem;height:3.3984375rem;font-style:normal;display:block; }
#nNI2ZgAkUXyUamEE4Z19xO8pvTZ8swPa { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:18.75rem;left:37.5rem;display:block; }
#hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:29.6640625rem;left:40rem;height:3.3984375rem;font-style:normal;display:block; }
#gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.3125rem;left:40rem; }
#bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:26.375rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#ITLdrKk3FP3TQa7bmGfzP2kK0ChfcTAX { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:37.5rem;left:37.5rem;display:block; }
#Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:48.3125rem;left:40rem;height:5.09765625rem;font-style:normal;display:block; }
#gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42.0625rem;left:40rem; }
#WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:45.125rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#Hv7gS6UmOibhFpsFlILWV0CZsFcgqiVF { background-color:#e74c3c;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:5.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:40.4375rem;left:5.71875rem;display:block; }
#qnzifKNqrCepzAovd7egAR4p6xKNZgRm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHnVmMSZmKJykKfpRm9zKeUgXkGNNWln { background-color:transparent;background-image:none;border-top:0.125rem solid #7a62f3;border-left:0.125rem solid #7a62f3;border-right:0.125rem solid #7a62f3;border-bottom:0.125rem solid #7a62f3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:5.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:48.3125rem;left:5.71875rem;display:block; }
#FWbdPBobPuTNvQ8FAAvP9T9PoR0t9t0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASdDvIlVCsKTTmSDMQQ4v8xVuihC3Kyv { box-sizing:content-box;height:12.5rem;width:31.625rem;position:absolute;display:block;z-index:15033;background-color:#a292dc;background-image:none;top:23.3125rem;left:2.9375rem;display:block; }
#TDI3vW1JHsiywqWxLbGWPIEb1WoQuybf { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:comfortaa;font-size:2.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:25.326171875rem;left:5.90625rem;height:9.26075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJEdp9MZ0OZde79XhFWm8Xih4ooP0GuV { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:37.5rem;left:13.3125rem;height:1.625rem;font-style:normal;display:block; }
#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { background-color: transparent; background-image: none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container > .video-iframe-container { display: none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row > .video-iframe-container { display: none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .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); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { border-width: 0; border-radius: 0; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { font-size:0.875rem;font-family:comfortaa;height:58.125rem;width:75rem;position:relative;display:block; }#pbTZFxmAQezDTCCg7CH5IHQLSUtEb8lC { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:15.3125rem;left:0rem;display:block; }
#BUxsxqlW0XQnarFQGdTdiBu5i75f9vG4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.875rem;left:22.125rem; }
#aWEb0kqbtNyJShGM72QwH9dgXdUkuJW8 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:23.412109375rem;left:20.5rem;height:2.54980625rem;font-style:normal;display:block; }
#Fyn48s1oLnBNoG3zBxqZNd998W4309t0 { color:#ededed;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:27.203125rem;left:20.5rem;height:3.3984375rem;font-style:normal;display:block; }
#fTw09vZvxJrZzXmf98oy32uNbRn32ukZ { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:24.8134765625rem;left:40.0625rem;height:6.796875rem;font-style:normal;display:block; }
#disOiVK2uW3Zs3axAp5aWdyPoxzWRTTr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.875rem;left:40.0625rem; }
#VGLFo4uZV1Mm4K5ZcS5u1RoM6fLAPIGt { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:22rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#w7aVeU0OxHOScwi2cy0f64ItQZT1rU44 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );";background-image: linear-gradient(351deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:34.0625rem;left:0rem;display:block; }
#kiUQBTQRWni9FFxoF23fKWBTC15UttZG { color:#ededed;display:block;width:37.3125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:37.7119140625rem;left:0rem;height:11.8945rem;font-style:normal;display:block; }
#EvyuVh9BMN6mh22axmSSGaSiLvxvvmGk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.375rem;left:2.5rem; }
#I9dLAC6ad0ea8FgVxs1RXufcg0wceTXO { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:35.162109375rem;left:7.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#ATI8rPTfEI3GkLbnS7VgnTDRcMyvSMMo { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );";background-image: linear-gradient(120deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:36.8330078125rem;left:37.5rem;display:block; }
#Sw3XD6IaaVM4ITh38RZR63ybS9nTc5Fx { color:#ededed;display:block;width:15.0625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:42.6796875rem;left:57.9375rem;height:10.1953125rem;font-style:normal;display:block; }
#PHLPe9BTovuUa83DMCcweUUL8KfQDmmb { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:40.75rem;left:57.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#okfUMypUD974uJDF2UxICgNTbk691c56 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.625rem;left:61rem; }
#MNJARixfvCe1ROA83xIbsZdLNXELTWkk { color:#ffffff;display:block;width:69.875rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:3.9619140625rem;left:1.25rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#waqCyu1Eq2i3qqfCTWrk2JGK3sheINfn { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#BU8VvM15bGOhEy7XyFL991TtO1L0oQnL { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#IMBOeDgJElZtlkohIKqTAe0ZCDVGi1kJ { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#P736Zp0zZ3TTR6ZTZkw7V2NkbsNeEPxr { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#K2oy51mbtNJwlceWRW3ixlc6hxa3F8Vs { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );";background-image: linear-gradient(288deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:37.5rem;top:15.125rem;left:37.5rem;display:block; }
#D1st8bw0TJdGsaNl8RVQCpSebxWSKHQJ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:18.6875rem;top:20.125rem;left:0rem;overflow:hidden;display:block; }
#DX978DN0yTaZ2C6Uglf5L7hKgvxqHSCH { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:18.6875rem;top:38.875rem;left:37.5rem;overflow:hidden;display:block; }
#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { background-color: transparent; background-image: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container > .video-iframe-container { display: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container { display: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .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); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { border-width: 0; border-radius: 0; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { font-size:0.875rem;font-family:comfortaa;height:53.4375rem;width:75rem;position:relative;display:block; }#sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#miio10CyfIngrZxPd3xTsDTL1WDF310D { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.25rem;left:0rem; }
#VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.0625rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:19.0625rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#xWF8bZCtQIAgQW5XADnNIaNVolRUMPUm { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:32.125rem;left:0rem; }
#GbqrTa78MHRXzLRRZZK6gueTNMsWhZLP { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:33.9375rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#trcQlRERTtA2kEwLToD0FKah0aMKfVAN { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:31.9375rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#uM73f5F0TPSAnPbxHRoGveTUBBfuWnPe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#NDwbCVyoPO7TSbKkaUfJr0BMd9Un7lE9 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#sE9IwHTcA5Gi6toW9t3UCMQfDnRyGdrd { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#fDO6qXnkPrtEeVwtKCeKUXmpEdNPvCI0 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:38.75rem;top:8.5rem;left:33.375rem;overflow:hidden;display:block; }
#v0Z2Z3WbUN7O9yfXyTrBM6sQTEmrsR5m { box-sizing:content-box;height:10rem;width:12.0625rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;top:39.625rem;left:30.648097826087rem;display:block; }
#qhE2kzgp6QKGnUbl4v3dtNKSQmSR0HfA { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:12.3125rem;top:39.6875rem;left:30.5224609375rem;overflow:hidden;display:block; }
#DAJN7nKS7iXOmmGWzF9P3shSQL9DmFPS { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:51.125rem;left:10.1162109375rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#AILEH76e7oeNeHp9y01WQTn7gwImOAAR { box-sizing:content-box;height:4.4375rem;width:29.0625rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;top:12.625rem;left:0rem;display:block; }
#ezgNdaAhH3RATGMaJUZSSU5GWoUXzMIw { color:#5c4ab6;display:block;width:28.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:13.380859375rem;left:0.5625rem;height:2.923825rem;font-style:normal;display:block; }
#smAmNySdfXtdg7ebuRXTQJeOfyMOmmMH { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:37.5625rem;left:1.5rem;height:1.94921875rem;font-style:normal;display:block; }
#od1XDmrB9wV48Ispn4Q64Co1NTwy9Qxb { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:4.1875rem;left:1.5rem;height:1.94921875rem;font-style:normal;display:block; }
#bqdo4Qa0TQOQwHokLLMr96U90TQntDkZ { background-color:#e74c3c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:5.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.6875rem;left:0rem;display:block; }
#PeAGDxCcTEcpO7HiZJHFLalztoLnXUsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { background-color: transparent; background-image: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container > .video-iframe-container { display: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container { display: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .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); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { border-width: 0; border-radius: 0; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { font-size:0.875rem;font-family:comfortaa;height:10rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { top:1rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTetS9gDl7m5P0aE6apogRiqxe1HTn14 { display:block; }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block; }
 }@media only screen and (max-width: 763px) { #FwZVKSyghQeCvx3HxrQSW86TmRU34w7Q { width:6.625rem;height:5.25rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPJieqQd8fBpSL9LTmFOeLu5DQoEmKBh { top:0.25rem;left:0rem;width:7.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { top:2.75rem;left:0rem;width:33.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { top:32.9375rem;left:0rem;width:23.25rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block; }
 }@media only screen and (max-width: 763px) { #E1DcRgc48GO6dsWblb8LILxDVfv30JkT { width:32.5rem;height:10rem;top:3.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { top:1.3125rem;left:7.875rem;width:39.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvROhoiPAaChwwG9VXpuJ2pVeoid2NKZ { width:0.5rem;height:31.25rem;top:0rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnkqOBQyTWJRrXbiC3e5zUt08OlvdyRa { width:0.5rem;height:31.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO73A8pXvtEKxpq6XQDOFVzZc71MCvT9 { width:0.5rem;height:31.25rem;top:0rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXpRgTVqGtEJceV8L41zsTmyzbmi5mnW { width:0.5rem;height:31.25rem;top:0rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgI558XfyLMRisVHLPT6wMRc3ekx5OSs { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgrtcg4UtDHt8wa7rNlWabUDdTuluJm { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbfNERlBXB2eM5iaLUdacnIXLwBPbBk2 { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5o7gaHhXX0r4vA29fp1WBvt1ZFPXzk3 { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWTpTmIeJ59lK5kkr5MTRuf3o8lG8tzW { top:29.375rem;left:9.125rem;width:38.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIOc4vWP4NdCLl6sJa9d9edHzv4r6FqG { top:29.375rem;left:7.75rem;width:40rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOW9Kh1Cbok993TdJacLtwkIbXm8L9IB { top:33.5625rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { display:block; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrbzli4WW2ZN0chcTIC9mGd4sayD8f5 { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKaTLMhLR43cITPI9vMH9AWB8u4c4uPD { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDIaM4Pt9BV132PKW4y3rpi34Q55ITR { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiM9USzgHD8HQADweBfAFHFTSPPOWgT { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTBi7aO4kkkwVqhhy8NJGrJ7DLBzz1b { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecrStUpJt0ekyfIdv5m9rzkmmrE1Eemi { top:32.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwZTNfRMVsQ12UfAe4t7mngMGXeFiTBv { top:32.5rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwg8vFSwRplrdeL9UewneTyaeKPsTTxT { top:32.5rem;left:18rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgyDo0pOCRz2XIJv7PTDhoB53EKswMIn { top:32.5rem;left:0rem;width:14.5625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJwOuTBbA2EEgmIvBipr9KLzVB3VapVN { top:32.5rem;left:9.3125rem;width:14.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhdGRkaMkevQCSUpDpeZ0eulOz6zB5ge { top:32.5rem;left:23.875rem;width:14.625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5u537NwTi7OHvtT210SRFv3Kgyu7ycP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF0O3Xtxq18yeqfTh3NipApUA5s8iBME { top:32.5rem;left:33.1875rem;width:14.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNtepU7GfnXWW61fZrikTZuGlTNbr8Fb { top:32.5rem;left:41.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H09GX04qDi9R2AAJJguC8yOvb9SGhJ8E { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyJ740kt9Gtn3cB2NPd7wIyotTPO98x4 { top:36.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmVBFq34rmbcp0x43oVPLs6FXPqWJKI { top:36.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8IEO13ddDwOxsKFPXAhT4JsITc50lD8 { top:36.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnELoWCXBTM8qcfHQUxxIcHHG7ggiTrD { top:36.25rem;left:1.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHCF6MKyr1X3lWtiPhmDzV17oEhIWXTc { top:36.25rem;left:3.65625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUrUf6WA87P2sDmq4QfRwQKmxsRNVxM5 { top:35.625rem;left:25.15625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiq3b4Hqxt5Stw1EglUJtryZRnD0VBTT { top:35.3125rem;left:23.875rem;width:4.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WigaS7d2sO8FTXZyEZJSuURN6LWGyEg4 { top:35.625rem;left:15.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNuN9n9x3F7E5nRFXaO7q5qM2ssEoeG5 { top:35.3125rem;left:20.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG62oPuvVZ8QBVfAZaCopvBc2HkDAgTT { top:38.9375rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKUIlGfTSoi7aI3E9tLie25we9tTNQB { top:35.625rem;left:41.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8gLoAAz9xTpmz7Zvoe18opm2e9DTVUU { width:18.375rem;height:4.8125rem;top:16.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6uMHSwcSOTbxug685N5zBrn4lntWv8I { display:block; }
 }@media only screen and (max-width: 763px) { #A4QCxX9SiCCG16iHep9xUgTpMndLvzE2 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGanx2pmmywEBONK84vUM1eyLRH3ifom { display:block; }
 }@media only screen and (max-width: 763px) { #oNQTgu4DU4ZQcmEMfqqT9oQ8vrBJApEO { top:2.1875rem;left:12.9375rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgGTacbEzTUxNE18MT9zvJKGJim00fvL { top:3rem;left:12.625rem;width:11.25rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0BipTANpEdAJLthC6AdDsO9emuTaxhX { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7L1EuSfL81EOZpb2EWXSwTioBQGiNFs { display:block; }
 }@media only screen and (max-width: 763px) { #ssPARExP5bfwyEwJwhkRoqg2AJbdXMzz { top:13.9375rem;left:28.28125rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXQgDHigUd9H1mX5TQU7sw4b7F5u02Fn { top:36.875rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { top:1.5625rem;left:18rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZiQyvebCdEqaA6XxKTO1Rvqm6LMk1n8 { top:30.9375rem;left:18rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6oAMpivQwnDN5iunnOT5mT5STTHAir { top:1.5625rem;left:40.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOkIxz2n3MoLyI8EWCAHWksZc9gv1pAQ { top:40.375rem;left:40.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwFwmbgGTfXiFw9Bxcssqf2rQHMTit30 { top:10.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFU13mLaT6i9wOpSrPkU57PDcuOVl5vI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVW84eWC87gEcpwFy2lSlnThy7h8uaIz { width:18.375rem;height:4.8125rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H94Ckmh4xlu7xrkTkdICHlvm2fyTurub { display:block; }
 }@media only screen and (max-width: 763px) { #rM1KAXdP32oZQEFDTlVTw6u4LKp3VV8u { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHGD8TCSshXJTE5w7X1deyrvgQq0rnHJ { display:block; }
 }@media only screen and (max-width: 763px) { #im8ArDBIxxXqs7z5dThrfuMLvKHU26x5 { top:7.625rem;left:0rem;width:27.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUM1sfgixX8XtqTLbv8H9eGFO2qSzpxM { top:35.625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { display:block; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { width:37.5rem;height:18.75rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { top:4.5625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNI2ZgAkUXyUamEE4Z19xO8pvTZ8swPa { width:37.5rem;height:18.75rem;top:18.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { top:23.3125rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLdrKk3FP3TQa7bmGfzP2kK0ChfcTAX { width:37.5rem;height:18.75rem;top:37.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { top:42.0625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv7gS6UmOibhFpsFlILWV0CZsFcgqiVF { width:26.0625rem;height:5.375rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnzifKNqrCepzAovd7egAR4p6xKNZgRm { display:block; }
 }@media only screen and (max-width: 763px) { #dHnVmMSZmKJykKfpRm9zKeUgXkGNNWln { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWbdPBobPuTNvQ8FAAvP9T9PoR0t9t0G { display:block; }
 }@media only screen and (max-width: 763px) { #ASdDvIlVCsKTTmSDMQQ4v8xVuihC3Kyv { top:23.3125rem;left:0rem;width:31.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDI3vW1JHsiywqWxLbGWPIEb1WoQuybf { top:25.3125rem;left:0rem;width:25.6875rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJEdp9MZ0OZde79XhFWm8Xih4ooP0GuV { top:37.5rem;left:0rem;width:11.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { display:block; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbTZFxmAQezDTCCg7CH5IHQLSUtEb8lC { width:37.5rem;height:18.75rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxsxqlW0XQnarFQGdTdiBu5i75f9vG4 { top:19.875rem;left:8.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWEb0kqbtNyJShGM72QwH9dgXdUkuJW8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyn48s1oLnBNoG3zBxqZNd998W4309t0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTw09vZvxJrZzXmf98oy32uNbRn32ukZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #disOiVK2uW3Zs3axAp5aWdyPoxzWRTTr { top:19.875rem;left:26.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGLFo4uZV1Mm4K5ZcS5u1RoM6fLAPIGt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7aVeU0OxHOScwi2cy0f64ItQZT1rU44 { width:37.5rem;height:18.75rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiUQBTQRWni9FFxoF23fKWBTC15UttZG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvyuVh9BMN6mh22axmSSGaSiLvxvvmGk { top:35.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9dLAC6ad0ea8FgVxs1RXufcg0wceTXO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATI8rPTfEI3GkLbnS7VgnTDRcMyvSMMo { width:37.5rem;height:18.75rem;top:36.8125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw3XD6IaaVM4ITh38RZR63ybS9nTc5Fx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHLPe9BTovuUa83DMCcweUUL8KfQDmmb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okfUMypUD974uJDF2UxICgNTbk691c56 { top:38.625rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJARixfvCe1ROA83xIbsZdLNXELTWkk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waqCyu1Eq2i3qqfCTWrk2JGK3sheINfn { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU8VvM15bGOhEy7XyFL991TtO1L0oQnL { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMBOeDgJElZtlkohIKqTAe0ZCDVGi1kJ { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P736Zp0zZ3TTR6ZTZkw7V2NkbsNeEPxr { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2oy51mbtNJwlceWRW3ixlc6hxa3F8Vs { width:37.5rem;height:18.8125rem;top:15.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1st8bw0TJdGsaNl8RVQCpSebxWSKHQJ { top:20.125rem;left:0rem;width:18.6875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX978DN0yTaZ2C6Uglf5L7hKgvxqHSCH { top:38.875rem;left:23.875rem;width:18.6875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { display:block; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miio10CyfIngrZxPd3xTsDTL1WDF310D { width:1.5rem;height:1.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWF8bZCtQIAgQW5XADnNIaNVolRUMPUm { width:1.5rem;height:1.5rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbqrTa78MHRXzLRRZZK6gueTNMsWhZLP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trcQlRERTtA2kEwLToD0FKah0aMKfVAN { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM73f5F0TPSAnPbxHRoGveTUBBfuWnPe { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwbCVyoPO7TSbKkaUfJr0BMd9Un7lE9 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE9IwHTcA5Gi6toW9t3UCMQfDnRyGdrd { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDO6qXnkPrtEeVwtKCeKUXmpEdNPvCI0 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { width:38.75rem;height:29.0625rem;top:8.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0Z2Z3WbUN7O9yfXyTrBM6sQTEmrsR5m { top:39.625rem;left:17.023097826087rem;width:12.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhE2kzgp6QKGnUbl4v3dtNKSQmSR0HfA { top:39.6875rem;left:16.8974609375rem;width:12.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAJN7nKS7iXOmmGWzF9P3shSQL9DmFPS { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AILEH76e7oeNeHp9y01WQTn7gwImOAAR { top:12.625rem;left:0rem;width:29.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezgNdaAhH3RATGMaJUZSSU5GWoUXzMIw { top:13.375rem;left:0rem;width:28.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smAmNySdfXtdg7ebuRXTQJeOfyMOmmMH { top:37.5625rem;left:0rem;width:15.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #od1XDmrB9wV48Ispn4Q64Co1NTwy9Qxb { top:4.1875rem;left:0rem;width:15.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqdo4Qa0TQOQwHokLLMr96U90TQntDkZ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeAGDxCcTEcpO7HiZJHFLalztoLnXUsa { display:block; }
 }@media only screen and (max-width: 763px) { #XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { display:block; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { width:20rem;height:5.09765625rem;top:1.232421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTetS9gDl7m5P0aE6apogRiqxe1HTn14 { display:block; }#nTetS9gDl7m5P0aE6apogRiqxe1HTn14 > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { width:20rem;height:4.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block; }
 }@media only screen and (max-width: 763px) { #FwZVKSyghQeCvx3HxrQSW86TmRU34w7Q { width:8.625rem;height:6.625rem;top:7.03125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPJieqQd8fBpSL9LTmFOeLu5DQoEmKBh { width:9.625rem;height:7.6875rem;top:6.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { width:20rem;height:22.045875rem;top:0rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { width:20rem;height:8.496125rem;top:22.708984375rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { width:12.75rem;height:3.75rem;top:49.6484375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block; }
 }@media only screen and (max-width: 763px) { #E1DcRgc48GO6dsWblb8LILxDVfv30JkT { width:20rem;height:10rem;top:21.9580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { width:18.75rem;height:14.0625rem;top:32.6455078125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvROhoiPAaChwwG9VXpuJ2pVeoid2NKZ { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnkqOBQyTWJRrXbiC3e5zUt08OlvdyRa { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO73A8pXvtEKxpq6XQDOFVzZc71MCvT9 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXpRgTVqGtEJceV8L41zsTmyzbmi5mnW { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgI558XfyLMRisVHLPT6wMRc3ekx5OSs { width:0.5rem;height:31.25rem;top:24.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgrtcg4UtDHt8wa7rNlWabUDdTuluJm { width:0.5rem;height:31.25rem;top:24.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbfNERlBXB2eM5iaLUdacnIXLwBPbBk2 { width:0.5rem;height:31.25rem;top:24.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5o7gaHhXX0r4vA29fp1WBvt1ZFPXzk3 { width:0.5rem;height:31.25rem;top:24.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWTpTmIeJ59lK5kkr5MTRuf3o8lG8tzW { width:20rem;height:3.8984375rem;top:44.64453125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIOc4vWP4NdCLl6sJa9d9edHzv4r6FqG { width:20rem;height:3.9375rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOW9Kh1Cbok993TdJacLtwkIbXm8L9IB { width:12.5rem;height:1.7871125rem;top:57.25rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { display:block; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { width:20rem;height:120.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { width:20rem;height:18.691375rem;top:4.4365234375rem;left:0rem;font-size:1rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { width:10.1875rem;height:2.79980625rem;top:1.63671875rem;left:4.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrbzli4WW2ZN0chcTIC9mGd4sayD8f5 { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKaTLMhLR43cITPI9vMH9AWB8u4c4uPD { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDIaM4Pt9BV132PKW4y3rpi34Q55ITR { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiM9USzgHD8HQADweBfAFHFTSPPOWgT { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTBi7aO4kkkwVqhhy8NJGrJ7DLBzz1b { width:15.0625rem;height:1.9121125rem;top:58.0234375rem;left:2.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { width:14.875rem;height:3.824225rem;top:71.7373046875rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecrStUpJt0ekyfIdv5m9rzkmmrE1Eemi { display:flex;width:3.125rem;height:3.125rem;top:50.748046875rem;left:8.4375rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #FwZTNfRMVsQ12UfAe4t7mngMGXeFiTBv { display:flex;width:3.125rem;height:3.125rem;top:77.537109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nwg8vFSwRplrdeL9UewneTyaeKPsTTxT { display:flex;width:3.125rem;height:3.125rem;top:65.4990234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TgyDo0pOCRz2XIJv7PTDhoB53EKswMIn { width:14.5625rem;height:10rem;top:65.4990234375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJwOuTBbA2EEgmIvBipr9KLzVB3VapVN { width:14.5625rem;height:9.8125rem;top:50.748046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhdGRkaMkevQCSUpDpeZ0eulOz6zB5ge { width:14.625rem;height:9.9375rem;top:77.537109375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5u537NwTi7OHvtT210SRFv3Kgyu7ycP { width:13.625rem;height:1.9121125rem;top:85.0361328125rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZF0O3Xtxq18yeqfTh3NipApUA5s8iBME { width:14.5625rem;height:9.875rem;top:90.037109375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNtepU7GfnXWW61fZrikTZuGlTNbr8Fb { display:flex;width:3.125rem;height:3.125rem;top:90.037109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #H09GX04qDi9R2AAJJguC8yOvb9SGhJ8E { width:11.6875rem;height:1.9121125rem;top:114.162109375rem;left:4.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XyJ740kt9Gtn3cB2NPd7wIyotTPO98x4 { display:flex;width:3.125rem;height:3.125rem;top:53.7490234375rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #qLmVBFq34rmbcp0x43oVPLs6FXPqWJKI { display:flex;width:3.125rem;height:3.125rem;top:53.7490234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #d8IEO13ddDwOxsKFPXAhT4JsITc50lD8 { display:flex;width:3.125rem;height:3.125rem;top:53.7490234375rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #ZnELoWCXBTM8qcfHQUxxIcHHG7ggiTrD { display:flex;width:3.125rem;height:3.125rem;top:53.7490234375rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #zHCF6MKyr1X3lWtiPhmDzV17oEhIWXTc { display:flex;width:3.125rem;height:3.125rem;top:53.7490234375rem;left:13.4375rem; }
 }@media only screen and (max-width: 763px) { #wUrUf6WA87P2sDmq4QfRwQKmxsRNVxM5 { display:flex;width:2.5625rem;height:2.5625rem;top:81.224609375rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #uiq3b4Hqxt5Stw1EglUJtryZRnD0VBTT { width:2.75rem;height:2.5996125rem;top:81.2060546875rem;left:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WigaS7d2sO8FTXZyEZJSuURN6LWGyEg4 { display:flex;width:3.125rem;height:3.125rem;top:68.9365234375rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #TNuN9n9x3F7E5nRFXaO7q5qM2ssEoeG5 { display:flex;width:3.125rem;height:3.125rem;top:68.6240234375rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #OG62oPuvVZ8QBVfAZaCopvBc2HkDAgTT { width:12.5rem;height:2.923825rem;top:97.0517578125rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgKUIlGfTSoi7aI3E9tLie25we9tTNQB { display:flex;width:3.125rem;height:3.125rem;top:93.412109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Z8gLoAAz9xTpmz7Zvoe18opm2e9DTVUU { width:18.375rem;height:4.8125rem;top:101.5371125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6uMHSwcSOTbxug685N5zBrn4lntWv8I { display:block; }
 }@media only screen and (max-width: 763px) { #A4QCxX9SiCCG16iHep9xUgTpMndLvzE2 { width:18.3125rem;height:4.875rem;top:107.5996125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGanx2pmmywEBONK84vUM1eyLRH3ifom { display:block; }
 }@media only screen and (max-width: 763px) { #oNQTgu4DU4ZQcmEMfqqT9oQ8vrBJApEO { width:10.5625rem;height:10.5625rem;top:26.099609375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgGTacbEzTUxNE18MT9zvJKGJim00fvL { width:11.25rem;height:9rem;top:26.880859375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0BipTANpEdAJLthC6AdDsO9emuTaxhX { width:20rem;height:4.9375rem;top:41rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #W7L1EuSfL81EOZpb2EWXSwTioBQGiNFs { display:block; }
 }@media only screen and (max-width: 763px) { #ssPARExP5bfwyEwJwhkRoqg2AJbdXMzz { width:12.5rem;height:1.7871125rem;top:115.13671875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXQgDHigUd9H1mX5TQU7sw4b7F5u02Fn { width:12.5rem;height:1.7871125rem;top:37.900390625rem;left:3.75rem;font-size:1.375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:20rem;height:134.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { display:flex;width:2.125rem;height:2.125rem;top:32.560546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { width:17.5rem;height:5.0996125rem;top:31.0732421875rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { width:18.8125rem;height:15.293rem;top:36.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { width:20rem;height:5.5996125rem;top:0.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { width:17.5rem;height:13.59375rem;top:85.7373046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { width:17.5rem;height:2.54980625rem;top:83.1875rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { width:17.5rem;height:10.1953125rem;top:104.1201171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { width:7.625rem;height:2.54980625rem;top:100.919921875rem;left:3rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { width:17.5rem;height:23.7890625rem;top:58.2109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { width:17.5rem;height:5.0996125rem;top:52.5rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { width:20rem;height:20.390625rem;top:10.6826171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZiQyvebCdEqaA6XxKTO1Rvqm6LMk1n8 { display:flex;width:2.125rem;height:2.125rem;top:101.1328125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Ts6oAMpivQwnDN5iunnOT5mT5STTHAir { display:flex;width:2.125rem;height:2.125rem;top:53.9873046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iOkIxz2n3MoLyI8EWCAHWksZc9gv1pAQ { display:flex;width:2.125rem;height:2.125rem;top:7.69921875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #BwFwmbgGTfXiFw9Bxcssqf2rQHMTit30 { display:flex;width:2.125rem;height:2.125rem;top:83.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OFU13mLaT6i9wOpSrPkU57PDcuOVl5vI { width:14.0625rem;height:3.5996125rem;top:7.14453125rem;left:3.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AVW84eWC87gEcpwFy2lSlnThy7h8uaIz { width:19.9375rem;height:5.125rem;top:115.4326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H94Ckmh4xlu7xrkTkdICHlvm2fyTurub { display:block; }
 }@media only screen and (max-width: 763px) { #rM1KAXdP32oZQEFDTlVTw6u4LKp3VV8u { width:18.3125rem;height:4.875rem;top:121.05761875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHGD8TCSshXJTE5w7X1deyrvgQq0rnHJ { display:block; }
 }@media only screen and (max-width: 763px) { #im8ArDBIxxXqs7z5dThrfuMLvKHU26x5 { width:20rem;height:0.125rem;top:99.6953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUM1sfgixX8XtqTLbv8H9eGFO2qSzpxM { width:12.5rem;height:1.70605625rem;top:127.1826171875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { display:block; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { width:20rem;height:103.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { width:16.25rem;height:5.5996125rem;top:2.375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { width:20rem;height:30.125rem;top:1.0617138364779rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { width:20rem;height:16.25rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { display:flex;width:2.125rem;height:2.125rem;top:35rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { width:17.5rem;height:2.54980625rem;top:38.0625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { width:17.5rem;height:5.09765625rem;top:41.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nNI2ZgAkUXyUamEE4Z19xO8pvTZ8swPa { width:20rem;height:16.25rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { width:17.5rem;height:8.496125rem;top:57.537109375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { display:flex;width:2.125rem;height:2.125rem;top:50.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { width:17.5rem;height:5.0996125rem;top:52.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ITLdrKk3FP3TQa7bmGfzP2kK0ChfcTAX { width:20rem;height:16.25rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { width:18.9375rem;height:10.1953125rem;top:74.474609375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { display:flex;width:2.125rem;height:2.125rem;top:67.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { width:17.5rem;height:5.0996125rem;top:69.375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hv7gS6UmOibhFpsFlILWV0CZsFcgqiVF { width:20rem;height:6rem;top:87.0078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnzifKNqrCepzAovd7egAR4p6xKNZgRm { display:block; }
 }@media only screen and (max-width: 763px) { #dHnVmMSZmKJykKfpRm9zKeUgXkGNNWln { width:18.75rem;height:5.0625rem;top:93.9453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWbdPBobPuTNvQ8FAAvP9T9PoR0t9t0G { display:block; }
 }@media only screen and (max-width: 763px) { #ASdDvIlVCsKTTmSDMQQ4v8xVuihC3Kyv { width:20rem;height:12.5rem;top:11.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDI3vW1JHsiywqWxLbGWPIEb1WoQuybf { width:20rem;height:10.3984375rem;top:12.400390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJEdp9MZ0OZde79XhFWm8Xih4ooP0GuV { width:11.6875rem;height:1.625rem;top:100.2578125rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { display:block; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { width:20rem;height:135.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbTZFxmAQezDTCCg7CH5IHQLSUtEb8lC { width:20rem;height:16.25rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxsxqlW0XQnarFQGdTdiBu5i75f9vG4 { display:flex;width:2.125rem;height:2.125rem;top:15.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #aWEb0kqbtNyJShGM72QwH9dgXdUkuJW8 { width:17.5rem;height:2.54980625rem;top:18.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fyn48s1oLnBNoG3zBxqZNd998W4309t0 { width:17.5rem;height:5.09765625rem;top:21.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTw09vZvxJrZzXmf98oy32uNbRn32ukZ { width:17.5rem;height:15.293rem;top:34.5185546875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #disOiVK2uW3Zs3axAp5aWdyPoxzWRTTr { display:flex;width:2.125rem;height:2.125rem;top:30.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #VGLFo4uZV1Mm4K5ZcS5u1RoM6fLAPIGt { width:17.5rem;height:2.54980625rem;top:32.8125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7aVeU0OxHOScwi2cy0f64ItQZT1rU44 { width:20rem;height:16.25rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiUQBTQRWni9FFxoF23fKWBTC15UttZG { width:17.5rem;height:35.683625rem;top:55.6748046875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EvyuVh9BMN6mh22axmSSGaSiLvxvvmGk { display:flex;width:2.125rem;height:2.125rem;top:50.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #I9dLAC6ad0ea8FgVxs1RXufcg0wceTXO { width:17.5rem;height:2.54980625rem;top:53.125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATI8rPTfEI3GkLbnS7VgnTDRcMyvSMMo { width:20rem;height:16.25rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw3XD6IaaVM4ITh38RZR63ybS9nTc5Fx { width:17.5rem;height:10.1953125rem;top:97.2421875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PHLPe9BTovuUa83DMCcweUUL8KfQDmmb { width:16.625rem;height:2.54980625rem;top:94.7548828125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okfUMypUD974uJDF2UxICgNTbk691c56 { display:flex;width:2.125rem;height:2.125rem;top:92.6923828125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #MNJARixfvCe1ROA83xIbsZdLNXELTWkk { width:20rem;height:16.7988125rem;top:0.763671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #waqCyu1Eq2i3qqfCTWrk2JGK3sheINfn { width:0.5rem;height:11.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU8VvM15bGOhEy7XyFL991TtO1L0oQnL { width:0.5rem;height:11.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMBOeDgJElZtlkohIKqTAe0ZCDVGi1kJ { width:0.5rem;height:11.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P736Zp0zZ3TTR6ZTZkw7V2NkbsNeEPxr { width:0.5rem;height:11.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2oy51mbtNJwlceWRW3ixlc6hxa3F8Vs { width:20rem;height:16.25rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1st8bw0TJdGsaNl8RVQCpSebxWSKHQJ { width:18.6875rem;height:14rem;top:107.375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX978DN0yTaZ2C6Uglf5L7hKgvxqHSCH { width:18.6875rem;height:14rem;top:121.3125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { display:block; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #miio10CyfIngrZxPd3xTsDTL1WDF310D { display:flex;width:1.5rem;height:1.5rem;top:12.9990234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { width:20rem;height:5.0996125rem;top:14.705078125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { width:15.3125rem;height:1.9121125rem;top:12.79296875rem;left:2.34375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xWF8bZCtQIAgQW5XADnNIaNVolRUMPUm { display:flex;width:1.5rem;height:1.5rem;top:29.10546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GbqrTa78MHRXzLRRZZK6gueTNMsWhZLP { width:20rem;height:5.0996125rem;top:31.6865234375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #trcQlRERTtA2kEwLToD0FKah0aMKfVAN { width:15.3125rem;height:1.9121125rem;top:28.8994140625rem;left:2.34375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uM73f5F0TPSAnPbxHRoGveTUBBfuWnPe { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwbCVyoPO7TSbKkaUfJr0BMd9Un7lE9 { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE9IwHTcA5Gi6toW9t3UCMQfDnRyGdrd { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDO6qXnkPrtEeVwtKCeKUXmpEdNPvCI0 { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { width:20rem;height:15rem;top:40.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0Z2Z3WbUN7O9yfXyTrBM6sQTEmrsR5m { width:12.0625rem;height:10rem;top:57.6787109375rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhE2kzgp6QKGnUbl4v3dtNKSQmSR0HfA { width:12.3125rem;height:9.875rem;top:57.7412109375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAJN7nKS7iXOmmGWzF9P3shSQL9DmFPS { width:20rem;height:5.09765625rem;top:68.58984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AILEH76e7oeNeHp9y01WQTn7gwImOAAR { width:20rem;height:4.4375rem;top:7.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezgNdaAhH3RATGMaJUZSSU5GWoUXzMIw { width:20rem;height:4.38574375rem;top:7.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smAmNySdfXtdg7ebuRXTQJeOfyMOmmMH { width:15.25rem;height:1.94921875rem;top:0.94921875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #od1XDmrB9wV48Ispn4Q64Co1NTwy9Qxb { width:15.25rem;height:1.94921875rem;top:37.474609375rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqdo4Qa0TQOQwHokLLMr96U90TQntDkZ { width:20rem;height:5.875rem;top:21.5rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #PeAGDxCcTEcpO7HiZJHFLalztoLnXUsa { display:block; }
 }@media only screen and (max-width: 763px) { #XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { display:block; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }