.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); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z { background-color:#383548;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { background-color: transparent; background-image: none; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container > .video-iframe-container { display: none; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row > .video-iframe-container { display: none; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .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); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { border-width: 0; border-radius: 0; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { font-size:0.875rem;font-family:comfortaa;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#UWiZS23Kw5rQcr1AViVEs3R8goZJrfnc { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.07421875rem;left:22.625rem;height:1.9121125rem;font-style:normal;display:block; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.363125rem;padding-right:0.326875rem;padding-bottom:0.363125rem;padding-left:0.326875rem;display:block;align-items:center;width:1.961875rem;min-width:1.961875rem;height:1.9525rem;position:relative;font-family:comfortaa;font-size:1.453125rem;font-weight:700;line-height:31.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.615625rem;height:0.771875rem;position:relative;font-family:comfortaa;font-size:0.545rem;font-weight:400;line-height:12.35px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.4375rem;height:3.6777375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.19140625rem;left:0rem;z-index:15032; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #mi29N90WhapJqXvlMUQhxCLBOSf7ens5 { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #HUFyDy1EPDWgzFn5icqzfa9BNIZrVsrd { width:auto; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #dLu7dB2MHhzDvKVgkpX9s3IQHIltrcHX {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #NcTPCCfILxMV3Rvy8kbTMo9JHFaiyxsg { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #VtmVtl99IrB49xrGpOSoarxTIEAGCPw1 {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #yCiWoBNIGKqEwB54QgwWvzlKaGSVmKmM {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #AsOcP5HL73G5uDwK1T10vcqiESauQowz { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #w7rNhc6HI44Ipx4kLnTaP5NGiMC5QxA5 {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sdT9aGTFT1HzrNPLkkTT76eZCD5ufvc0 {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #LLKfGxzTqBIDDBMfmNcgbMQXxe9HX543 { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sy4uwqgDrGzeP2M13bl9v3CCOplXf5Do {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #xmR44qO4eS4w7eJLBHK9J56qzz9xmgQT {  }
#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 { background-color:#1c1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container { background-color: transparent; background-image: none; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container > .video-iframe-container { display: none; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row > .video-iframe-container { display: none; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .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); }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container { border-width: 0; border-radius: 0; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container { font-size:0.875rem;font-family:comfortaa;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#FIQkcQdl9RptdPBUTgZ7f7t6OzBEAP59 { background-color:#7a62f3;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:#1c1b24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#Imz4nWOpp1J7H6lPsanqSzpttmR5ZfHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x98E0kvCvbnzW7ITXIurE3ArotVg3eBf { 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:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:25.625rem;display:block; }
#fh162TGMPWk7zTMzZt92pNNBoVXhQXVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWByVbIDQEoznJcpm8QzIauUkJ1GRDQR { 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:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:33.6875rem;display:block; }
#dW59JeHDqPNNeLRi2ogyOyMLWTKkcDQ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvKp423XMa8TO4yROFm7h7Oy1tr9zuCp { 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:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:17.5625rem;display:block; }
#rFslWz7zhlF6pQ8nfS9kpzvNGW9lZsD4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6UPP1TTsvf1HM07HmdymUhW9EHsNlRh { 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:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:41.75rem;display:block; }
#tHXpe5Qx2Bc8xH59KJ1G3lwZf0Q9IUMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZR0QKhluCJCf4t4VkXsrTfaz1NL4J3sJ { 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:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:52.9375rem;display:block; }
#ETVFJB5bWONCQXeANxMkIpFxumD0lVMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRnE2xtliX7c3maKiopeS5tLe4M0wsSu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.474609375rem;left:1.978515625rem;height:1.29948125rem;display:block; }
#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { background-color:#1c1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { background-color: transparent; background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { border-width: 0; border-radius: 0; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { font-size:0.875rem;font-family:comfortaa;height:45rem;width:75rem;overflow:visible;position:relative;display:block; }#vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:9.5rem;left:0rem;height:13.94925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { color:#b5b5b5;display:block;width:33.1875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:25.875rem;left:0rem;height:3.3997375rem;display:block; }
#dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { background-color:#7a62f3;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:#1c1b24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.75rem;left:0rem;display:block; }
#xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { background-color:transparent;background-image:none;border-top:0.125rem solid #7a62f3;border-left:0.125rem solid #7a62f3;border-right:0.125rem solid #7a62f3;border-bottom:0.125rem solid #7a62f3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.75rem;left:14.625rem;display:block; }
#UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1DcRgc48GO6dsWblb8LILxDVfv30JkT { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10rem;width:32.5rem;top:3.75rem;left:39.375rem;display:block; }
#R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:32.5rem;width:32.5rem;top:6.25rem;left:42.5rem;overflow:hidden;display:block; }
#SvROhoiPAaChwwG9VXpuJ2pVeoid2NKZ { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.5625rem;display:block; }
#dnkqOBQyTWJRrXbiC3e5zUt08OlvdyRa { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.9375rem;display:block; }
#HO73A8pXvtEKxpq6XQDOFVzZc71MCvT9 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.6875rem;display:block; }
#TXpRgTVqGtEJceV8L41zsTmyzbmi5mnW { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40.3125rem;display:block; }
#hgI558XfyLMRisVHLPT6wMRc3ekx5OSs { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:13.75rem;left:63.625rem;display:block; }
#rmgrtcg4UtDHt8wa7rNlWabUDdTuluJm { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:13.75rem;left:66rem;display:block; }
#NbfNERlBXB2eM5iaLUdacnIXLwBPbBk2 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:13.75rem;left:68.375rem;display:block; }
#c5o7gaHhXX0r4vA29fp1WBvt1ZFPXzk3 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:13.75rem;left:70.75rem;display:block; }
#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { 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/beauty_1920x1080_3.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; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.adaptive-delivery-prevent-bg, #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.lazyload, #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.lazyloading { background-image: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { background-color: transparent; background-image: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.9); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container > .video-iframe-container { display: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.9); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container { display: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .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); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { border-width: 0; border-radius: 0; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc::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; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { font-size:0.875rem;font-family:comfortaa;height:41.875rem;width:75rem;position:relative;display:block; }#NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { position:absolute;display:block;z-index:15015;background-color:#1c1b24;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;height:20rem;width:75rem;top:14.75rem;left:0rem;display:block; }
#uE4o1TcJFRk5d0ppoevVABurTEv97yPo { 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:17.875rem;left:1.875rem; }
#VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { color:#ededed;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:5.0996125rem;font-style:normal;display:block; }
#Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { color:#ededed;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:20.625rem;height:5.0996125rem;font-style:normal;display:block; }
#frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:20.625rem;height:2.54980625rem;font-style:normal;display:block; }
#Bf77wKiLS7c91VCmbPgUphGnqeO15NFI { 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:17.875rem;left:20.625rem; }
#ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { color:#ededed;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:58.125rem;height:5.0996125rem;font-style:normal;display:block; }
#q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:58.125rem;height:2.54980625rem;font-style:normal;display:block; }
#wnSGkrkfNlCenDC6QGDgBzsJqmhNlNuu { 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:17.875rem;left:58.125rem; }
#MmEHNUfshCXV1gzcORrd5vs2Tu1HJ3Ff { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eah42vbkfS7TglklTsyfAiVa5XZcsVTN { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;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:center;text-align-last:center;display:block; }
#Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { color:#ededed;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:39.375rem;height:5.0996125rem;font-style:normal;display:block; }
#i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:39.375rem;height:2.54980625rem;font-style:normal;display:block; }
#zMek1LkcoFta7TwQDNvC50LlseBNCTmK { 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:17.875rem;left:39.375rem; }
#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm { 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/beauty_1920x1080_4.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; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm.adaptive-delivery-prevent-bg, #mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm.lazyload, #mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm.lazyloading { background-image: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { background-color: transparent; background-image: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.8); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container > .video-iframe-container { display: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.8); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row > .video-iframe-container { display: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .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); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { border-width: 0; border-radius: 0; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm::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; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { font-size:0.875rem;font-family:comfortaa;height:40rem;width:75rem;position:relative;display:block; }#OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { position:absolute;display:block;z-index:15015;background-color:#1c1b24;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;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { 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:17.875rem;left:1.875rem; }
#fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:5.0996125rem;font-style:normal;display:block; }
#r1zBezKCtRz0CzAL7azA3WTkJ4N6pypz { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nMvSNuHwlqV10tLVln2lNweJK6wK1auu { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#HPQsE2qGQwzBAnEqlyUsFbIFkhn3p2aF { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#ZNzpPrB0HmkRODehAxV6qMf4OybvRn7N { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#PqFUGUFk8EPuof71zK7Ov5k1zP09xiyp { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { position:absolute;display:block;z-index:15019;background-color:#1c1b24;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;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#cTRGazlDAd3wty2zJchzC7h5H394oAFR { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:28.75rem;height:3.3997375rem;font-style:normal;display:block; }
#q7E8prKxnivPPvp3x4pEKfv9682ELTmM { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:2.54980625rem;font-style:normal;display:block; }
#lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { 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:17.875rem;left:28.75rem; }
#dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { position:absolute;display:block;z-index:15023;background-color:#1c1b24;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;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:3.3997375rem;font-style:normal;display:block; }
#Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { 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:17.875rem;left:55.625rem; }
#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { background-color: transparent; background-image: none; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container > .video-iframe-container { display: none; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row > .video-iframe-container { display: none; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .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); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { border-width: 0; border-radius: 0; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { font-size:0.875rem;font-family:comfortaa;height:47.5rem;width:75rem;position:relative;display:block; }#eVUrJiu3KKTMnfqHaS07ffsvQ6Ehfifv { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:32.1875rem;left:0rem;height:2.54948125rem;font-style:normal;display:block; }
#PEBqQlCchJKhPDdFzyxauhTJW26DtK9k { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:35.125rem;left:0rem;height:3.3997375rem;font-style:normal;display:block; }
#FgOxu8rRDhB6G3ClI3SeCa2mhbMs0D8Z { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFnymKXZzDiZgnanBrJn9TJfrQTpmS1n { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:7.3489375rem;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; }
#y6oeXtwDGQktS9T840fNpVOdF3bNrsX3 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#C5LH5GwXMG1BJqFIfw6JZoJgK7uTFtlC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#f2EGofSq068498hAWHtmLC30iTXAFfAz { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#TxaFx3udV5I3gbOMmndXTLg9tVWUsy12 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#QkSWlWNdcG6T3XNVx82itlfRrEC6Q3ye { position:absolute;display:block;z-index:15003;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:14.875rem;width:22.5625rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#iKNEPkHTDWmRluAxksOM42ZG7xfE2hib { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:32.1875rem;left:26.25rem;height:2.54948125rem;font-style:normal;display:block; }
#zW7e1g8ndqhuZVNv4GShAGTXgV6MdRrE { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:35.125rem;left:26.25rem;height:3.3997375rem;font-style:normal;display:block; }
#CTBdLtD2fPT7D4sUPcyzmmqIGprHwte7 { 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:14.9375rem;width:24.125rem;top:16rem;left:26.250000476837rem;overflow:hidden;display:block; }
#HhUQVEiNHJi5X6xpctd3r3P8Al9BTeR2 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:32.1875rem;left:52.5rem;height:2.54980625rem;font-style:normal;display:block; }
#GAV2TZrrCwmQNwG15ywEU7yaH5wZNpRO { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:35.125rem;left:52.5rem;height:3.3997375rem;font-style:normal;display:block; }
#JkagKHacAHXy40Ck1qZOLoUQc6yt0Nav { 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:14.875rem;width:22.8125rem;top:16rem;left:52.250002384186rem;overflow:hidden;display:block; }
#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { background-color: transparent; background-image: none; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container > .video-iframe-container { display: none; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row > .video-iframe-container { display: none; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .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); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { border-width: 0; border-radius: 0; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { font-size:0.875rem;font-family:comfortaa;height:76.5rem;width:75rem;position:relative;display:block; }#VDA5u6cco4tKq7eDSGzxVimZwgQONsIV { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.625rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KKRtbRz80WbpgqgxL8XhpHV5PkBTkEZ8 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;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.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ReVc4pLdvXamD6dq8d2cCxOJTmctmrei { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42.125rem;width:75rem;top:14.1875rem;left:0rem;display:block; }
#wVF0FOTOILaC7Ta1ThqEnDwOWKSbyaVu { 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:12.5rem;width:18.75rem;top:56.3125rem;left:0rem;overflow:hidden;display:block; }
#o54QMzWdeQFKT3AQww4nIAfOEBnzZ9z7 { position:absolute;display:block;z-index:15024;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:56.3125rem;left:18.75rem;overflow:hidden;display:block; }
#nX6C2TJuIqOI2XcnZNnvMNmibLO3UWtS { position:absolute;display:block;z-index:15025;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:56.3125rem;left:37.5rem;overflow:hidden;display:block; }
#iUGMqfyNETQ9mEOwR84c7TWAtOzevWKh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:56.3125rem;left:56.25rem;overflow:hidden;display:block; }
#KaaNBaxB0DOAwzfOFrLQBpFPcgyaEVEo { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#fOwKaqqUGtnpbwWEMO7CVEqoGNBaPz0w { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#GroucyaNsqnvSbAOQyT9z19Z1dFhu7f2 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dpblLJCp9Qw6N1DclsnisyX4foO0ZHGb { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .row .container { background-color: transparent; background-image: none; }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .row .container > .video-iframe-container { display: none; }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .row > .video-iframe-container { display: none; }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .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); }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .row .container { border-width: 0; border-radius: 0; }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .row .container { font-size:0.875rem;font-family:comfortaa;height:35.75rem;width:75rem;position:relative;display:block; }#PHzd5hSUHPpb8pEwZVeylE94kr5Pse4u { 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:8.9375rem;width:13.4375rem;top:12.5rem;left:30.781252384186rem;overflow:hidden;display:block; }
#wUn35fJ8fkELxzJkG3vaC08uF1FhWLC3 { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.875rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#OUbudVqVRX8sdf5uVIE3PS4IFLLeCB3c { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.5rem;left:11.25rem;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:center;text-align-last:center;display:block; }
#BThNQ95cXd9b2e62qQdTp7qxa7eQVswA { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:22.625rem;left:28.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GhAr6ixTHyFiA2ZTl5dqNI7IKblBHbek { background-color:transparent;background-image:none;border-top:0.125rem solid #7a62f3;border-left:0.125rem solid #7a62f3;border-right:0.125rem solid #7a62f3;border-bottom:0.125rem solid #7a62f3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.0625rem;left:30.437502384186rem;display:block; }
#CEay0av2haCDPnftTcHgbPwO3UqXp60L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcHmv5DhX3NseGfcUXJrWZ9EEV9trqRb { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#nrwgMAcSy7ZvLHXekWISTrObePiGVWUg { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#CZ3FJKX5XDf4qMJLSvQ5KHrF1Rkntv9T { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#ffM8kaZp6E2nQinZuk8xZVmzoMkIT2hJ { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { 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/beauty_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.adaptive-delivery-prevent-bg, #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.lazyload, #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.lazyloading { background-image: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { background-color: transparent; background-image: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,98,243,0.8); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container > .video-iframe-container { display: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,98,243,0.8); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container { display: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .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); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { border-width: 0; border-radius: 0; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe::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; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { font-size:0.875rem;font-family:comfortaa;height:37.5rem;width:75rem;position:relative;display:block; }#eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { color:#ffffff;display:block;width:55rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:10rem;height:3.1497375rem;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; }
#Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { color:#ffffff;display:block;width:55rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:16.900390625rem;left:10rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { background-color:#7a62f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.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:15004;text-align:center;text-align-last:center;top:22.5rem;left:31.125rem;display:block; }
#NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { position:absolute;display:block;z-index:15001;background-color:#1c1b24;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:21.25rem;width:60rem;top:8.125rem;left:7.5rem;display:block; }
#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container { background-color: transparent; background-image: none; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container > .video-iframe-container { display: none; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row > .video-iframe-container { display: none; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .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); }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container { border-width: 0; border-radius: 0; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container { font-size:0.875rem;font-family:comfortaa;height:51.1875rem;width:75rem;position:relative;display:block; }#UsGGta2Mw34dThf8M29ixiEvXUAB0e6k { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5rem;left:0rem;height:1.69986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uReLgP12FFdbmEpuiLPpA6TTmMdRBHgg { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.6875rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oQUqXSgED9XM1y4aa64lBPvSbSZga7Jk { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.375rem;left:1.875rem; }
#EUD85BiiPmJXdPV5oFnpOK26EZTVWiw0 { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:24.125rem;left:2.5rem;height:7.6484375rem;font-style:italic;display:block; }
#DPBWxRiIh3xo8VBBqBDS7MB0WV5TrvuA { color:#b5b5b5;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:35.3125rem;left:2.5rem;height:1.48730625rem;font-style:normal;display:block; }
#hul6KAas9TPg2ytEmSTfDCFV7By2ea9v { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:33.75rem;top:12.34375rem;left:0rem;display:block; }
#BoX9K3WyOzGXKXVIeDEAkrTp6oTfFUhT { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.375rem;left:40.625rem; }
#uaT4FCnD9tENF8Vgcf4nkzzVReXi3azI { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:14.5rem;left:41.25rem;height:3.82421875rem;font-style:italic;display:block; }
#cZOF70C0bama2Dkm1e9Auek1g5BG4NmP { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:20.8125rem;left:41.25rem;height:1.48730625rem;font-style:normal;display:block; }
#RqbQ12RcWyXRbgDS5LBmbTK3qGhyGVaB { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.875rem;left:40.625rem; }
#aoqyRBFoUhDntvupMk35F4VtaFfVpGZ6 { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:27rem;left:41.25rem;height:3.82421875rem;font-style:italic;display:block; }
#Q062Lh7Wu7oQviaaORI3mv050fcNJyXP { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:33.375rem;left:41.25rem;height:1.48730625rem;font-style:normal;display:block; }
#AKzKlppJcmM6mTQ1IoZFBT95NVSs4w4B { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:39.5rem;left:41.25rem;height:3.82421875rem;font-style:italic;display:block; }
#KXRhLDRNTKOwggxnXZoCTNSARnlaBX11 { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:45.875rem;left:41.25rem;height:1.48730625rem;font-style:normal;display:block; }
#gUyr5Ml8AZTsoGQdBUsOUXLH5EeTCpMy { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:37.375rem;left:40.625rem; }
#d8XI9gwzzyuDayg7cB1Is2AJtkNoXZs1 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:23.1875rem;left:41.25rem;display:block; }
#Qc7F2KJE1kaJZP1vXpuGCvOyoT2BOd60 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:35.5rem;left:41.25rem;display:block; }
#HbVwiqADLDOLpWTF3llU73GZVknRkJw3 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#yudtvxRhpZkisrxfkecX5P6Vfy6e6F3k { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#dHG7a5LXw1RMsXFfVo5aaTUdRuJKivyr { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#vzWMaSO57G8iKWQ8w1ZznKyRUHnV4LJe { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .row .container { background-color: transparent; background-image: none; }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .row .container > .video-iframe-container { display: none; }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .row > .video-iframe-container { display: none; }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .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); }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .row .container { border-width: 0; border-radius: 0; }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .row .container { font-size:0.875rem;font-family:comfortaa;height:52.3125rem;width:75rem;position:relative;display:block; }#z3r5qQrW8iKDRFJfa6o7o84BKHbzAmlh { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7Tl4NCbuBBO9DaPPihigqVZ6VgwnWXy { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.9375rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SkAt5aNTvmsCc5ZESWEOEhrFkhSNJDMc { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );";background-image: linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:18.75rem;top:13.5rem;left:17.75rem;display:block; }
#NvaEwE0F1JTzkv3FkG4oxenfvNW7FUZ9 { color:#7a62f3;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:15.375rem;left:19.625rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTn7tZyWO3mVrr1srlDtNe8NwAVApJ2E { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:17.3125rem;left:21.1875rem;height:5.42448125rem;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; }
#NP8w1DHuaTBUuawqT7ArNVzIyLp3hHti { color:#b5b5b5;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:23.4375rem;left:19.625rem;height:2.97395625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QxFr8Hv2stDLIfxnFcW3W7Okr7eKHgi2 { position:absolute;display:block;z-index:15049;background-color:#7a62f3;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:0.0625rem;width:15rem;top:28.375rem;left:19.625rem;display:block; }
#Hq631GbKq558pcrdcRr1rcokcAWTdIqI { background-color:#7a62f3;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:#1c1b24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.8125rem;left:19.625rem;display:block; }
#XJickwH6mNViAT9W2aSqzTmWd4e0Hh5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfqOhFT3wbs7BHcgu9tlswE7UMtVnkZc { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:18.4375rem;left:19.625rem;height:2.0996125rem;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; }
#u7k1i7uIIT25hLIAObsqxKdTnES6CqLR { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15073;line-height:1.7;letter-spacing:0;top:29.5625rem;left:19.625rem;height:5.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#u7k1i7uIIT25hLIAObsqxKdTnES6CqLR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u7k1i7uIIT25hLIAObsqxKdTnES6CqLR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
#MGaomSeR4wLVTnNEgptZSvCQIuk2T3TZ { position:absolute;display:block;z-index:15057;background-color:#7a62f3;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:0.0625rem;width:15rem;top:52.25rem;left:49.979166507721rem;display:block; }
#cnuxNE1feiPGr8EcBVzVMT9tgrD0Heaw { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -moz-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -ms-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-image: -o-linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#337a62f3' );";background-image: linear-gradient(276deg, rgba(0,0,0,0), rgba(122,98,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:18.75rem;top:13.5rem;left:38.5rem;display:block; }
#GNV8iNiwSWx0h8dJG1S4klN5MavS8VMC { color:#7a62f3;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:15.375rem;left:40.375rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJeG6bROs3WxJI8kPF7pGWsDbLnnnMXW { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:17.3125rem;left:41.9375rem;height:5.42448125rem;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; }
#ac87KdIqpFbEiGvzyU4QD12Xoo8K4nAq { color:#b5b5b5;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:23.4375rem;left:40.375rem;height:2.97395625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zocnuZ5Ar42TOqJTQbapuDxegHsM5SKX { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:18.4375rem;left:40.375rem;height:2.0996125rem;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; }
#TvBzb2OoyVkbTTzJMNsE9HiC2dRSWKV7 { position:absolute;display:block;z-index:15057;background-color:#7a62f3;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:0.0625rem;width:15rem;top:28.375rem;left:40.375rem;display:block; }
#LeHM5D5TbBuMbr4DkwVCOpF1kwwMm3Pl { color:#ffffff;display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15081;line-height:1.7;letter-spacing:0;top:28.875rem;left:40.375rem;height:7.737rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LeHM5D5TbBuMbr4DkwVCOpF1kwwMm3Pl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LeHM5D5TbBuMbr4DkwVCOpF1kwwMm3Pl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
#GcLZDlKTnaShqmhWBRDZQbX4TMNZc5HW { background-color:#7a62f3;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:#1c1b24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.8125rem;left:40.375rem;display:block; }
#TW5GvDU2T2GFFtwwhdri5aIb6Bo5IBXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer { 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/beauty_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer.adaptive-delivery-prevent-bg, #VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer.lazyload, #VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer.lazyloading { background-image: none; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row .container { background-color: transparent; background-image: none; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.85); }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row .container > .video-iframe-container { display: none; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.85); }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row > .video-iframe-container { display: none; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .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); }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row .container { border-width: 0; border-radius: 0; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer::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; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row .container { font-size:0.875rem;font-family:comfortaa;height:36.3125rem;width:75rem;position:relative;display:block; }#ahyy1cuNF1KIsM2cbPhDuo7ROoWMifTT { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:8.75rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-form-header {  }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#ffffff;width:25rem;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;overflow:hidden;font-style:normal; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:comfortaa; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-text {padding-top: 0; padding-bottom: 0;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:comfortaa; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:comfortaa;font-size:1rem;overflow:hidden; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-select {padding-top: 0; padding-bottom: 0;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .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; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1c1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3.4375rem;font-family:comfortaa;overflow:hidden; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:comfortaa;font-size:1rem; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .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:comfortaa;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .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; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-container:first-of-type{padding-top:0;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-container:last-of-type{padding-bottom:0;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.8053588867188rem;left:43.750002384186rem; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf {display:block;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.8053588867188rem;left:43.750002384186rem; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #peZgTNLbFrxhAPPuhQi3w3p3ffnCZqAz { position:relative; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #XQpfLtlEhUpJqx1pLmGwU7eVtQOeyeEy { position:relative;display:block; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #W9DHN6KuJnbrnemtORDl6sv3SOT3bp8L { position:relative; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #u5zNr6uvLk5HOViBLQGuwZ93ms00I6vG { position:relative; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #RuQk79RWuHkiPnTH3VZamcVa1Oe21FE8 { position:relative;display:block; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #vqNAKASriHbotlGhu32RcUR55w1pCoe4 { position:relative; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #obRB01zscIdpMUlKxcVDOIQsI1XyDLMu { position:relative; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #T5AVq8CKE8b4wNvAez9f1qr2Xll4xwEd { position:relative;z-index:2; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #iCRJyZ9aTV8GZeM5N61OzaP27SQGUEoL { position:relative; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #ayTmpsrMqSPKzcEpTgiDnpI3fV200vie { position:relative; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #TOyLFhnJVOTXXTuhi1lo1JQmPyRTTeZW { position:relative; }
#xpXogovlKPSQOxOqmyGFI7kMHpiMGnAl { position:absolute;display:block;z-index:15029;background-color:#7a62f3;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:25.625rem;width:35rem;top:5.625rem;left:40rem;display:block; }
#XEAttQ0d7Qvmw7P20Et9LoQxWAtadfEt { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:13.625rem;left:0rem;height:9.2998125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fHOyyfd3n5NSa8q8pxT0u2gVucNyQpN5 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#lPnxDigAVlODHh31EHMzsdxKqz9PCTNG { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#CRQa7Q6K3x9rnP95fQQFyEFulSdxiZZE { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#HS4FTlp11H1nCoFFm8dXCbW1R2A1FkUe { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#ato58ggQOmqqTITQdWVa32NB8yL6359H { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.0625rem;left:63.625rem;display:block; }
#dCQeq4WD96nC0yT3OI6RhTCCcFPH77p7 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.0625rem;left:66rem;display:block; }
#CRBJ2kpguy20wIAmUIR3BDcXmH84OtSs { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.0625rem;left:68.375rem;display:block; }
#DKF4bHfo1snUV0aML0vAh9UOJmbQMMwn { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.0625rem;left:70.75rem;display:block; }
#wO3OrheloTqT4VXCQWuaOXeNXNPsEW6R { color:#b5b5b5;display:block;width:33.1875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:24.1875rem;left:0rem;height:1.69986875rem;display:block; }
#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { background-color: transparent; background-image: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .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); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { border-width: 0; border-radius: 0; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { font-size:0.875rem;font-family:comfortaa;height:40.0625rem;width:75rem;position:relative;display:block; }#TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { color:#7a62f3;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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:#1c1b24;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #7a62f3; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:comfortaa;font-style:normal;color:#ffffff;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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:comfortaa;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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_322ffa2da8fa6e54c2f093cc3a9e564837c7fa11.svg");background-size:contain !important; }#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.adaptive-delivery-prevent-bg, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyload, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyloading { background-image: none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 { display:none; }
#KAnhghDRuq98MPzkv8OLsxifolQddChD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { background-color: transparent; background-image: none; }#KAnhghDRuq98MPzkv8OLsxifolQddChD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container > .video-iframe-container { display: none; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row > .video-iframe-container { display: none; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .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); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { border-width: 0; border-radius: 0; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { font-size:0.875rem;font-family:comfortaa;height:27.5625rem;width:75rem;position:relative;display:block; }#Ss6DTQGA8JlcIbe4MSxUmQLtzZUOfUIW { color:#7a62f3;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PEzkyUuHCqcvIfuzvLWxnXPhTEc40q7i { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MFz6Jn99uEiLOWFm5dQfu6zxArTk8Bun { color:#b5b5b5;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:3.3997375rem;display:block; }
#EvMlv0uxMy78fzvwOENau2TbX97a5FxP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.6875rem;left:36.1875rem; }
#oicITARaHA9n7uBIDBHIqXTI39QEOG2u { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:9.5rem;left:36.1875rem;height:2.54980625rem;font-style:normal;display:block; }
#KdArr0nhoVf7ZRbBLNbV9T8ROM0Kmx8e { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:7.5rem;left:38.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#hZrmeEfOXRmHil8rcuhhLBtXMxDIwpUc { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:9.5rem;left:57.4375rem;height:2.54980625rem;font-style:normal;display:block; }
#TI3xw9vsfLNU7mU1DVcDRk6NpZkyvyZE { 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:15034;opacity:1;top:7.6875rem;left:57.4375rem; }
#RDLh2IfJ3mx6okiVySyhH3QQnKRlSlIT { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:7.5rem;left:59.6875rem;height:1.9121125rem;font-style:normal;display:block; }
#KUalKSJViEF4xa41P4AoVyvOag13zbEX { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:15.6875rem;left:36.1875rem; }
#VrXhvidSxOcGoFJ6RaW86f8g156IX0vb { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:17.5rem;left:36.1875rem;height:2.54980625rem;font-style:normal;display:block; }
#sw766mzlJaRextNF9wIiauqdK40yzMKi { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:15.5rem;left:38.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#bA5vJkIdxclR3TZ7DCI0LdmqacuqxlTR { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:26.25rem;display:block; }
#rfqp2VLoDRNpb2DS20VRTPkybiKwIMzi { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:28.625rem;display:block; }
#RAxGAACTP6kMsATUBD2NJ9MTzKQhHx5y { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c7a62f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(122,98,243,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:31rem;display:block; }
#ZEAzTn9z8gWa0hib9VbD4mwgpki26DgV { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a62f3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:33.375rem;display:block; }
#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { background-color: transparent; background-image: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container > .video-iframe-container { display: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container { display: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .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); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { border-width: 0; border-radius: 0; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { font-size:0.875rem;font-family:comfortaa;height:7.5rem;width:75rem;position:relative;display:block; }#AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { 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:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.375rem;left:0rem;display:block; }
#ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { 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:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:9.375rem;display:block; }
#EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { 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:#7a62f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.375rem;left:18.75rem;display:block; }
#HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:32.25rem;height:1.48730625rem;text-align:right;text-align-last:right;display:block; }
#OiE3zg3Z546LBw4IeTA6LPkNx7JyF5Ze { 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:1.875rem;width:8.125rem;top:2.8125rem;left:66.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z { display:block; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiZS23Kw5rQcr1AViVEs3R8goZJrfnc { top:1.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON { display:flex;width:18rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #mi29N90WhapJqXvlMUQhxCLBOSf7ens5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #HUFyDy1EPDWgzFn5icqzfa9BNIZrVsrd {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #dLu7dB2MHhzDvKVgkpX9s3IQHIltrcHX {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #NcTPCCfILxMV3Rvy8kbTMo9JHFaiyxsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #VtmVtl99IrB49xrGpOSoarxTIEAGCPw1 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #yCiWoBNIGKqEwB54QgwWvzlKaGSVmKmM {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #AsOcP5HL73G5uDwK1T10vcqiESauQowz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #w7rNhc6HI44Ipx4kLnTaP5NGiMC5QxA5 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sdT9aGTFT1HzrNPLkkTT76eZCD5ufvc0 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #LLKfGxzTqBIDDBMfmNcgbMQXxe9HX543 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sy4uwqgDrGzeP2M13bl9v3CCOplXf5Do {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #xmR44qO4eS4w7eJLBHK9J56qzz9xmgQT {  }
 }@media only screen and (max-width: 763px) { #BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 { display:block; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIQkcQdl9RptdPBUTgZ7f7t6OzBEAP59 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imz4nWOpp1J7H6lPsanqSzpttmR5ZfHT { display:block; }
 }@media only screen and (max-width: 763px) { #x98E0kvCvbnzW7ITXIurE3ArotVg3eBf { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh162TGMPWk7zTMzZt92pNNBoVXhQXVD { display:block; }
 }@media only screen and (max-width: 763px) { #PWByVbIDQEoznJcpm8QzIauUkJ1GRDQR { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW59JeHDqPNNeLRi2ogyOyMLWTKkcDQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #KvKp423XMa8TO4yROFm7h7Oy1tr9zuCp { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFslWz7zhlF6pQ8nfS9kpzvNGW9lZsD4 { display:block; }
 }@media only screen and (max-width: 763px) { #d6UPP1TTsvf1HM07HmdymUhW9EHsNlRh { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHXpe5Qx2Bc8xH59KJ1G3lwZf0Q9IUMT { display:block; }
 }@media only screen and (max-width: 763px) { #ZR0QKhluCJCf4t4VkXsrTfaz1NL4J3sJ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVFJB5bWONCQXeANxMkIpFxumD0lVMf { display:block; }
 }@media only screen and (max-width: 763px) { #TRnE2xtliX7c3maKiopeS5tLe4M0wsSu { top:2.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { top:9.5rem;left:0rem;width:33.75rem;height:13.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { top:25.875rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block; }
 }@media only screen and (max-width: 763px) { #DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block; }
 }@media only screen and (max-width: 763px) { #E1DcRgc48GO6dsWblb8LILxDVfv30JkT { width:32.5rem;height:10rem;top:3.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { top:6.25rem;left:15.25rem;width:32.5rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvROhoiPAaChwwG9VXpuJ2pVeoid2NKZ { width:0.5rem;height:31.25rem;top:0rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnkqOBQyTWJRrXbiC3e5zUt08OlvdyRa { width:0.5rem;height:31.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO73A8pXvtEKxpq6XQDOFVzZc71MCvT9 { width:0.5rem;height:31.25rem;top:0rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXpRgTVqGtEJceV8L41zsTmyzbmi5mnW { width:0.5rem;height:31.25rem;top:0rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgI558XfyLMRisVHLPT6wMRc3ekx5OSs { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgrtcg4UtDHt8wa7rNlWabUDdTuluJm { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbfNERlBXB2eM5iaLUdacnIXLwBPbBk2 { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5o7gaHhXX0r4vA29fp1WBvt1ZFPXzk3 { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { display:block; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { width:47.75rem;height:20rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE4o1TcJFRk5d0ppoevVABurTEv97yPo { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { 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) { #oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { 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) { #Bf77wKiLS7c91VCmbPgUphGnqeO15NFI { top:17.875rem;left:7rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { 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) { #wnSGkrkfNlCenDC6QGDgBzsJqmhNlNuu { top:17.875rem;left:44.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmEHNUfshCXV1gzcORrd5vs2Tu1HJ3Ff { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eah42vbkfS7TglklTsyfAiVa5XZcsVTN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { 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) { #zMek1LkcoFta7TwQDNvC50LlseBNCTmK { top:17.875rem;left:25.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm { display:block; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { 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) { #kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1zBezKCtRz0CzAL7azA3WTkJ4N6pypz { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMvSNuHwlqV10tLVln2lNweJK6wK1auu { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQsE2qGQwzBAnEqlyUsFbIFkhn3p2aF { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNzpPrB0HmkRODehAxV6qMf4OybvRn7N { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqFUGUFk8EPuof71zK7Ov5k1zP09xiyp { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRGazlDAd3wty2zJchzC7h5H394oAFR { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7E8prKxnivPPvp3x4pEKfv9682ELTmM { 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) { #lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { 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) { #fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z { display:block; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVUrJiu3KKTMnfqHaS07ffsvQ6Ehfifv { 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) { #PEBqQlCchJKhPDdFzyxauhTJW26DtK9k { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgOxu8rRDhB6G3ClI3SeCa2mhbMs0D8Z { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFnymKXZzDiZgnanBrJn9TJfrQTpmS1n { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6oeXtwDGQktS9T840fNpVOdF3bNrsX3 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5LH5GwXMG1BJqFIfw6JZoJgK7uTFtlC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2EGofSq068498hAWHtmLC30iTXAFfAz { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxaFx3udV5I3gbOMmndXTLg9tVWUsy12 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkSWlWNdcG6T3XNVx82itlfRrEC6Q3ye { top:16rem;left:0rem;width:22.5625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKNEPkHTDWmRluAxksOM42ZG7xfE2hib { 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) { #zW7e1g8ndqhuZVNv4GShAGTXgV6MdRrE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTBdLtD2fPT7D4sUPcyzmmqIGprHwte7 { top:16rem;left:12.625000476837rem;width:24.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhUQVEiNHJi5X6xpctd3r3P8Al9BTeR2 { 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) { #GAV2TZrrCwmQNwG15ywEU7yaH5wZNpRO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkagKHacAHXy40Ck1qZOLoUQc6yt0Nav { top:16rem;left:24.9375rem;width:22.8125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB { display:block; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDA5u6cco4tKq7eDSGzxVimZwgQONsIV { top:5.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKRtbRz80WbpgqgxL8XhpHV5PkBTkEZ8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVc4pLdvXamD6dq8d2cCxOJTmctmrei { width:47.75rem;height:26.819583333333rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVF0FOTOILaC7Ta1ThqEnDwOWKSbyaVu { width:18.75rem;height:12.5rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o54QMzWdeQFKT3AQww4nIAfOEBnzZ9z7 { width:18.75rem;height:12.5rem;top:56.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX6C2TJuIqOI2XcnZNnvMNmibLO3UWtS { width:18.75rem;height:12.5rem;top:56.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUGMqfyNETQ9mEOwR84c7TWAtOzevWKh { width:18.75rem;height:12.5rem;top:56.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaaNBaxB0DOAwzfOFrLQBpFPcgyaEVEo { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOwKaqqUGtnpbwWEMO7CVEqoGNBaPz0w { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GroucyaNsqnvSbAOQyT9z19Z1dFhu7f2 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpblLJCp9Qw6N1DclsnisyX4foO0ZHGb { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXW2R78ZKhzfcG9CPXMidw3LH3TB566b { display:block; }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHzd5hSUHPpb8pEwZVeylE94kr5Pse4u { top:12.5rem;left:17.156252384186rem;width:13.4375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUn35fJ8fkELxzJkG3vaC08uF1FhWLC3 { top:5.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUbudVqVRX8sdf5uVIE3PS4IFLLeCB3c { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BThNQ95cXd9b2e62qQdTp7qxa7eQVswA { 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) { #GhAr6ixTHyFiA2ZTl5dqNI7IKblBHbek { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEay0av2haCDPnftTcHgbPwO3UqXp60L { display:block; }
 }@media only screen and (max-width: 763px) { #RcHmv5DhX3NseGfcUXJrWZ9EEV9trqRb { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrwgMAcSy7ZvLHXekWISTrObePiGVWUg { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ3FJKX5XDf4qMJLSvQ5KHrF1Rkntv9T { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffM8kaZp6E2nQinZuk8xZVmzoMkIT2hJ { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { top:12.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { top:16.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block; }
 }@media only screen and (max-width: 763px) { #OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { width:47.75rem;height:21.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy { display:block; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsGGta2Mw34dThf8M29ixiEvXUAB0e6k { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uReLgP12FFdbmEpuiLPpA6TTmMdRBHgg { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQUqXSgED9XM1y4aa64lBPvSbSZga7Jk { width:2.75rem;height:2.75rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUD85BiiPmJXdPV5oFnpOK26EZTVWiw0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPBWxRiIh3xo8VBBqBDS7MB0WV5TrvuA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hul6KAas9TPg2ytEmSTfDCFV7By2ea9v { width:33.75rem;height:38.75rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoX9K3WyOzGXKXVIeDEAkrTp6oTfFUhT { width:2rem;height:2rem;top:12.375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaT4FCnD9tENF8Vgcf4nkzzVReXi3azI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZOF70C0bama2Dkm1e9Auek1g5BG4NmP { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqbQ12RcWyXRbgDS5LBmbTK3qGhyGVaB { width:2rem;height:2rem;top:24.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoqyRBFoUhDntvupMk35F4VtaFfVpGZ6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q062Lh7Wu7oQviaaORI3mv050fcNJyXP { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKzKlppJcmM6mTQ1IoZFBT95NVSs4w4B { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRhLDRNTKOwggxnXZoCTNSARnlaBX11 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUyr5Ml8AZTsoGQdBUsOUXLH5EeTCpMy { width:2rem;height:2rem;top:37.375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8XI9gwzzyuDayg7cB1Is2AJtkNoXZs1 { width:16.25rem;height:0.5rem;top:23.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc7F2KJE1kaJZP1vXpuGCvOyoT2BOd60 { width:16.25rem;height:0.5rem;top:35.5rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbVwiqADLDOLpWTF3llU73GZVknRkJw3 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yudtvxRhpZkisrxfkecX5P6Vfy6e6F3k { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHG7a5LXw1RMsXFfVo5aaTUdRuJKivyr { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzWMaSO57G8iKWQ8w1ZznKyRUHnV4LJe { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm { display:block; }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3r5qQrW8iKDRFJfa6o7o84BKHbzAmlh { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Tl4NCbuBBO9DaPPihigqVZ6VgwnWXy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkAt5aNTvmsCc5ZESWEOEhrFkhSNJDMc { width:18.75rem;height:29.0625rem;top:13.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvaEwE0F1JTzkv3FkG4oxenfvNW7FUZ9 { 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) { #uTn7tZyWO3mVrr1srlDtNe8NwAVApJ2E { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP8w1DHuaTBUuawqT7ArNVzIyLp3hHti { 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) { #QxFr8Hv2stDLIfxnFcW3W7Okr7eKHgi2 { width:15rem;height:0.0625rem;top:28.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq631GbKq558pcrdcRr1rcokcAWTdIqI { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJickwH6mNViAT9W2aSqzTmWd4e0Hh5a { display:block; }
 }@media only screen and (max-width: 763px) { #WfqOhFT3wbs7BHcgu9tlswE7UMtVnkZc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7k1i7uIIT25hLIAObsqxKdTnES6CqLR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#u7k1i7uIIT25hLIAObsqxKdTnES6CqLR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
 }@media only screen and (max-width: 763px) { #MGaomSeR4wLVTnNEgptZSvCQIuk2T3TZ { width:15rem;height:0.0625rem;top:52.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnuxNE1feiPGr8EcBVzVMT9tgrD0Heaw { width:18.75rem;height:29.0625rem;top:13.5rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNV8iNiwSWx0h8dJG1S4klN5MavS8VMC { 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) { #FJeG6bROs3WxJI8kPF7pGWsDbLnnnMXW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac87KdIqpFbEiGvzyU4QD12Xoo8K4nAq { 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) { #zocnuZ5Ar42TOqJTQbapuDxegHsM5SKX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBzb2OoyVkbTTzJMNsE9HiC2dRSWKV7 { width:15rem;height:0.0625rem;top:28.375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeHM5D5TbBuMbr4DkwVCOpF1kwwMm3Pl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#LeHM5D5TbBuMbr4DkwVCOpF1kwwMm3Pl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
 }@media only screen and (max-width: 763px) { #GcLZDlKTnaShqmhWBRDZQbX4TMNZc5HW { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5GvDU2T2GFFtwwhdri5aIb6Bo5IBXH { display:block; }
 }@media only screen and (max-width: 763px) { #VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer { display:block; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahyy1cuNF1KIsM2cbPhDuo7ROoWMifTT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-text {padding-top: 0; padding-bottom: 0;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-select {padding-top: 0; padding-bottom: 0;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf  { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf {display:block;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #peZgTNLbFrxhAPPuhQi3w3p3ffnCZqAz {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #XQpfLtlEhUpJqx1pLmGwU7eVtQOeyeEy {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #W9DHN6KuJnbrnemtORDl6sv3SOT3bp8L {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #u5zNr6uvLk5HOViBLQGuwZ93ms00I6vG {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #RuQk79RWuHkiPnTH3VZamcVa1Oe21FE8 {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #vqNAKASriHbotlGhu32RcUR55w1pCoe4 {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #obRB01zscIdpMUlKxcVDOIQsI1XyDLMu {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #T5AVq8CKE8b4wNvAez9f1qr2Xll4xwEd {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #iCRJyZ9aTV8GZeM5N61OzaP27SQGUEoL {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #ayTmpsrMqSPKzcEpTgiDnpI3fV200vie {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #TOyLFhnJVOTXXTuhi1lo1JQmPyRTTeZW {  }
 }@media only screen and (max-width: 763px) { #xpXogovlKPSQOxOqmyGFI7kMHpiMGnAl { width:35rem;height:25.625rem;top:5.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEAttQ0d7Qvmw7P20Et9LoQxWAtadfEt { top:13.625rem;left:0rem;width:33.75rem;height:9.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHOyyfd3n5NSa8q8pxT0u2gVucNyQpN5 { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPnxDigAVlODHh31EHMzsdxKqz9PCTNG { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRQa7Q6K3x9rnP95fQQFyEFulSdxiZZE { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS4FTlp11H1nCoFFm8dXCbW1R2A1FkUe { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ato58ggQOmqqTITQdWVa32NB8yL6359H { width:0.5rem;height:31.25rem;top:5.0625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQeq4WD96nC0yT3OI6RhTCCcFPH77p7 { width:0.5rem;height:31.25rem;top:5.0625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRBJ2kpguy20wIAmUIR3BDcXmH84OtSs { width:0.5rem;height:31.25rem;top:5.0625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKF4bHfo1snUV0aML0vAh9UOJmbQMMwn { width:0.5rem;height:31.25rem;top:5.0625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO3OrheloTqT4VXCQWuaOXeNXNPsEW6R { top:24.1875rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #KAnhghDRuq98MPzkv8OLsxifolQddChD { display:block; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss6DTQGA8JlcIbe4MSxUmQLtzZUOfUIW { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEzkyUuHCqcvIfuzvLWxnXPhTEc40q7i { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFz6Jn99uEiLOWFm5dQfu6zxArTk8Bun { top:13.4375rem;left:0rem;width:26.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMlv0uxMy78fzvwOENau2TbX97a5FxP { width:1.5rem;height:1.5rem;top:7.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicITARaHA9n7uBIDBHIqXTI39QEOG2u { 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) { #KdArr0nhoVf7ZRbBLNbV9T8ROM0Kmx8e { 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) { #hZrmeEfOXRmHil8rcuhhLBtXMxDIwpUc { 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) { #TI3xw9vsfLNU7mU1DVcDRk6NpZkyvyZE { width:1.5rem;height:1.5rem;top:7.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDLh2IfJ3mx6okiVySyhH3QQnKRlSlIT { 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) { #KUalKSJViEF4xa41P4AoVyvOag13zbEX { width:1.5rem;height:1.5rem;top:15.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrXhvidSxOcGoFJ6RaW86f8g156IX0vb { 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) { #sw766mzlJaRextNF9wIiauqdK40yzMKi { 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) { #bA5vJkIdxclR3TZ7DCI0LdmqacuqxlTR { width:0.5rem;height:27.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfqp2VLoDRNpb2DS20VRTPkybiKwIMzi { width:0.5rem;height:27.5rem;top:0rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAxGAACTP6kMsATUBD2NJ9MTzKQhHx5y { width:0.5rem;height:27.5rem;top:0rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEAzTn9z8gWa0hib9VbD4mwgpki26DgV { width:0.5rem;height:27.5rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block; }
 }@media only screen and (max-width: 763px) { #mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block; }
 }@media only screen and (max-width: 763px) { #bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block; }
 }@media only screen and (max-width: 763px) { #u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { 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) { #OiE3zg3Z546LBw4IeTA6LPkNx7JyF5Ze { width:8.125rem;height:1.875rem;top:2.8125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z { display:block; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiZS23Kw5rQcr1AViVEs3R8goZJrfnc { width:20rem;height:3.3984375rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.296875rem;padding-bottom:0.333125rem;padding-left:0.296875rem;width:1.781875rem;min-width:1.781875rem;height:1.791875rem;font-size:1.333125rem;line-height:28.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.375625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON { display:flex;width:12.1875rem;height:3.375rem;top:4.0234375rem;left:3.90625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #mi29N90WhapJqXvlMUQhxCLBOSf7ens5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #HUFyDy1EPDWgzFn5icqzfa9BNIZrVsrd {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #dLu7dB2MHhzDvKVgkpX9s3IQHIltrcHX {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #NcTPCCfILxMV3Rvy8kbTMo9JHFaiyxsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #VtmVtl99IrB49xrGpOSoarxTIEAGCPw1 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #yCiWoBNIGKqEwB54QgwWvzlKaGSVmKmM {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #AsOcP5HL73G5uDwK1T10vcqiESauQowz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #w7rNhc6HI44Ipx4kLnTaP5NGiMC5QxA5 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sdT9aGTFT1HzrNPLkkTT76eZCD5ufvc0 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #LLKfGxzTqBIDDBMfmNcgbMQXxe9HX543 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sy4uwqgDrGzeP2M13bl9v3CCOplXf5Do {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #xmR44qO4eS4w7eJLBHK9J56qzz9xmgQT {  }
 }@media only screen and (max-width: 763px) { #BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 { display:block; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container { width:20rem;height:30.67448125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIQkcQdl9RptdPBUTgZ7f7t6OzBEAP59 { width:12.75rem;height:3.75rem;top:23.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imz4nWOpp1J7H6lPsanqSzpttmR5ZfHT { display:block; }
 }@media only screen and (max-width: 763px) { #x98E0kvCvbnzW7ITXIurE3ArotVg3eBf { width:8.125rem;height:3.75rem;top:4.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh162TGMPWk7zTMzZt92pNNBoVXhQXVD { display:block; }
 }@media only screen and (max-width: 763px) { #PWByVbIDQEoznJcpm8QzIauUkJ1GRDQR { width:8.125rem;height:3.75rem;top:8.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW59JeHDqPNNeLRi2ogyOyMLWTKkcDQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #KvKp423XMa8TO4yROFm7h7Oy1tr9zuCp { width:9.375rem;height:3.75rem;top:11.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFslWz7zhlF6pQ8nfS9kpzvNGW9lZsD4 { display:block; }
 }@media only screen and (max-width: 763px) { #d6UPP1TTsvf1HM07HmdymUhW9EHsNlRh { width:11.25rem;height:3.75rem;top:15.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHXpe5Qx2Bc8xH59KJ1G3lwZf0Q9IUMT { display:block; }
 }@media only screen and (max-width: 763px) { #ZR0QKhluCJCf4t4VkXsrTfaz1NL4J3sJ { width:9.375rem;height:3.75rem;top:19.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVFJB5bWONCQXeANxMkIpFxumD0lVMf { display:block; }
 }@media only screen and (max-width: 763px) { #TRnE2xtliX7c3maKiopeS5tLe4M0wsSu { width:12.5rem;height:0;top:28.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { width:20rem;height:9.44825rem;top:3.6875rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { width:20rem;height:5.09765625rem;top:15.359375rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { width:12.75rem;height:3.75rem;top:43.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block; }
 }@media only screen and (max-width: 763px) { #DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { width:12.75rem;height:3.75rem;top:48.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block; }
 }@media only screen and (max-width: 763px) { #E1DcRgc48GO6dsWblb8LILxDVfv30JkT { width:20rem;height:10rem;top:21.9580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { width:18.75rem;height:18.75rem;top:23.1455078125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvROhoiPAaChwwG9VXpuJ2pVeoid2NKZ { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnkqOBQyTWJRrXbiC3e5zUt08OlvdyRa { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO73A8pXvtEKxpq6XQDOFVzZc71MCvT9 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXpRgTVqGtEJceV8L41zsTmyzbmi5mnW { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgI558XfyLMRisVHLPT6wMRc3ekx5OSs { width:0.5rem;height:31.25rem;top:24.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgrtcg4UtDHt8wa7rNlWabUDdTuluJm { width:0.5rem;height:31.25rem;top:24.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbfNERlBXB2eM5iaLUdacnIXLwBPbBk2 { width:0.5rem;height:31.25rem;top:24.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5o7gaHhXX0r4vA29fp1WBvt1ZFPXzk3 { width:0.5rem;height:31.25rem;top:24.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { display:block; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { width:20rem;height:75.3125rem;top:0.8125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uE4o1TcJFRk5d0ppoevVABurTEv97yPo { display:flex;width:2.125rem;height:2.125rem;top:14.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { width:16.25rem;height:2.54980625rem;top:17.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { width:16.25rem;height:6.796875rem;top:20.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { width:16.25rem;height:6.796875rem;top:35.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { width:17.5rem;height:2.54980625rem;top:32.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bf77wKiLS7c91VCmbPgUphGnqeO15NFI { display:flex;width:2.125rem;height:2.125rem;top:29.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { width:16.25rem;height:6.796875rem;top:52.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { width:16.25rem;height:2.54980625rem;top:49.125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wnSGkrkfNlCenDC6QGDgBzsJqmhNlNuu { display:flex;width:2.125rem;height:2.125rem;top:46.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #MmEHNUfshCXV1gzcORrd5vs2Tu1HJ3Ff { width:20rem;height:1.69921875rem;top:3.17578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eah42vbkfS7TglklTsyfAiVa5XZcsVTN { width:20rem;height:5.5996125rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { width:16.25rem;height:6.796875rem;top:67.5625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { width:16.25rem;height:2.54980625rem;top:64.625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zMek1LkcoFta7TwQDNvC50LlseBNCTmK { display:flex;width:2.125rem;height:2.125rem;top:61.5625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm { display:block; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { width:20rem;height:17.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { display:flex;width:2.125rem;height:2.125rem;top:11.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { width:17.5rem;height:2.54980625rem;top:14.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { width:17.5rem;height:6.796875rem;top:17.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r1zBezKCtRz0CzAL7azA3WTkJ4N6pypz { width:20rem;height:1.69921875rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { width:20rem;height:2.79980625rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMvSNuHwlqV10tLVln2lNweJK6wK1auu { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQsE2qGQwzBAnEqlyUsFbIFkhn3p2aF { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNzpPrB0HmkRODehAxV6qMf4OybvRn7N { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqFUGUFk8EPuof71zK7Ov5k1zP09xiyp { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRGazlDAd3wty2zJchzC7h5H394oAFR { width:17.5rem;height:6.796875rem;top:36.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7E8prKxnivPPvp3x4pEKfv9682ELTmM { width:17.5rem;height:2.54980625rem;top:33.3125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { display:flex;width:2.125rem;height:2.125rem;top:30.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { width:17.5rem;height:6.796875rem;top:54.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { width:17.5rem;height:2.54980625rem;top:51.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { display:flex;width:2.125rem;height:2.125rem;top:48.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z { display:block; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVUrJiu3KKTMnfqHaS07ffsvQ6Ehfifv { width:20rem;height:2.54980625rem;top:25.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEBqQlCchJKhPDdFzyxauhTJW26DtK9k { width:20rem;height:5.09765625rem;top:28.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgOxu8rRDhB6G3ClI3SeCa2mhbMs0D8Z { width:20rem;height:1.69921875rem;top:2.55078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFnymKXZzDiZgnanBrJn9TJfrQTpmS1n { width:20rem;height:5.5996125rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6oeXtwDGQktS9T840fNpVOdF3bNrsX3 { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5LH5GwXMG1BJqFIfw6JZoJgK7uTFtlC { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2EGofSq068498hAWHtmLC30iTXAFfAz { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxaFx3udV5I3gbOMmndXTLg9tVWUsy12 { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkSWlWNdcG6T3XNVx82itlfRrEC6Q3ye { width:18.75rem;height:12.4375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKNEPkHTDWmRluAxksOM42ZG7xfE2hib { width:20rem;height:2.54980625rem;top:48.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zW7e1g8ndqhuZVNv4GShAGTXgV6MdRrE { width:20rem;height:5.09765625rem;top:52.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTBdLtD2fPT7D4sUPcyzmmqIGprHwte7 { width:17.75rem;height:11.0625rem;top:35.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhUQVEiNHJi5X6xpctd3r3P8Al9BTeR2 { width:20rem;height:2.54980625rem;top:73rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAV2TZrrCwmQNwG15ywEU7yaH5wZNpRO { width:20rem;height:5.09765625rem;top:76.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkagKHacAHXy40Ck1qZOLoUQc6yt0Nav { width:14.5rem;height:9.5rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB { display:block; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDA5u6cco4tKq7eDSGzxVimZwgQONsIV { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKRtbRz80WbpgqgxL8XhpHV5PkBTkEZ8 { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVc4pLdvXamD6dq8d2cCxOJTmctmrei { height:11.233333333333rem;width:20rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVF0FOTOILaC7Ta1ThqEnDwOWKSbyaVu { width:20rem;height:13.3125rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o54QMzWdeQFKT3AQww4nIAfOEBnzZ9z7 { width:20rem;height:13.3125rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX6C2TJuIqOI2XcnZNnvMNmibLO3UWtS { width:20rem;height:13.3125rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUGMqfyNETQ9mEOwR84c7TWAtOzevWKh { width:20rem;height:13.3125rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaaNBaxB0DOAwzfOFrLQBpFPcgyaEVEo { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOwKaqqUGtnpbwWEMO7CVEqoGNBaPz0w { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GroucyaNsqnvSbAOQyT9z19Z1dFhu7f2 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpblLJCp9Qw6N1DclsnisyX4foO0ZHGb { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXW2R78ZKhzfcG9CPXMidw3LH3TB566b { display:block; }#dXW2R78ZKhzfcG9CPXMidw3LH3TB566b > .row .container { width:20rem;height:159.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHzd5hSUHPpb8pEwZVeylE94kr5Pse4u { width:18.75rem;height:12.5rem;top:8.3115234375rem;left:0.625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #wUn35fJ8fkELxzJkG3vaC08uF1FhWLC3 { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUbudVqVRX8sdf5uVIE3PS4IFLLeCB3c { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BThNQ95cXd9b2e62qQdTp7qxa7eQVswA { width:18.75rem;height:1.9121125rem;top:36.9990234375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhAr6ixTHyFiA2ZTl5dqNI7IKblBHbek { width:8.75rem;height:2.5rem;top:41.4482421875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEay0av2haCDPnftTcHgbPwO3UqXp60L { display:block; }
 }@media only screen and (max-width: 763px) { #RcHmv5DhX3NseGfcUXJrWZ9EEV9trqRb { width:0.5rem;height:12.5rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrwgMAcSy7ZvLHXekWISTrObePiGVWUg { width:0.5rem;height:12.5rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ3FJKX5XDf4qMJLSvQ5KHrF1Rkntv9T { width:0.5rem;height:12.5rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffM8kaZp6E2nQinZuk8xZVmzoMkIT2hJ { width:0.5rem;height:12.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { width:17.5rem;height:9.44825rem;top:8.75rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { width:17.5rem;height:5.736325rem;top:18.8125rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { width:12.75rem;height:3.75rem;top:26rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block; }
 }@media only screen and (max-width: 763px) { #OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { width:20rem;height:28.75rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy { display:block; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container { width:20rem;height:82.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsGGta2Mw34dThf8M29ixiEvXUAB0e6k { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uReLgP12FFdbmEpuiLPpA6TTmMdRBHgg { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQUqXSgED9XM1y4aa64lBPvSbSZga7Jk { display:flex;width:2.75rem;height:2.75rem;top:11.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #EUD85BiiPmJXdPV5oFnpOK26EZTVWiw0 { width:17.5rem;height:15.2988125rem;top:13.875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DPBWxRiIh3xo8VBBqBDS7MB0WV5TrvuA { width:17.5rem;height:1.48730625rem;top:29.7978515625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hul6KAas9TPg2ytEmSTfDCFV7By2ea9v { width:20rem;height:26.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoX9K3WyOzGXKXVIeDEAkrTp6oTfFUhT { display:flex;width:2rem;height:2rem;top:36.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uaT4FCnD9tENF8Vgcf4nkzzVReXi3azI { width:20rem;height:7.6484375rem;top:39.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZOF70C0bama2Dkm1e9Auek1g5BG4NmP { width:20rem;height:1.69921875rem;top:47.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RqbQ12RcWyXRbgDS5LBmbTK3qGhyGVaB { display:flex;width:2rem;height:2rem;top:52.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aoqyRBFoUhDntvupMk35F4VtaFfVpGZ6 { width:20rem;height:7.6484375rem;top:54.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q062Lh7Wu7oQviaaORI3mv050fcNJyXP { width:20rem;height:1.48730625rem;top:63.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKzKlppJcmM6mTQ1IoZFBT95NVSs4w4B { width:20rem;height:7.6484375rem;top:70.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KXRhLDRNTKOwggxnXZoCTNSARnlaBX11 { width:20rem;height:1.48730625rem;top:78.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gUyr5Ml8AZTsoGQdBUsOUXLH5EeTCpMy { display:flex;width:2rem;height:2rem;top:67.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d8XI9gwzzyuDayg7cB1Is2AJtkNoXZs1 { width:16.25rem;height:0.5rem;top:50.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc7F2KJE1kaJZP1vXpuGCvOyoT2BOd60 { width:16.25rem;height:0.5rem;top:65.8623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbVwiqADLDOLpWTF3llU73GZVknRkJw3 { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yudtvxRhpZkisrxfkecX5P6Vfy6e6F3k { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHG7a5LXw1RMsXFfVo5aaTUdRuJKivyr { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzWMaSO57G8iKWQ8w1ZznKyRUHnV4LJe { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm { display:block; }#JHRGkifTiyXX3q6wXzfeU6SVU0uzHeVm > .row .container { width:20rem;height:137.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3r5qQrW8iKDRFJfa6o7o84BKHbzAmlh { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Tl4NCbuBBO9DaPPihigqVZ6VgwnWXy { width:20rem;height:2.79980625rem;top:2.94921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkAt5aNTvmsCc5ZESWEOEhrFkhSNJDMc { width:20rem;height:30rem;top:8.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvaEwE0F1JTzkv3FkG4oxenfvNW7FUZ9 { width:17.5rem;height:1.9121125rem;top:10.1240234375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTn7tZyWO3mVrr1srlDtNe8NwAVApJ2E { width:12.5rem;height:5.42480625rem;top:12.0361328125rem;left:3.125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP8w1DHuaTBUuawqT7ArNVzIyLp3hHti { width:17.5rem;height:4.4619125rem;top:18.2109375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QxFr8Hv2stDLIfxnFcW3W7Okr7eKHgi2 { width:17.5rem;height:0.0625rem;top:23.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq631GbKq558pcrdcRr1rcokcAWTdIqI { width:10.625rem;height:3.75rem;top:32.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJickwH6mNViAT9W2aSqzTmWd4e0Hh5a { display:block; }
 }@media only screen and (max-width: 763px) { #WfqOhFT3wbs7BHcgu9tlswE7UMtVnkZc { width:1.375rem;height:2.79980625rem;top:12.6611328125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7k1i7uIIT25hLIAObsqxKdTnES6CqLR { width:17.5rem;height:5.72265625rem;top:25.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#u7k1i7uIIT25hLIAObsqxKdTnES6CqLR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
 }@media only screen and (max-width: 763px) { #MGaomSeR4wLVTnNEgptZSvCQIuk2T3TZ { width:17.5rem;height:0.0625rem;top:69.8115234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnuxNE1feiPGr8EcBVzVMT9tgrD0Heaw { width:18.75rem;height:29.0625rem;top:39.4990234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNV8iNiwSWx0h8dJG1S4klN5MavS8VMC { width:15rem;height:0;top:41.3740234375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJeG6bROs3WxJI8kPF7pGWsDbLnnnMXW { width:13.4375rem;height:0;top:43.3115234375rem;left:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac87KdIqpFbEiGvzyU4QD12Xoo8K4nAq { width:15rem;height:0;top:49.4365234375rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zocnuZ5Ar42TOqJTQbapuDxegHsM5SKX { width:1.375rem;height:0;top:44.4365234375rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBzb2OoyVkbTTzJMNsE9HiC2dRSWKV7 { width:15rem;height:0.0625rem;top:54.3740234375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeHM5D5TbBuMbr4DkwVCOpF1kwwMm3Pl { width:15rem;height:0;top:54.8740234375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#LeHM5D5TbBuMbr4DkwVCOpF1kwwMm3Pl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60ca3dde9cd9c691666ccccb9ba2ba6aa90d372f.svg); }
 }@media only screen and (max-width: 763px) { #GcLZDlKTnaShqmhWBRDZQbX4TMNZc5HW { width:15.25rem;height:3.75rem;top:62.8115234375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5GvDU2T2GFFtwwhdri5aIb6Bo5IBXH { display:block; }
 }@media only screen and (max-width: 763px) { #VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer { display:block; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahyy1cuNF1KIsM2cbPhDuo7ROoWMifTT { width:17.5rem;height:1.57421875rem;top:4.11328125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-text {padding-top: 0; padding-bottom: 0;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-select {padding-top: 0; padding-bottom: 0;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf  { width:17.5rem;height:auto;top:21.125rem;left:0rem; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf {display:block;}#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf { width:17.5rem;height:auto;top:21.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #peZgTNLbFrxhAPPuhQi3w3p3ffnCZqAz {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #XQpfLtlEhUpJqx1pLmGwU7eVtQOeyeEy {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #W9DHN6KuJnbrnemtORDl6sv3SOT3bp8L {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #u5zNr6uvLk5HOViBLQGuwZ93ms00I6vG {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #RuQk79RWuHkiPnTH3VZamcVa1Oe21FE8 {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #vqNAKASriHbotlGhu32RcUR55w1pCoe4 {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #obRB01zscIdpMUlKxcVDOIQsI1XyDLMu {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #T5AVq8CKE8b4wNvAez9f1qr2Xll4xwEd {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #iCRJyZ9aTV8GZeM5N61OzaP27SQGUEoL {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #ayTmpsrMqSPKzcEpTgiDnpI3fV200vie {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #TOyLFhnJVOTXXTuhi1lo1JQmPyRTTeZW {  }
 }@media only screen and (max-width: 763px) { #xpXogovlKPSQOxOqmyGFI7kMHpiMGnAl { width:20rem;height:21.125rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEAttQ0d7Qvmw7P20Et9LoQxWAtadfEt { width:20rem;height:6.2988125rem;top:6.25rem;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) { #fHOyyfd3n5NSa8q8pxT0u2gVucNyQpN5 { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPnxDigAVlODHh31EHMzsdxKqz9PCTNG { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRQa7Q6K3x9rnP95fQQFyEFulSdxiZZE { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS4FTlp11H1nCoFFm8dXCbW1R2A1FkUe { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ato58ggQOmqqTITQdWVa32NB8yL6359H { width:0.5rem;height:31.25rem;top:17.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQeq4WD96nC0yT3OI6RhTCCcFPH77p7 { width:0.5rem;height:31.25rem;top:17.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRBJ2kpguy20wIAmUIR3BDcXmH84OtSs { width:0.5rem;height:31.25rem;top:17.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKF4bHfo1snUV0aML0vAh9UOJmbQMMwn { width:0.5rem;height:31.25rem;top:17.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO3OrheloTqT4VXCQWuaOXeNXNPsEW6R { width:20rem;height:5.09765625rem;top:13.6875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { font-size:0.875rem;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:20rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #KAnhghDRuq98MPzkv8OLsxifolQddChD { display:block; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss6DTQGA8JlcIbe4MSxUmQLtzZUOfUIW { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEzkyUuHCqcvIfuzvLWxnXPhTEc40q7i { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFz6Jn99uEiLOWFm5dQfu6zxArTk8Bun { width:20rem;height:5.09765625rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMlv0uxMy78fzvwOENau2TbX97a5FxP { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oicITARaHA9n7uBIDBHIqXTI39QEOG2u { width:20rem;height:2.54980625rem;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) { #KdArr0nhoVf7ZRbBLNbV9T8ROM0Kmx8e { 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) { #hZrmeEfOXRmHil8rcuhhLBtXMxDIwpUc { width:20rem;height:2.54980625rem;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) { #TI3xw9vsfLNU7mU1DVcDRk6NpZkyvyZE { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDLh2IfJ3mx6okiVySyhH3QQnKRlSlIT { 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) { #KUalKSJViEF4xa41P4AoVyvOag13zbEX { display:flex;width:1.5rem;height:1.5rem;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VrXhvidSxOcGoFJ6RaW86f8g156IX0vb { width:20rem;height:5.0996125rem;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) { #sw766mzlJaRextNF9wIiauqdK40yzMKi { 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) { #bA5vJkIdxclR3TZ7DCI0LdmqacuqxlTR { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfqp2VLoDRNpb2DS20VRTPkybiKwIMzi { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAxGAACTP6kMsATUBD2NJ9MTzKQhHx5y { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEAzTn9z8gWa0hib9VbD4mwgpki26DgV { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { width:9.375rem;height:2.75rem;top:1.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block; }
 }@media only screen and (max-width: 763px) { #mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { width:9.375rem;height:2.75rem;top:4.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block; }
 }@media only screen and (max-width: 763px) { #bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { width:9.375rem;height:2.75rem;top:7.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block; }
 }@media only screen and (max-width: 763px) { #u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { width:20rem;height:1.69921875rem;top:13.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiE3zg3Z546LBw4IeTA6LPkNx7JyF5Ze { width:8.125rem;height:1.875rem;top:11.6875rem;left:5.9375rem;display:block; }
 }