.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/cars_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.adaptive-delivery-prevent-bg, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyload, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyloading { background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { background-color: transparent; background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.8); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.8); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { border-width: 0; border-radius: 0; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { font-size:0.875rem;font-family:comfortaa;height:50rem;width:75rem;position:relative;display:block; }#dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:16.0625rem;left:7.5rem;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;text-align:center;text-align-last:center;display:block; }
#LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { color:#b5b5b5;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:26rem;left:7.5rem;height:1.69970625rem;text-align:center;text-align-last:center;display:block; }
#GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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:20rem;width:0.5rem;top:0.0625rem;left:4.875rem;display:block; }
#rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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:20rem;width:0.5rem;top:0rem;left:7.0625rem;display:block; }
#xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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:20rem;width:0.5rem;top:0rem;left:9.4375rem;display:block; }
#Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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:20rem;width:0.5rem;top:30rem;left:64.875rem;display:block; }
#qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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:20rem;width:0.5rem;top:30rem;left:67.25rem;display:block; }
#VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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:20rem;width:0.5rem;top:30rem;left:69.625rem;display:block; }
#dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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:20rem;width:0.5rem;top:30rem;left:72rem;display:block; }
#AEIf9aotnZBkCQOa7Wbx7WFIBbBZO4TO { 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:15006;text-align:center;text-align-last:center;top:30.25rem;left:38.4375rem;display:block; }
#dE0vpgx9p9CPTz9qzIZkIrlVuJ03rvhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { 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:15005;text-align:center;text-align-last:center;top:30.25rem;left:23.8125rem;display:block; }
#LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XzSeVgyimt1uHWkHqsBXSd7VFvgJKAaV { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ns8pMCefNSADcHspevq9aI6kFZOz2SPm { 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/cars_1920x1080_1.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; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm.adaptive-delivery-prevent-bg, #ns8pMCefNSADcHspevq9aI6kFZOz2SPm.lazyload, #ns8pMCefNSADcHspevq9aI6kFZOz2SPm.lazyloading { background-image: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { background-color: transparent; background-image: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.6); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container > .video-iframe-container { display: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,36,0.6); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row > .video-iframe-container { display: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .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); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { border-width: 0; border-radius: 0; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm::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; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { font-size:0.875rem;font-family:comfortaa;height:50rem;width:75rem;position:relative;display:block; }#qmzz2UMVumrguX3i5mIOVS35X8NMyWcC { position:absolute;display:block;z-index:15000;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:25rem;width:56.25rem;top:12.5rem;left:9.375rem;display:block; }
#ETfsy9geXZiqSuQ23sv7b2WcPXR6BEpc { color:#7a62f3;display:block;width:50rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:15.86328125rem;left:12.5rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwaJKaglCF4KDIExTph9mJNprHhnmFcf { color:#ffffff;display:block;width:50rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:18.25rem;left:12.5rem;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; }
#vpczXn4yVG1lr6lElILXqf1V6zvT9MEt { color:#b5b5b5;display:block;width:50rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:22.8125rem;left:12.5rem;height:10.411125rem;text-align:center;text-align-last:center;display:block; }
#lQA8kzLMiGubJDi85UUnlh47mfIiDtLS { 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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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:8.125rem;left:11.875rem;display:block; }
#nFBFrefEPWhINsPKNTNzpUIUVNL2bQwz { 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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:8.125rem;left:14.25rem;display:block; }
#vFk8eanhU2CAOeXIpLApP7FSFrceCNT9 { 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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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:8.125rem;left:16.625rem;display:block; }
#THQ3GK3IJEQ9HiMg7LpRcrf6Ggd20P0F { 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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:8.125rem;left:19rem;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/cars_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:6.7988125rem;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:3.3994125rem;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.09911875rem;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.69970625rem;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: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; }
#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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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.09911875rem;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; }
#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n { 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; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container { background-color: transparent; background-image: none; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container > .video-iframe-container { display: none; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row > .video-iframe-container { display: none; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .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); }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container { border-width: 0; border-radius: 0; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container { font-size:0.875rem;font-family:comfortaa;height:56.25rem;width:75rem;position:relative;display:block; }#o2vzTD6JNpZ4uwHRbaD5Q7gNhlafr3TC { color:#7a62f3;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:7.75rem;left:41.25rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LMX7kfxCneFIQKT5d1TXuyqW3QqJCEAl { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:9.375rem;left:41.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:left;text-align-last:left;display:block; }
#rUWMUGTpADmcOAyJZ96cmqBXxGWEbpBq { 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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:72rem;display:block; }
#S0XIuAN9VhPtQTVnOc8C0FbyCOTEE4l7 { 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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:67.25rem;display:block; }
#W8TThAIeoUinkCZw8GWm3FIkOaBhnlWL { 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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:69.625rem;display:block; }
#WfWckpSAXL4bKgtQdIbztG70F8okQBcy { 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(122,98,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:64.875rem;display:block; }
#ldGXH74ERN2RJWWnaDiRnJsfp2NyS7Ln { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(100,79,211,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(57deg, rgba(100,79,211,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(57deg, rgba(100,79,211,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(57deg, rgba(100,79,211,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#644fd333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#644fd333', endColorstr='#00000000' );";background-image: linear-gradient(57deg, rgba(100,79,211,0.2), 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:40rem;width:33.8125rem;top:15.75rem;left:41.25rem;display:block; }
#gs2FbvC19dsthO6y26Jt0HvtEdou2mZ1 { 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.625rem;left:43.125rem; }
#EJFtqesm7MEvy8TxEOfS1eoJZwvqp3Fy { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:17.625rem;left:46.875rem;height:22.94825625rem;font-style:normal;display:block; }
#HFZgGSVVObskthiCO2ETaARw1wPZgWfQ { 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:22.83740234375rem;left:43.125rem; }
#qhwIZ96vigE1ylz2TblzNg4UbwuJs3OE { 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:56.25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#m10tHRdHSSE88TiryAPfTdB11sePrZBk { 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:28.03662109375rem;left:43.125rem; }
#ShWIuWFxmVqvHWrwruImyO9zlGQ5DNO3 { 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:15025;opacity:1;top:33.41162109375rem;left:43.125rem; }
#SduX7oy7idCTdHq8nMbT7csXK4aWDzOz { 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:15026;opacity:1;top:38.5107421875rem;left:43.125rem; }
#MLXbXxGO25tNzzqDlbHUvZbvVRoJBHaO { background-color:#7237b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:44.5rem;left:49.375rem;display:block; }
#UgyX2MNsg9RzbQLqDryGdPDtJxSXg8qv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { 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; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { background-color: transparent; background-image: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container > .video-iframe-container { display: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container { display: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .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); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { border-width: 0; border-radius: 0; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { font-size:0.875rem;font-family:comfortaa;height:58.3125rem;width:75rem;position:relative;display:block; }#DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { 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.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { 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; }
#wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:10.0625rem;top:13.3125rem;left:32.875rem;overflow:hidden;display:block; }
#Lg6QqH9OT070U3lvZyGZwuuxRFMub0qn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:14.125rem;top:13.03125rem;left:8.1875rem;overflow:hidden;display:block; }
#vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { 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:19.125rem;width:14.3125rem;top:32.03125rem;left:14.0625rem;overflow:hidden;display:block; }
#ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { 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:18.25rem;width:13.5625rem;top:13.375rem;left:42.9375rem;overflow:hidden;display:block; }
#hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { 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:18.875rem;width:10.5rem;top:13.0625rem;left:22.3125rem;overflow:hidden;display:block; }
#lHLDeBMa5EmQiqshJs0Cp2gdnuxr8HvQ { 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:19.25rem;width:10.625rem;top:32.03125rem;left:28.375rem;overflow:hidden;display:block; }
#Kfk5dREeGz1tlnVTX329gKysm2I5csIU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:14.5rem;top:32.03125rem;left:39rem;overflow:hidden;display:block; }
#Tzt00MHOwhF9hcAQ2lOPT4EctL93KnEl { position:absolute;display:block;z-index:15028;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:19.5625rem;width:14.625rem;top:31.96875rem;left:53.5rem;overflow:hidden;display:block; }
#CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { 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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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; }
#B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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; }
#dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { position:absolute;display:block;z-index:15029;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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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; }
#DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { position:absolute;display:block;z-index:15030;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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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; }
#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a62f3;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; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { background-color: transparent; background-image: none; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container > .video-iframe-container { display: none; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row > .video-iframe-container { display: none; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .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); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { border-width: 0; border-radius: 0; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { font-size:0.875rem;font-family:comfortaa;height:27.5rem;width:75rem;position:relative;display:block; }#PyulRsGSA9bvNkhoSpCy4HgDoF9ma92x { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.4375rem;left:0rem;height:6.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;text-align:left;text-align-last:left;display:block; }
#wsf61mwGTw7yIePEF3qrqztmZ4Q5u3V0 { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:7.4375rem;left:38.4375rem;height:3.82421875rem;text-align:left;text-align-last:left;display:block; }
#uBm2cg536gZdDRpTbaiQgxpHtlrfRDDG { 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-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:16.3125rem;left:38.4375rem;display:block; }
#xsXhtVUPK9yGSldaBKyggBbqlSy9Dtl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWKwKrTzGueNH2T139dmix01Z6aZmm2k { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,27,36,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,27,36,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,27,36,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,27,36,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1b244c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1b244c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(28,27,36,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:65.5rem;display:block; }
#dxE2E8gtgVpCCSNQdXCF5P7tooFRzDIs { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,27,36,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,27,36,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,27,36,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,27,36,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1b244c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1b244c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(28,27,36,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:70.25rem;display:block; }
#ZS1pZOO6NM2Ta6nNhRUvKbEmeDI9BXD4 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,27,36,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(28,27,36,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(28,27,36,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(28,27,36,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1b244c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1b244c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(28,27,36,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:72.625rem;display:block; }
#phapzvH11tHp2tTbPHXUCOg1qGaaRv5y { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,27,36,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(28,27,36,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(28,27,36,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(28,27,36,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1b244c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1b244c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(28,27,36,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:67.875rem;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.69970625rem;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; }
#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:14.375rem;left:2.5rem;height:25.4980625rem;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:43.32421875rem;left:3.125rem;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='#7a62f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f333' );";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:5.736325rem;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:5.736325rem;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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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; }
#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { 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; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { background-color: transparent; background-image: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container > .video-iframe-container { display: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container { display: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .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); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { border-width: 0; border-radius: 0; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { font-size:0.875rem;font-family:comfortaa;height:30.375rem;width:75rem;position:relative;display:block; }#rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { color:#b5b5b5;display:block;width:25.625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.4375rem;left:0rem;height:5.09911875rem;display:block; }
#Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { position:absolute;display:block;z-index:15026;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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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:25.625rem;top:14.6875rem;left:0rem;display:block; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .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; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .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; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .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; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .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; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .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; }#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger.adaptive-delivery-prevent-bg, #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger.lazyload, #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger.lazyloading { background-image: none; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15043;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.0625rem;left:32.3125rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #B6xfGkMhPmG5UcoB5TIILPa472KSIyeg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #xZ3PTZkaFZzc8P7P0e3ccUu45qeFakTS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E4lQCva41N7LAO8BGaTDDtNQE7xBi2O4 { display:block;position:relative; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #z827rm37xNGinMV1bvO5eSKIu1kR3pVB {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Jnx7J6K3EThAJ9ofgBLPhZcC0L8UDgeg {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #USCW6GBQmPgkSnZpDlJTM3TFHPSWVkrF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AZbJfaXdIcIn5kleNmkvTLZ1TNX0rgJD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #K83Xbu8e3slTAAyuPEE4eP4cf4c40T1i { display:block;position:relative; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AUP6DCGSccpH7o4dTZJN1Fvpq6TiRiCL {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #RVLAfMxZAm68ZSou6JLUmzyCotoOJXod { display:none; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #WU4vgCrkkmRz1XmP1z1t4LrQxRU6Xl3z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #yNWh3JNGgrO5VdpvtVpxC4w3JA7KOr8q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #bpAruCRzGQrXNGXZE2EdRrvBcJEDcTT8 { display:block;position:relative; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #OKQzvhGQ8sqo18AviXR9MRiQRfeTyl9z {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ZLXOJDQl6ephwDXDwehmvTe94EtbmxGh { display:none; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Att3nXm7r3cQgh1TIRtC3uAJDqgIK2CV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E9RS2960neuHKuvWPXkVFMT9Z8qT6GOM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ECgvb3oxiqaOfbISQBWKtfoDRyrTamRq { display:block;position:relative; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #h2EDm8yaV0RKEWtP89DcxNlN04VPDxIE {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #sWI0C4AU3N4URtV42NGc6oFTfspwvC7Z { display:none; }
#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/cars_1920x1080_1.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:2.77490234375rem;left:39.826171875rem; }
#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:2.77490234375rem;left:39.826171875rem; }
#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 #AoEIvorzdUC6IbaQ3TnZuOkzVrVdoFNM { position:relative; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #xsEpTR8udPJZVxFJVUgTyGhAotmLtC9g { position:relative;display:block; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #NidHFUXcGZ0WsyaAwV3bMHcPTXD8uiMF { position:relative; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #etkd2ucrpyWqcPicHTsuesfEml9bRQTg { position:relative; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #SieNJzn0EtPI35vyKV45X0BLKFEquTeL { position:relative;display:block; }
#Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #TOBruETxnu1yNtb6fcNXJKc3AVZh4aUR { 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:30.9375rem;width:42.375rem;top:2.875rem;left:32.388970588235rem;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:4.6499rem;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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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='#7a62f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a62f34c', 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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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='#7a62f34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a62f34c' );";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:20.75rem;left:0rem;height:3.3994125rem;display:block; }
#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { background-color: transparent; background-image: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container > .video-iframe-container { display: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container { display: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { border-width: 0; border-radius: 0; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { font-size:0.875rem;font-family:comfortaa;height:10rem;width:75rem;position:relative;display:block; }#U2c3R3pGOSgZkZgrepcwHv1kUu1sefTO { 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:5.8125rem;left:23.4375rem;display:block; }
#BTW7xqlR9mx6bEqEJDZkVvaDS29DFHXz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZyD5n57ZwCZsrp8HJ9vRkQvzWI2NwXf { 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:5.8125rem;left:32.8125rem;display:block; }
#z7bStwRK3ryrhl1lyLKWFRiUOso7dT9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnX9LHdeMCW62goAosF03y2uGMzV6Isp { 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:5.8125rem;left:42.1875rem;display:block; }
#CobQZTt1Rzug3kOcXuBT0u7vgwIVbV4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAJN7nKS7iXOmmGWzF9P3shSQL9DmFPS { color:#ffffff;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.6875rem;left:0rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#vMFTiUKTQVktzBiWs59I6pJhHFPCJJg9 { 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:15028;opacity:1;top:6.125rem;left:0.6875rem; }
#vMFTiUKTQVktzBiWs59I6pJhHFPCJJg9 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#fvn6etBhoxMz8Air3oxd6XTBduzAGTfp { 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:15030;opacity:1;top:6.125rem;left:5.8125rem; }
#fvn6etBhoxMz8Air3oxd6XTBduzAGTfp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { top:16.0625rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { top:26rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEIf9aotnZBkCQOa7Wbx7WFIBbBZO4TO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE0vpgx9p9CPTz9qzIZkIrlVuJ03rvhN { display:block; }
 }@media only screen and (max-width: 763px) { #FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block; }
 }@media only screen and (max-width: 763px) { #XzSeVgyimt1uHWkHqsBXSd7VFvgJKAaV { top:0rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns8pMCefNSADcHspevq9aI6kFZOz2SPm { display:block; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmzz2UMVumrguX3i5mIOVS35X8NMyWcC { width:47.75rem;height:25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfsy9geXZiqSuQ23sv7b2WcPXR6BEpc { top:15.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaJKaglCF4KDIExTph9mJNprHhnmFcf { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpczXn4yVG1lr6lElILXqf1V6zvT9MEt { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQA8kzLMiGubJDi85UUnlh47mfIiDtLS { width:0.5rem;height:9.375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBFrefEPWhINsPKNTNzpUIUVNL2bQwz { width:0.5rem;height:9.375rem;top:8.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFk8eanhU2CAOeXIpLApP7FSFrceCNT9 { width:0.5rem;height:9.375rem;top:8.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQ3GK3IJEQ9HiMg7LpRcrf6Ggd20P0F { width:0.5rem;height:9.375rem;top:8.125rem;left:5.375rem;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) { #OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n { display:block; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2vzTD6JNpZ4uwHRbaD5Q7gNhlafr3TC { top:7.75rem;left:14rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMX7kfxCneFIQKT5d1TXuyqW3QqJCEAl { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUWMUGTpADmcOAyJZ96cmqBXxGWEbpBq { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0XIuAN9VhPtQTVnOc8C0FbyCOTEE4l7 { width:0.5rem;height:11.25rem;top:0rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8TThAIeoUinkCZw8GWm3FIkOaBhnlWL { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfWckpSAXL4bKgtQdIbztG70F8okQBcy { width:0.5rem;height:11.25rem;top:0rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldGXH74ERN2RJWWnaDiRnJsfp2NyS7Ln { width:33.8125rem;height:40rem;top:15.75rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs2FbvC19dsthO6y26Jt0HvtEdou2mZ1 { top:17.625rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJFtqesm7MEvy8TxEOfS1eoJZwvqp3Fy { 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) { #HFZgGSVVObskthiCO2ETaARw1wPZgWfQ { top:22.8125rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhwIZ96vigE1ylz2TblzNg4UbwuJs3OE { top:0rem;left:0rem;width:37.5rem;height:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m10tHRdHSSE88TiryAPfTdB11sePrZBk { top:28rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShWIuWFxmVqvHWrwruImyO9zlGQ5DNO3 { top:33.375rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SduX7oy7idCTdHq8nMbT7csXK4aWDzOz { top:38.5rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXbXxGO25tNzzqDlbHUvZbvVRoJBHaO { width:17.5rem;height:3.4375rem;top:44.5rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyX2MNsg9RzbQLqDryGdPDtJxSXg8qv { display:block; }
 }@media only screen and (max-width: 763px) { #Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { display:block; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { top:5.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { width:10.0625rem;height:18.375rem;top:13.3125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg6QqH9OT070U3lvZyGZwuuxRFMub0qn { width:14.125rem;height:18.9375rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { width:14.3125rem;height:19.125rem;top:32rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { width:13.5625rem;height:18.25rem;top:13.375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { width:10.5rem;height:18.875rem;top:13.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHLDeBMa5EmQiqshJs0Cp2gdnuxr8HvQ { width:10.625rem;height:19.25rem;top:32rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfk5dREeGz1tlnVTX329gKysm2I5csIU { width:14.5rem;height:19.375rem;top:32rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzt00MHOwhF9hcAQ2lOPT4EctL93KnEl { width:14.625rem;height:19.5625rem;top:31.9375rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 { display:block; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyulRsGSA9bvNkhoSpCy4HgDoF9ma92x { top:7.4375rem;left:0rem;width:35.9375rem;height:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsf61mwGTw7yIePEF3qrqztmZ4Q5u3V0 { top:7.4375rem;left:11.1875rem;width:36.5625rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBm2cg536gZdDRpTbaiQgxpHtlrfRDDG { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXhtVUPK9yGSldaBKyggBbqlSy9Dtl6 { display:block; }
 }@media only screen and (max-width: 763px) { #FWKwKrTzGueNH2T139dmix01Z6aZmm2k { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxE2E8gtgVpCCSNQdXCF5P7tooFRzDIs { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS1pZOO6NM2Ta6nNhRUvKbEmeDI9BXD4 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phapzvH11tHp2tTbPHXUCOg1qGaaRv5y { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;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) { #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) { #zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #B6xfGkMhPmG5UcoB5TIILPa472KSIyeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #xZ3PTZkaFZzc8P7P0e3ccUu45qeFakTS {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E4lQCva41N7LAO8BGaTDDtNQE7xBi2O4 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #z827rm37xNGinMV1bvO5eSKIu1kR3pVB {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Jnx7J6K3EThAJ9ofgBLPhZcC0L8UDgeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #USCW6GBQmPgkSnZpDlJTM3TFHPSWVkrF {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AZbJfaXdIcIn5kleNmkvTLZ1TNX0rgJD {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #K83Xbu8e3slTAAyuPEE4eP4cf4c40T1i {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AUP6DCGSccpH7o4dTZJN1Fvpq6TiRiCL {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #RVLAfMxZAm68ZSou6JLUmzyCotoOJXod {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #WU4vgCrkkmRz1XmP1z1t4LrQxRU6Xl3z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #yNWh3JNGgrO5VdpvtVpxC4w3JA7KOr8q {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #bpAruCRzGQrXNGXZE2EdRrvBcJEDcTT8 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #OKQzvhGQ8sqo18AviXR9MRiQRfeTyl9z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ZLXOJDQl6ephwDXDwehmvTe94EtbmxGh {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Att3nXm7r3cQgh1TIRtC3uAJDqgIK2CV {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E9RS2960neuHKuvWPXkVFMT9Z8qT6GOM {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ECgvb3oxiqaOfbISQBWKtfoDRyrTamRq {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #h2EDm8yaV0RKEWtP89DcxNlN04VPDxIE {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #sWI0C4AU3N4URtV42NGc6oFTfspwvC7Z {  }
 }@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:2.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:2.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 #AoEIvorzdUC6IbaQ3TnZuOkzVrVdoFNM {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #xsEpTR8udPJZVxFJVUgTyGhAotmLtC9g {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #NidHFUXcGZ0WsyaAwV3bMHcPTXD8uiMF {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #etkd2ucrpyWqcPicHTsuesfEml9bRQTg {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #SieNJzn0EtPI35vyKV45X0BLKFEquTeL {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #TOBruETxnu1yNtb6fcNXJKc3AVZh4aUR {  }
 }@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:42.375rem;height:30.9375rem;top:2.875rem;left:5.375rem;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:20.75rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { display:block; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2c3R3pGOSgZkZgrepcwHv1kUu1sefTO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTW7xqlR9mx6bEqEJDZkVvaDS29DFHXz { display:block; }
 }@media only screen and (max-width: 763px) { #bZyD5n57ZwCZsrp8HJ9vRkQvzWI2NwXf { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7bStwRK3ryrhl1lyLKWFRiUOso7dT9q { display:block; }
 }@media only screen and (max-width: 763px) { #fnX9LHdeMCW62goAosF03y2uGMzV6Isp { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CobQZTt1Rzug3kOcXuBT0u7vgwIVbV4H { display:block; }
 }@media only screen and (max-width: 763px) { #DAJN7nKS7iXOmmGWzF9P3shSQL9DmFPS { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMFTiUKTQVktzBiWs59I6pJhHFPCJJg9 { width:2.125rem;height:2.125rem;top:6.125rem;left:0rem;display:block; }
#vMFTiUKTQVktzBiWs59I6pJhHFPCJJg9 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #fvn6etBhoxMz8Air3oxd6XTBduzAGTfp { width:2.125rem;height:2.125rem;top:6.125rem;left:0rem;display:block; }
#fvn6etBhoxMz8Air3oxd6XTBduzAGTfp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { width:20rem;height:10.7988125rem;top:3.650390625rem;left:0rem;font-size:2.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { width:20rem;height:3.3994125rem;top:15.7978515625rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:15.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:15.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:15.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:15.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEIf9aotnZBkCQOa7Wbx7WFIBbBZO4TO { width:12.75rem;height:3.75rem;top:27.3955078125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE0vpgx9p9CPTz9qzIZkIrlVuJ03rvhN { display:block; }
 }@media only screen and (max-width: 763px) { #FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { width:12.75rem;height:3.75rem;top:22.3955078125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block; }
 }@media only screen and (max-width: 763px) { #XzSeVgyimt1uHWkHqsBXSd7VFvgJKAaV { width:3.25rem;height:3.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns8pMCefNSADcHspevq9aI6kFZOz2SPm { display:block; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmzz2UMVumrguX3i5mIOVS35X8NMyWcC { width:20rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfsy9geXZiqSuQ23sv7b2WcPXR6BEpc { width:17.5rem;height:1.69970625rem;top:4.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaJKaglCF4KDIExTph9mJNprHhnmFcf { width:17.5rem;height:2.79980625rem;top:6.625rem;left:1.25rem;font-size:2rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #vpczXn4yVG1lr6lElILXqf1V6zvT9MEt { width:17.4375rem;height:14.875rem;top:11.1123046875rem;left:1.28125rem;font-size:0.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #lQA8kzLMiGubJDi85UUnlh47mfIiDtLS { width:0.5rem;height:9.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBFrefEPWhINsPKNTNzpUIUVNL2bQwz { width:0.5rem;height:9.375rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFk8eanhU2CAOeXIpLApP7FSFrceCNT9 { width:0.5rem;height:9.375rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQ3GK3IJEQ9HiMg7LpRcrf6Ggd20P0F { width:0.5rem;height:9.375rem;top:0rem;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.7988125rem;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:3.3994125rem;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:5.09911875rem;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.69970625rem;top:3.17578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eah42vbkfS7TglklTsyfAiVa5XZcsVTN { width:20rem;height:2.79980625rem;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:5.09911875rem;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) { #OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n { display:block; }#OTUapN3BwJ2Piqmr0TvyNEdADnm1pb5n > .row .container { width:20rem;height:89.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2vzTD6JNpZ4uwHRbaD5Q7gNhlafr3TC { width:20rem;height:1.69970625rem;top:2.55078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMX7kfxCneFIQKT5d1TXuyqW3QqJCEAl { width:20rem;height:5.5996125rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUWMUGTpADmcOAyJZ96cmqBXxGWEbpBq { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0XIuAN9VhPtQTVnOc8C0FbyCOTEE4l7 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8TThAIeoUinkCZw8GWm3FIkOaBhnlWL { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfWckpSAXL4bKgtQdIbztG70F8okQBcy { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldGXH74ERN2RJWWnaDiRnJsfp2NyS7Ln { width:20rem;height:36.9375rem;top:2.55078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs2FbvC19dsthO6y26Jt0HvtEdou2mZ1 { display:flex;width:2.125rem;height:2.125rem;top:14.0625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #EJFtqesm7MEvy8TxEOfS1eoJZwvqp3Fy { width:16.25rem;height:17.2090125rem;top:14.0625rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HFZgGSVVObskthiCO2ETaARw1wPZgWfQ { display:flex;width:2.125rem;height:2.125rem;top:17.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #qhwIZ96vigE1ylz2TblzNg4UbwuJs3OE { width:20rem;height:30rem;top:41.55078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m10tHRdHSSE88TiryAPfTdB11sePrZBk { display:flex;width:2.125rem;height:2.125rem;top:21.6044921875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ShWIuWFxmVqvHWrwruImyO9zlGQ5DNO3 { display:flex;width:2.125rem;height:2.125rem;top:25.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #SduX7oy7idCTdHq8nMbT7csXK4aWDzOz { display:flex;width:2.125rem;height:2.125rem;top:29.208984375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #MLXbXxGO25tNzzqDlbHUvZbvVRoJBHaO { width:17.5rem;height:3.4375rem;top:32.36328125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyX2MNsg9RzbQLqDryGdPDtJxSXg8qv { display:block; }
 }@media only screen and (max-width: 763px) { #Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { display:block; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPN9JggAtXV4CTwmoMa7dlfhm704UFO { width:7.5rem;height:13.3125rem;top:9.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg6QqH9OT070U3lvZyGZwuuxRFMub0qn { width:10rem;height:13.3125rem;top:9.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { width:10rem;height:13.3125rem;top:22.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { width:10rem;height:13.3125rem;top:36.8115234375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { width:7.5rem;height:13.3125rem;top:23.4990234375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHLDeBMa5EmQiqshJs0Cp2gdnuxr8HvQ { width:7.5rem;height:13.3125rem;top:36.8115234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfk5dREeGz1tlnVTX329gKysm2I5csIU { width:10rem;height:13.3125rem;top:51.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzt00MHOwhF9hcAQ2lOPT4EctL93KnEl { width:8.4375rem;height:11.25rem;top:51.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 { display:block; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyulRsGSA9bvNkhoSpCy4HgDoF9ma92x { width:20rem;height:9.4496875rem;top:5rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #wsf61mwGTw7yIePEF3qrqztmZ4Q5u3V0 { width:20rem;height:7.6484375rem;top:15.0625rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #uBm2cg536gZdDRpTbaiQgxpHtlrfRDDG { width:12.75rem;height:3.75rem;top:29.875rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #xsXhtVUPK9yGSldaBKyggBbqlSy9Dtl6 { display:block; }
 }@media only screen and (max-width: 763px) { #FWKwKrTzGueNH2T139dmix01Z6aZmm2k { width:0.5rem;height:27.5rem;top:10rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxE2E8gtgVpCCSNQdXCF5P7tooFRzDIs { width:0.5rem;height:27.5rem;top:10rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS1pZOO6NM2Ta6nNhRUvKbEmeDI9BXD4 { width:0.5rem;height:27.5rem;top:10rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phapzvH11tHp2tTbPHXUCOg1qGaaRv5y { width:0.5rem;height:27.5rem;top:10rem;left:14.125rem;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.69970625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uReLgP12FFdbmEpuiLPpA6TTmMdRBHgg { width:20rem;height:2.44970625rem;top:4.19921875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUD85BiiPmJXdPV5oFnpOK26EZTVWiw0 { width:17.5rem;height:16.9970625rem;top:11.1875rem;left:1.25rem;font-size:1rem;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:4.4619125rem;top:39.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZOF70C0bama2Dkm1e9Auek1g5BG4NmP { width:20rem;height:1.48730625rem;top:44.4375rem;left:0rem;font-size:0.875rem;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:4.4619125rem;top:54.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q062Lh7Wu7oQviaaORI3mv050fcNJyXP { width:20rem;height:1.48730625rem;top:60.8125rem;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:4.4619125rem;top:70.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KXRhLDRNTKOwggxnXZoCTNSARnlaBX11 { width:20rem;height:1.48730625rem;top:76.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) { #zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { width:20rem;height:2.79980625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { width:20rem;height:6.7988125rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { width:20rem;height:0.5rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-desc-text { font-size:0.875rem;height:auto; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ { display:flex;height:auto;width:20rem;top:19rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #B6xfGkMhPmG5UcoB5TIILPa472KSIyeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #xZ3PTZkaFZzc8P7P0e3ccUu45qeFakTS {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E4lQCva41N7LAO8BGaTDDtNQE7xBi2O4 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #z827rm37xNGinMV1bvO5eSKIu1kR3pVB {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Jnx7J6K3EThAJ9ofgBLPhZcC0L8UDgeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #USCW6GBQmPgkSnZpDlJTM3TFHPSWVkrF {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AZbJfaXdIcIn5kleNmkvTLZ1TNX0rgJD {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #K83Xbu8e3slTAAyuPEE4eP4cf4c40T1i {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AUP6DCGSccpH7o4dTZJN1Fvpq6TiRiCL {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #RVLAfMxZAm68ZSou6JLUmzyCotoOJXod {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #WU4vgCrkkmRz1XmP1z1t4LrQxRU6Xl3z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #yNWh3JNGgrO5VdpvtVpxC4w3JA7KOr8q {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #bpAruCRzGQrXNGXZE2EdRrvBcJEDcTT8 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #OKQzvhGQ8sqo18AviXR9MRiQRfeTyl9z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ZLXOJDQl6ephwDXDwehmvTe94EtbmxGh {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Att3nXm7r3cQgh1TIRtC3uAJDqgIK2CV {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E9RS2960neuHKuvWPXkVFMT9Z8qT6GOM {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ECgvb3oxiqaOfbISQBWKtfoDRyrTamRq {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #h2EDm8yaV0RKEWtP89DcxNlN04VPDxIE {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #sWI0C4AU3N4URtV42NGc6oFTfspwvC7Z {  }
 }@media only screen and (max-width: 763px) { #VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer { display:block; }#VTNohlGOws9CKlZc3gdQQPB6yeBq6Uer > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahyy1cuNF1KIsM2cbPhDuo7ROoWMifTT { width:17.5rem;height:1.57470625rem;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:20.25rem;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:20.25rem;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 #AoEIvorzdUC6IbaQ3TnZuOkzVrVdoFNM {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #xsEpTR8udPJZVxFJVUgTyGhAotmLtC9g {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #NidHFUXcGZ0WsyaAwV3bMHcPTXD8uiMF {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #etkd2ucrpyWqcPicHTsuesfEml9bRQTg {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #SieNJzn0EtPI35vyKV45X0BLKFEquTeL {  }
 }@media only screen and (max-width: 763px) { #Mn6EmKWo9RQkxKukrZXoUgVy5UyoNWEf #TOBruETxnu1yNtb6fcNXJKc3AVZh4aUR {  }
 }@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:31.75rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEAttQ0d7Qvmw7P20Et9LoQxWAtadfEt { width:20rem;height:3.1499rem;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:3.3994125rem;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) { #XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { display:block; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2c3R3pGOSgZkZgrepcwHv1kUu1sefTO { width:9.375rem;height:2.75rem;top:1.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTW7xqlR9mx6bEqEJDZkVvaDS29DFHXz { display:block; }
 }@media only screen and (max-width: 763px) { #bZyD5n57ZwCZsrp8HJ9vRkQvzWI2NwXf { width:9.375rem;height:2.75rem;top:4.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7bStwRK3ryrhl1lyLKWFRiUOso7dT9q { display:block; }
 }@media only screen and (max-width: 763px) { #fnX9LHdeMCW62goAosF03y2uGMzV6Isp { width:9.375rem;height:2.75rem;top:7.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CobQZTt1Rzug3kOcXuBT0u7vgwIVbV4H { display:block; }
 }@media only screen and (max-width: 763px) { #DAJN7nKS7iXOmmGWzF9P3shSQL9DmFPS { width:20rem;height:3.3994125rem;top:14.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMFTiUKTQVktzBiWs59I6pJhHFPCJJg9 { display:flex;width:2.125rem;height:2.125rem;top:11.41796875rem;left:6.3125rem; }
#vMFTiUKTQVktzBiWs59I6pJhHFPCJJg9 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #fvn6etBhoxMz8Air3oxd6XTBduzAGTfp { display:flex;width:2.125rem;height:2.125rem;top:11.41796875rem;left:11.6875rem; }
#fvn6etBhoxMz8Air3oxd6XTBduzAGTfp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }