.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { background-color:#222221;background-image:none;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; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { background-color: transparent; background-image: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { display: block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .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); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { border-width: 0; border-radius: 0; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { font-size:0.875rem;font-family:poppins;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e0e1dd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.12425rem;height:3.749275rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.249276638031rem;left:4.1239876747131rem;display:block; }
#aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niLEN44rXZCaSIeecm06rhHfxGhAUTIa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e0e1dd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.7496875rem;height:3.749275rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.249276638031rem;left:16.184896945953rem;display:block; }
#FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uA8vw3iHqKGrHvJQJH6rCXQdfzWBIiF4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e0e1dd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.2494375rem;height:3.749275rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.248553276062rem;left:30.873121738434rem;display:block; }
#Ogt1X8WuDIdbrTSgsUqp4IwTHtEhO4zd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldDhFkFb7WswgvRh8xBaT8WONPh4XXdq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e0e1dd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.49925rem;height:3.749275rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.249276638031rem;left:49.12326669693rem;display:block; }
#tbZI52AWXTbp6TRIogOoiZ0pE98WcxJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e0e1dd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.49925rem;height:3.749275rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.249276638031rem;left:62.060190677643rem;display:block; }
#hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { 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/e-sport_1920x1080_5.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; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.adaptive-delivery-prevent-bg, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyload, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyloading { background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { background-color: transparent; background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,33,0.8); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,33,0.8); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .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); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { border-width: 0; border-radius: 0; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::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; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { font-size:0.875rem;font-family:poppins;height:50rem;width:75rem;position:relative;display:block; }#dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { color:#ffffff;display:block;width:59.99925rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.061931610108rem;left:8.4360537528994rem;height:9.29975rem;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;text-align:center;text-align-last:center;display:block; }
#LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { color:#00ccff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:26rem;left:7.5rem;height:3.3984375rem;text-align:center;text-align-last:center;display:block; }
#GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:20rem;width:0.5rem;top:0.0625rem;left:4.875rem;display:block; }
#rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:20rem;width:0.5rem;top:0rem;left:7.0625rem;display:block; }
#xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:20rem;width:0.5rem;top:0rem;left:9.4375rem;display:block; }
#Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,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:20rem;width:0.5rem;top:30rem;left:64.875rem;display:block; }
#qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,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:20rem;width:0.5rem;top:30rem;left:67.25rem;display:block; }
#VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,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:20rem;width:0.5rem;top:30rem;left:69.625rem;display:block; }
#dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,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:20rem;width:0.5rem;top:30rem;left:72rem;display:block; }
#AEIf9aotnZBkCQOa7Wbx7WFIBbBZO4TO { z-index:15003;top:30.25rem;left:38.4375rem;background-color:#0d1b2a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#5a189a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XprWGPExoZ6vQd0KQoJU61uzeTN0Tism { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { background-color:#0d1b2a;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:#5a189a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.25rem;left:23.8125rem;display:block; }
#LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222221;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:poppins;height:51.4375rem;width:75rem;position:relative;display:block; }#D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { color:#00ccff;display:block;width:37.062375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:13.265338420868rem;left:0rem;height:11.8945625rem;display:block; }
#DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { color:#ffffff;display:block;width:32.49925rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.3839726448056rem;left:0rem;height:3.67476875rem;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; }
#XNNaLOCZtBvzBVUHleLZFZHWKo0wNZQQ { color:#868d95;display:block;width:32.49925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:6.6869239807131rem;left:0rem;height:1.69921875rem;font-style:normal;display:block; }
#HTrbzli4WW2ZN0chcTIC9mGd4sayD8f5 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:31.375rem;left:0rem;height:3.8237875rem;font-style:normal;display:block; }
#MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl { color:#b3f0ff;display:block;width:14.99925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:37.219331741333rem;left:0rem;height:10.1953125rem;font-style:normal;display:block; }
#hdgmxTLlrhgOZip3fsIPJTNpeCB7HXcT { 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:15020;opacity:1;top:29.3125rem;left:0rem; }
#vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL { color:#b3f0ff;display:block;width:14.99925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:35.198207855224rem;left:17.544849872589rem;height:8.496125rem;font-style:normal;display:block; }
#S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:31.375rem;left:17.5625rem;height:1.91189375rem;font-style:normal;display:block; }
#Sbs075lB9y036QayOAI8XFbNlrUGPefd { 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:15023;opacity:1;top:29.3125rem;left:17.5625rem; }
#PMk4QVU6kMZ9Uf516efWuKKT6wT5xVS2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:26.8125rem;left:37.5rem;overflow:hidden;display:block; }
#x8uZibsbwswg2M1Szt7p9WU2uZAmp2Dp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:26.8125rem;left:56.25rem;overflow:hidden;display:block; }
#heQSdtdb53pzKHc5UFkHCqzJhdb7HGLP { position:absolute;display:block;z-index:15029;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:12.5621875rem;width:18.8744375rem;top:38.875146865845rem;left:37.498556613922rem;overflow:hidden;display:block; }
#ycb5oecU0CqNbwBGgADtGdKT2vqUpa3a { position:absolute;display:block;z-index:15030;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:12.5rem;width:18.75rem;top:38.875146865845rem;left:56.12558221817rem;overflow:hidden;display:block; }
#TzcLrNbwpJFJJFw00QnPFEwA7SnG2siI { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21rem;width:37.5rem;top:5.7796592712403rem;left:37.498556613922rem;display:block; }
#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/e-sport_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(34,34,33,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(34,34,33,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:poppins;height:59.4375rem;width:75rem;position:relative;display:block; }#NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:18.875rem;left:31.625rem;height:5.099825rem;font-style:normal;display:block; }
#Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { color:#b3f0ff;display:block;width:17.49925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.973528861999rem;left:31.62326669693rem;height:6.796875rem;font-style:normal;display:block; }
#ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { color:#868d95;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:18.125rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { color:#ffffff;display:block;width:25rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:20.4375rem;left:0rem;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;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(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:#b3f0ff;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:41.5rem;left:31.625rem;height:6.796875rem;font-style:normal;display:block; }
#U5L7WwXpR1TKN1tE8PQTJATviD18lScA { color:#ffffff;display:block;width:17.49925rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:36.446043968201rem;left:31.62326669693rem;height:5.099825rem;font-style:normal;display:block; }
#DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { color:#b3f0ff;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:41.5rem;left:55.3125rem;height:6.796875rem;font-style:normal;display:block; }
#IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { color:#ffffff;display:block;width:17.49925rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:36.446043968201rem;left:55.309610843659rem;height:5.099825rem;font-style:normal;display:block; }
#EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { color:#b3f0ff;display:block;width:17.49925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.973525047302rem;left:55.309610843659rem;height:6.796875rem;font-style:normal;display:block; }
#ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:18.875rem;left:55.3125rem;height:2.5499125rem;font-style:normal;display:block; }
#RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { color:#00ccff;display:block;width:24.99925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:24.74898815155rem;left:0rem;height:8.496125rem;display:block; }
#ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { position:absolute;display:block;z-index:15007;background-color:#222221;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:45.625rem;top:13.28125rem;left:29.375rem;display:block; }
#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222221;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; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { background-color: transparent; background-image: none; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container > .video-iframe-container { display: none; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row > .video-iframe-container { display: none; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .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); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { border-width: 0; border-radius: 0; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { font-size:0.875rem;font-family:poppins;height:50rem;width:75rem;position:relative;display:block; }#Mvte6JsVxTIu5Oya6XX0tNhw541GOPlQ { color:#ffffff;display:block;width:33.74925rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:18.998840808868rem;left:41.251448154449rem;height:3.67476875rem;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; }
#oBzkI8RUowQyO9A7kPT2HyAZucnSetOT { color:#b3f0ff;display:block;width:33.74925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:23.687060832978rem;left:41.250727176666rem;height:3.3984375rem;display:block; }
#OHoa6fqxvPqx6zMWW8zdFEC77zMNzM2w { background-color:#868d95;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:#5a189a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.873700141907rem;left:41.250002384186rem;display:block; }
#b43bspkM9tmf40yJ40Kzkm0nGFghyoOD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C55XRrxif0v8CRMtVfh3A0Q00cF9EfID { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:66.625rem;display:block; }
#ae8O0dQzf6tKfOVz4MVwcU7pSZMn0bDX { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:71.375rem;display:block; }
#tR90v75BtStIibM0et9CLhDVLPlkMAFm { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:69rem;display:block; }
#qyIXAKZRHTCocw3Ow43LtZ3Dt8PQXIHO { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:64.25rem;display:block; }
#iMZJ5s8k7DIMx2SSLihfBaOgiXV9bfld { position:absolute;display:block;z-index:15024;background-color:#868d95;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.5rem;top:14.3125rem;left:41.25rem;display:block; }
#aaaeT2Z2IFlqLxIUIkSl7xI5RuGxEmaG { color:#5a189a;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:14.375rem;left:42.5625rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWIXf3ZROyWPoGncueQmlCmacpp2NSHg { position:absolute;display:block;z-index:15029;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:37.5rem;width:24.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#i2SRMBDTOlTuO9wcrzpJiGMOJpH4iLqV { position:absolute;display:block;z-index:15030;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:12.5625rem;width:19rem;top:37.498548984528rem;left:0rem;overflow:hidden;display:block; }
#OiCPd2RR0f7VZ3fC1xg1v6JHBrnwRuZ0 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:18.6875rem;top:37.5rem;left:18.75rem;overflow:hidden;display:block; }
#UuVNwnBxiTXWW5OUFyZn8C61wwUSnetC { color:#ffffff;display:block;width:33.7485625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:27.620082855224rem;left:41.251448154449rem;height:3.67476875rem;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; }
#ywA6P2tRLxwhW5gUoVGT3X3yyGVUcABl { color:#b3f0ff;display:block;width:33.7485625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:31.935765266419rem;left:41.251448154449rem;height:3.3984375rem;display:block; }
#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#868d95;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; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container { background-color: transparent; background-image: none; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container > .video-iframe-container { display: none; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row > .video-iframe-container { display: none; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .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); }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container { border-width: 0; border-radius: 0; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container { font-size:0.875rem;font-family:poppins;height:15.1875rem;width:75rem;position:relative;display:block; }#PSlobSScfsJzyR110r2TJBdKbRS9JuWL { color:#ffffff;display:block;width:58.74925rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.1239719390869rem;left:0rem;height:3.14959375rem;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;text-align:left;text-align-last:left;display:block; }
#fdiQc5LThxQmRkBIU3Uu5KRTqxz5zavr { color:#ffffff;display:block;width:58.74925rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:7.2714123725894rem;left:0rem;height:3.8237875rem;text-align:left;text-align-last:left;display:block; }
#O3dAUNGVmT2xKBJbJTb9TX4FpSTJqNOt { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,34,33,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,34,33,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,34,33,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,34,33,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2222214c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2222214c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(34,34,33,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:15.4375rem;width:0.5rem;top:0rem;left:65.499857425687rem;display:block; }
#DkZNf8ks2Qwax2dzmyAAzQEBMqPHZRi2 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,34,33,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,34,33,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,34,33,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,34,33,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2222214c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2222214c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(34,34,33,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:15.375rem;width:0.5rem;top:0rem;left:70.2495675087rem;display:block; }
#aUBiIxmx6DAsTHmyg6nNNLnQZn8UeTwR { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(34,34,33,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(34,34,33,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(34,34,33,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(34,34,33,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2222214c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2222214c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(34,34,33,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:15.3125rem;width:0.1875rem;top:0rem;left:72.750201970094rem;display:block; }
#SWqQN6UTtJMtFQaTIFwnITgoR42eSmIx { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(34,34,33,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(34,34,33,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(34,34,33,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(34,34,33,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2222214c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2222214c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(34,34,33,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:15.0625rem;width:0.5rem;top:0rem;left:67.874712467194rem;display:block; }
#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222221;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; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { background-color: transparent; background-image: none; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container > .video-iframe-container { display: none; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row > .video-iframe-container { display: none; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .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); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { border-width: 0; border-radius: 0; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { font-size:0.875rem;font-family:poppins;height:35.625rem;width:75rem;position:relative;display:block; }#ynoJoyrf8h5Xv7e5THR6eFBF75xaR37C { 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:16.375rem;left:10.1875rem; }
#yLhCiZ4zz49Pu7JX1VgoUMFlHSiyTSy2 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:5.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bkQsflqNcQ5r2ieoTJzlZtmKHdFBZWby { color:#b3f0ff;display:block;width:22.49925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:25.348677635193rem;left:0rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAS5XIXpkhGIwDy27ymN1c9UTh2ONkkc { color:#868d95;display:block;width:52.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJ4CsH1UM5KtEFvOiULNezO8i31GO54y { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.32465rem;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; }
#uetxyiDXW73zBDWqyxNlsu6RlTddBBJZ { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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; }
#SEhOfMprrMnFNNzpC3bo4fTfnkvTqK1X { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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; }
#iPzZFXLWA3DXO1Iimh7RBXJHEimdeX5W { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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; }
#dOzOcTU2qszwpwv61l1ACBBVDVP9TsSQ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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; }
#yP2osvoz9fEp6qtwAAr9hyBKqoa7WqOQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(134,141,149,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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#viwtahdukNpmnBTuN79Jbq7VwQ8dmdVC { color:#b3f0ff;display:block;width:22.49925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:25.999719619751rem;left:26.248552799225rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Av9Z6eu5Blxp6PFkza9r8d3dt2zIcOk3 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KCLHOD77dsA4BFETf8Z6oLsh0RXIc4Nx { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(134,141,149,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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#pELOXA3M7ihAqKfQSOhNiB193xuQsO59 { 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:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#RBbwkEpbXApX21Pr9JJXc8C1Zdv0TSms { color:#b3f0ff;display:block;width:22.49925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:25.999719619751rem;left:52.500727176666rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaxEhBzDwGM3zKQWMeK2sWqFo1PHemrK { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:52.5rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFc2p5scktE4rNnIxc0cZo7tzMzSDIaU { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(134,141,149,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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#W6yndudFPv9IeCJzJWkxr9l4UrrDJrI5 { 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:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222221;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; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { background-color: transparent; background-image: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container > .video-iframe-container { display: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container { display: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .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); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { border-width: 0; border-radius: 0; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { font-size:0.875rem;font-family:poppins;height:48rem;width:75rem;position:relative;display:block; }#WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { color:#868d95;display:block;width:26.24925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:3.6863427162171rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C769Mm8ldnsTu7nJddZzhcrQmT192iCy { color:#ffffff;display:block;width:37.3119375rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:5.3826684951783rem;left:0rem;height:5.07523125rem;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; }
#w80do3opDqabbJH16QxVRawa6FIkku3L { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:5rem;width:0.5rem;top:6.25rem;left:27.625rem;display:block; }
#il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,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:5rem;width:0.5rem;top:6.25rem;left:30rem;display:block; }
#W70AGl3olRq31fd1ufcOT42MHwmzeFND { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:5rem;width:0.5rem;top:6.25rem;left:32.375rem;display:block; }
#NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,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:5rem;width:0.5rem;top:6.25rem;left:34.75rem;display:block; }
#L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { color:#00ccff;display:block;width:26.24925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:11.246383666993rem;left:0rem;height:6.9950625rem;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; }
#Mn8sP3zMDwSaQGbUFaJKUlT6IocOpoLQ { box-sizing:content-box;height:16.75rem;width:30.3125rem;position:absolute;display:block;z-index:14999;background-color:#0d1b2a;background-image:none;top:30.538918495178rem;left:3.498263835907rem;display:block; }
#tfUFfRtXyzH2uOrF2oohEbIwnTGx4eXC { color:#ffffff;display:block;width:23.3745625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:27.102865219116rem;left:29.998556613922rem;height:2.53761875rem;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; }
#kmfLRx6eZ5NlAK7V3I5IbgZHVCDGr2Bc { color:#00ccff;display:block;width:26.2485625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:31.74117565155rem;left:5.5302376747131rem;height:12.591125rem;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; }
#KgcXPbn2qatNwW3fNTyiLDRbWPczub52 { box-sizing:content-box;height:16.75rem;width:28.375rem;position:absolute;display:block;z-index:15000;background-color:#0d1b2a;background-image:none;top:30.478589057922rem;left:43.747976779938rem;display:block; }
#mnTynbafkDMn8Ulw5IctbVTQpgObeT0t { position:absolute;display:block;z-index:15023;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:22.5rem;width:33.9375rem;top:2.829137802124rem;left:38.787619113922rem;overflow:hidden;display:block; }
#n3KRuTFdIDMdOaZ6I5Bq4UoOTBzE3qbQ { color:#00ccff;display:block;width:27.6244375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:31.474248886108rem;left:44.542101383209rem;height:13.9901875rem;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; }
#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222221;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; }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .row .container { background-color: transparent; background-image: none; }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .row .container > .video-iframe-container { display: none; }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .row > .video-iframe-container { display: none; }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .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); }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .row .container { border-width: 0; border-radius: 0; }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .row .container { font-size:0.875rem;font-family:poppins;height:60rem;width:75rem;position:relative;display:block; }#ZbKLW99TNxcJUdk04AZDkOCxR2CQ0l2T { color:#868d95;display:block;width:52.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMyn8yPXpnp5tRI4fM0TtcpnDMg4zM5W { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.3125rem;left:11.25rem;height:3.67476875rem;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; }
#gokQtlbQTB0NfoBfZglIPKEuJLXhv5do { position:absolute;display:block;z-index:15018;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:37.5rem;width:37.5rem;top:14.125rem;left:0rem;overflow:hidden;display:block; }
#BnJC2as4bcKZWPJTofZpthFF38GKX5dW { position:absolute;display:block;z-index:15019;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:18.75rem;top:32.875rem;left:56.25rem;overflow:hidden;display:block; }
#NITR7oaUNTm9y7LI4P1VdAxyXWUP4ReN { position:absolute;display:block;z-index:15020;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:18.75rem;top:14.125rem;left:37.5rem;overflow:hidden;display:block; }
#UB2sS7tWsUi6KFEQRRnuTT7Z9se6ArTd { position:absolute;display:block;z-index:15021;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:18.75rem;top:14.125rem;left:56.25rem;overflow:hidden;display:block; }
#tUDMuaaAGoT2vZubKwBbtGpRtfSEFuEN { position:absolute;display:block;z-index:15020;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:18.75rem;top:32.875rem;left:37.5rem;overflow:hidden;display:block; }
#zHuPOnycuC6I612vhvX5ikeXrKhSr97m { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#zNafp3sOV2iLKmEupi9nyzkCRw756WVk { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#bEVQnsOhSWqXz9udwsUDJA7OvO2CKadV { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#Uyvu9hxx1gCLMvtPcF7taBAXF540PcqS { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1b2a;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; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { background-color: transparent; background-image: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container > .video-iframe-container { display: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container { display: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .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); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { border-width: 0; border-radius: 0; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { font-size:0.875rem;font-family:poppins;height:23.25rem;width:75rem;position:relative;display:block; }#ZAPynuJtCzKv4Fw3xB4RJkQpTHBa90sX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.43691875rem;width:20.93675rem;top:15.810908675194rem;left:42.791525363922rem;overflow:hidden;display:block; }
#dR9uJxgqQd9Pu9EDv9qTTk8sZeEVk11N { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9994375rem;width:13.312375rem;top:5.6995085477829rem;left:2.6815686225891rem;overflow:hidden;display:block; }
#ihqH0cfn6LZq7HlBbVABiuTw2SFycnoP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4371875rem;width:12.8746875rem;top:13.81221139431rem;left:12.995516300201rem;overflow:hidden;display:block; }
#iJK1fFwPZdFHU7EWAqvL1AmbBfzmtOHU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1245625rem;width:13.6870625rem;top:5.6365741491318rem;left:38.373121738434rem;overflow:hidden;display:block; }
#dG5vepHtNy2tnr8EUgOZ4Ql7EMGEpAqv { color:#ffffff;display:block;width:16.8120625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:0.837673664093rem;left:29.092882633209rem;height:3.67476875rem;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; }
#kE8EJiLwbGzbEoScAlH43AIap5QR2vKL { position:absolute;display:block;z-index:15009;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:7.0625rem;width:10.875rem;top:5.6676796674728rem;left:20.826099872589rem;overflow:hidden;display:block; }
#CoI8s8wrFfze9BOLJeS9smXMD6RsTMwA { position:absolute;display:block;z-index:15009;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:7rem;width:19.4375rem;top:5.6995085477829rem;left:54.747541904449rem;overflow:hidden;display:block; }
#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222221;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; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { background-color: transparent; background-image: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .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); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { border-width: 0; border-radius: 0; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { font-size:0.875rem;font-family:poppins;height:44.6875rem;width:75rem;position:relative;display:block; }#dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:3.67476875rem;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; }
#UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { color:#00ccff;display:block;width:25.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.4375rem;left:0rem;height:3.3984375rem;display:block; }
#u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(134,141,149,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:0.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(134,141,149,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(134,141,149,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(134,141,149,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(134,141,149,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d9533', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d9533', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(134,141,149,0.2), rgba(0,0,0,0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:poppins;font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_f4229910f22c9376210cd713b8152ec6e5c7cffd.svg");background-size:contain !important; }#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.adaptive-delivery-prevent-bg, #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.lazyload, #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.lazyloading { background-image: none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { box-sizing:content-box;height:auto;width:42.687375rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:32.3125rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #DAEFQKTT5pmEcFG5PGVnrZceT1yXixyk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #cKh7TSJpGb1mfRvKT69zzJiVe9dLgkep { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #K3oCxJ8PeqQKdDLxDHmm7zzdp4hbRWX9 { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QegxGNClKTLnFkqG6XfHu4zsl2hPeDpd {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nK9H9rsV9O94bTRb8KEXbn0N0WLCvRUW { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS { display:none; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-form-header {  }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-text {padding-top: 0; padding-bottom: 0;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-select {padding-top: 0; padding-bottom: 0;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#e0e1dd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #0d1b2a;border-left:0.0625rem solid #0d1b2a;border-right:0.0625rem solid #0d1b2a;border-bottom:0.0625rem solid #0d1b2a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#5a189a;width:17.5rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-container:first-of-type{padding-top:0;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-container:last-of-type{padding-bottom:0;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM  { background-color:#e0e1dd;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15046;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.980180740356rem;left:0rem; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM {display:block;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM { background-color:#e0e1dd;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15046;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.980180740356rem;left:0rem; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #f09HC24zNycto7TUpIAaNfwXld8PzmN4 { position:relative; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #rm6RK4wxb6KCO9IqxFeKCCUeUNaN8TQe { position:relative;display:block; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #ynMEaXa3Ool70zvh3hrVvqcpJWEOdHTW { position:relative; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #HHTcFz3hUGZ6RgVExkptD4n8nyZBHDCE { position:relative; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #uCS25r24LBhfoNmB3bIldQn20k1EEEVK { position:relative; }
#b0gbOKBCWxBrsRbwx2DXr0yhVqdEo5T8 { color:#00ccff;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:33.998844146729rem;left:0rem;height:3.3984375rem;display:block; }
#fouMNQoaOwVu4uQBNriObDcJugrx5J58 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .row .container { background-color: transparent; background-image: none; }#fouMNQoaOwVu4uQBNriObDcJugrx5J58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .row .container > .video-iframe-container { display: none; }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .row > .video-iframe-container { display: block; }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .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); }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .row .container { border-width: 0; border-radius: 0; }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .row .container { font-size:0.875rem;font-family:poppins;height:9.3125rem;width:75rem;position:relative;display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222221;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; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { background-color: transparent; background-image: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .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); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { border-width: 0; border-radius: 0; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { font-size:0.875rem;font-family:poppins;height:50.625rem;width:75rem;position:relative;display:block; }#DBODtdl41VetcGxybT57RUwZ7wbvzK0u { color:#868d95;display:block;width:26.24925rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:1.9357719421387rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKTi4lA7QIhNzU48dvhNB5LDARJdtons { color:#ffffff;display:block;width:31.56175rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:23.474411010743rem;left:1.4966726303101rem;height:3.67476875rem;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; }
#owyTGDz8G44BuKiarHdvCvasspKoRH9E { color:#00ccff;display:block;width:33.624875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:26.933612823486rem;left:1.4973959922791rem;height:3.3984375rem;display:block; }
#RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32.816131591797rem;left:1.4981193542481rem; }
#wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { color:#ffffff;display:block;width:22.49925rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:34.315693855286rem;left:1.4973959922791rem;height:2.5499125rem;font-style:normal;display:block; }
#khI6XmzoW2EK08hrUnMfSq79WekrKLUp { color:#ffffff;display:block;width:15.31175rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:32.609968185425rem;left:3.7934031486511rem;height:1.91189375rem;font-style:normal;display:block; }
#vFaePdXhowyi7SvfIplDKVoq9vnkzsme { color:#ffffff;display:block;width:22.49925rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:48.074365615845rem;left:1.4988427162171rem;height:2.5499125rem;font-style:normal;display:block; }
#B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:46.061923980713rem;left:1.4988427162171rem; }
#DcT47TIUtZMrkMHepxh9cLAzv0659ohz { color:#ffffff;display:block;width:15.31175rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:45.855760574341rem;left:3.5923037528992rem;height:1.91189375rem;font-style:normal;display:block; }
#HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:37.962982177734rem;left:1.4988427162171rem; }
#Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { color:#ffffff;display:block;width:22.49925rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:39.668693542481rem;left:1.872829914093rem;height:5.099825rem;font-style:normal;display:block; }
#Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { color:#ffffff;display:block;width:15.31175rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:37.757541656494rem;left:3.5923037528992rem;height:1.91189375rem;font-style:normal;display:block; }
#TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,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:15rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:15rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#larfyowCSUruKot56cFXReTHtGZWP6AU { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#868d954c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,141,149,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:15rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#OSC21LvkV76N23ToHC2nhZxqneRwBdnU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,141,149,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d954c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,141,149,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:15rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#MhTVkov58Kp6b6anW7phWTUms7y3EeOz { 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:15.875rem;width:24.5rem;top:34.315684318543rem;left:50.396457849762rem;overflow:hidden;display:block; }
#hqoDETXWy2PmIzLtcuhknXlTJodQV5ks { position:absolute;display:block;z-index:15048;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:15.7494375rem;width:25.5620625rem;top:34.315684318543rem;left:23.995226383209rem;overflow:hidden;display:block; }
#NW6xP0FWa4NAU4VoBgkkgAhXRQwJz2sG { color:#ffffff;display:block;width:31.5610625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:3.6328129768372rem;left:1.4959492683411rem;height:3.67476875rem;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; }
#ubZouWvBBkN9dtSkm6vBdraQOa1RNWRV { color:#00ccff;display:block;width:33.624875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:7.3083052635194rem;left:1.4959492683411rem;height:3.3984375rem;display:block; }
#rnJsv7GXARFOdWuLmAhi1U95u9ylwG4d { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.7;letter-spacing:0;top:12.404501438141rem;left:1.4959492683411rem;height:1.91189375rem;font-style:normal;display:block; }
#ERSzrHtQemNbEdvqULiEXCFWNM9kOy3P { color:#ffffff;display:block;width:22.4985625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.7;letter-spacing:0;top:14.315683737397rem;left:1.4959492683411rem;height:7.6475625rem;font-style:normal;display:block; }
#lHIXCcOGVSvFIiTTEadcTZ90PXTLkJir { color:#ffffff;display:block;width:19.68675rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.7;letter-spacing:0;top:12.404514685273rem;left:42.294561862946rem;height:1.91189375rem;font-style:normal;display:block; }
#uwNXcSbcFkpIZLcAWLNE4s6L7wGTqCxs { color:#ffffff;display:block;width:22.4985625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:14.315683737397rem;left:42.296007633209rem;height:5.735675rem;font-style:normal;display:block; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222221;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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:poppins;height:7.875rem;width:75rem;position:relative;display:block; }#alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { color:#ffffff;display:block;width:33.937375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.004919052124rem;left:27.811777591706rem;height:1.48799375rem;text-align:left;text-align-last:left;display:block; }
#IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7rem;top:0.49927520751953rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block; }
 }@media only screen and (max-width: 763px) { #niLEN44rXZCaSIeecm06rhHfxGhAUTIa { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block; }
 }@media only screen and (max-width: 763px) { #uA8vw3iHqKGrHvJQJH6rCXQdfzWBIiF4 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogt1X8WuDIdbrTSgsUqp4IwTHtEhO4zd { display:block; }
 }@media only screen and (max-width: 763px) { #ldDhFkFb7WswgvRh8xBaT8WONPh4XXdq { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZI52AWXTbp6TRIogOoiZ0pE98WcxJw { display:block; }
 }@media only screen and (max-width: 763px) { #N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { top:11rem;left:0rem;width:47.75rem;height:13.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { top:25.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEIf9aotnZBkCQOa7Wbx7WFIBbBZO4TO { top:24.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XprWGPExoZ6vQd0KQoJU61uzeTN0Tism { display:block; }
 }@media only screen and (max-width: 763px) { #FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { 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) { #XNNaLOCZtBvzBVUHleLZFZHWKo0wNZQQ { top:6.625rem;left:0rem;width:32.4375rem;height:1.6875rem;font-size:1rem;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) { #MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdgmxTLlrhgOZip3fsIPJTNpeCB7HXcT { top:29.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;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) { #Sbs075lB9y036QayOAI8XFbNlrUGPefd { top:29.3125rem;left:10.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMk4QVU6kMZ9Uf516efWuKKT6wT5xVS2 { top:26.8125rem;left:23.875rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8uZibsbwswg2M1Szt7p9WU2uZAmp2Dp { top:26.8125rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQSdtdb53pzKHc5UFkHCqzJhdb7HGLP { top:38.875rem;left:5rem;width:18.8125rem;height:12.52096399396rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycb5oecU0CqNbwBGgADtGdKT2vqUpa3a { top:38.875rem;left:28.9375rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzcLrNbwpJFJJFw00QnPFEwA7SnG2siI { top:5.75rem;left:0rem;width:37.5rem;height:21rem;display:block; }
 }@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) { #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) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { top:18.0625rem;left:0rem;width:24.9375rem;height:1.6875rem;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) { #ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { width:45.625rem;height:37.5rem;top:13.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phmdxl3U7uyOki1BsdMq8HIdt38Duot0 { display:block; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvte6JsVxTIu5Oya6XX0tNhw541GOPlQ { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBzkI8RUowQyO9A7kPT2HyAZucnSetOT { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHoa6fqxvPqx6zMWW8zdFEC77zMNzM2w { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b43bspkM9tmf40yJ40Kzkm0nGFghyoOD { display:block; }
 }@media only screen and (max-width: 763px) { #C55XRrxif0v8CRMtVfh3A0Q00cF9EfID { width:0.5rem;height:31.25rem;top:0rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8O0dQzf6tKfOVz4MVwcU7pSZMn0bDX { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR90v75BtStIibM0et9CLhDVLPlkMAFm { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIXAKZRHTCocw3Ow43LtZ3Dt8PQXIHO { width:0.5rem;height:31.25rem;top:0rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZJ5s8k7DIMx2SSLihfBaOgiXV9bfld { width:12.5rem;height:1.875rem;top:14.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaaeT2Z2IFlqLxIUIkSl7xI5RuGxEmaG { 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) { #lWIXf3ZROyWPoGncueQmlCmacpp2NSHg { width:24.9375rem;height:37.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2SRMBDTOlTuO9wcrzpJiGMOJpH4iLqV { width:19rem;height:12.5625rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCPd2RR0f7VZ3fC1xg1v6JHBrnwRuZ0 { width:18.6875rem;height:12.4375rem;top:37.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuVNwnBxiTXWW5OUFyZn8C61wwUSnetC { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywA6P2tRLxwhW5gUoVGT3X3yyGVUcABl { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh { display:block; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSlobSScfsJzyR110r2TJBdKbRS9JuWL { top:4.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdiQc5LThxQmRkBIU3Uu5KRTqxz5zavr { top:7.25rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3dAUNGVmT2xKBJbJTb9TX4FpSTJqNOt { width:0.5rem;height:15.4375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZNf8ks2Qwax2dzmyAAzQEBMqPHZRi2 { width:0.5rem;height:15.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUBiIxmx6DAsTHmyg6nNNLnQZn8UeTwR { width:0.1875rem;height:15.3125rem;top:0rem;left:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWqQN6UTtJMtFQaTIFwnITgoR42eSmIx { width:0.5rem;height:15.0625rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz { display:block; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynoJoyrf8h5Xv7e5THR6eFBF75xaR37C { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLhCiZ4zz49Pu7JX1VgoUMFlHSiyTSy2 { 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) { #bkQsflqNcQ5r2ieoTJzlZtmKHdFBZWby { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAS5XIXpkhGIwDy27ymN1c9UTh2ONkkc { top:4.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ4CsH1UM5KtEFvOiULNezO8i31GO54y { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetxyiDXW73zBDWqyxNlsu6RlTddBBJZ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEhOfMprrMnFNNzpC3bo4fTfnkvTqK1X { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPzZFXLWA3DXO1Iimh7RBXJHEimdeX5W { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzOcTU2qszwpwv61l1ACBBVDVP9TsSQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP2osvoz9fEp6qtwAAr9hyBKqoa7WqOQ { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viwtahdukNpmnBTuN79Jbq7VwQ8dmdVC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9Z6eu5Blxp6PFkza9r8d3dt2zIcOk3 { 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) { #KCLHOD77dsA4BFETf8Z6oLsh0RXIc4Nx { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pELOXA3M7ihAqKfQSOhNiB193xuQsO59 { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBbwkEpbXApX21Pr9JJXc8C1Zdv0TSms { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaxEhBzDwGM3zKQWMeK2sWqFo1PHemrK { 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) { #SFc2p5scktE4rNnIxc0cZo7tzMzSDIaU { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6yndudFPv9IeCJzJWkxr9l4UrrDJrI5 { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { display:block; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { top:3.625rem;left:0rem;width:26.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C769Mm8ldnsTu7nJddZzhcrQmT192iCy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80do3opDqabbJH16QxVRawa6FIkku3L { width:0.5rem;height:5rem;top:6.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { width:0.5rem;height:5rem;top:6.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70AGl3olRq31fd1ufcOT42MHwmzeFND { width:0.5rem;height:5rem;top:6.25rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { width:0.5rem;height:5rem;top:6.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8sP3zMDwSaQGbUFaJKUlT6IocOpoLQ { top:30.5rem;left:0rem;width:30.3125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfUFfRtXyzH2uOrF2oohEbIwnTGx4eXC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmfLRx6eZ5NlAK7V3I5IbgZHVCDGr2Bc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgcXPbn2qatNwW3fNTyiLDRbWPczub52 { top:30.4375rem;left:19.375rem;width:28.375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnTynbafkDMn8Ulw5IctbVTQpgObeT0t { top:2.8125rem;left:13.8125rem;width:33.9375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3KRuTFdIDMdOaZ6I5Bq4UoOTBzE3qbQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq { display:block; }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbKLW99TNxcJUdk04AZDkOCxR2CQ0l2T { top:5.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMyn8yPXpnp5tRI4fM0TtcpnDMg4zM5W { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gokQtlbQTB0NfoBfZglIPKEuJLXhv5do { width:37.5rem;height:37.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnJC2as4bcKZWPJTofZpthFF38GKX5dW { width:18.75rem;height:18.75rem;top:32.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITR7oaUNTm9y7LI4P1VdAxyXWUP4ReN { width:18.75rem;height:18.75rem;top:14.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB2sS7tWsUi6KFEQRRnuTT7Z9se6ArTd { width:18.75rem;height:18.75rem;top:14.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUDMuaaAGoT2vZubKwBbtGpRtfSEFuEN { width:18.75rem;height:18.75rem;top:32.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHuPOnycuC6I612vhvX5ikeXrKhSr97m { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNafp3sOV2iLKmEupi9nyzkCRw756WVk { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEVQnsOhSWqXz9udwsUDJA7OvO2CKadV { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyvu9hxx1gCLMvtPcF7taBAXF540PcqS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAPynuJtCzKv4Fw3xB4RJkQpTHBa90sX { width:20.875rem;height:5.4208833226862rem;top:15.75rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR9uJxgqQd9Pu9EDv9qTTk8sZeEVk11N { width:13.25rem;height:6.9666417055556rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqH0cfn6LZq7HlBbVABiuTw2SFycnoP { width:12.8125rem;height:9.3916038617444rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJK1fFwPZdFHU7EWAqvL1AmbBfzmtOHU { width:13.625rem;height:7.0922569442856rem;top:5.625rem;left:24.748121738434rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5vepHtNy2tnr8EUgOZ4Ql7EMGEpAqv { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8EJiLwbGzbEoScAlH43AIap5QR2vKL { width:10.875rem;height:7.0625rem;top:5.625rem;left:7.2010998725894rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoI8s8wrFfze9BOLJeS9smXMD6RsTMwA { width:19.4375rem;height:7rem;top:5.6875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #DAEFQKTT5pmEcFG5PGVnrZceT1yXixyk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #cKh7TSJpGb1mfRvKT69zzJiVe9dLgkep {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #K3oCxJ8PeqQKdDLxDHmm7zzdp4hbRWX9 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QegxGNClKTLnFkqG6XfHu4zsl2hPeDpd {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nK9H9rsV9O94bTRb8KEXbn0N0WLCvRUW {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-text {padding-top: 0; padding-bottom: 0;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-select {padding-top: 0; padding-bottom: 0;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM  { width:17.5rem;height:8.3125rem;top:20.9375rem;left:0rem; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM {display:block;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM { width:17.5rem;height:8.3125rem;top:20.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #f09HC24zNycto7TUpIAaNfwXld8PzmN4 {  }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #rm6RK4wxb6KCO9IqxFeKCCUeUNaN8TQe {  }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #ynMEaXa3Ool70zvh3hrVvqcpJWEOdHTW {  }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #HHTcFz3hUGZ6RgVExkptD4n8nyZBHDCE {  }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #uCS25r24LBhfoNmB3bIldQn20k1EEEVK {  }
 }@media only screen and (max-width: 763px) { #b0gbOKBCWxBrsRbwx2DXr0yhVqdEo5T8 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fouMNQoaOwVu4uQBNriObDcJugrx5J58 { display:block; }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBODtdl41VetcGxybT57RUwZ7wbvzK0u { top:1.875rem;left:0rem;width:26.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { top:26.875rem;left:0rem;width:33.5625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { width:1.4375rem;height:1.4375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { 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) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { 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) { #vFaePdXhowyi7SvfIplDKVoq9vnkzsme { 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) { #B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { width:1.4375rem;height:1.4375rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcT47TIUtZMrkMHepxh9cLAzv0659ohz { 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) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { width:1.4375rem;height:1.4375rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { 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) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { 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) { #TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #larfyowCSUruKot56cFXReTHtGZWP6AU { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSC21LvkV76N23ToHC2nhZxqneRwBdnU { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhTVkov58Kp6b6anW7phWTUms7y3EeOz { top:34.3125rem;left:23.25rem;width:24.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqoDETXWy2PmIzLtcuhknXlTJodQV5ks { top:34.3125rem;left:10.370226383209rem;width:25.5rem;height:15.711199213679rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6xP0FWa4NAU4VoBgkkgAhXRQwJz2sG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubZouWvBBkN9dtSkm6vBdraQOa1RNWRV { top:7.25rem;left:0rem;width:33.5625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnJsv7GXARFOdWuLmAhi1U95u9ylwG4d { 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) { #ERSzrHtQemNbEdvqULiEXCFWNM9kOy3P { 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) { #lHIXCcOGVSvFIiTTEadcTZ90PXTLkJir { 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) { #uwNXcSbcFkpIZLcAWLNE4s6L7wGTqCxs { 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) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { 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) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:7rem;height:6.9375rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { width:8.125rem;height:3.75rem;top:4.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block; }
 }@media only screen and (max-width: 763px) { #niLEN44rXZCaSIeecm06rhHfxGhAUTIa { width:10.812375rem;height:3.749275rem;top:8.12283039093rem;left:4.5912905931473rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block; }
 }@media only screen and (max-width: 763px) { #uA8vw3iHqKGrHvJQJH6rCXQdfzWBIiF4 { width:13.8121875rem;height:3.749275rem;top:11.87283039093rem;left:3.0917247533798rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogt1X8WuDIdbrTSgsUqp4IwTHtEhO4zd { display:block; }
 }@media only screen and (max-width: 763px) { #ldDhFkFb7WswgvRh8xBaT8WONPh4XXdq { width:7.5rem;height:3.75rem;top:15.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZI52AWXTbp6TRIogOoiZ0pE98WcxJw { display:block; }
 }@media only screen and (max-width: 763px) { #N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { width:7.5rem;height:3.75rem;top:19.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { width:19.99925rem;height:15.748rem;top:1.3368034362793rem;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) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { width:19.99925rem;height:8.496125rem;top:17.083333969116rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:15.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:15.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:15.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:15.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEIf9aotnZBkCQOa7Wbx7WFIBbBZO4TO { top:31.207321166993rem;left:2.4833623170853rem;width:14.06175rem;height:3.436775rem;display:block; }
 }@media only screen and (max-width: 763px) { #XprWGPExoZ6vQd0KQoJU61uzeTN0Tism { display:block; }
 }@media only screen and (max-width: 763px) { #FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { width:13.9375rem;height:3.75rem;top:26.207321166993rem;left:2.4833623170853rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block; }
 }@media only screen and (max-width: 763px) { #TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { display:block; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { width:20rem;height:113.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { width:20rem;height:23.7890625rem;top:8.249025rem;left:0rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { width:20rem;height:2.8002rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNaLOCZtBvzBVUHleLZFZHWKo0wNZQQ { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;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:17.49925rem;height:3.8237875rem;top:43.998845100403rem;left:2.5007234811783rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl { width:19.99925rem;height:7.4399375rem;top:47.822629928589rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hdgmxTLlrhgOZip3fsIPJTNpeCB7HXcT { display:flex;width:1.49956875rem;height:1.49956875rem;top:45.160593032837rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL { width:20rem;height:5.95196875rem;top:59.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { width:17.5rem;height:1.9121125rem;top:56.9375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sbs075lB9y036QayOAI8XFbNlrUGPefd { display:flex;width:1.5rem;height:1.5rem;top:57.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PMk4QVU6kMZ9Uf516efWuKKT6wT5xVS2 { width:10rem;height:6.625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8uZibsbwswg2M1Szt7p9WU2uZAmp2Dp { width:10rem;height:6.625rem;top:37.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQSdtdb53pzKHc5UFkHCqzJhdb7HGLP { width:18.8121875rem;height:12.52025rem;top:84.620238780975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycb5oecU0CqNbwBGgADtGdKT2vqUpa3a { width:18.74925rem;height:12.49925rem;top:98.5778427124rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzcLrNbwpJFJJFw00QnPFEwA7SnG2siI { height:11.20005733448rem;width:20rem;top:72.575242996219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:20rem;height:96.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { width:17.49925rem;height:5.099825rem;top:32.293841361999rem;left:1.247829914093rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { width:17.49925rem;height:8.496125rem;top:37.348079681396rem;left:1.247829914093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { width:20rem;height:1.69921875rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { width:20rem;height:2.8002rem;top:6.6875rem;left:0rem;font-size:2rem;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:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { width:17.49925rem;height:8.496125rem;top:70.473827362062rem;left:1.247829914093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { width:17.49925rem;height:5.099825rem;top:65.420294761656rem;left:1.247829914093rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { width:17.49925rem;height:8.496125rem;top:85.284288406375rem;left:1.2492767572403rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { width:17.49925rem;height:5.099825rem;top:80.186628341675rem;left:1.247829914093rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { width:17.49925rem;height:6.796875rem;top:54.756942749024rem;left:1.247829914093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { width:17.49925rem;height:5.099825rem;top:48.812204360962rem;left:1.247829914093rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { width:20rem;height:13.59375rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { width:20rem;height:66.5rem;top:27.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phmdxl3U7uyOki1BsdMq8HIdt38Duot0 { display:block; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { width:20rem;height:94.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvte6JsVxTIu5Oya6XX0tNhw541GOPlQ { width:20rem;height:5.60040625rem;top:6.3496125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBzkI8RUowQyO9A7kPT2HyAZucnSetOT { width:20rem;height:5.09765625rem;top:13.199225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHoa6fqxvPqx6zMWW8zdFEC77zMNzM2w { width:12.75rem;height:3.75rem;top:21.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b43bspkM9tmf40yJ40Kzkm0nGFghyoOD { display:block; }
 }@media only screen and (max-width: 763px) { #C55XRrxif0v8CRMtVfh3A0Q00cF9EfID { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8O0dQzf6tKfOVz4MVwcU7pSZMn0bDX { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR90v75BtStIibM0et9CLhDVLPlkMAFm { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIXAKZRHTCocw3Ow43LtZ3Dt8PQXIHO { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZJ5s8k7DIMx2SSLihfBaOgiXV9bfld { width:12.5rem;height:1.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaaeT2Z2IFlqLxIUIkSl7xI5RuGxEmaG { width:9.9375rem;height:1.9121125rem;top:3.875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWIXf3ZROyWPoGncueQmlCmacpp2NSHg { width:13.25rem;height:19.9375rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2SRMBDTOlTuO9wcrzpJiGMOJpH4iLqV { width:8.25rem;height:5.5rem;top:53.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCPd2RR0f7VZ3fC1xg1v6JHBrnwRuZ0 { width:18.6875rem;height:12.4375rem;top:67.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuVNwnBxiTXWW5OUFyZn8C61wwUSnetC { width:19.99925rem;height:2.8002rem;top:81.186337707519rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywA6P2tRLxwhW5gUoVGT3X3yyGVUcABl { width:19.99925rem;height:8.496125rem;top:85.235818957519rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh { display:block; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSlobSScfsJzyR110r2TJBdKbRS9JuWL { width:20rem;height:3.14959375rem;top:5rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #fdiQc5LThxQmRkBIU3Uu5KRTqxz5zavr { width:20rem;height:15.295125rem;top:15.0625rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #O3dAUNGVmT2xKBJbJTb9TX4FpSTJqNOt { width:0.5rem;height:27.5rem;top:6.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZNf8ks2Qwax2dzmyAAzQEBMqPHZRi2 { width:0.5rem;height:27.5rem;top:6.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUBiIxmx6DAsTHmyg6nNNLnQZn8UeTwR { width:0.5rem;height:27.5rem;top:6.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWqQN6UTtJMtFQaTIFwnITgoR42eSmIx { width:0.5rem;height:27.5rem;top:6.25rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz { display:block; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynoJoyrf8h5Xv7e5THR6eFBF75xaR37C { display:flex;width:2.12456875rem;height:2.12456875rem;top:11.24783039093rem;left:8.9359089136125rem; }
 }@media only screen and (max-width: 763px) { #yLhCiZ4zz49Pu7JX1VgoUMFlHSiyTSy2 { width:19.99925rem;height:5.099825rem;top:14.121817588806rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkQsflqNcQ5r2ieoTJzlZtmKHdFBZWby { width:19.99925rem;height:10.1953125rem;top:18.595921516419rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAS5XIXpkhGIwDy27ymN1c9UTh2ONkkc { width:19.99925rem;height:1.69921875rem;top:1.7491269111633rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ4CsH1UM5KtEFvOiULNezO8i31GO54y { width:19.99925rem;height:5.60040625rem;top:3.4454574584961rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetxyiDXW73zBDWqyxNlsu6RlTddBBJZ { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEhOfMprrMnFNNzpC3bo4fTfnkvTqK1X { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPzZFXLWA3DXO1Iimh7RBXJHEimdeX5W { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzOcTU2qszwpwv61l1ACBBVDVP9TsSQ { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP2osvoz9fEp6qtwAAr9hyBKqoa7WqOQ { width:4.49941875rem;height:4.49941875rem;top:9.6238431930544rem;left:7.7481199502944rem;display:block; }
 }@media only screen and (max-width: 763px) { #viwtahdukNpmnBTuN79Jbq7VwQ8dmdVC { width:19.99925rem;height:6.796875rem;top:38.546731948853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Av9Z6eu5Blxp6PFkza9r8d3dt2zIcOk3 { width:20rem;height:5.099825rem;top:33.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCLHOD77dsA4BFETf8Z6oLsh0RXIc4Nx { width:4.49941875rem;height:4.49941875rem;top:29.436484336853rem;left:7.7481199502944rem;display:block; }
 }@media only screen and (max-width: 763px) { #pELOXA3M7ihAqKfQSOhNiB193xuQsO59 { display:flex;width:2.12456875rem;height:2.12456875rem;top:30.624278068542rem;left:8.9359089136125rem; }
 }@media only screen and (max-width: 763px) { #RBbwkEpbXApX21Pr9JJXc8C1Zdv0TSms { width:19.99925rem;height:8.496125rem;top:54.848836898804rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaxEhBzDwGM3zKQWMeK2sWqFo1PHemrK { width:20rem;height:5.099825rem;top:49.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFc2p5scktE4rNnIxc0cZo7tzMzSDIaU { width:4.49941875rem;height:4.49941875rem;top:45.296594619751rem;left:7.7481199502944rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6yndudFPv9IeCJzJWkxr9l4UrrDJrI5 { display:flex;width:2.12456875rem;height:2.12456875rem;top:46.483654022217rem;left:8.9359089136125rem; }
 }@media only screen and (max-width: 763px) { #fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { display:block; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { width:20rem;height:93.388305664062rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C769Mm8ldnsTu7nJddZzhcrQmT192iCy { width:19.99925rem;height:14.001rem;top:5.6980614662171rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80do3opDqabbJH16QxVRawa6FIkku3L { width:0.5rem;height:5rem;top:1.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { width:0.5rem;height:5rem;top:1.25rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70AGl3olRq31fd1ufcOT42MHwmzeFND { width:0.5rem;height:5rem;top:1.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { width:0.5rem;height:5rem;top:1.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { width:19.99925rem;height:12.591125rem;top:21.561054229736rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8sP3zMDwSaQGbUFaJKUlT6IocOpoLQ { width:20rem;height:18.5rem;top:53.419419765472rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfUFfRtXyzH2uOrF2oohEbIwnTGx4eXC { width:19.9985625rem;height:2.8002rem;top:49.973247528076rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmfLRx6eZ5NlAK7V3I5IbgZHVCDGr2Bc { width:19.9985625rem;height:16.7881875rem;top:54.100104570389rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgcXPbn2qatNwW3fNTyiLDRbWPczub52 { width:20rem;height:21.3125rem;top:71.998739242556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnTynbafkDMn8Ulw5IctbVTQpgObeT0t { width:19.99925rem;height:13.2588125rem;top:35.776140213013rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3KRuTFdIDMdOaZ6I5Bq4UoOTBzE3qbQ { width:19.9985625rem;height:20.98525rem;top:72.450816690919rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq { display:block; }#l5Fb45IIrZQAAEWDGmVTU1nofD6T3Xrq > .row .container { width:20rem;height:110.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbKLW99TNxcJUdk04AZDkOCxR2CQ0l2T { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMyn8yPXpnp5tRI4fM0TtcpnDMg4zM5W { width:20rem;height:2.8002rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gokQtlbQTB0NfoBfZglIPKEuJLXhv5do { width:20rem;height:20rem;top:8.249025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnJC2as4bcKZWPJTofZpthFF38GKX5dW { width:20rem;height:20rem;top:28.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITR7oaUNTm9y7LI4P1VdAxyXWUP4ReN { width:20rem;height:20rem;top:48.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB2sS7tWsUi6KFEQRRnuTT7Z9se6ArTd { width:20rem;height:20rem;top:68.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUDMuaaAGoT2vZubKwBbtGpRtfSEFuEN { width:20rem;height:20rem;top:88.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHuPOnycuC6I612vhvX5ikeXrKhSr97m { width:0.5rem;height:9.375rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNafp3sOV2iLKmEupi9nyzkCRw756WVk { width:0.5rem;height:9.375rem;top:0rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEVQnsOhSWqXz9udwsUDJA7OvO2CKadV { width:0.5rem;height:9.375rem;top:0rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyvu9hxx1gCLMvtPcF7taBAXF540PcqS { width:0.5rem;height:9.375rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAPynuJtCzKv4Fw3xB4RJkQpTHBa90sX { width:9.7496875rem;height:2.62441875rem;top:12.184607028961rem;left:8.7514473199844rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR9uJxgqQd9Pu9EDv9qTTk8sZeEVk11N { width:7.625rem;height:4.0625rem;top:5.4991316795349rem;left:1.0611979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqH0cfn6LZq7HlBbVABiuTw2SFycnoP { width:7.375rem;height:5.5rem;top:10.748698711395rem;left:1.0604746341706rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJK1fFwPZdFHU7EWAqvL1AmbBfzmtOHU { width:7.375rem;height:3.875rem;top:5.4969620704651rem;left:11.080886081369rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5vepHtNy2tnr8EUgOZ4Ql7EMGEpAqv { width:13.12425rem;height:2.8002rem;top:0.935329914093rem;left:3.4353300333023rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8EJiLwbGzbEoScAlH43AIap5QR2vKL { width:10.8745625rem;height:7.062375rem;top:16.247107028961rem;left:4.5594621896744rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoI8s8wrFfze9BOLJeS9smXMD6RsTMwA { width:19.4371875rem;height:6.9994375rem;top:24.297626018524rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { width:20rem;height:2.8002rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { width:20rem;height:5.09765625rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { width:20rem;height:0.5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-desc-text { font-size:0.875rem;height:auto; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { display:flex;height:auto;width:19.99925rem;top:17.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #DAEFQKTT5pmEcFG5PGVnrZceT1yXixyk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #cKh7TSJpGb1mfRvKT69zzJiVe9dLgkep {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #K3oCxJ8PeqQKdDLxDHmm7zzdp4hbRWX9 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QegxGNClKTLnFkqG6XfHu4zsl2hPeDpd {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nK9H9rsV9O94bTRb8KEXbn0N0WLCvRUW {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-text {padding-top: 0; padding-bottom: 0;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-select {padding-top: 0; padding-bottom: 0;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM  { width:17.5rem;height:8.3125rem;top:18.37451171875rem;left:0rem; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM {display:block;}#lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM { width:17.5rem;height:8.3125rem;top:64.719292236331rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #f09HC24zNycto7TUpIAaNfwXld8PzmN4 {  }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #rm6RK4wxb6KCO9IqxFeKCCUeUNaN8TQe {  }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #ynMEaXa3Ool70zvh3hrVvqcpJWEOdHTW {  }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #HHTcFz3hUGZ6RgVExkptD4n8nyZBHDCE {  }
 }@media only screen and (max-width: 763px) { #lBIoX8sfoCzTz1rqiKZcX8vrETIo4TEM #uCS25r24LBhfoNmB3bIldQn20k1EEEVK {  }
 }@media only screen and (max-width: 763px) { #b0gbOKBCWxBrsRbwx2DXr0yhVqdEo5T8 { width:19.99925rem;height:5.09765625rem;top:76.781667236331rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fouMNQoaOwVu4uQBNriObDcJugrx5J58 { display:block; }#fouMNQoaOwVu4uQBNriObDcJugrx5J58 > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:20rem;height:101.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBODtdl41VetcGxybT57RUwZ7wbvzK0u { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { width:19.99925rem;height:5.60040625rem;top:2.9470360279083rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { width:19.99925rem;height:6.796875rem;top:8.5460071563719rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { width:20rem;height:2.5499125rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { width:15.3125rem;height:1.9121125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vFaePdXhowyi7SvfIplDKVoq9vnkzsme { width:20rem;height:2.5499125rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcT47TIUtZMrkMHepxh9cLAzv0659ohz { width:15.3125rem;height:1.9121125rem;top:22rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { display:flex;width:1.5rem;height:1.5rem;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { width:20rem;height:5.099825rem;top:31.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { width:15.3125rem;height:1.9121125rem;top:28.9375rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #larfyowCSUruKot56cFXReTHtGZWP6AU { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSC21LvkV76N23ToHC2nhZxqneRwBdnU { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhTVkov58Kp6b6anW7phWTUms7y3EeOz { width:20rem;height:12.959124061522rem;top:87.383580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqoDETXWy2PmIzLtcuhknXlTJodQV5ks { width:20rem;height:12.322509187199rem;top:73.811517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6xP0FWa4NAU4VoBgkkgAhXRQwJz2sG { width:19.99925rem;height:2.8002rem;top:37.598373828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubZouWvBBkN9dtSkm6vBdraQOa1RNWRV { width:19.99925rem;height:6.796875rem;top:41.647855078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnJsv7GXARFOdWuLmAhi1U95u9ylwG4d { width:19.68675rem;height:1.91189375rem;top:49.693980078125rem;left:0.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ERSzrHtQemNbEdvqULiEXCFWNM9kOy3P { width:19.99925rem;height:7.6475625rem;top:56.017767578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lHIXCcOGVSvFIiTTEadcTZ90PXTLkJir { width:19.6245625rem;height:1.91189375rem;top:52.855873828125rem;left:0.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uwNXcSbcFkpIZLcAWLNE4s6L7wGTqCxs { width:19.99925rem;height:7.6475625rem;top:64.914642578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { width:19.99925rem;height:3.3984375rem;top:1.3114891052246rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:4.56235625rem;height:4.374275rem;top:4.7084789276123rem;left:7.7162910699844rem;display:block; }
 }