.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { background-color:#863f21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { background-color: transparent; background-image: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container > .video-iframe-container { display: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container { display: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { border-width: 0; border-radius: 0; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { font-size:0.875rem;font-family:raleway;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { background-color:#f8ac78;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:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nekTZGXccX9EdvwnBNHZUJ1P90nEHQHu { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:25.612501144409rem;display:block; }
#g0g1Fyaft1HFtfG1zBF2FzAvD7T96yfx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XWAguTGdP0geHiMXSoS3arIyPKEtyce7 { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:33.6875rem;display:block; }
#yVDl4lCLll9bqRlWerTEE8ENM9eWhW5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gThUKUCNqhONTXUIQDgWiJr8GH7RIi48 { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:42.437501907349rem;display:block; }
#UThk6tJrGTlO7c4B394GppBxCRHElSLw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZFMVq13EbWCKp0UtXX4NFSSKMZ3XQqBy { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:52.9375rem;display:block; }
#AKsxzg5B600uxf0h7BaXxVzn7I8A0ice { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssiom0mlysS8l8nZ6cwTgATCOV2PzxQN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { background-color: transparent; background-image: none; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container > .video-iframe-container { display: none; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row > .video-iframe-container { display: none; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { border-width: 0; border-radius: 0; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { font-size:0.875rem;font-family:raleway;height:36.6875rem;width:75rem;position:relative;display:block; }#KKRtbRz80WbpgqgxL8XhpHV5PkBTkEZ8 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:27.725002288818rem;left:14.050001144409rem;height:3.675rem;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; }
#KaaNBaxB0DOAwzfOFrLQBpFPcgyaEVEo { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#fOwKaqqUGtnpbwWEMO7CVEqoGNBaPz0w { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#GroucyaNsqnvSbAOQyT9z19Z1dFhu7f2 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dpblLJCp9Qw6N1DclsnisyX4foO0ZHGb { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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; }
#nKwEO0L9RK8VniAZ8Sd6dDLfUeluZDpP { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:23.0625rem;left:14.862501144409rem;height:3.675rem;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; }
#hq1amTxkWTe9nZ8hOTn605U6MIMlsIZV { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:0rem;left:18.987501144409rem;display:block; }
#bMxlWywR518P12W2XoKXD8JmmtO58WT2 { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .row .container { background-color: transparent; background-image: none; }#bMxlWywR518P12W2XoKXD8JmmtO58WT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .row .container > .video-iframe-container { display: none; }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .row > .video-iframe-container { display: none; }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .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); }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .row .container { border-width: 0; border-radius: 0; }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .row .container { font-size:0.875rem;font-family:raleway;height:12.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#iUGMqfyNETQ9mEOwR84c7TWAtOzevWKh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nX6C2TJuIqOI2XcnZNnvMNmibLO3UWtS { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0rem;left:18.750001907349rem;overflow:hidden;display:block; }
#o54QMzWdeQFKT3AQww4nIAfOEBnzZ9z7 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0rem;left:56.250001907349rem;overflow:hidden;display:block; }
#wVF0FOTOILaC7Ta1ThqEnDwOWKSbyaVu { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0rem;left:37.500001907349rem;overflow:hidden;display:block; }
#waazlOJ1KA097tMLoKQKpHWUmkx2syhU { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .row .container { background-color: transparent; background-image: none; }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .row .container > .video-iframe-container { display: none; }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .row > .video-iframe-container { display: none; }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .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); }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .row .container { border-width: 0; border-radius: 0; }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .row .container { font-size:0.875rem;font-family:raleway;height:3.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#hgPBxb0TgW81bXHaX5XkSLVRnCmwuZr9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:37.5rem; }
#ket00Qf21QqivaSshTrGc28ChVgM13P0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:34.375rem; }
#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/mind-spirit_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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,28,28,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,28,28,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:raleway;height:46.625rem;width:75rem;position:relative;display:block; }#dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.8000011444092rem;left:9.4375019073488rem;height:4.65rem;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:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:26rem;left:7.5rem;height:1.7rem;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(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:26.5rem;left:64.87500190735rem;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(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:26.5rem;left:67.25000190735rem;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(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:26.5rem;left:69.62500190735rem;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(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:26.5rem;left:72.00000190735rem;display:block; }
#FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { background-color:#f8ac78;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:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;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:30rem;left:31.125001907349rem;display:block; }
#LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Khds4f7D8Q0q6eJC0vDuPBNqttW6Ephp { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.5rem;width:33.0625rem;top:6.449999809265rem;left:21.906251907349rem;display:block; }
#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .row .container { background-color: transparent; background-image: none; }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .row .container > .video-iframe-container { display: none; }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .row > .video-iframe-container { display: none; }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .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); }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .row .container { border-width: 0; border-radius: 0; }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .row .container { font-size:0.875rem;font-family:raleway;height:43.875rem;width:75rem;position:relative;display:block; }#aLJktSCSPnBd9NSUQTo35zehVCX0bkqw { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:20.3125rem;left:42.5rem;height:11.9rem;display:block; }
#h2BxmytaXuk7CIs8GkM4BvRwMiZ8Oo6C { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:14.75rem;left:42.5rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FBsUw9hDsiyX9Z7TrZEnKm2CWxsAFps8 { color:#f8ac78;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:13.0625rem;left:42.5rem;height:1.7rem;font-style:normal;display:block; }
#pmUFaJAUUgf5qiiF2eK4MmXeDoA1uyZ1 { 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:37.5rem;width:37.5rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#HAlmS9GkUUck5rXJqxhw5gvrqM8LnKTu { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#TTJGTlBfQBxh8yCSKLnVTJfdnySNPThc { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#Rn1lTgQgPSSDbkSWy1NU5Leh8Di2edik { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dU5pC43Vesuqq9pWbgMml7yZF1ze5gw5 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/mind-spirit_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm.adaptive-delivery-prevent-bg, #mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm.lazyload, #mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm.lazyloading { background-image: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { background-color: transparent; background-image: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container > .video-iframe-container { display: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row > .video-iframe-container { display: none; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { border-width: 0; border-radius: 0; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { font-size:0.875rem;font-family:raleway;height:40rem;width:75rem;position:relative;display:block; }#OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { position:absolute;display:block;z-index:15015;background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;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.55rem;font-style:normal;display:block; }
#kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:6.8rem;font-style:normal;display:block; }
#r1zBezKCtRz0CzAL7azA3WTkJ4N6pypz { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;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.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nMvSNuHwlqV10tLVln2lNweJK6wK1auu { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#HPQsE2qGQwzBAnEqlyUsFbIFkhn3p2aF { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#ZNzpPrB0HmkRODehAxV6qMf4OybvRn7N { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#PqFUGUFk8EPuof71zK7Ov5k1zP09xiyp { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { position:absolute;display:block;z-index:15019;background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#cTRGazlDAd3wty2zJchzC7h5H394oAFR { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:28.75rem;height:6.8rem;font-style:normal;display:block; }
#q7E8prKxnivPPvp3x4pEKfv9682ELTmM { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:2.55rem;font-style:normal;display:block; }
#lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { position:absolute;display:block;z-index:15023;background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:6.8rem;font-style:normal;display:block; }
#Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.55rem;font-style:normal;display:block; }
#fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#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/mind-spirit_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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,28,28,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,28,28,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:raleway;height:41.875rem;width:75rem;position:relative;display:block; }#NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { position:absolute;display:block;z-index:15015;background-color:#1c1c1c;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:raleway;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.55rem;font-style:normal;display:block; }
#oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { color:#ededed;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:6.8rem;font-style:normal;display:block; }
#Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { color:#ededed;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:20.625rem;height:5.1rem;font-style:normal;display:block; }
#frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;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.55rem;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:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:58.125rem;height:5.1rem;font-style:normal;display:block; }
#q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;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.55rem;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:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eah42vbkfS7TglklTsyfAiVa5XZcsVTN { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:39.375rem;height:6.8rem;font-style:normal;display:block; }
#i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;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.55rem;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; }
#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { background-color: transparent; background-image: none; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container > .video-iframe-container { display: none; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row > .video-iframe-container { display: none; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { border-width: 0; border-radius: 0; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { font-size:0.875rem;font-family:raleway;height:47.5rem;width:75rem;position:relative;display:block; }#eVUrJiu3KKTMnfqHaS07ffsvQ6Ehfifv { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:32.1875rem;left:0rem;height:2.55rem;font-style:normal;display:block; }
#PEBqQlCchJKhPDdFzyxauhTJW26DtK9k { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:35.125rem;left:0rem;height:3.4rem;font-style:normal;display:block; }
#FgOxu8rRDhB6G3ClI3SeCa2mhbMs0D8Z { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFnymKXZzDiZgnanBrJn9TJfrQTpmS1n { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;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.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y6oeXtwDGQktS9T840fNpVOdF3bNrsX3 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#C5LH5GwXMG1BJqFIfw6JZoJgK7uTFtlC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#f2EGofSq068498hAWHtmLC30iTXAFfAz { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#TxaFx3udV5I3gbOMmndXTLg9tVWUsy12 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#QkSWlWNdcG6T3XNVx82itlfRrEC6Q3ye { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.5rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#iKNEPkHTDWmRluAxksOM42ZG7xfE2hib { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:32.1875rem;left:26.25rem;height:2.55rem;font-style:normal;display:block; }
#zW7e1g8ndqhuZVNv4GShAGTXgV6MdRrE { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:35.125rem;left:26.25rem;height:5.1rem;font-style:normal;display:block; }
#CTBdLtD2fPT7D4sUPcyzmmqIGprHwte7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.5rem;top:16rem;left:26.25rem;overflow:hidden;display:block; }
#HhUQVEiNHJi5X6xpctd3r3P8Al9BTeR2 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:32.1875rem;left:52.5rem;height:2.55rem;font-style:normal;display:block; }
#GAV2TZrrCwmQNwG15ywEU7yaH5wZNpRO { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:35.125rem;left:52.5rem;height:5.1rem;font-style:normal;display:block; }
#JkagKHacAHXy40Ck1qZOLoUQc6yt0Nav { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.5rem;top:16rem;left:52.5rem;overflow:hidden;display:block; }
#DxZB4d3ER1589soWQxTtdaTtytSvmPVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container { background-color: transparent; background-image: none; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container > .video-iframe-container { display: none; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row > .video-iframe-container { display: none; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .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); }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container { border-width: 0; border-radius: 0; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#AyxRbIooAWTk1aL2STX36OghaqwTVniI { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.0625rem;width:37.5rem;top:8.25rem;left:37.5rem;display:block; }
#GsnI4s3UwpdfRhUI77zaklfTKApUaxgA { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:16.5625rem;left:0rem;height:11.025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u1eghFaSkuCvtUaDSIqo4QdLUqcrGHkV { color:#ededed;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:25.8125rem;left:0rem;height:5.1rem;display:block; }
#sTrGS4vxuAA6qho3gOT99gbD2FHMVtPn { background-color:#f8ac78;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:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;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:15007;text-align:center;text-align-last:center;top:32.8125rem;left:0rem;display:block; }
#gmlrCQfhZPzQ6BLcdyIOyiPT3iMdw5ST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHmtwEJiZLz748zKoKLfZQeSzdRGBXcx { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#k59EFg3EqIaPnH7TAXBe6K6RBzl9TXeP { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Bt6gq4ekMHm9GLdS7vZoghbFUTKRr6Mx { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#bCq9Qwhc3vTErd6hMFZPWr7UJnfG38GR { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#IGUcWuXJzXGF44sn94WJns2kcTbGUVEy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:29.3125rem;left:37.5rem;overflow:hidden;display:block; }
#GLn7GLKQUogFeoH58Ex9KsVJeik1vAO8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:29.3125rem;left:56.25rem;overflow:hidden;display:block; }
#V4qXVlTiMpwvwucc9lmegODO2xH9TH8b { position:absolute;display:block;z-index:15024;background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.5rem;top:13.5rem;left:0rem;display:block; }
#O7QTi8H4yJf0gzerVIZuOOJg2hS5h8X4 { color:#2f231a;display:block;width:9.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:13.5625rem;left:1.3125rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#noyyRT990ATb0GFlaG9eAGIeOSAeMubh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container { background-color: transparent; background-image: none; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container > .video-iframe-container { display: none; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row > .video-iframe-container { display: none; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .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); }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container { border-width: 0; border-radius: 0; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container { font-size:0.875rem;font-family:raleway;height:58.125rem;width:75rem;position:relative;display:block; }#TseGKugdpEoO0bVhHBhyanB6RgV6CsnI { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:15.3125rem;left:0rem;display:block; }
#OV8nVSTn2rZkHoZm9aZBeEv0s0F5Pe4b { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.875rem;left:2.5rem; }
#hNc0Vm5N97CPr0KH5WfOnIRsiwxVGJZx { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:22.9375rem;left:2.5rem;height:2.55rem;font-style:normal;display:block; }
#yaZJLEFaFTNJA2UAEvqtp5ASnuApCaLd { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:26.125rem;left:2.5rem;height:3.4rem;font-style:normal;display:block; }
#h5NnosGTAAomI1Ze3si9GTucGmCSKf7n { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(288deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(288deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(288deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );";background-image: linear-gradient(288deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:15.312507629394rem;left:37.500001907349rem;display:block; }
#MsEPuJ9LnONX9pfyVgHxaKX8EcCTBwZ7 { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:26.125rem;left:40rem;height:3.4rem;font-style:normal;display:block; }
#gsRs1PfOmuV4bNl4hId8Wp0PDeZt8lE2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.875rem;left:40rem; }
#iEL64eJ09yPHc0P6ua28GPidPDiACVXZ { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:22.9375rem;left:40rem;height:2.55rem;font-style:normal;display:block; }
#mMXT9xhpr3BnS4GNLptkyh63TSCFEWoM { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(351deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(351deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(351deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );";background-image: linear-gradient(351deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:34.0625rem;left:0rem;display:block; }
#qXX8Sx8ReVlitgUtqAdFxdSx9LH5WWN9 { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:44.875rem;left:2.5rem;height:3.4rem;font-style:normal;display:block; }
#vIbXvqyfDkwlRIIhFUC6ffulR2ElMXVT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:38.625rem;left:2.5rem; }
#eEovLWH43cqn0TRc9adFspJBPWDERp7b { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:41.6875rem;left:2.5rem;height:2.55rem;font-style:normal;display:block; }
#BZGoErtlJoqZlNcvGLkot9MwG8163Fnr { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(120deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(120deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(120deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );";background-image: linear-gradient(120deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:34.0625rem;left:37.5rem;display:block; }
#mE1ClrWWusT38VlQhVxip6sxAco3o1MK { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:44.875rem;left:40rem;height:3.4rem;font-style:normal;display:block; }
#nPynL1EbUoV2IaAQGU244PKSCpdorZVF { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:41.6875rem;left:40rem;height:2.55rem;font-style:normal;display:block; }
#WTKZU66TvurJwryfCptueuNTun64FPrS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.625rem;left:40rem; }
#eUTThexaHTK8LmwfafgTMdsG6wke8hxx { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtxkVz8WpRmlbTifIQR5TAEwnAcvLOnU { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.875rem;left:11.25rem;height:3.675rem;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; }
#QUadZfpWaT5bzkmtkmEaISuevJ06EO73 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#AByvx5GkRIbJ4F7mKCuf0T6nQmTPrSv6 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#eNIbaLZmUupTMsd0131wT4coMByS1mgC { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#s2U0pCB52FbkI0uq4GOwvWRXSDeHKhZV { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#ow31fphcgRDtv0THS2T67i2plzd1uwN1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,28,28,0.8);background-image:url("https://images.assets-landingi.com/images/wizard/topics/mind-spirit_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1.adaptive-delivery-prevent-bg, #ow31fphcgRDtv0THS2T67i2plzd1uwN1.lazyload, #ow31fphcgRDtv0THS2T67i2plzd1uwN1.lazyloading { background-image: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { background-color: transparent; background-image: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container > .video-iframe-container { display: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row > .video-iframe-container { display: none; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .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); }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { border-width: 0; border-radius: 0; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#SZ74VTETwi8Tv2vrTgEWyza7h48SxRPL { position:absolute;display:block;z-index:15004;background-color:#1c1c1c;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:50rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#wboEzakpgQQymHOOMlJCUXxqJOuDgNTG { color:#ededed;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:24.25rem;left:6.25rem;height:5.1rem;display:block; }
#sUpBmcMdzhnvumu6yAOfFcLtUqpeZKO8 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15rem;left:6.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;display:block; }
#Bz1K7G5pEp7D5t16gAViCs87zzZD2J71 { background-color:#f8ac78;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:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.25rem;left:6.25rem;display:block; }
#g4Bbu2Zf96Jm1ZbFMkutrt6TvWUB6JXu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cE2RJ2lOz5sTmI75dQcdvR2sbBE9ZQUN { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:1.875rem;left:1.875rem;display:block; }
#pTyXVZN2F9UWCMNPeBTTebSWJAOa6TZG { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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:1.875rem;left:4.25rem;display:block; }
#I7RpemHoPsam32useiZdyWHnCGJ8TJnE { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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:1.875rem;left:6.625rem;display:block; }
#rhDWAc1sRNsQ3sy68k5OVlp83VXZ6A9O { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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:1.875rem;left:9rem;display:block; }
#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { 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/mind-spirit_1920x1080_3.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; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.adaptive-delivery-prevent-bg, #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.lazyload, #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea.lazyloading { background-image: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { background-color: transparent; background-image: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,172,120,0.8); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,172,120,0.8); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { display: none; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .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); }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { border-width: 0; border-radius: 0; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea::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; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { font-size:0.875rem;font-family:raleway;height:21.25rem;width:75rem;position:relative;display:block; }#CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:3.15rem;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; }
#bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { background-color:#1c1c1c;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:raleway;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:8.75rem;left:62.25rem;display:block; }
#iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c1c1c1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c1c1c1c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,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:21.25rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c1c1c1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c1c1c1c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,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:21.25rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1c1c1c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1c1c1c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(28,28,28,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:21.25rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1c1c1c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1c1c1c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(28,28,28,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:21.25rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .row .container { background-color: transparent; background-image: none; }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .row .container > .video-iframe-container { display: none; }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .row > .video-iframe-container { display: none; }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .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); }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .row .container { border-width: 0; border-radius: 0; }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .row .container { font-size:0.875rem;font-family:raleway;height:57.5625rem;width:75rem;position:relative;display:block; }#Lz6poJ0TkPGcNg3nvuezTlzEOePNkRVQ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(248,172,120,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:32.5rem;width:22.5rem;top:16rem;left:0rem;display:block; }
#oD6KlETGAszx6kQDSoNSWvzF98O81JI2 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:37.875rem;left:1.875rem;height:2.55rem;font-style:normal;display:block; }
#F7UoVKdtZqMwSgeGllqKda2XGCM0Nk2m { color:#ededed;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:40.8125rem;left:1.875rem;height:5.1rem;font-style:normal;display:block; }
#tOqoQWoiOVdppOMr1vvBmBKLfzRqhdPK { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QuenDSoJ8MNq4dTuXSCmHwUTHRbzaI62 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#saXSlsRlqncqNkUFfpzTHUBTEasby2Wa { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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; }
#EMy3xXevRT7HOlKU4ZF6UqemhBOnXSAf { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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; }
#GtyeWk6BqEdZVUgebUu9J7XE1hBNOEVH { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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; }
#fgcbywWefhJKxbwJfJD7zz1VUZzG1c6E { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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; }
#PN4FcQhuawk2TNGm13XHnu8EgeAbaxrg { 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:18.75rem;width:18.75rem;top:18.000000762753rem;left:1.875rem;overflow:hidden;display:block; }
#vUoQshvI2RTtJTDpLWu3PmxgCFFUUSKW { color:#ffffff;display:block;width:5rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:15.625rem;left:16.9375rem;height:4.2rem;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; }
#Q3ORQZKUaf0wKZhg5IRkFkF3BT0DO1t3 { position:absolute;display:block;z-index:15028;background-color:#f8ac78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:14.6865234375rem;left:16.3125rem;display:block; }
#eQpktMMPiWX0Z3MOABe1Hm2EJCK1vHdR { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(248,172,120,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:32.5rem;width:22.5rem;top:16.0625rem;left:26.25rem;display:block; }
#gPctO7RasTgTrxeXffIpPmHD8DJe0yTK { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:37.9375rem;left:28.125rem;height:2.55rem;font-style:normal;display:block; }
#UzZHFob5Lxne4Rsq7nM56TooH4EddRO1 { color:#ededed;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:40.875rem;left:28.125rem;height:5.1rem;font-style:normal;display:block; }
#vbL3uNpb3qNBRf4rTz8FG0CzPZmRAkiJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18rem;left:28.125rem;overflow:hidden;display:block; }
#tOec0CtLd2LKEqwuFlOQZn1gP3VZcbor { position:absolute;display:block;z-index:15034;background-color:#f8ac78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:14.75rem;left:42.5625rem;display:block; }
#XMrqlHNTgoTdgZFQuHO1XPNUJ8gT5yyg { color:#ffffff;display:block;width:5rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:15.6875rem;left:43.1875rem;height:4.2rem;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; }
#wn5Zayk1LUGAyHaKRXBScqbaM8IiAvw6 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(248,172,120,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:32.5rem;width:22.5rem;top:16.0625rem;left:52.4375rem;display:block; }
#xdW58TmMcOGep9ZzEoMhTXzbJ0Ai6aTi { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:37.9375rem;left:54.3125rem;height:2.55rem;font-style:normal;display:block; }
#AIubCUkrvNH2X0ScJvBAa6IzCgFgm0ex { color:#ededed;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:40.875rem;left:54.3125rem;height:5.1rem;font-style:normal;display:block; }
#ExpOCUTsIr0uFJy9rciVK1vpt3ORUoCd { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18rem;left:54.3125rem;overflow:hidden;display:block; }
#WHDSNGwbGQ3Owc0hvkgWrE0f2svX12OW { position:absolute;display:block;z-index:15040;background-color:#f8ac78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:14.75rem;left:68.75rem;display:block; }
#haRaRnPySGmK80n3a2Oy4q86yEw2LpQ6 { color:#ffffff;display:block;width:5rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:15.6875rem;left:69.375rem;height:4.2rem;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; }
#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container { background-color: transparent; background-image: none; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container > .video-iframe-container { display: none; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row > .video-iframe-container { display: none; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .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); }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container { border-width: 0; border-radius: 0; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container { font-size:0.875rem;font-family:raleway;height:57.6875rem;width:75rem;position:relative;display:block; }#CVV61qrf0fN6bL4O9RIwWVIaKbzZHLu7 { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kAIOuS1fmhlNVF6JxNaATLtnKdC4CR0Z { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.675rem;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; }
#PPVRkFctB8NwbPFHSBTing3KZPaIoGnu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:14.0498046875rem;left:0rem;overflow:hidden;display:block; }
#cMTCFsvbGRNHL38RuzqeEatFhGVl5K2t { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:48.25rem;left:4.375rem; }
#xgL7oC4epVKct6qVi2Xh9BgZtf2yEGC2 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:38.9375rem;left:0rem;height:8.5rem;text-align:left;text-align-last:left;display:block; }
#NbTTUohbNeDBXriwRIrulIQEp346RQha { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:48.25rem;left:0rem; }
#g0VDPNCTLTlNhmKb6Ugb7k5QIodbtcen { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:48.25rem;left:2.125rem; }
#DmxGlpdZeU8efEbZw8TKeGOT2mQirXGs { color:#b5b5b5;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:36rem;left:0rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#Flb5F4RlOxz3Sb3MV80ULOziT51J4L9I { color:#f8ac78;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.0625rem;left:0rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#aUTJvKKzmgFFsIp4OkEXtmeK2H8TNDJm { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,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:16.1875rem;width:18.75rem;top:12.4248046875rem;left:0rem;display:block; }
#sUi33JQ2MydkCHpUHZXI4G79pGTvfVpl { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:38.9375rem;left:18.75rem;height:8.5rem;text-align:left;text-align-last:left;display:block; }
#SxGMxxtUVIReT16JQQIyG7hFfHZhNO7L { color:#b5b5b5;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:36rem;left:18.75rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#M81iNnWv4FxiZHPu5Krkcvlh6sKGONxP { color:#f8ac78;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.0625rem;left:18.75rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#TS5IpZaz0A3ZgsgHcc9hQ9vT73FbVFof { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:14.0625rem;left:18.75rem;overflow:hidden;display:block; }
#XAxUENeCVvTdfdaX3gtSSqktcxu12mKk { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:48.25rem;left:23.125rem; }
#e1IGQmpOrvsTX0LMKQAMfeIG85tf9uam { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(69deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(69deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(69deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(69deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );";background-image: linear-gradient(69deg, rgba(0,0,0,0), rgba(248,172,120,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:16.1875rem;width:18.75rem;top:12.4375rem;left:18.75rem;display:block; }
#MM8RoPF2CUqu6I78CZ7SgXl74opyqSWS { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:48.25rem;left:20.875rem; }
#LX4SAZrVzq4881Qar02emPKMePo8kx4J { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:48.25rem;left:18.75rem; }
#OnywKo6WUw1Cf2MkvHaMN7vAuA6zZW4g { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:38.9375rem;left:37.5rem;height:6.8rem;text-align:left;text-align-last:left;display:block; }
#cT4i5tVKT2DUmU1Et5fyWQ1fyqkhFVZb { color:#b5b5b5;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:36rem;left:37.5rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#gNIkb4fnC9Ofbnu6P1fqU5DuD9KUCKMP { color:#f8ac78;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.0625rem;left:37.5rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#ViTZ6vm1at5z11DITftLweGTOTBukZDt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:14.0625rem;left:37.5rem;overflow:hidden;display:block; }
#dWadwoZ0G63CTIb1bHIR0kZbiETo8yyN { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(225deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(225deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(225deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );";background-image: linear-gradient(225deg, rgba(0,0,0,0), rgba(248,172,120,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:16.1875rem;width:18.75rem;top:12.4375rem;left:37.5rem;display:block; }
#DPzXfAzqcdDCSP0TQ2WspT2cfNNCg0ve { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:48.25rem;left:41.875rem; }
#tTayK2WtnmNGhkWwL2M4xgv20wsf98nq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:48.25rem;left:39.625rem; }
#cJwMsK2c2wqfE7KSvhtHG71Dw2FsmucC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:48.25rem;left:37.5rem; }
#LCUpC57D7kxyrVqSN4siwC9znWz6DRU9 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:38.9375rem;left:56.25rem;height:8.5rem;text-align:left;text-align-last:left;display:block; }
#LJ4wGzIMpO4MU6TfVauEHV7RQiCFSDHN { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:48.25rem;left:60.625rem; }
#H0TV8WrZVCxDCXMzZsXzghmQCvNHTlQL { color:#b5b5b5;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:36rem;left:56.25rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#BWXHAo49OhIpA05OKq02dkFzwTWbCyt5 { color:#f8ac78;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.0625rem;left:56.25rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#FbglK8r7u4KCzGtf9u81nDBpzkbII0XT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:14.0625rem;left:56.25rem;overflow:hidden;display:block; }
#LL6uFB4c333fT7y3Vz56U0luaAHpSOci { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:48.25rem;left:58.375rem; }
#fVWSZhtoDNynZ1tA8a3AocXwJIVuvcwW { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,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:16.1875rem;width:18.75rem;top:12.4375rem;left:56.25rem;display:block; }
#IAA9CmJdsJPfxixWBOafm8bEA5cy98Ne { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:48.25rem;left:56.25rem; }
#u4p07WP9p8KzODwcThLhASDaT3ziMTdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .row .container { background-color: transparent; background-image: none; }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .row .container > .video-iframe-container { display: none; }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .row > .video-iframe-container { display: none; }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .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); }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .row .container { border-width: 0; border-radius: 0; }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .row .container { font-size:0.875rem;font-family:raleway;height:57.5625rem;width:75rem;position:relative;display:block; }#DvXKiIVBDyFqyBMEHBbbI7gyqwTXboLO { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(248,172,120,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:32.5rem;width:22.5rem;top:16rem;left:0rem;display:block; }
#aAStsyX2lZdKFrWg5ovhOSJupuSd0Ckl { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:37.875rem;left:1.875rem;height:2.55rem;font-style:normal;display:block; }
#oNnMPGeDZzaFtLoQ4IPdx47C8bNPR6TU { color:#ededed;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:40.8125rem;left:1.875rem;height:5.1rem;font-style:normal;display:block; }
#AQ30wPHQUtT571Hrt24pn0MT1NmyzPq6 { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToS4u8Vz4MtH0XggpUNIS8wCo6LtPiTB { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R4e3BgFqZ8l0GUtPlxZ7rI6zpHNuWC3Q { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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; }
#lzBoGlJBQvDuDiLJCHAyMtzRC9QbIwg4 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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; }
#ak2FBnN5G5TB1TWNJqlpkU3EbWfTWh1e { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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; }
#LWPcPkZJGGbKWDNLxTBNoGNz0nuB0blN { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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; }
#IoEU1FlOVO2vXM5OZASPQSCKFGU3s9RM { 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:18.75rem;width:18.75rem;top:17.9375rem;left:1.875rem;overflow:hidden;display:block; }
#ZhUTxTpZrRSuFlLHBIO9TilhacOftzfN { color:#ffffff;display:block;width:5rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:15.625rem;left:16.9375rem;height:4.2rem;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; }
#DPBUQegor0ObwS7DqyR5qnb3qiJyNM2l { position:absolute;display:block;z-index:15028;background-color:#f8ac78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:14.6865234375rem;left:16.3125rem;display:block; }
#RDnZ5d37fDCrrZJwhM3sobsRSRPTIRmb { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(248,172,120,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:32.5rem;width:22.5rem;top:16.0625rem;left:26.25rem;display:block; }
#Kid2M8eBN6KZ2nxGhlIFxs09wlepwo2c { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:37.9375rem;left:28.125rem;height:2.55rem;font-style:normal;display:block; }
#ne9Vt8fNJdk8EDI2l6umF5lm1ukt2Vl5 { color:#ededed;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:40.875rem;left:28.125rem;height:5.1rem;font-style:normal;display:block; }
#FJswWbUbKlZSsfdAWKuCtltKUgOH7d48 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18rem;left:28.125rem;overflow:hidden;display:block; }
#lhyw8uCD1CPXTnsopCekKVLToS1rHmT2 { position:absolute;display:block;z-index:15034;background-color:#f8ac78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:14.75rem;left:42.5625rem;display:block; }
#tOkiCGXs9xPObQg0AHBm02O5WTIU6XRq { color:#ffffff;display:block;width:5rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:15.6875rem;left:43.1875rem;height:4.2rem;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; }
#UKQBfN4mSBaosRq8Lzy12DmpvfNPcE4C { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(248,172,120,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:32.5rem;width:22.5rem;top:16.0625rem;left:52.4375rem;display:block; }
#p3eH3yWrhqTRlF7uuNAIBPgQEM1UTftW { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:37.9375rem;left:54.3125rem;height:2.55rem;font-style:normal;display:block; }
#T3O2OeHR4iN1faG5nbCRvc3FdfwPczBb { color:#ededed;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:40.875rem;left:54.3125rem;height:3.4rem;font-style:normal;display:block; }
#sAxxbB6s0g2brOMelCH2UpnvevofeyaV { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18rem;left:54.3125rem;overflow:hidden;display:block; }
#SD9O2KfuM7kMho3sTq0n5wch4qPeRnNF { position:absolute;display:block;z-index:15040;background-color:#f8ac78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:14.75rem;left:68.75rem;display:block; }
#XGZZh3KzOVPfDfnEb1bxmuvFgZG67N3Q { color:#ffffff;display:block;width:5rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:15.6875rem;left:69.375rem;height:4.2rem;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; }
#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz { 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/mind-spirit_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz.adaptive-delivery-prevent-bg, #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz.lazyload, #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz.lazyloading { background-image: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { background-color: transparent; background-image: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container > .video-iframe-container { display: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row > .video-iframe-container { display: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .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); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { border-width: 0; border-radius: 0; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz::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; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { font-size:0.875rem;font-family:raleway;height:39.375rem;width:75rem;position:relative;display:block; }#EMprfX5CTds0hm3IVf8CiLvvrBicVhuu { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:15.375rem;left:3.125rem;height:4.65rem;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; }
#aNsAGLaXwnM3dCg3xxU31ilffPw2iVde { color:#f8ac78;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.75rem;left:3.125rem;height:2.55rem;font-style:normal;display:block; }
#TnhiixpTIB07K3JshvD5GkfEMxqGc5KW { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8ac78', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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-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:15rem;top:20.625rem;left:3.125rem;display:block; }
#JIFtbHMIdVJduzZR9GDDmtt5hvr50mNM { color:#f8ac78;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:21.625rem;left:21.25rem;height:2.55rem;font-style:normal;display:block; }
#F9n24RMN8Ff05yzZXTv9pq4dHEWX0ynB { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.25rem;left:21.25rem;height:4.65rem;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; }
#vkH93qMyXhyqNuLeNcg1tdCEgueorK0b { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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:15rem;top:20.5rem;left:21.25rem;display:block; }
#BNmDVEi5shDBIzvaRDPh1qFtqPFaRRxn { color:#f8ac78;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:21.625rem;left:39.375rem;height:2.55rem;font-style:normal;display:block; }
#GDtvU84tnU2470pIec2Q42ATyooZ66y4 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:15.25rem;left:39.375rem;height:4.65rem;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; }
#i8D1dAmQtcspDFOhT9TNlWC3BZTEG1Ri { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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:15rem;top:20.5rem;left:39.375rem;display:block; }
#Rb5OlQnFLsOPTSA6sCndTwKpgeHhB1Ng { color:#f8ac78;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:21.625rem;left:56.875rem;height:2.55rem;font-style:normal;display:block; }
#PIrgTO0V1Wvscm3QRvW7TqeL56iGS7Hp { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:15.25rem;left:56.875rem;height:4.65rem;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; }
#v8dfmvINlNyCTkzwW0NrlRawT0zpSx7p { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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:15rem;top:20.5rem;left:56.875rem;display:block; }
#bq0FD98STMv02KJ0EGiVhOrnw9zvG1y8 { position:absolute;display:block;z-index:15001;background-color:#1c1c1c;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:18.5625rem;width:75rem;top:10.4375rem;left:0rem;display:block; }
#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c1c1c, #3f3f3f);background-image: -moz-linear-gradient(180deg, #1c1c1c, #3f3f3f);background-image: -ms-linear-gradient(180deg, #1c1c1c, #3f3f3f);background-image: -o-linear-gradient(180deg, #1c1c1c, #3f3f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#3f3f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#3f3f3f' );";background-image: linear-gradient(180deg, #1c1c1c, #3f3f3f);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; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { background-color: transparent; background-image: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container > .video-iframe-container { display: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container { display: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { border-width: 0; border-radius: 0; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { font-size:0.875rem;font-family:raleway;height:15rem;width:75rem;position:relative;display:block; }#ZAPynuJtCzKv4Fw3xB4RJkQpTHBa90sX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#dR9uJxgqQd9Pu9EDv9qTTk8sZeEVk11N { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:6.25rem;left:15.625rem;overflow:hidden;display:block; }
#ihqH0cfn6LZq7HlBbVABiuTw2SFycnoP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:6.25rem;left:31.25rem;overflow:hidden;display:block; }
#iJK1fFwPZdFHU7EWAqvL1AmbBfzmtOHU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:6.25rem;left:46.875rem;overflow:hidden;display:block; }
#VB2vfbS8noeAil6AiOf5gvQ8slT9JfV7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:6.25rem;left:62.5rem;overflow:hidden;display:block; }
#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container { background-color: transparent; background-image: none; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container > .video-iframe-container { display: none; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row > .video-iframe-container { display: none; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .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); }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container { border-width: 0; border-radius: 0; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container { font-size:0.875rem;font-family:raleway;height:30rem;width:75rem;position:relative;display:block; }#WwaP28Lgz4vGtbbl1OyshR6JvSVic4Zx { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.1875rem;left:12.1875rem; }
#Np0UDLSytxkM8OZPrCEg9Oah5GNgmDec { color:#ededed;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:11.9375rem;left:12.8125rem;height:5.1rem;font-style:italic;display:block; }
#uyIZvSts8RxcDwqsU6EHaTQKlP6r0rcN { color:#b5b5b5;display:block;width:50rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:17.6875rem;left:12.8125rem;height:1.4875rem;font-style:normal;display:block; }
#SFv0pw2dOZp2bTPuDtQ0i0Mv7eIdwQ0v { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(183deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(183deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(183deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33f8ac78' );";background-image: linear-gradient(183deg, rgba(0,0,0,0), rgba(248,172,120,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:16.1875rem;width:60rem;top:6.9375rem;left:7.5rem;display:block; }
#TUAKxlbB6emdwTyxQshdwL4f7JWRxQqJ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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; }
#ccWbFlIq9tqDSac3AowUntcdISiqGw6W { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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; }
#ET9JBy9LaVGDgeDMB6RD1N5fgCdnHsMN { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,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; }
#yet3aMxxXq8smRE7RMBpw1qMBDaZHIvn { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,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:#1c1c1c;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:raleway;height:30.375rem;width:75rem;position:relative;display:block; }#rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:3.675rem;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:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.4375rem;left:0rem;height:3.4rem;display:block; }
#Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,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:#1c1c1c;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:raleway;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:raleway;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_6778453e5ebdc3ce5270165958a7f6cb64095bcc.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:6.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; }
#KAnhghDRuq98MPzkv8OLsxifolQddChD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { background-color: transparent; background-image: none; }#KAnhghDRuq98MPzkv8OLsxifolQddChD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container > .video-iframe-container { display: none; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row > .video-iframe-container { display: none; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { border-width: 0; border-radius: 0; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { font-size:0.875rem;font-family:raleway;height:27.5625rem;width:75rem;position:relative;display:block; }#Ss6DTQGA8JlcIbe4MSxUmQLtzZUOfUIW { color:#f8ac78;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PEzkyUuHCqcvIfuzvLWxnXPhTEc40q7i { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MFz6Jn99uEiLOWFm5dQfu6zxArTk8Bun { color:#b5b5b5;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:12.08046913147rem;left:0rem;height:3.4rem;display:block; }
#EvMlv0uxMy78fzvwOENau2TbX97a5FxP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.6875rem;left:36.1875rem; }
#oicITARaHA9n7uBIDBHIqXTI39QEOG2u { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:9.5rem;left:36.1875rem;height:2.55rem;font-style:normal;display:block; }
#KdArr0nhoVf7ZRbBLNbV9T8ROM0Kmx8e { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:7.5rem;left:38.4375rem;height:1.9125rem;font-style:normal;display:block; }
#bA5vJkIdxclR3TZ7DCI0LdmqacuqxlTR { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:26.25rem;display:block; }
#rfqp2VLoDRNpb2DS20VRTPkybiKwIMzi { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:28.625rem;display:block; }
#RAxGAACTP6kMsATUBD2NJ9MTzKQhHx5y { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:31rem;display:block; }
#ZEAzTn9z8gWa0hib9VbD4mwgpki26DgV { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf8ac78', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:33.375rem;display:block; }
#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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:raleway;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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;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:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.6875rem;left:0rem;height:1.4875rem;text-align:center;text-align-last:center;display:block; }
#sJ8Iw2Og0zHV0e6GcDCaDX48dPCJ6Le8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.125rem;top:1.875rem;left:33.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block; }
 }@media only screen and (max-width: 763px) { #nekTZGXccX9EdvwnBNHZUJ1P90nEHQHu { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0g1Fyaft1HFtfG1zBF2FzAvD7T96yfx { display:block; }
 }@media only screen and (max-width: 763px) { #XWAguTGdP0geHiMXSoS3arIyPKEtyce7 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVDl4lCLll9bqRlWerTEE8ENM9eWhW5e { display:block; }
 }@media only screen and (max-width: 763px) { #gThUKUCNqhONTXUIQDgWiJr8GH7RIi48 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThk6tJrGTlO7c4B394GppBxCRHElSLw { display:block; }
 }@media only screen and (max-width: 763px) { #ZFMVq13EbWCKp0UtXX4NFSSKMZ3XQqBy { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKsxzg5B600uxf0h7BaXxVzn7I8A0ice { display:block; }
 }@media only screen and (max-width: 763px) { #ssiom0mlysS8l8nZ6cwTgATCOV2PzxQN { top:0rem;left:0rem;width:6.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB { display:block; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKRtbRz80WbpgqgxL8XhpHV5PkBTkEZ8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaaNBaxB0DOAwzfOFrLQBpFPcgyaEVEo { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOwKaqqUGtnpbwWEMO7CVEqoGNBaPz0w { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GroucyaNsqnvSbAOQyT9z19Z1dFhu7f2 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpblLJCp9Qw6N1DclsnisyX4foO0ZHGb { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKwEO0L9RK8VniAZ8Sd6dDLfUeluZDpP { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq1amTxkWTe9nZ8hOTn605U6MIMlsIZV { top:0rem;left:5.3625011444092rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMxlWywR518P12W2XoKXD8JmmtO58WT2 { display:block; }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUGMqfyNETQ9mEOwR84c7TWAtOzevWKh { width:18.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX6C2TJuIqOI2XcnZNnvMNmibLO3UWtS { width:18.75rem;height:12.5rem;top:0rem;left:5.1250019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #o54QMzWdeQFKT3AQww4nIAfOEBnzZ9z7 { width:18.75rem;height:12.5rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVF0FOTOILaC7Ta1ThqEnDwOWKSbyaVu { width:18.75rem;height:12.5rem;top:0rem;left:23.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #waazlOJ1KA097tMLoKQKpHWUmkx2syhU { display:block; }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgPBxb0TgW81bXHaX5XkSLVRnCmwuZr9 { top:0rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ket00Qf21QqivaSshTrGc28ChVgM13P0 { top:0rem;left:20.75rem;width:3.125rem;height:3.125rem;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:1.75rem;left:0rem;width:47.75rem;height:4.625rem;font-size:2.625rem;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:26.5rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:26.5rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:26.5rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:26.5rem;left:47.25rem;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) { #Khds4f7D8Q0q6eJC0vDuPBNqttW6Ephp { top:6.4375rem;left:8.2812519073488rem;width:33.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 { display:block; }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLJktSCSPnBd9NSUQTo35zehVCX0bkqw { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2BxmytaXuk7CIs8GkM4BvRwMiZ8Oo6C { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBsUw9hDsiyX9Z7TrZEnKm2CWxsAFps8 { top:13.0625rem;left:15.25rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmUFaJAUUgf5qiiF2eK4MmXeDoA1uyZ1 { top:6.25rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAlmS9GkUUck5rXJqxhw5gvrqM8LnKTu { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJGTlBfQBxh8yCSKLnVTJfdnySNPThc { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn1lTgQgPSSDbkSWy1NU5Leh8Di2edik { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU5pC43Vesuqq9pWbgMml7yZF1ze5gw5 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm { display:block; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1zBezKCtRz0CzAL7azA3WTkJ4N6pypz { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMvSNuHwlqV10tLVln2lNweJK6wK1auu { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQsE2qGQwzBAnEqlyUsFbIFkhn3p2aF { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNzpPrB0HmkRODehAxV6qMf4OybvRn7N { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqFUGUFk8EPuof71zK7Ov5k1zP09xiyp { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRGazlDAd3wty2zJchzC7h5H394oAFR { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7E8prKxnivPPvp3x4pEKfv9682ELTmM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z { display:block; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVUrJiu3KKTMnfqHaS07ffsvQ6Ehfifv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEBqQlCchJKhPDdFzyxauhTJW26DtK9k { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgOxu8rRDhB6G3ClI3SeCa2mhbMs0D8Z { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFnymKXZzDiZgnanBrJn9TJfrQTpmS1n { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6oeXtwDGQktS9T840fNpVOdF3bNrsX3 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5LH5GwXMG1BJqFIfw6JZoJgK7uTFtlC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2EGofSq068498hAWHtmLC30iTXAFfAz { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxaFx3udV5I3gbOMmndXTLg9tVWUsy12 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkSWlWNdcG6T3XNVx82itlfRrEC6Q3ye { top:16rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKNEPkHTDWmRluAxksOM42ZG7xfE2hib { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW7e1g8ndqhuZVNv4GShAGTXgV6MdRrE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTBdLtD2fPT7D4sUPcyzmmqIGprHwte7 { top:16rem;left:12.625rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhUQVEiNHJi5X6xpctd3r3P8Al9BTeR2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAV2TZrrCwmQNwG15ywEU7yaH5wZNpRO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkagKHacAHXy40Ck1qZOLoUQc6yt0Nav { top:16rem;left:25.25rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxZB4d3ER1589soWQxTtdaTtytSvmPVv { display:block; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyxRbIooAWTk1aL2STX36OghaqwTVniI { width:37.5rem;height:21.0625rem;top:8.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsnI4s3UwpdfRhUI77zaklfTKApUaxgA { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1eghFaSkuCvtUaDSIqo4QdLUqcrGHkV { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTrGS4vxuAA6qho3gOT99gbD2FHMVtPn { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmlrCQfhZPzQ6BLcdyIOyiPT3iMdw5ST { display:block; }
 }@media only screen and (max-width: 763px) { #sHmtwEJiZLz748zKoKLfZQeSzdRGBXcx { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59EFg3EqIaPnH7TAXBe6K6RBzl9TXeP { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt6gq4ekMHm9GLdS7vZoghbFUTKRr6Mx { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCq9Qwhc3vTErd6hMFZPWr7UJnfG38GR { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGUcWuXJzXGF44sn94WJns2kcTbGUVEy { top:29.3125rem;left:23.875rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLn7GLKQUogFeoH58Ex9KsVJeik1vAO8 { top:29.3125rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4qXVlTiMpwvwucc9lmegODO2xH9TH8b { width:12.5rem;height:1.875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7QTi8H4yJf0gzerVIZuOOJg2hS5h8X4 { 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) { #noyyRT990ATb0GFlaG9eAGIeOSAeMubh { display:block; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TseGKugdpEoO0bVhHBhyanB6RgV6CsnI { width:37.5rem;height:18.75rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV8nVSTn2rZkHoZm9aZBeEv0s0F5Pe4b { top:19.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNc0Vm5N97CPr0KH5WfOnIRsiwxVGJZx { 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) { #yaZJLEFaFTNJA2UAEvqtp5ASnuApCaLd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5NnosGTAAomI1Ze3si9GTucGmCSKf7n { width:37.5rem;height:18.75rem;top:15.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsEPuJ9LnONX9pfyVgHxaKX8EcCTBwZ7 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsRs1PfOmuV4bNl4hId8Wp0PDeZt8lE2 { top:19.875rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEL64eJ09yPHc0P6ua28GPidPDiACVXZ { 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) { #mMXT9xhpr3BnS4GNLptkyh63TSCFEWoM { width:37.5rem;height:18.75rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXX8Sx8ReVlitgUtqAdFxdSx9LH5WWN9 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIbXvqyfDkwlRIIhFUC6ffulR2ElMXVT { top:38.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEovLWH43cqn0TRc9adFspJBPWDERp7b { 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) { #BZGoErtlJoqZlNcvGLkot9MwG8163Fnr { width:37.5rem;height:18.75rem;top:34.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE1ClrWWusT38VlQhVxip6sxAco3o1MK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPynL1EbUoV2IaAQGU244PKSCpdorZVF { 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) { #WTKZU66TvurJwryfCptueuNTun64FPrS { top:38.625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUTThexaHTK8LmwfafgTMdsG6wke8hxx { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtxkVz8WpRmlbTifIQR5TAEwnAcvLOnU { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUadZfpWaT5bzkmtkmEaISuevJ06EO73 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AByvx5GkRIbJ4F7mKCuf0T6nQmTPrSv6 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNIbaLZmUupTMsd0131wT4coMByS1mgC { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2U0pCB52FbkI0uq4GOwvWRXSDeHKhZV { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow31fphcgRDtv0THS2T67i2plzd1uwN1 { display:block; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZ74VTETwi8Tv2vrTgEWyza7h48SxRPL { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wboEzakpgQQymHOOMlJCUXxqJOuDgNTG { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUpBmcMdzhnvumu6yAOfFcLtUqpeZKO8 { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz1K7G5pEp7D5t16gAViCs87zzZD2J71 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Bbu2Zf96Jm1ZbFMkutrt6TvWUB6JXu { display:block; }
 }@media only screen and (max-width: 763px) { #cE2RJ2lOz5sTmI75dQcdvR2sbBE9ZQUN { width:0.5rem;height:9.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTyXVZN2F9UWCMNPeBTTebSWJAOa6TZG { width:0.5rem;height:9.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7RpemHoPsam32useiZdyWHnCGJ8TJnE { width:0.5rem;height:9.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDWAc1sRNsQ3sy68k5OVlp83VXZ6A9O { width:0.5rem;height:9.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { top:7.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { top:11.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block; }
 }@media only screen and (max-width: 763px) { #rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 { display:block; }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lz6poJ0TkPGcNg3nvuezTlzEOePNkRVQ { width:22.5rem;height:32.5rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD6KlETGAszx6kQDSoNSWvzF98O81JI2 { 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) { #F7UoVKdtZqMwSgeGllqKda2XGCM0Nk2m { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqoQWoiOVdppOMr1vvBmBKLfzRqhdPK { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuenDSoJ8MNq4dTuXSCmHwUTHRbzaI62 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saXSlsRlqncqNkUFfpzTHUBTEasby2Wa { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMy3xXevRT7HOlKU4ZF6UqemhBOnXSAf { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtyeWk6BqEdZVUgebUu9J7XE1hBNOEVH { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgcbywWefhJKxbwJfJD7zz1VUZzG1c6E { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN4FcQhuawk2TNGm13XHnu8EgeAbaxrg { top:18rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUoQshvI2RTtJTDpLWu3PmxgCFFUUSKW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ORQZKUaf0wKZhg5IRkFkF3BT0DO1t3 { width:6.25rem;height:6.25rem;top:14.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQpktMMPiWX0Z3MOABe1Hm2EJCK1vHdR { width:22.5rem;height:32.5rem;top:16.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPctO7RasTgTrxeXffIpPmHD8DJe0yTK { 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) { #UzZHFob5Lxne4Rsq7nM56TooH4EddRO1 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbL3uNpb3qNBRf4rTz8FG0CzPZmRAkiJ { top:18rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOec0CtLd2LKEqwuFlOQZn1gP3VZcbor { width:6.25rem;height:6.25rem;top:14.75rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMrqlHNTgoTdgZFQuHO1XPNUJ8gT5yyg { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn5Zayk1LUGAyHaKRXBScqbaM8IiAvw6 { width:22.5rem;height:32.5rem;top:16.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdW58TmMcOGep9ZzEoMhTXzbJ0Ai6aTi { 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) { #AIubCUkrvNH2X0ScJvBAa6IzCgFgm0ex { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExpOCUTsIr0uFJy9rciVK1vpt3ORUoCd { top:18rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHDSNGwbGQ3Owc0hvkgWrE0f2svX12OW { width:6.25rem;height:6.25rem;top:14.75rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haRaRnPySGmK80n3a2Oy4q86yEw2LpQ6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP { display:block; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVV61qrf0fN6bL4O9RIwWVIaKbzZHLu7 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAIOuS1fmhlNVF6JxNaATLtnKdC4CR0Z { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVRkFctB8NwbPFHSBTing3KZPaIoGnu { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMTCFsvbGRNHL38RuzqeEatFhGVl5K2t { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgL7oC4epVKct6qVi2Xh9BgZtf2yEGC2 { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTTUohbNeDBXriwRIrulIQEp346RQha { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0VDPNCTLTlNhmKb6Ugb7k5QIodbtcen { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmxGlpdZeU8efEbZw8TKeGOT2mQirXGs { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flb5F4RlOxz3Sb3MV80ULOziT51J4L9I { 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) { #aUTJvKKzmgFFsIp4OkEXtmeK2H8TNDJm { width:18.75rem;height:16.1875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUi33JQ2MydkCHpUHZXI4G79pGTvfVpl { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxGMxxtUVIReT16JQQIyG7hFfHZhNO7L { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81iNnWv4FxiZHPu5Krkcvlh6sKGONxP { 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) { #TS5IpZaz0A3ZgsgHcc9hQ9vT73FbVFof { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAxUENeCVvTdfdaX3gtSSqktcxu12mKk { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1IGQmpOrvsTX0LMKQAMfeIG85tf9uam { width:18.75rem;height:16.1875rem;top:12.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM8RoPF2CUqu6I78CZ7SgXl74opyqSWS { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX4SAZrVzq4881Qar02emPKMePo8kx4J { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnywKo6WUw1Cf2MkvHaMN7vAuA6zZW4g { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4i5tVKT2DUmU1Et5fyWQ1fyqkhFVZb { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNIkb4fnC9Ofbnu6P1fqU5DuD9KUCKMP { 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) { #ViTZ6vm1at5z11DITftLweGTOTBukZDt { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWadwoZ0G63CTIb1bHIR0kZbiETo8yyN { width:18.75rem;height:16.1875rem;top:12.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPzXfAzqcdDCSP0TQ2WspT2cfNNCg0ve { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTayK2WtnmNGhkWwL2M4xgv20wsf98nq { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJwMsK2c2wqfE7KSvhtHG71Dw2FsmucC { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCUpC57D7kxyrVqSN4siwC9znWz6DRU9 { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ4wGzIMpO4MU6TfVauEHV7RQiCFSDHN { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TV8WrZVCxDCXMzZsXzghmQCvNHTlQL { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWXHAo49OhIpA05OKq02dkFzwTWbCyt5 { 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) { #FbglK8r7u4KCzGtf9u81nDBpzkbII0XT { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL6uFB4c333fT7y3Vz56U0luaAHpSOci { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVWSZhtoDNynZ1tA8a3AocXwJIVuvcwW { width:18.75rem;height:16.1875rem;top:12.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAA9CmJdsJPfxixWBOafm8bEA5cy98Ne { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4p07WP9p8KzODwcThLhASDaT3ziMTdF { display:block; }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvXKiIVBDyFqyBMEHBbbI7gyqwTXboLO { width:22.5rem;height:32.5rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAStsyX2lZdKFrWg5ovhOSJupuSd0Ckl { 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) { #oNnMPGeDZzaFtLoQ4IPdx47C8bNPR6TU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ30wPHQUtT571Hrt24pn0MT1NmyzPq6 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToS4u8Vz4MtH0XggpUNIS8wCo6LtPiTB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4e3BgFqZ8l0GUtPlxZ7rI6zpHNuWC3Q { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBoGlJBQvDuDiLJCHAyMtzRC9QbIwg4 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak2FBnN5G5TB1TWNJqlpkU3EbWfTWh1e { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWPcPkZJGGbKWDNLxTBNoGNz0nuB0blN { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEU1FlOVO2vXM5OZASPQSCKFGU3s9RM { top:17.9375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUTxTpZrRSuFlLHBIO9TilhacOftzfN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPBUQegor0ObwS7DqyR5qnb3qiJyNM2l { width:6.25rem;height:6.25rem;top:14.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDnZ5d37fDCrrZJwhM3sobsRSRPTIRmb { width:22.5rem;height:32.5rem;top:16.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kid2M8eBN6KZ2nxGhlIFxs09wlepwo2c { 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) { #ne9Vt8fNJdk8EDI2l6umF5lm1ukt2Vl5 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJswWbUbKlZSsfdAWKuCtltKUgOH7d48 { top:18rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhyw8uCD1CPXTnsopCekKVLToS1rHmT2 { width:6.25rem;height:6.25rem;top:14.75rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOkiCGXs9xPObQg0AHBm02O5WTIU6XRq { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKQBfN4mSBaosRq8Lzy12DmpvfNPcE4C { width:22.5rem;height:32.5rem;top:16.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3eH3yWrhqTRlF7uuNAIBPgQEM1UTftW { 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) { #T3O2OeHR4iN1faG5nbCRvc3FdfwPczBb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAxxbB6s0g2brOMelCH2UpnvevofeyaV { top:18rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD9O2KfuM7kMho3sTq0n5wch4qPeRnNF { width:6.25rem;height:6.25rem;top:14.75rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGZZh3KzOVPfDfnEb1bxmuvFgZG67N3Q { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz { display:block; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMprfX5CTds0hm3IVf8CiLvvrBicVhuu { top:15.375rem;left:0rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNsAGLaXwnM3dCg3xxU31ilffPw2iVde { 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) { #TnhiixpTIB07K3JshvD5GkfEMxqGc5KW { width:15rem;height:0.5rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFtbHMIdVJduzZR9GDDmtt5hvr50mNM { 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) { #F9n24RMN8Ff05yzZXTv9pq4dHEWX0ynB { top:15.25rem;left:7.625rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkH93qMyXhyqNuLeNcg1tdCEgueorK0b { width:15rem;height:0.5rem;top:20.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNmDVEi5shDBIzvaRDPh1qFtqPFaRRxn { 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) { #GDtvU84tnU2470pIec2Q42ATyooZ66y4 { top:15.25rem;left:25.75rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8D1dAmQtcspDFOhT9TNlWC3BZTEG1Ri { width:15rem;height:0.5rem;top:20.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb5OlQnFLsOPTSA6sCndTwKpgeHhB1Ng { 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) { #PIrgTO0V1Wvscm3QRvW7TqeL56iGS7Hp { top:15.25rem;left:32.75rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8dfmvINlNyCTkzwW0NrlRawT0zpSx7p { width:15rem;height:0.5rem;top:20.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq0FD98STMv02KJ0EGiVhOrnw9zvG1y8 { width:47.75rem;height:18.5625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAPynuJtCzKv4Fw3xB4RJkQpTHBa90sX { width:12.5rem;height:2.5rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR9uJxgqQd9Pu9EDv9qTTk8sZeEVk11N { width:12.5rem;height:2.5rem;top:6.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqH0cfn6LZq7HlBbVABiuTw2SFycnoP { width:12.5rem;height:2.5rem;top:6.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJK1fFwPZdFHU7EWAqvL1AmbBfzmtOHU { width:12.5rem;height:2.5rem;top:6.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB2vfbS8noeAil6AiOf5gvQ8slT9JfV7 { width:12.5rem;height:2.5rem;top:6.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s { display:block; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwaP28Lgz4vGtbbl1OyshR6JvSVic4Zx { width:2.75rem;height:2.75rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np0UDLSytxkM8OZPrCEg9Oah5GNgmDec { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyIZvSts8RxcDwqsU6EHaTQKlP6r0rcN { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFv0pw2dOZp2bTPuDtQ0i0Mv7eIdwQ0v { width:47.75rem;height:16.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAKxlbB6emdwTyxQshdwL4f7JWRxQqJ { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccWbFlIq9tqDSac3AowUntcdISiqGw6W { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET9JBy9LaVGDgeDMB6RD1N5fgCdnHsMN { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yet3aMxxXq8smRE7RMBpw1qMBDaZHIvn { 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) { #KAnhghDRuq98MPzkv8OLsxifolQddChD { display:block; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss6DTQGA8JlcIbe4MSxUmQLtzZUOfUIW { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEzkyUuHCqcvIfuzvLWxnXPhTEc40q7i { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFz6Jn99uEiLOWFm5dQfu6zxArTk8Bun { top:12.0625rem;left:0rem;width:26.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMlv0uxMy78fzvwOENau2TbX97a5FxP { width:1.5rem;height:1.5rem;top:7.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicITARaHA9n7uBIDBHIqXTI39QEOG2u { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdArr0nhoVf7ZRbBLNbV9T8ROM0Kmx8e { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA5vJkIdxclR3TZ7DCI0LdmqacuqxlTR { width:0.5rem;height:27.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfqp2VLoDRNpb2DS20VRTPkybiKwIMzi { width:0.5rem;height:27.5rem;top:0rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAxGAACTP6kMsATUBD2NJ9MTzKQhHx5y { width:0.5rem;height:27.5rem;top:0rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEAzTn9z8gWa0hib9VbD4mwgpki26DgV { width:0.5rem;height:27.5rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #sJ8Iw2Og0zHV0e6GcDCaDX48dPCJ6Le8 { width:8.125rem;height:1.875rem;top:1.875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { width:12.75rem;height:3.75rem;top:19.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block; }
 }@media only screen and (max-width: 763px) { #nekTZGXccX9EdvwnBNHZUJ1P90nEHQHu { width:8.125rem;height:3.75rem;top:4.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0g1Fyaft1HFtfG1zBF2FzAvD7T96yfx { display:block; }
 }@media only screen and (max-width: 763px) { #XWAguTGdP0geHiMXSoS3arIyPKEtyce7 { width:8.125rem;height:3.75rem;top:8.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVDl4lCLll9bqRlWerTEE8ENM9eWhW5e { display:block; }
 }@media only screen and (max-width: 763px) { #gThUKUCNqhONTXUIQDgWiJr8GH7RIi48 { width:11.25rem;height:3.75rem;top:11.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThk6tJrGTlO7c4B394GppBxCRHElSLw { display:block; }
 }@media only screen and (max-width: 763px) { #ZFMVq13EbWCKp0UtXX4NFSSKMZ3XQqBy { width:9.375rem;height:3.75rem;top:15.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKsxzg5B600uxf0h7BaXxVzn7I8A0ice { display:block; }
 }@media only screen and (max-width: 763px) { #ssiom0mlysS8l8nZ6cwTgATCOV2PzxQN { width:6.125rem;height:5.5625rem;top:24.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB { display:block; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { width:20rem;height:129.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKRtbRz80WbpgqgxL8XhpHV5PkBTkEZ8 { width:20rem;height:2.8rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaaNBaxB0DOAwzfOFrLQBpFPcgyaEVEo { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOwKaqqUGtnpbwWEMO7CVEqoGNBaPz0w { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GroucyaNsqnvSbAOQyT9z19Z1dFhu7f2 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpblLJCp9Qw6N1DclsnisyX4foO0ZHGb { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKwEO0L9RK8VniAZ8Sd6dDLfUeluZDpP { width:20rem;height:0;top:23.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq1amTxkWTe9nZ8hOTn605U6MIMlsIZV { height:11.25rem;width:20rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMxlWywR518P12W2XoKXD8JmmtO58WT2 { display:block; }#bMxlWywR518P12W2XoKXD8JmmtO58WT2 > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUGMqfyNETQ9mEOwR84c7TWAtOzevWKh { width:20rem;height:13.3125rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX6C2TJuIqOI2XcnZNnvMNmibLO3UWtS { width:20rem;height:13.3125rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o54QMzWdeQFKT3AQww4nIAfOEBnzZ9z7 { width:20rem;height:13.3125rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVF0FOTOILaC7Ta1ThqEnDwOWKSbyaVu { width:20rem;height:13.3125rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waazlOJ1KA097tMLoKQKpHWUmkx2syhU { display:block; }#waazlOJ1KA097tMLoKQKpHWUmkx2syhU > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgPBxb0TgW81bXHaX5XkSLVRnCmwuZr9 { display:flex;width:3.125rem;height:3.125rem;top:5.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ket00Qf21QqivaSshTrGc28ChVgM13P0 { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { width:20rem;height:6.3rem;top:5.275390625rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { width:20rem;height:3.4rem;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) { #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) { #Khds4f7D8Q0q6eJC0vDuPBNqttW6Ephp { height:11.190926275992rem;width:20rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 { display:block; }#JhUxU8LAV3pFs9Bmr3yCdgqQ5QZZc3k2 > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLJktSCSPnBd9NSUQTo35zehVCX0bkqw { width:20rem;height:17rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2BxmytaXuk7CIs8GkM4BvRwMiZ8Oo6C { width:20rem;height:2.8rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBsUw9hDsiyX9Z7TrZEnKm2CWxsAFps8 { width:20rem;height:1.7rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmUFaJAUUgf5qiiF2eK4MmXeDoA1uyZ1 { width:20rem;height:20rem;top:25.7919921875rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #HAlmS9GkUUck5rXJqxhw5gvrqM8LnKTu { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJGTlBfQBxh8yCSKLnVTJfdnySNPThc { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn1lTgQgPSSDbkSWy1NU5Leh8Di2edik { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU5pC43Vesuqq9pWbgMml7yZF1ze5gw5 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm { display:block; }#mXTrowq8TyGuJ2M7kKBzl0JM8Cqxtsqm > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnuneLh3Eb61onTTaunfvnZZV3B1dKGv { width:20rem;height:17.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrMoTg0PaCLOTTb1Wp0mV0WvvsGr4kZ { display:flex;width:2.125rem;height:2.125rem;top:11.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #fS2Uh1HRrxotVR3NgvSHM9QzheJA588Z { width:17.5rem;height:2.55rem;top:14.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzAIMnsr8s0Sl4ARFmMJRwWHr2rXhJlG { width:17.5rem;height:6.8rem;top:17.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r1zBezKCtRz0CzAL7azA3WTkJ4N6pypz { width:20rem;height:1.7rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOdJQdRfz2SwmhCStwxVxrWI59MEcT5w { width:20rem;height:5.6rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMvSNuHwlqV10tLVln2lNweJK6wK1auu { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQsE2qGQwzBAnEqlyUsFbIFkhn3p2aF { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNzpPrB0HmkRODehAxV6qMf4OybvRn7N { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqFUGUFk8EPuof71zK7Ov5k1zP09xiyp { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCbqOfvcxOfaMGTBQFHaFBB0JW2np0d { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRGazlDAd3wty2zJchzC7h5H394oAFR { width:17.5rem;height:6.8rem;top:36.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7E8prKxnivPPvp3x4pEKfv9682ELTmM { width:17.5rem;height:2.55rem;top:33.3125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lCQJqbTuqXv1JJrcimvhkOU5DnkxdQ7F { display:flex;width:2.125rem;height:2.125rem;top:30.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #dgAcrhZ8aDnCMWksXMCLzJTApQLpdxPi { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSe1oIgSBlzXdNNdC4EcHmlGZi4lhRXO { width:17.5rem;height:6.8rem;top:54.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bu2IoBUNmZgxUFPPIIaTWVz95RwIuTpq { width:17.5rem;height:2.55rem;top:51.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fkpHqDOEbKeErcD9VcJGtAO7M1xaTzRB { display:flex;width:2.125rem;height:2.125rem;top:48.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #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.55rem;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.8rem;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:5.1rem;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.55rem;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.1rem;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.55rem;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.7rem;top:3.17578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eah42vbkfS7TglklTsyfAiVa5XZcsVTN { width:20rem;height:5.6rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { width:16.25rem;height:6.8rem;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.55rem;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) { #OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z { display:block; }#OCkGhAuimVNFTx8MrGhgPSLO2pMoeC9Z > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVUrJiu3KKTMnfqHaS07ffsvQ6Ehfifv { width:20rem;height:2.55rem;top:25.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEBqQlCchJKhPDdFzyxauhTJW26DtK9k { width:20rem;height:5.1rem;top:28.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgOxu8rRDhB6G3ClI3SeCa2mhbMs0D8Z { width:20rem;height:1.7rem;top:2.55078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFnymKXZzDiZgnanBrJn9TJfrQTpmS1n { width:20rem;height:5.6rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6oeXtwDGQktS9T840fNpVOdF3bNrsX3 { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5LH5GwXMG1BJqFIfw6JZoJgK7uTFtlC { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2EGofSq068498hAWHtmLC30iTXAFfAz { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxaFx3udV5I3gbOMmndXTLg9tVWUsy12 { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkSWlWNdcG6T3XNVx82itlfRrEC6Q3ye { width:20rem;height:13.277777777777rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKNEPkHTDWmRluAxksOM42ZG7xfE2hib { width:20rem;height:2.55rem;top:48.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zW7e1g8ndqhuZVNv4GShAGTXgV6MdRrE { width:20rem;height:5.1rem;top:52.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTBdLtD2fPT7D4sUPcyzmmqIGprHwte7 { width:20rem;height:13.277777777777rem;top:35.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhUQVEiNHJi5X6xpctd3r3P8Al9BTeR2 { width:20rem;height:2.55rem;top:73rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAV2TZrrCwmQNwG15ywEU7yaH5wZNpRO { width:20rem;height:5.1rem;top:76.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkagKHacAHXy40Ck1qZOLoUQc6yt0Nav { width:20rem;height:13.277375rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxZB4d3ER1589soWQxTtdaTtytSvmPVv { display:block; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyxRbIooAWTk1aL2STX36OghaqwTVniI { height:11.233333333333rem;width:20rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsnI4s3UwpdfRhUI77zaklfTKApUaxgA { width:20rem;height:8.4rem;top:6.3496125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1eghFaSkuCvtUaDSIqo4QdLUqcrGHkV { width:20rem;height:6.8rem;top:13.199225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTrGS4vxuAA6qho3gOT99gbD2FHMVtPn { width:12.75rem;height:3.75rem;top:21.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmlrCQfhZPzQ6BLcdyIOyiPT3iMdw5ST { display:block; }
 }@media only screen and (max-width: 763px) { #sHmtwEJiZLz748zKoKLfZQeSzdRGBXcx { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59EFg3EqIaPnH7TAXBe6K6RBzl9TXeP { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt6gq4ekMHm9GLdS7vZoghbFUTKRr6Mx { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCq9Qwhc3vTErd6hMFZPWr7UJnfG38GR { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGUcWuXJzXGF44sn94WJns2kcTbGUVEy { width:10rem;height:6.625rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLn7GLKQUogFeoH58Ex9KsVJeik1vAO8 { width:10rem;height:6.625rem;top:39.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4qXVlTiMpwvwucc9lmegODO2xH9TH8b { width:12.5rem;height:1.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7QTi8H4yJf0gzerVIZuOOJg2hS5h8X4 { width:9.9375rem;height:3.825rem;top:3.875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noyyRT990ATb0GFlaG9eAGIeOSAeMubh { display:block; }#noyyRT990ATb0GFlaG9eAGIeOSAeMubh > .row .container { width:20rem;height:88.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TseGKugdpEoO0bVhHBhyanB6RgV6CsnI { width:20rem;height:16.25rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV8nVSTn2rZkHoZm9aZBeEv0s0F5Pe4b { display:flex;width:2.125rem;height:2.125rem;top:15.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #hNc0Vm5N97CPr0KH5WfOnIRsiwxVGJZx { width:17.5rem;height:2.55rem;top:18.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yaZJLEFaFTNJA2UAEvqtp5ASnuApCaLd { width:17.5rem;height:6.8rem;top:21.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h5NnosGTAAomI1Ze3si9GTucGmCSKf7n { width:20rem;height:16.25rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsEPuJ9LnONX9pfyVgHxaKX8EcCTBwZ7 { width:17.5rem;height:5.1rem;top:39.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gsRs1PfOmuV4bNl4hId8Wp0PDeZt8lE2 { display:flex;width:2.125rem;height:2.125rem;top:33.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #iEL64eJ09yPHc0P6ua28GPidPDiACVXZ { width:17.5rem;height:2.55rem;top:36.5625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mMXT9xhpr3BnS4GNLptkyh63TSCFEWoM { width:20rem;height:16.25rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXX8Sx8ReVlitgUtqAdFxdSx9LH5WWN9 { width:17.5rem;height:6.8rem;top:57.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vIbXvqyfDkwlRIIhFUC6ffulR2ElMXVT { display:flex;width:2.125rem;height:2.125rem;top:51.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #eEovLWH43cqn0TRc9adFspJBPWDERp7b { width:17.5rem;height:2.55rem;top:54.6875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BZGoErtlJoqZlNcvGLkot9MwG8163Fnr { width:20rem;height:16.25rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE1ClrWWusT38VlQhVxip6sxAco3o1MK { width:17.5rem;height:5.1rem;top:75.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nPynL1EbUoV2IaAQGU244PKSCpdorZVF { width:17.5rem;height:2.55rem;top:72.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTKZU66TvurJwryfCptueuNTun64FPrS { display:flex;width:2.125rem;height:2.125rem;top:69.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #eUTThexaHTK8LmwfafgTMdsG6wke8hxx { width:20rem;height:1.7rem;top:4.42578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtxkVz8WpRmlbTifIQR5TAEwnAcvLOnU { width:20rem;height:2.8rem;top:6.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUadZfpWaT5bzkmtkmEaISuevJ06EO73 { width:0.5rem;height:11.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AByvx5GkRIbJ4F7mKCuf0T6nQmTPrSv6 { width:0.5rem;height:11.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNIbaLZmUupTMsd0131wT4coMByS1mgC { width:0.5rem;height:11.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2U0pCB52FbkI0uq4GOwvWRXSDeHKhZV { width:0.5rem;height:11.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow31fphcgRDtv0THS2T67i2plzd1uwN1 { display:block; }#ow31fphcgRDtv0THS2T67i2plzd1uwN1 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZ74VTETwi8Tv2vrTgEWyza7h48SxRPL { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wboEzakpgQQymHOOMlJCUXxqJOuDgNTG { width:17.5rem;height:8.5rem;top:9.974609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUpBmcMdzhnvumu6yAOfFcLtUqpeZKO8 { width:17.5rem;height:11.2rem;top:3.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz1K7G5pEp7D5t16gAViCs87zzZD2J71 { width:12.75rem;height:3.75rem;top:20.345703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Bbu2Zf96Jm1ZbFMkutrt6TvWUB6JXu { display:block; }
 }@media only screen and (max-width: 763px) { #cE2RJ2lOz5sTmI75dQcdvR2sbBE9ZQUN { width:0.5rem;height:9.375rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTyXVZN2F9UWCMNPeBTTebSWJAOa6TZG { width:0.5rem;height:9.375rem;top:0rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7RpemHoPsam32useiZdyWHnCGJ8TJnE { width:0.5rem;height:9.375rem;top:0rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDWAc1sRNsQ3sy68k5OVlp83VXZ6A9O { width:0.5rem;height:9.375rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6lM01ubSUoRRsrIyNITZStOTFxd0ea { display:block; }#pk6lM01ubSUoRRsrIyNITZStOTFxd0ea > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCkKoPyVxEeqKA2x4blgFWKB7pATih70 { width:20rem;height:6.3rem;top:5rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #bwkslxtb7y0i55HaMNtzeEXW84P7fGSJ { width:20rem;height:5.7375rem;top:15.0625rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #EeTklTHLo08K8VL5FuP2c0QBrFuR0b5y { width:12.75rem;height:3.75rem;top:22.125rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #iPeOADF9Lk1AVLLwPIT7cNsc92hhQBhT { display:block; }
 }@media only screen and (max-width: 763px) { #rl5U6zVWhbN7lalWOB8rLtMnk5BcvC66 { width:0.5rem;height:27.5rem;top:6.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMtigflldWTu6D4gIMA1MJ3osLqCOJCC { width:0.5rem;height:27.5rem;top:6.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtLR6puRPRbW7xO8iehyL5Z8Lc1T15kV { width:0.5rem;height:27.5rem;top:6.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGPmxeSt6FbEU0z4f7x8gnbUlrQWkX4n { width:0.5rem;height:27.5rem;top:6.25rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 { display:block; }#GAiO2HGvBAZFPusHXoltUucUMuOBdmS0 > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lz6poJ0TkPGcNg3nvuezTlzEOePNkRVQ { width:20rem;height:31.25rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD6KlETGAszx6kQDSoNSWvzF98O81JI2 { width:16.25rem;height:2.54980625rem;top:30.4375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F7UoVKdtZqMwSgeGllqKda2XGCM0Nk2m { width:16.25rem;height:6.796875rem;top:33.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tOqoQWoiOVdppOMr1vvBmBKLfzRqhdPK { width:20rem;height:1.69921875rem;top:1.92578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuenDSoJ8MNq4dTuXSCmHwUTHRbzaI62 { width:20rem;height:2.79980625rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #saXSlsRlqncqNkUFfpzTHUBTEasby2Wa { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMy3xXevRT7HOlKU4ZF6UqemhBOnXSAf { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtyeWk6BqEdZVUgebUu9J7XE1hBNOEVH { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgcbywWefhJKxbwJfJD7zz1VUZzG1c6E { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN4FcQhuawk2TNGm13XHnu8EgeAbaxrg { width:16.25rem;height:16.25rem;top:12.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUoQshvI2RTtJTDpLWu3PmxgCFFUUSKW { width:5rem;height:2.79980625rem;top:11.3125rem;left:14.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ORQZKUaf0wKZhg5IRkFkF3BT0DO1t3 { width:6.25rem;height:6.25rem;top:9.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQpktMMPiWX0Z3MOABe1Hm2EJCK1vHdR { width:20rem;height:32.5rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPctO7RasTgTrxeXffIpPmHD8DJe0yTK { width:16.25rem;height:2.54980625rem;top:64.5625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UzZHFob5Lxne4Rsq7nM56TooH4EddRO1 { width:16.25rem;height:6.796875rem;top:67.5rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vbL3uNpb3qNBRf4rTz8FG0CzPZmRAkiJ { width:16.25rem;height:16.25rem;top:47rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOec0CtLd2LKEqwuFlOQZn1gP3VZcbor { width:6.25rem;height:6.25rem;top:43.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMrqlHNTgoTdgZFQuHO1XPNUJ8gT5yyg { width:5rem;height:2.79980625rem;top:45.3125rem;left:14.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn5Zayk1LUGAyHaKRXBScqbaM8IiAvw6 { width:20rem;height:32.5rem;top:80.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdW58TmMcOGep9ZzEoMhTXzbJ0Ai6aTi { width:16.25rem;height:2.54980625rem;top:99.6875rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AIubCUkrvNH2X0ScJvBAa6IzCgFgm0ex { width:16.25rem;height:6.796875rem;top:102.8125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ExpOCUTsIr0uFJy9rciVK1vpt3ORUoCd { width:16.25rem;height:16.25rem;top:82.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHDSNGwbGQ3Owc0hvkgWrE0f2svX12OW { width:6.25rem;height:6.25rem;top:78.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #haRaRnPySGmK80n3a2Oy4q86yEw2LpQ6 { width:5rem;height:2.79980625rem;top:80.3125rem;left:14.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP { display:block; }#OGpWqTKDqxH4M3Q2uWgQvZRG1gflHXxP > .row .container { width:20rem;height:168.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVV61qrf0fN6bL4O9RIwWVIaKbzZHLu7 { width:20rem;height:1.7rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAIOuS1fmhlNVF6JxNaATLtnKdC4CR0Z { width:20rem;height:5.6rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVRkFctB8NwbPFHSBTing3KZPaIoGnu { width:20rem;height:20rem;top:14.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMTCFsvbGRNHL38RuzqeEatFhGVl5K2t { display:flex;width:1.5rem;height:1.5rem;top:47.9375rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #xgL7oC4epVKct6qVi2Xh9BgZtf2yEGC2 { width:20rem;height:6.8rem;top:40.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTTUohbNeDBXriwRIrulIQEp346RQha { display:flex;width:1.5rem;height:1.5rem;top:47.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g0VDPNCTLTlNhmKb6Ugb7k5QIodbtcen { display:flex;width:1.5rem;height:1.5rem;top:47.9375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #DmxGlpdZeU8efEbZw8TKeGOT2mQirXGs { width:20rem;height:1.7rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flb5F4RlOxz3Sb3MV80ULOziT51J4L9I { width:20rem;height:1.9125rem;top:35.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUTJvKKzmgFFsIp4OkEXtmeK2H8TNDJm { width:20rem;height:16.1875rem;top:13.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUi33JQ2MydkCHpUHZXI4G79pGTvfVpl { width:20rem;height:6.8rem;top:78.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxGMxxtUVIReT16JQQIyG7hFfHZhNO7L { width:20rem;height:1.7rem;top:75.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81iNnWv4FxiZHPu5Krkcvlh6sKGONxP { width:20rem;height:1.9125rem;top:73.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5IpZaz0A3ZgsgHcc9hQ9vT73FbVFof { width:20rem;height:20rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAxUENeCVvTdfdaX3gtSSqktcxu12mKk { display:flex;width:1.5rem;height:1.5rem;top:86.125rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #e1IGQmpOrvsTX0LMKQAMfeIG85tf9uam { width:20rem;height:16.1875rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM8RoPF2CUqu6I78CZ7SgXl74opyqSWS { display:flex;width:1.5rem;height:1.5rem;top:86.125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #LX4SAZrVzq4881Qar02emPKMePo8kx4J { display:flex;width:1.5rem;height:1.5rem;top:86.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OnywKo6WUw1Cf2MkvHaMN7vAuA6zZW4g { width:20rem;height:6.8rem;top:116.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4i5tVKT2DUmU1Et5fyWQ1fyqkhFVZb { width:20rem;height:1.7rem;top:113.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNIkb4fnC9Ofbnu6P1fqU5DuD9KUCKMP { width:20rem;height:1.9125rem;top:112rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTZ6vm1at5z11DITftLweGTOTBukZDt { width:20rem;height:20rem;top:90.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWadwoZ0G63CTIb1bHIR0kZbiETo8yyN { width:20rem;height:16.1875rem;top:89.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPzXfAzqcdDCSP0TQ2WspT2cfNNCg0ve { display:flex;width:1.5rem;height:1.5rem;top:124.3125rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #tTayK2WtnmNGhkWwL2M4xgv20wsf98nq { display:flex;width:1.5rem;height:1.5rem;top:124.3125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #cJwMsK2c2wqfE7KSvhtHG71Dw2FsmucC { display:flex;width:1.5rem;height:1.5rem;top:124.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LCUpC57D7kxyrVqSN4siwC9znWz6DRU9 { width:20rem;height:6.8rem;top:155.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ4wGzIMpO4MU6TfVauEHV7RQiCFSDHN { display:flex;width:1.5rem;height:1.5rem;top:162.5rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #H0TV8WrZVCxDCXMzZsXzghmQCvNHTlQL { width:20rem;height:1.7rem;top:152.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWXHAo49OhIpA05OKq02dkFzwTWbCyt5 { width:20rem;height:1.9125rem;top:150.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbglK8r7u4KCzGtf9u81nDBpzkbII0XT { width:20rem;height:20rem;top:128.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL6uFB4c333fT7y3Vz56U0luaAHpSOci { display:flex;width:1.5rem;height:1.5rem;top:162.5rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #fVWSZhtoDNynZ1tA8a3AocXwJIVuvcwW { width:20rem;height:16.1875rem;top:127.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAA9CmJdsJPfxixWBOafm8bEA5cy98Ne { display:flex;width:1.5rem;height:1.5rem;top:162.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u4p07WP9p8KzODwcThLhASDaT3ziMTdF { display:block; }#u4p07WP9p8KzODwcThLhASDaT3ziMTdF > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvXKiIVBDyFqyBMEHBbbI7gyqwTXboLO { width:20rem;height:31.25rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAStsyX2lZdKFrWg5ovhOSJupuSd0Ckl { width:16.25rem;height:2.55rem;top:30.4375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oNnMPGeDZzaFtLoQ4IPdx47C8bNPR6TU { width:16.25rem;height:5.1rem;top:33.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AQ30wPHQUtT571Hrt24pn0MT1NmyzPq6 { width:20rem;height:1.7rem;top:1.92578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToS4u8Vz4MtH0XggpUNIS8wCo6LtPiTB { width:20rem;height:2.8rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4e3BgFqZ8l0GUtPlxZ7rI6zpHNuWC3Q { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBoGlJBQvDuDiLJCHAyMtzRC9QbIwg4 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak2FBnN5G5TB1TWNJqlpkU3EbWfTWh1e { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWPcPkZJGGbKWDNLxTBNoGNz0nuB0blN { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEU1FlOVO2vXM5OZASPQSCKFGU3s9RM { width:16.25rem;height:16.25rem;top:12.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUTxTpZrRSuFlLHBIO9TilhacOftzfN { width:5rem;height:2.8rem;top:11.3125rem;left:14.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPBUQegor0ObwS7DqyR5qnb3qiJyNM2l { width:6.25rem;height:6.25rem;top:9.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDnZ5d37fDCrrZJwhM3sobsRSRPTIRmb { width:20rem;height:32.5rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kid2M8eBN6KZ2nxGhlIFxs09wlepwo2c { width:16.25rem;height:2.55rem;top:64.5625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ne9Vt8fNJdk8EDI2l6umF5lm1ukt2Vl5 { width:16.25rem;height:5.1rem;top:67.5rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJswWbUbKlZSsfdAWKuCtltKUgOH7d48 { width:16.25rem;height:16.25rem;top:47rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhyw8uCD1CPXTnsopCekKVLToS1rHmT2 { width:6.25rem;height:6.25rem;top:43.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOkiCGXs9xPObQg0AHBm02O5WTIU6XRq { width:5rem;height:2.8rem;top:45.3125rem;left:14.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKQBfN4mSBaosRq8Lzy12DmpvfNPcE4C { width:20rem;height:32.5rem;top:80.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3eH3yWrhqTRlF7uuNAIBPgQEM1UTftW { width:16.25rem;height:2.55rem;top:99.6875rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3O2OeHR4iN1faG5nbCRvc3FdfwPczBb { width:16.25rem;height:5.1rem;top:102.8125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAxxbB6s0g2brOMelCH2UpnvevofeyaV { width:16.25rem;height:16.25rem;top:82.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD9O2KfuM7kMho3sTq0n5wch4qPeRnNF { width:6.25rem;height:6.25rem;top:78.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGZZh3KzOVPfDfnEb1bxmuvFgZG67N3Q { width:5rem;height:2.8rem;top:80.3125rem;left:14.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz { display:block; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMprfX5CTds0hm3IVf8CiLvvrBicVhuu { width:16.25rem;height:4.65rem;top:9.125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNsAGLaXwnM3dCg3xxU31ilffPw2iVde { width:16.25rem;height:1.9125rem;top:15.5rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnhiixpTIB07K3JshvD5GkfEMxqGc5KW { width:16.25rem;height:0.5rem;top:14.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFtbHMIdVJduzZR9GDDmtt5hvr50mNM { width:16.25rem;height:1.9125rem;top:25.6875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F9n24RMN8Ff05yzZXTv9pq4dHEWX0ynB { width:16.25rem;height:4.65rem;top:19.3125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkH93qMyXhyqNuLeNcg1tdCEgueorK0b { width:16.25rem;height:0.5rem;top:24.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNmDVEi5shDBIzvaRDPh1qFtqPFaRRxn { width:16.25rem;height:1.9125rem;top:35.875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GDtvU84tnU2470pIec2Q42ATyooZ66y4 { width:16.25rem;height:4.65rem;top:29.5rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8D1dAmQtcspDFOhT9TNlWC3BZTEG1Ri { width:16.25rem;height:0.5rem;top:34.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb5OlQnFLsOPTSA6sCndTwKpgeHhB1Ng { width:16.25rem;height:1.9125rem;top:46.0625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PIrgTO0V1Wvscm3QRvW7TqeL56iGS7Hp { width:16.25rem;height:4.65rem;top:39.6875rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8dfmvINlNyCTkzwW0NrlRawT0zpSx7p { width:16.25rem;height:0.5rem;top:44.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq0FD98STMv02KJ0EGiVhOrnw9zvG1y8 { width:20rem;height:43.375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAPynuJtCzKv4Fw3xB4RJkQpTHBa90sX { width:12.5rem;height:2.5rem;top:2.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR9uJxgqQd9Pu9EDv9qTTk8sZeEVk11N { width:12.5rem;height:2.5rem;top:6.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqH0cfn6LZq7HlBbVABiuTw2SFycnoP { width:12.5rem;height:2.5rem;top:10rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJK1fFwPZdFHU7EWAqvL1AmbBfzmtOHU { width:12.5rem;height:2.5rem;top:13.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB2vfbS8noeAil6AiOf5gvQ8slT9JfV7 { width:12.5rem;height:2.5rem;top:17.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s { display:block; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwaP28Lgz4vGtbbl1OyshR6JvSVic4Zx { display:flex;width:2.75rem;height:2.75rem;top:7.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Np0UDLSytxkM8OZPrCEg9Oah5GNgmDec { width:17.5rem;height:12.75rem;top:10.625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uyIZvSts8RxcDwqsU6EHaTQKlP6r0rcN { width:17.5rem;height:1.4875rem;top:26.5625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SFv0pw2dOZp2bTPuDtQ0i0Mv7eIdwQ0v { width:20rem;height:26.25rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAKxlbB6emdwTyxQshdwL4f7JWRxQqJ { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccWbFlIq9tqDSac3AowUntcdISiqGw6W { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET9JBy9LaVGDgeDMB6RD1N5fgCdnHsMN { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yet3aMxxXq8smRE7RMBpw1qMBDaZHIvn { 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:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { width:20rem;height:2.8rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { width:20rem;height:5.1rem;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) { #KAnhghDRuq98MPzkv8OLsxifolQddChD { display:block; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss6DTQGA8JlcIbe4MSxUmQLtzZUOfUIW { width:20rem;height:1.7rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEzkyUuHCqcvIfuzvLWxnXPhTEc40q7i { width:20rem;height:2.8rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFz6Jn99uEiLOWFm5dQfu6zxArTk8Bun { width:20rem;height:3.4rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMlv0uxMy78fzvwOENau2TbX97a5FxP { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oicITARaHA9n7uBIDBHIqXTI39QEOG2u { width:20rem;height:2.55rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KdArr0nhoVf7ZRbBLNbV9T8ROM0Kmx8e { width:15.3125rem;height:1.9125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bA5vJkIdxclR3TZ7DCI0LdmqacuqxlTR { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfqp2VLoDRNpb2DS20VRTPkybiKwIMzi { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAxGAACTP6kMsATUBD2NJ9MTzKQhHx5y { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEAzTn9z8gWa0hib9VbD4mwgpki26DgV { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { display:block; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { width:20rem;height:17.1875rem;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.4rem;top:13.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJ8Iw2Og0zHV0e6GcDCaDX48dPCJ6Le8 { width:8.125rem;height:1.875rem;top:11.6875rem;left:5.9375rem;display:block; }
 }