.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#866ae37f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#866ae37f' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));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; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:60rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#26265b;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:10.5rem;left:0rem;height:7.6484375rem;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#4e4e80;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:19.3125rem;left:0rem;height:6.75rem;display:block; }
#C8x4KvolXU1CsTszuZNukSqlKT9MF32h { color:#26265b;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.15234375rem;left:2.09375rem;height:2.11230625rem;display:block; }
#XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -moz-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -ms-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -o-linear-gradient(180deg, #d8ccff, #aea0df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );";background-image: linear-gradient(180deg, #d8ccff, #aea0df);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:11.875rem;width:20.9375rem;top:36.375rem;left:39.0625rem;display:block; }
#u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b66a3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b66a3', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.64), 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:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:33.4375rem;width:32.125rem;top:4.28125rem;left:13.9375rem;display:block; }
#U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-image: -moz-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-image: -ms-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-image: -o-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0bcff68', endColorstr='#ececff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0bcff68', endColorstr='#ececff' );";background-image: linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);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:7.625rem;width:9.375rem;top:6.8310546875rem;left:6.8125rem;display:block; }
#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { color:#4e4e80;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:27.84375rem;left:0rem;height:6.9375rem;font-style:normal;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
#imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, 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:5.25rem;width:35.1875rem;top:39.583984375rem;left:0rem;display:block; }
#TIuRAagUTbiT1MMImXP1kNHT8GQtEPKz { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.25rem;width:24.5625rem;top:6rem;left:31.46875rem;overflow:hidden;display:block; }
#bMvJnXfOGPSGPNZWTlJzaa88liCruA4U { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:17.5rem;top:1.802734375rem;left:0rem;overflow:hidden;display:block; }
#kOCtqyJkeP1yzpZZmTHLm2HO3F3Uf45T { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -moz-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -ms-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -o-linear-gradient(180deg, #d8ccff, #aea0df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );";background-image: linear-gradient(180deg, #d8ccff, #aea0df);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:11.875rem;width:20.9375rem;top:34.1875rem;left:39.0625rem;display:none; }
#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { border-width: 0; border-radius: 0; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.625rem;left:1.25rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:2.25rem;left:16.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:6.625rem;left:16.25rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:2.25rem;left:31.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:6.625rem;left:31.25rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.625rem;left:46.25rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlKO2qkb4HZkvErLtuvlL88USCWligby { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:2.25rem;left:46.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { position:absolute;display:block;z-index:15018;background-color:#ffffff;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: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:11.375rem;width:60rem;top:0rem;left:0rem;display:block; }
#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='#866ae333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='#866ae333' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));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; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container { background-color: transparent; background-image: none; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container > .video-iframe-container { display: none; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row > .video-iframe-container { display: none; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .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); }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container { border-width: 0; border-radius: 0; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#ieeXnoK2VkQec3QM209VJ92U2O2GE4t5 { background-color:#866ae3;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.125rem;left:12.375rem;display:block; }
#N3xtUGlTtnpZEQsbRAM2KpanV3cnJ18i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Md2btrWrxRND2376PL1PkPachiSd8o3w { color:#26265b;display:block;width:38.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.0625rem;left:9.6875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObzcWe55ghuTAVbIFqt6Ur1bEHb6uPqN { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -o-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff2b', endColorstr='#ffffffa3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff2b', endColorstr='#ffffffa3' );";background-image: linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:11.6875rem;width:14.375rem;top:7.5rem;left:12.375rem;display:block; }
#xFRPX7atysS0fSheUlPIEed0N0nteGb6 { background-color:#866ae3;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19.125rem;left:30.375rem;display:block; }
#i3le4z8GVU2qrq3gQJBvgcP2f6Exo7lP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4uAdyOC8FNAlCRtF9iDADNLNO7PhfXO { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -o-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff2b', endColorstr='#ffffffa3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff2b', endColorstr='#ffffffa3' );";background-image: linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.6875rem;width:14.375rem;top:7.5rem;left:30.375rem;display:block; }
#NfIVKfQZFoT2QnxddNImw44NPHL6gQQy { color:#26265b;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:9rem;left:17.1875rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nHKpTghRAqeB6DdTgK9g53E6q6L6QXxA { color:#26265b;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:11.1875rem;left:13.0625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKqaJGCxVKTUmIAabeTTwQlRcM05xWxx { color:#26265b;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:9rem;left:35.5625rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1gWTaD6A9XUP8OlhCvQ5ouu2N7X1oIx { color:#26265b;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:11.1875rem;left:31.6875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yqSpnCm1ChNganePibFyPu6KfNJ9aVG4 { color:#26265b;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:14.375rem;left:12.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPveeTXJDvya0UlWlrLvo1fZGh9ZsdB2 { color:#26265b;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:14.375rem;left:30.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpJEhP6O2RQ1swT5RUMM5vzUbsPXQD2A { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);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:25.4375rem;width:38.5rem;top:0rem;left:9.625rem;display:block; }
#vETghv29ZSJt0yPfWUX7cd0IA081uOlb { color:#ff5b66;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:15.5rem;left:12.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udZZsDLwHDEBsgvFuTTzEdbkBQBuunf9 { color:#ff5b66;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:15.5rem;left:30.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#As8kKxpCx5IEPDA7mwiCg2MmOyxV7VoW { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);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:25.4375rem;width:38.5rem;top:0rem;left:9.625rem;display:none; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:14998;background-color:#866ae3;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:0.3125rem;width:6.25rem;top:3.3125rem;left:0rem;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#26265b;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:14992;background-color:#43d2dc;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:34.4375rem;width:19.75rem;top:2rem;left:33.5rem;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#4e4e80;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:11.8125rem;left:0rem;height:13.5rem;display:block; }
#yegRxK7kyeCQ55nofbm1InBgLe5niL2m { background-color:#866ae3;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.875rem;left:0rem;display:block; }
#aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));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:15.9375rem;width:24.125rem;top:11.125rem;left:0rem;display:block; }
#poLMONv1SGZyPGG9cFsUnBRrEqbPJp7r { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.4375rem;width:18.625rem;top:2.5rem;left:34.0625rem;display:block; }
#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='#866ae333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='#866ae333' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));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; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container { background-color: transparent; background-image: none; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container > .video-iframe-container { display: none; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row > .video-iframe-container { display: none; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .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); }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container { border-width: 0; border-radius: 0; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#cs1B2XiETzkIWFFdF4wp45Xbbdy9LKIq { background-color:#866ae3;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.5625rem;left:18.96875rem;display:block; }
#Mw8SM1QKF32UnRsHEevbvBg8CPov9sAP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0crcv1Ms5N8xs6C37RZVTZd3BrMhGCf { color:#26265b;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMosIugbaWa7UhMVEBtEFH1WS33zFGki { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -o-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff2b', endColorstr='#ffffffa3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff2b', endColorstr='#ffffffa3' );";background-image: linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:15.5rem;width:16.3125rem;top:32rem;left:0rem;display:block; }
#AtvqIxL3wANgGc9M5zffogxSV2PT4MZW { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);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:43.125rem;width:38.5rem;top:-0.03125rem;left:9.625rem;display:block; }
#rlHk6Dcpu7g8e5NBTqTJftUzk7b5h0iX { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.75rem;width:3.75rem;top:3.9375rem;left:46.1513671875rem;display:block; }
#kF3UTQGiJ4NCPkHIZ8b0IPJ5xiOdMql1 { color:#4e4e80;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.6875rem;left:10.625rem;height:30rem;text-align:left;text-align-last:left;display:block; }
#xhRr57lcL7wnWELySoSw9BomIhHvHNle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.5625rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFILisyDTTrTCSOSKKcvbderBqvra4Up { position:absolute;display:block;z-index:14996;background-color:#866ae3;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:0.3125rem;width:6.25rem;top:2.5rem;left:26.875rem;display:block; }
#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { background-color: transparent; background-image: none; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container > .video-iframe-container { display: none; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row > .video-iframe-container { display: none; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .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); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { border-width: 0; border-radius: 0; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { color:#26265b;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:15.4375rem;left:4.46875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.875rem;width:13.875rem;top:1.1875rem;left:1.6875rem;overflow:hidden;display:block; }
#S6533CBRaC7RuwiOaeK1yX0w423U3IK6 { color:#26265b;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:15.4375rem;left:24.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.8125rem;width:13.8125rem;top:1.25rem;left:21.6875rem;overflow:hidden;display:block; }
#KPK8BZ7ThRCevqn33HTnZpRvSuItdylF { color:#26265b;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:15.4375rem;left:43.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfw8pwDhbAAT7sQsxFSBUkwi7FcRsNpL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.875rem;width:13.875rem;top:1.25rem;left:42.0625rem;overflow:hidden;display:block; }
#Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));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:7.5rem;width:10rem;top:0rem;left:0.625rem;display:block; }
#Ddu2ckee0cTSPrOcbfdC9twc4SJmtHAh { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));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:3.8125rem;width:11.25rem;top:0rem;left:24.1875rem;display:block; }
#V3ZDGg0l7uXVPZopIULwsgLadIXVUAc6 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-image: -moz-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-image: -ms-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-image: -o-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#866ae342', endColorstr='#5fffff19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#866ae342', endColorstr='#5fffff19' );";background-image: linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));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:7.5rem;width:10rem;top:0rem;left:50rem;display:block; }
#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { background-color: transparent; background-image: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .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); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { border-width: 0; border-radius: 0; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#b5QG8KIpFls6bXIS20PAWSH72Z66k7AU { 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:4.25rem;width:4.25rem;top:2.6875rem;left:8.0625rem;overflow:hidden;display:block; }
#NTqEZOXDzhDr2ivQDET70ATkM9fipRbE { color:#26265b;display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:2.900390625rem;left:14.40625rem;height:3.82421875rem;font-style:normal;display:block; }
#II5PAtC3Oe33oID2fhxtTM07mtTh8eE7 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(208,188,255,0.55), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(208,188,255,0.55), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(208,188,255,0.55), #ffffff);background-image: -o-linear-gradient(180deg, rgba(208,188,255,0.55), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0bcff8c', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0bcff8c', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(208,188,255,0.55), #ffffff);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:7.0625rem;width:9.375rem;top:0rem;left:21.15625rem;display:block; }
#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { border-width: 0; border-radius: 0; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { position:absolute;display:block;z-index:14996;background-color:#866ae3;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:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { background-color: transparent; background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .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); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { border-width: 0; border-radius: 0; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#t8NxTu7t4AGtZZmWevRvco78E1cOufAp { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#b5Imcu212T787GfaxC3920P0AP8Vdrrh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:1.875rem;overflow:hidden;display:block; }
#E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.1875rem;left:15.15625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.6875rem;left:15.15625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#SG05vfSsEbok3Czletr19174nvJ95VbC { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -moz-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -ms-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -o-linear-gradient(180deg, #ffe6e8, #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, #ffe6e8, #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:1rem;left:0rem;display:block; }
#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .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); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { border-width: 0; border-radius: 0; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:16.25rem;display:block; }
#asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:47.25rem;overflow:hidden;display:block; }
#wvq9W56eefogyOneNeu9mLzQAPTxlL2M { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.3125rem;left:20rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.8125rem;left:20rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#bVRydiliFp98mNNH1DOoOmXStTR4mUAD { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:9.9375rem;left:47.25rem;display:block; }
#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { border-width: 0; border-radius: 0; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:1.875rem;overflow:hidden;display:block; }
#HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.1875rem;left:15.15625rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10rem;left:15.15625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -moz-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -ms-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -o-linear-gradient(180deg, #ffe6e8, #866ae3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );";background-image: linear-gradient(180deg, #ffe6e8, #866ae3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:8.6875rem;left:10.625rem;display:block; }
#St5DRHdAODq0ZefOeBqt0rMRliREycET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container { background-color: transparent; background-image: none; }#St5DRHdAODq0ZefOeBqt0rMRliREycET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container > .video-iframe-container { display: none; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row > .video-iframe-container { display: none; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .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); }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container { border-width: 0; border-radius: 0; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#UEra94IWhTAIpR5wwZixJVG9KGK0VXZl { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:16.25rem;display:block; }
#xt4CGHPOTmXtpudfrtwDRKfSnB0ft9zU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:47.25rem;overflow:hidden;display:block; }
#rm1FGaOpW3epAi8lV0mzrT1D2vVsuKSx { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.3125rem;left:20rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TXL3bEQIk8Lw1y8xmWFGQ0Pt4ifVGNMq { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.8125rem;left:20rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#v8t3MZtaBdQ41oN91644EsAxCU8ETQtk { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:9.9375rem;left:47.25rem;display:block; }
#wRn5dU6kHPbmygytT94ZK5XURgidza33 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { background-color: transparent; background-image: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container > .video-iframe-container { display: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row > .video-iframe-container { display: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .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); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { border-width: 0; border-radius: 0; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#xAmwzQEdVN4ILDzvxUHqBxT6Jcf0JbMy { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:46.5625rem;top:0rem;left:0rem;display:block; }
#CGUvqH3AQmZvrApr10CLEyEqZlahpT8u { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:1.875rem;overflow:hidden;display:block; }
#FGS9FRlaeog06sfOHWnbuFw6yx0h0OTA { color:#4e4e80;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.1875rem;left:15.15625rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#lDVh5JI3oyk80SnlNpT4GAvOl8cpNP2t { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.9375rem;left:15.15625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#mI3JkD3374yeJvQxWzlAluFfwQLCyMJU { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -moz-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -ms-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -o-linear-gradient(180deg, #ffe6e8, #866ae3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );";background-image: linear-gradient(180deg, #ffe6e8, #866ae3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:8.6875rem;left:10.625rem;display:block; }
#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container { background-color: transparent; background-image: none; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container > .video-iframe-container { display: none; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row > .video-iframe-container { display: none; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .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); }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container { border-width: 0; border-radius: 0; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#TmTy0yxWdVbGDOvbV0C615WtRwU4i6Xc { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:16.25rem;display:block; }
#Vxbb5tA43VS9XcIxoWRsGZOQfifW1KC7 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:47.25rem;overflow:hidden;display:block; }
#fDGTRkb7B8cZc021S4TA0dwpRqSi3Otb { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.3125rem;left:20rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#HBmWALcfTLgymODWTeP9oGq2WoIzrMsy { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.8125rem;left:20rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#UiTb3LOorOMWey3lmlavefbiNTvwwRxh { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:9.9375rem;left:47.25rem;display:block; }
#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='#866ae333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='#866ae333' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));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; }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .row .container { background-color: transparent; background-image: none; }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .row .container > .video-iframe-container { display: none; }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .row > .video-iframe-container { display: none; }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .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); }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .row .container { border-width: 0; border-radius: 0; }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#pFiWlBHBfO2Uc4cxkTa2piCQ4d1LAw0P { background-color:#866ae3;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.125rem;left:12.375rem;display:block; }
#TpxfGZSzb5kn1pD96o2XVUuFft7Ah7Z8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uR6t5725mlHHSTRsLTWJDqS8dPdiFTQy { color:#26265b;display:block;width:38.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.0625rem;left:9.6875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zF8MIruqx6PTgMMqN21Ld9A2vPawVdTN { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -o-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff2b', endColorstr='#ffffffa3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff2b', endColorstr='#ffffffa3' );";background-image: linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:11.6875rem;width:14.375rem;top:7.5rem;left:12.375rem;display:block; }
#cLHkALv1OVHKoTUt4Mgg0zlSSuBoiqpR { background-color:#866ae3;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19.125rem;left:30.375rem;display:block; }
#VZiR9RRKxRb2Qdgn4Pma1cmimTNy8PTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtTNagBdlJ7Qe7eTfV3kXdhH0z0hp7MQ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -o-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff2b', endColorstr='#ffffffa3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff2b', endColorstr='#ffffffa3' );";background-image: linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.6875rem;width:14.375rem;top:7.5rem;left:30.375rem;display:block; }
#rQBDA31h1TfWrl56GVzI96O3ELp0tRek { color:#26265b;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:9rem;left:17.1875rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCLEwksO6gNAtqvlwKPpr7J9rQPoBQbo { color:#26265b;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:11.1875rem;left:13.0625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nd5hPWqvdTwfq6fuKE5FmHPIOlzNKxR3 { color:#26265b;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:9rem;left:35.5625rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCmMyNUGTfBlV0d3IZVQ0wEdT9DHIT3Q { color:#26265b;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:11.1875rem;left:31.6875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IEIqGrgPc6JXAWcZ6gSBCHfkp205hXXy { color:#26265b;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:14.375rem;left:12.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bo52otZu3cQNVvJ9GgemWN5Scs7716JZ { color:#26265b;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:14.375rem;left:30.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FlPHui175iRTNuJFVJZA66xDAn8OSNoV { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);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:25.4375rem;width:38.5rem;top:0rem;left:9.625rem;display:block; }
#rbSiq8dGmd6g6tQ3z5HoQrZTOL7WbEA5 { color:#ff5b66;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:15.5rem;left:12.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLVNsulVSZLegwKG6IU6eWv593PCAkH5 { color:#ff5b66;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:15.5rem;left:30.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEGUZT00yD6U25eprckqoqtTQEulC6Pt { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);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:25.4375rem;width:38.5rem;top:0rem;left:9.625rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:10.5rem;left:0rem;width:25rem;height:7.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:19.3125rem;left:0rem;width:24.25rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { top:41.125rem;left:0rem;width:29.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { top:36.375rem;left:26.8125rem;width:20.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:32.125rem;height:33.4375rem;top:4.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { width:9.375rem;height:7.625rem;top:6.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { top:27.8125rem;left:0rem;width:20.0625rem;height:;font-size:1rem;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
 }@media only screen and (max-width: 763px) { #imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { width:35.1875rem;height:5.25rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIuRAagUTbiT1MMImXP1kNHT8GQtEPKz { width:24.5625rem;height:42.25rem;top:6rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvJnXfOGPSGPNZWTlJzaa88liCruA4U { width:17.5rem;height:4.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOCtqyJkeP1yzpZZmTHLm2HO3F3Uf45T { top:34.1875rem;left:26.8125rem;width:20.9375rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { top:2.25rem;left:0rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { top:6.625rem;left:0rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { top:2.25rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { top:6.625rem;left:11.375rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { top:2.25rem;left:23.3125rem;width:12.5rem;height:3.9375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { top:6.625rem;left:23.3125rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { top:6.625rem;left:35.25rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { top:2.25rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:47.75rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30roCfGT9SU00rzhAXJAz7uEcw5KWbo { display:block; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieeXnoK2VkQec3QM209VJ92U2O2GE4t5 { width:14.375rem;height:3.25rem;top:19.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3xtUGlTtnpZEQsbRAM2KpanV3cnJ18i { display:block; }
 }@media only screen and (max-width: 763px) { #Md2btrWrxRND2376PL1PkPachiSd8o3w { top:3.0625rem;left:3.5625rem;width:38.5625rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObzcWe55ghuTAVbIFqt6Ur1bEHb6uPqN { width:14.375rem;height:11.6875rem;top:7.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRPX7atysS0fSheUlPIEed0N0nteGb6 { width:14.375rem;height:3.25rem;top:19.125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3le4z8GVU2qrq3gQJBvgcP2f6Exo7lP { display:block; }
 }@media only screen and (max-width: 763px) { #A4uAdyOC8FNAlCRtF9iDADNLNO7PhfXO { width:14.375rem;height:11.6875rem;top:7.5rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfIVKfQZFoT2QnxddNImw44NPHL6gQQy { top:9rem;left:11.0625rem;width:6.75rem;height:4.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHKpTghRAqeB6DdTgK9g53E6q6L6QXxA { top:11.1875rem;left:6.9375rem;width:6.5rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKqaJGCxVKTUmIAabeTTwQlRcM05xWxx { top:9rem;left:29.4375rem;width:6.75rem;height:4.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1gWTaD6A9XUP8OlhCvQ5ouu2N7X1oIx { top:11.1875rem;left:25.5625rem;width:6.5rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqSpnCm1ChNganePibFyPu6KfNJ9aVG4 { top:14.375rem;left:6.25rem;width:14.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPveeTXJDvya0UlWlrLvo1fZGh9ZsdB2 { top:14.375rem;left:24.5625rem;width:13.75rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpJEhP6O2RQ1swT5RUMM5vzUbsPXQD2A { top:0rem;left:3.5rem;width:38.5rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vETghv29ZSJt0yPfWUX7cd0IA081uOlb { top:15.5rem;left:6.3125rem;width:14.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udZZsDLwHDEBsgvFuTTzEdbkBQBuunf9 { top:15.5rem;left:24.3125rem;width:14.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #As8kKxpCx5IEPDA7mwiCg2MmOyxV7VoW { top:0rem;left:3.5rem;width:38.5rem;height:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { top:3.3125rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:4.875rem;left:0rem;width:23.125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:2rem;left:27.375rem;width:19.75rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:11.8125rem;left:0rem;width:23.125rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:16.875rem;height:3.25rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { top:11.125rem;left:0rem;width:24.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poLMONv1SGZyPGG9cFsUnBRrEqbPJp7r { width:18.625rem;height:33.4375rem;top:2.5rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 { display:block; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cs1B2XiETzkIWFFdF4wp45Xbbdy9LKIq { width:19.8125rem;height:3.25rem;top:41.5625rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw8SM1QKF32UnRsHEevbvBg8CPov9sAP { display:block; }
 }@media only screen and (max-width: 763px) { #D0crcv1Ms5N8xs6C37RZVTZd3BrMhGCf { top:3.625rem;left:6.9375rem;width:31.625rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMosIugbaWa7UhMVEBtEFH1WS33zFGki { width:16.3125rem;height:15.5rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvqIxL3wANgGc9M5zffogxSV2PT4MZW { top:0rem;left:3.5rem;width:38.5rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlHk6Dcpu7g8e5NBTqTJftUzk7b5h0iX { width:3.75rem;height:3.75rem;top:3.9375rem;left:40.0263671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF3UTQGiJ4NCPkHIZ8b0IPJ5xiOdMql1 { top:9.6875rem;left:4.5rem;width:36.375rem;height:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { top:4.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { top:2.5rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 { display:block; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { top:15.4375rem;left:2.40625rem;width:8.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { width:13.875rem;height:13.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6533CBRaC7RuwiOaeK1yX0w423U3IK6 { top:15.4375rem;left:18.375rem;width:8.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { width:13.8125rem;height:13.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPK8BZ7ThRCevqn33HTnZpRvSuItdylF { top:15.4375rem;left:33.625rem;width:10.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfw8pwDhbAAT7sQsxFSBUkwi7FcRsNpL { width:13.875rem;height:13.875rem;top:1.25rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { top:0rem;left:0rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddu2ckee0cTSPrOcbfdC9twc4SJmtHAh { top:0rem;left:18rem;width:11.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3ZDGg0l7uXVPZopIULwsgLadIXVUAc6 { top:0rem;left:37.625rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5QG8KIpFls6bXIS20PAWSH72Z66k7AU { width:4.25rem;height:4.25rem;top:2.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTqEZOXDzhDr2ivQDET70ATkM9fipRbE { top:2.875rem;left:7.0625rem;width:40.6875rem;height:3.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #II5PAtC3Oe33oID2fhxtTM07mtTh8eE7 { width:9.375rem;height:7.0625rem;top:0rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Imcu212T787GfaxC3920P0AP8Vdrrh { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { top:3.1875rem;left:9.03125rem;width:25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { top:10.6875rem;left:9.03125rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG05vfSsEbok3Czletr19174nvJ95VbC { width:3.125rem;height:3.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:43.75rem;height:13.9375rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { top:3.3125rem;left:13.875rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { top:10.8125rem;left:13.875rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVRydiliFp98mNNH1DOoOmXStTR4mUAD { width:3.125rem;height:3.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { top:3.1875rem;left:9.03125rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { top:10rem;left:9.03125rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:8.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5DRHdAODq0ZefOeBqt0rMRliREycET { display:block; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEra94IWhTAIpR5wwZixJVG9KGK0VXZl { width:43.75rem;height:13.9375rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt4CGHPOTmXtpudfrtwDRKfSnB0ft9zU { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm1FGaOpW3epAi8lV0mzrT1D2vVsuKSx { top:3.3125rem;left:13.875rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXL3bEQIk8Lw1y8xmWFGQ0Pt4ifVGNMq { top:10.8125rem;left:13.875rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8t3MZtaBdQ41oN91644EsAxCU8ETQtk { width:3.125rem;height:3.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRn5dU6kHPbmygytT94ZK5XURgidza33 { display:block; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAmwzQEdVN4ILDzvxUHqBxT6Jcf0JbMy { width:46.5625rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGUvqH3AQmZvrApr10CLEyEqZlahpT8u { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGS9FRlaeog06sfOHWnbuFw6yx0h0OTA { top:3.1875rem;left:9.03125rem;width:29rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDVh5JI3oyk80SnlNpT4GAvOl8cpNP2t { top:10.9375rem;left:9.03125rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI3JkD3374yeJvQxWzlAluFfwQLCyMJU { width:3.125rem;height:3.125rem;top:8.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU { display:block; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmTy0yxWdVbGDOvbV0C615WtRwU4i6Xc { width:43.75rem;height:13.9375rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxbb5tA43VS9XcIxoWRsGZOQfifW1KC7 { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDGTRkb7B8cZc021S4TA0dwpRqSi3Otb { top:3.3125rem;left:13.875rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBmWALcfTLgymODWTeP9oGq2WoIzrMsy { top:10.8125rem;left:13.875rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiTb3LOorOMWey3lmlavefbiNTvwwRxh { width:3.125rem;height:3.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd { display:block; }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFiWlBHBfO2Uc4cxkTa2piCQ4d1LAw0P { width:14.375rem;height:3.25rem;top:19.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpxfGZSzb5kn1pD96o2XVUuFft7Ah7Z8 { display:block; }
 }@media only screen and (max-width: 763px) { #uR6t5725mlHHSTRsLTWJDqS8dPdiFTQy { top:3.0625rem;left:3.5625rem;width:38.5625rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF8MIruqx6PTgMMqN21Ld9A2vPawVdTN { width:14.375rem;height:11.6875rem;top:7.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLHkALv1OVHKoTUt4Mgg0zlSSuBoiqpR { width:14.375rem;height:3.25rem;top:19.125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZiR9RRKxRb2Qdgn4Pma1cmimTNy8PTN { display:block; }
 }@media only screen and (max-width: 763px) { #NtTNagBdlJ7Qe7eTfV3kXdhH0z0hp7MQ { width:14.375rem;height:11.6875rem;top:7.5rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQBDA31h1TfWrl56GVzI96O3ELp0tRek { top:9rem;left:11.0625rem;width:6.75rem;height:4.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCLEwksO6gNAtqvlwKPpr7J9rQPoBQbo { top:11.1875rem;left:6.9375rem;width:6.5rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd5hPWqvdTwfq6fuKE5FmHPIOlzNKxR3 { top:9rem;left:29.4375rem;width:6.75rem;height:4.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCmMyNUGTfBlV0d3IZVQ0wEdT9DHIT3Q { top:11.1875rem;left:25.5625rem;width:6.5rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIqGrgPc6JXAWcZ6gSBCHfkp205hXXy { top:14.375rem;left:6.25rem;width:14.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo52otZu3cQNVvJ9GgemWN5Scs7716JZ { top:14.375rem;left:24.5625rem;width:13.75rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlPHui175iRTNuJFVJZA66xDAn8OSNoV { top:0rem;left:3.5rem;width:38.5rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbSiq8dGmd6g6tQ3z5HoQrZTOL7WbEA5 { top:15.5rem;left:6.3125rem;width:14.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLVNsulVSZLegwKG6IU6eWv593PCAkH5 { top:15.5rem;left:24.3125rem;width:14.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEGUZT00yD6U25eprckqoqtTQEulC6Pt { top:0rem;left:3.5rem;width:38.5rem;height:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:20rem;height:6.1875rem;top:4.599609375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:5.25rem;top:13.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { width:20rem;height:1.3808625rem;top:45.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { width:20rem;height:12.1875rem;top:32.9375rem;left:0rem;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:20rem;height:12.75rem;top:49.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b662b', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b662b', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { width:6.0625rem;height:7.75rem;top:0rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { width:16.125rem;height:8.8125rem;top:51.125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
 }@media only screen and (max-width: 763px) { #imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { width:20rem;height:2.25rem;top:45.125rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TIuRAagUTbiT1MMImXP1kNHT8GQtEPKz { width:14.5625rem;height:25.1875rem;top:19.875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvJnXfOGPSGPNZWTlJzaa88liCruA4U { width:6.125rem;height:1.5625rem;top:1.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOCtqyJkeP1yzpZZmTHLm2HO3F3Uf45T { width:20rem;height:13.8125rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #aea0df, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #aea0df, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #aea0df, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #aea0df, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aea0df', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aea0df', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #aea0df, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { width:20rem;height:3.8994125rem;top:3.1630859375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { width:20rem;height:2.699225rem;top:7.0615234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { width:20rem;height:3.8994125rem;top:11.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { width:20rem;height:2.699225rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { width:20rem;height:3.8994125rem;top:30rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { width:14.75rem;height:2.69921875rem;top:33.8984375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { width:15.6875rem;height:2.69921875rem;top:25.3984375rem;left:2.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { width:20rem;height:3.8994125rem;top:21.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:20rem;height:40.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30roCfGT9SU00rzhAXJAz7uEcw5KWbo { display:block; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieeXnoK2VkQec3QM209VJ92U2O2GE4t5 { width:20rem;height:3.25rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3xtUGlTtnpZEQsbRAM2KpanV3cnJ18i { display:block; }
 }@media only screen and (max-width: 763px) { #Md2btrWrxRND2376PL1PkPachiSd8o3w { width:20rem;height:4.5rem;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObzcWe55ghuTAVbIFqt6Ur1bEHb6uPqN { width:16.3125rem;height:15.5rem;top:9.375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #xFRPX7atysS0fSheUlPIEed0N0nteGb6 { width:20rem;height:3.25rem;top:46.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3le4z8GVU2qrq3gQJBvgcP2f6Exo7lP { display:block; }
 }@media only screen and (max-width: 763px) { #A4uAdyOC8FNAlCRtF9iDADNLNO7PhfXO { width:16.4375rem;height:13.3125rem;top:31rem;left:3.5625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #NfIVKfQZFoT2QnxddNImw44NPHL6gQQy { width:6.8125rem;height:5.25rem;top:12.8125rem;left:6.625rem;font-size:4.375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #nHKpTghRAqeB6DdTgK9g53E6q6L6QXxA { width:3.625rem;height:1.79980625rem;top:15.625rem;left:3.5625rem;font-size:1.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #EKqaJGCxVKTUmIAabeTTwQlRcM05xWxx { width:6.75rem;height:5.25rem;top:34.0625rem;left:9.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1gWTaD6A9XUP8OlhCvQ5ouu2N7X1oIx { width:6.5rem;height:1.79980625rem;top:36.75rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqSpnCm1ChNganePibFyPu6KfNJ9aVG4 { width:14.25rem;height:1.125rem;top:18.75rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPveeTXJDvya0UlWlrLvo1fZGh9ZsdB2 { width:13.75rem;height:1.125rem;top:39.875rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpJEhP6O2RQ1swT5RUMM5vzUbsPXQD2A { width:20rem;height:18.5rem;top:28.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vETghv29ZSJt0yPfWUX7cd0IA081uOlb { width:14.25rem;height:1.125rem;top:19.8125rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udZZsDLwHDEBsgvFuTTzEdbkBQBuunf9 { width:14.25rem;height:1.125rem;top:41rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #As8kKxpCx5IEPDA7mwiCg2MmOyxV7VoW { width:20rem;height:17.75rem;top:7.1875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:20rem;height:35.3125rem;top:23.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:19.375rem;height:10.5rem;top:10.875rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:16.5625rem;height:3.25rem;top:60.8125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { width:20rem;height:11.4375rem;top:10.40625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.56));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.56));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.56));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae38e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae38e' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.56));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #poLMONv1SGZyPGG9cFsUnBRrEqbPJp7r { width:18.625rem;height:33.4375rem;top:24.40625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 { display:block; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cs1B2XiETzkIWFFdF4wp45Xbbdy9LKIq { width:20rem;height:3.25rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw8SM1QKF32UnRsHEevbvBg8CPov9sAP { display:block; }
 }@media only screen and (max-width: 763px) { #D0crcv1Ms5N8xs6C37RZVTZd3BrMhGCf { width:15.75rem;height:5.625rem;top:5.8125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMosIugbaWa7UhMVEBtEFH1WS33zFGki { width:16.3125rem;height:15.5rem;top:0.875rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #AtvqIxL3wANgGc9M5zffogxSV2PT4MZW { width:20rem;height:67.5625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlHk6Dcpu7g8e5NBTqTJftUzk7b5h0iX { width:3.75rem;height:3.75rem;top:1.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF3UTQGiJ4NCPkHIZ8b0IPJ5xiOdMql1 { width:20rem;height:51rem;top:17.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { width:20rem;height:4.875rem;top:3.4375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 { display:block; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { width:16.875rem;height:1.875rem;top:15.25rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { width:13.875rem;height:13.875rem;top:1.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6533CBRaC7RuwiOaeK1yX0w423U3IK6 { width:16.875rem;height:1.875rem;top:33.125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { width:13.8125rem;height:13.8125rem;top:19.3125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPK8BZ7ThRCevqn33HTnZpRvSuItdylF { width:16.875rem;height:1.875rem;top:51.3125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfw8pwDhbAAT7sQsxFSBUkwi7FcRsNpL { width:13.875rem;height:13.875rem;top:37.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { width:10rem;height:13.9375rem;top:1.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(134,106,227,0.26), rgba(95,255,255,0.3));background-image: -moz-linear-gradient(270deg, rgba(134,106,227,0.26), rgba(95,255,255,0.3));background-image: -ms-linear-gradient(270deg, rgba(134,106,227,0.26), rgba(95,255,255,0.3));background-image: -o-linear-gradient(270deg, rgba(134,106,227,0.26), rgba(95,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#866ae342', endColorstr='#5fffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#866ae342', endColorstr='#5fffff4c' );";background-image: linear-gradient(270deg, rgba(134,106,227,0.26), rgba(95,255,255,0.3));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ddu2ckee0cTSPrOcbfdC9twc4SJmtHAh { width:11.25rem;height:13.8125rem;top:19.3125rem;left:8.75rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.3));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.3));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.3));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae34c' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.3));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V3ZDGg0l7uXVPZopIULwsgLadIXVUAc6 { width:10rem;height:13.9375rem;top:37.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.3), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.3), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.3), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.3), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff4c', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff4c', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.3), rgba(134,106,227,0.26));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5QG8KIpFls6bXIS20PAWSH72Z66k7AU { width:4.25rem;height:4.25rem;top:0.6875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTqEZOXDzhDr2ivQDET70ATkM9fipRbE { width:20rem;height:6rem;top:5.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #II5PAtC3Oe33oID2fhxtTM07mtTh8eE7 { width:6.0625rem;height:8.75rem;top:0rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:20rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Imcu212T787GfaxC3920P0AP8Vdrrh { width:10.8125rem;height:10.8125rem;top:2.25rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { width:16.875rem;height:7.5rem;top:14.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { width:20rem;height:1.5rem;top:23.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SG05vfSsEbok3Czletr19174nvJ95VbC { width:3.125rem;height:3.125rem;top:2.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { width:10.8125rem;height:10.8125rem;top:2.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { width:16.875rem;height:9rem;top:14.625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { width:20rem;height:1.5rem;top:25.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVRydiliFp98mNNH1DOoOmXStTR4mUAD { width:3.125rem;height:3.125rem;top:9.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { width:10.8125rem;height:10.8125rem;top:3.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { width:16.875rem;height:9rem;top:15.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { width:20rem;height:1.5rem;top:25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:10.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5DRHdAODq0ZefOeBqt0rMRliREycET { display:block; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEra94IWhTAIpR5wwZixJVG9KGK0VXZl { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt4CGHPOTmXtpudfrtwDRKfSnB0ft9zU { width:10.8125rem;height:10.8125rem;top:2.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm1FGaOpW3epAi8lV0mzrT1D2vVsuKSx { width:16.875rem;height:7.5rem;top:14.5625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXL3bEQIk8Lw1y8xmWFGQ0Pt4ifVGNMq { width:20rem;height:3rem;top:23.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8t3MZtaBdQ41oN91644EsAxCU8ETQtk { width:3.125rem;height:3.125rem;top:9.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRn5dU6kHPbmygytT94ZK5XURgidza33 { background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { background-color: transparent; background-image: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container > .video-iframe-container { display: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row > .video-iframe-container { display: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .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); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAmwzQEdVN4ILDzvxUHqBxT6Jcf0JbMy { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGUvqH3AQmZvrApr10CLEyEqZlahpT8u { width:10.8125rem;height:10.8125rem;top:3.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGS9FRlaeog06sfOHWnbuFw6yx0h0OTA { width:16.875rem;height:10.5rem;top:15.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDVh5JI3oyk80SnlNpT4GAvOl8cpNP2t { width:20rem;height:1.5rem;top:26.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mI3JkD3374yeJvQxWzlAluFfwQLCyMJU { width:3.125rem;height:3.125rem;top:10.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU { display:block; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmTy0yxWdVbGDOvbV0C615WtRwU4i6Xc { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxbb5tA43VS9XcIxoWRsGZOQfifW1KC7 { width:10.8125rem;height:10.8125rem;top:2.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDGTRkb7B8cZc021S4TA0dwpRqSi3Otb { width:16.875rem;height:9rem;top:14.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBmWALcfTLgymODWTeP9oGq2WoIzrMsy { width:20rem;height:1.5rem;top:25.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiTb3LOorOMWey3lmlavefbiNTvwwRxh { width:3.125rem;height:3.125rem;top:9.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd { display:block; }#VxoZkLTr31MtdJJ52Lv4xtko01aRqqVd > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFiWlBHBfO2Uc4cxkTa2piCQ4d1LAw0P { width:20rem;height:3.25rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpxfGZSzb5kn1pD96o2XVUuFft7Ah7Z8 { display:block; }
 }@media only screen and (max-width: 763px) { #uR6t5725mlHHSTRsLTWJDqS8dPdiFTQy { width:20rem;height:4.5rem;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF8MIruqx6PTgMMqN21Ld9A2vPawVdTN { width:16.3125rem;height:15.5rem;top:9.375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #cLHkALv1OVHKoTUt4Mgg0zlSSuBoiqpR { width:20rem;height:3.25rem;top:46.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZiR9RRKxRb2Qdgn4Pma1cmimTNy8PTN { display:block; }
 }@media only screen and (max-width: 763px) { #NtTNagBdlJ7Qe7eTfV3kXdhH0z0hp7MQ { width:16.4375rem;height:13.3125rem;top:31rem;left:3.5625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #rQBDA31h1TfWrl56GVzI96O3ELp0tRek { width:6.8125rem;height:5.25rem;top:12.8125rem;left:6.625rem;font-size:4.375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #TCLEwksO6gNAtqvlwKPpr7J9rQPoBQbo { width:3.625rem;height:1.79980625rem;top:15.625rem;left:3.5625rem;font-size:1.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #nd5hPWqvdTwfq6fuKE5FmHPIOlzNKxR3 { width:6.75rem;height:5.25rem;top:34.0625rem;left:9.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCmMyNUGTfBlV0d3IZVQ0wEdT9DHIT3Q { width:6.5rem;height:1.79980625rem;top:36.75rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIqGrgPc6JXAWcZ6gSBCHfkp205hXXy { width:14.25rem;height:1.125rem;top:18.75rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo52otZu3cQNVvJ9GgemWN5Scs7716JZ { width:13.75rem;height:1.125rem;top:39.875rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlPHui175iRTNuJFVJZA66xDAn8OSNoV { width:20rem;height:18.5rem;top:28.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rbSiq8dGmd6g6tQ3z5HoQrZTOL7WbEA5 { width:14.25rem;height:1.125rem;top:19.8125rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLVNsulVSZLegwKG6IU6eWv593PCAkH5 { width:14.25rem;height:1.125rem;top:41rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEGUZT00yD6U25eprckqoqtTQEulC6Pt { width:20rem;height:17.75rem;top:7.1875rem;left:0rem;z-index:14993;display:block; }
 }