.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:transparent;background-image: -webkit-linear-gradient(85deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(85deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(85deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(85deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(85deg, #d41aef, #2f01ae);background-size:auto !important;position:relative;display:block; }
#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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(33deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(33deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(33deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(33deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(33deg, #d41aef, #2f01ae);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; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:19.5rem;display:block; }
#HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:26.75rem;display:block; }
#WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.5625rem;top:1.6041667461395rem;left:1.2701329240078rem;overflow:hidden;display:block; }
#TKn34e6R0EauEbyCC2ETfF70iJkiiD6u { z-index:15004;top:1.0625rem;left:48.625000953674rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z9IGMWPWCqf1Gl4T7l8CVwnqKNBW9D5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:34.250000953674rem;display:block; }
#y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OsQ7lXeGB38TUFCBFCTeFEUxkKXCeUrF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:3.75rem;top:1.8125rem;left:10.187500953674rem;overflow:hidden;display:block; }
#MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.375rem;left:41.291668891907rem;display:block; }
#QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(120deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(120deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(120deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(120deg, #d41aef, #2f01ae);background-size:cover !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; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#ff004c;display:block;width:26.9375rem;position:absolute;font-family:roboto;font-size:5.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.93684911727906rem;left:0rem;height:27.9479375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#e8f7ff;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:21.91796875rem;left:1.2057294845581rem;height:3.7375rem;font-style:normal;display:block; }
#v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { position:absolute;display:block;z-index:15002;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.75rem;width:0.25rem;top:21.411458969116rem;left:0rem;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { z-index:15003;top:27.375rem;left:17.968750953674rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:5.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NkSLK8dZKdVrNlrLtL1RfxaRUMZivTNv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXStBcXR5fXTE7exf7iW09nz5Pr4cIqi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:27.8125rem;top:0.93684911727906rem;left:28.851563453674rem;overflow:hidden;display:block; }
#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(42deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(42deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(42deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(42deg, #d41aef, #2f01ae);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; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row .container { background-color: transparent; background-image: none; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row .container > .video-iframe-container { display: none; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row > .video-iframe-container { display: none; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .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); }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row .container { border-width: 0; border-radius: 0; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#wiqf7J15qqWvyvgyLeolofAiC1FfB45x { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.875rem;left:5.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P40ACHylIxTB6bZERHf3dzht2clvA538 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.6875rem;left:5.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LN35qwXOPKoJJAarRbKbEXoUnGGbz2Mn { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.875rem;left:35.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyyx5ff4bTf2gbPqyob00tTa87IqxmTD { color:#d2a9ff;display:block;width:27rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.75rem;left:31.437500953674rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEZBGGN9BzZe1LE0KMbc9AXgP9Tq31ci { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:.76;top:1.8541679382324rem;left:42.125000953674rem; }
#vQ6CdpRhAzzbpkpdWtSUCtU56sdzdUbz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.76;top:1.5104179382324rem;left:11.781250953674rem; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(123deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(123deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(123deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(123deg, #d41aef, #2f01ae);background-size:initial !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; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { border-width: 0; border-radius: 0; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;position:relative;display:block; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:4.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8639323711395rem;left:0rem;height:24.6979375rem;font-style:normal;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:#e8f7ff;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.630859375rem;left:0rem;height:5.52083125rem;font-style:normal;display:block; }
#uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #ff004c);background-image: -moz-linear-gradient(339deg, #8200ff, #ff004c);background-image: -ms-linear-gradient(339deg, #8200ff, #ff004c);background-image: -o-linear-gradient(339deg, #8200ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );";background-image: linear-gradient(339deg, #8200ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:7.6875rem;left:30.9375rem;display:block; }
#AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(68deg, #8200ff, #ff004c);background-image: -moz-linear-gradient(68deg, #8200ff, #ff004c);background-image: -ms-linear-gradient(68deg, #8200ff, #ff004c);background-image: -o-linear-gradient(68deg, #8200ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );";background-image: linear-gradient(68deg, #8200ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:5.625rem;left:27.8125rem;display:block; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c70bff;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#f1ecf3;padding-top:0.5875rem;padding-right:0.51375rem;padding-bottom:0.5875rem;padding-left:0.51375rem;display:block;align-items:center;width:3.080625rem;min-width:3.080625rem;height:3.15875rem;position:relative;font-family:arial;font-size:2.350625rem;font-weight:700;line-height:50.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3675rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.1075rem;height:1.24875rem;position:relative;font-family:"open sans";font-size:0.88125rem;font-weight:400;line-height:19.98px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:20.4375rem;height:5.94986875rem;padding-top:0.07375rem;padding-right:0.073125rem;padding-bottom:0.07375rem;padding-left:0.073125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:27.934246063233rem;left:2.4576826095581rem;z-index:15028; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW { width:auto; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
#lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { color:#e8f7ff;display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:4.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:44.875rem;left:31.71875rem;height:6.25625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kSkgXcqJJhqXvTEuVp8pSyGW0xQVfJhJ { z-index:15004;top:36.6875rem;left:1.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:5.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s1xLAHrvW0EHLUnkpXC67xoJt8qyzM9b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xLTeFgIxeuNQWkUygFTGHIlbxAh9XHeX { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(68deg, #8200ff, #ff004c);background-image: -moz-linear-gradient(68deg, #8200ff, #ff004c);background-image: -ms-linear-gradient(68deg, #8200ff, #ff004c);background-image: -o-linear-gradient(68deg, #8200ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );";background-image: linear-gradient(68deg, #8200ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:18.3125rem;left:27.812500953674rem;display:block; }
#yl8PkePl6yBd6iBxCKLCWURMBLLcDsTZ { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #ff004c);background-image: -moz-linear-gradient(339deg, #8200ff, #ff004c);background-image: -ms-linear-gradient(339deg, #8200ff, #ff004c);background-image: -o-linear-gradient(339deg, #8200ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );";background-image: linear-gradient(339deg, #8200ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:20.25rem;left:32.062500953674rem;display:block; }
#L8xrtil2QyQw6nJHifrwd7UkKOiTXB17 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(68deg, #8200ff, #ff004c);background-image: -moz-linear-gradient(68deg, #8200ff, #ff004c);background-image: -ms-linear-gradient(68deg, #8200ff, #ff004c);background-image: -o-linear-gradient(68deg, #8200ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );";background-image: linear-gradient(68deg, #8200ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:31.625rem;left:27.8125rem;display:block; }
#JQ47ByKsehcqHx28C47LERcpEm3p9R9K { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #ff004c);background-image: -moz-linear-gradient(339deg, #8200ff, #ff004c);background-image: -ms-linear-gradient(339deg, #8200ff, #ff004c);background-image: -o-linear-gradient(339deg, #8200ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004c' );";background-image: linear-gradient(339deg, #8200ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:33.5625rem;left:32.0625rem;display:block; }
#M3QwB4mkTEhHBdigrss9MTfthcO5unZn { 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:11.1875rem;width:11.1875rem;top:14.84375rem;left:39.406250953674rem;overflow:hidden;display:block; }
#OUEBOqrLixvvCiiXZFTWtdBVTNkAP4T3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.1875rem;top:2.28125rem;left:39.406250953674rem;overflow:hidden;display:block; }
#IsPNa2bZBFg9GrRIU5fSJ4lkaDsaJQAl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:32.375rem;left:28.562500953674rem; }
#wqp1LK0tLEw6gO0wIhng9tvmE1FDI8Vh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:6.5rem;left:28.562500953674rem; }
#LinoQJpyLWPgTbWEzAlyGnJm8SW0kOFD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:19.0625rem;left:28.562500953674rem; }
#lcqE4Xvw03OTUkr5XpiSqTsSQwkcP8xJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.1875rem;top:27.934246063233rem;left:39.406250953674rem;overflow:hidden;display:block; }
#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(55deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(55deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(55deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(55deg, #d41aef, #2f01ae);background-size:cover !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; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { background-color: transparent; background-image: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .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); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { border-width: 0; border-radius: 0; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { font-size:0.875rem;font-family:arial;height:142.125rem;width:60rem;position:relative;display:block; }#z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:20.9375rem;width:27.25rem;top:9.6875rem;left:0rem;display:block; }
#rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5rem;left:2.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.6875rem;left:2.375rem;height:3.0859375rem;font-style:normal;display:block; }
#qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:25.9619140625rem;left:1rem;height:2.76041875rem;font-style:normal;display:block; }#qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 li:before{  }
#w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:14.5rem;left:32.75rem;display:block; }
#hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.25rem;width:27.25rem;top:38.6875rem;left:32.75rem;display:block; }
#uvaKe95avsn2edT93UOxquwo9C4Vze91 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:40rem;left:51.75rem;display:block; }
#ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:25.3125rem;width:27.25rem;top:34.375rem;left:0rem;display:block; }
#U6vQDIX7Mf7o0nTBccNbzy6wTHVD4ylS { z-index:15005;top:110.21875rem;left:32.968753814698rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:5.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Wqoq9agNsQVmc8vaQkKFHfdOw160pu6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -moz-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -ms-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -o-linear-gradient(180deg, #ea00f3, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #ea00f3, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.75rem;width:11.75rem;top:1.5625rem;left:1.9375rem;display:block; }
#W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:2.1875rem;left:2.625rem;overflow:hidden;display:block; }
#k7HNvaraG3tWvc8gAXmy4NsZS5s9Qnsu { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -moz-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -ms-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -o-linear-gradient(180deg, #ea00f3, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #ea00f3, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.75rem;width:11.75rem;top:35.6875rem;left:47.5rem;display:block; }
#EzIfSt37mRvpykT9eyqBP8iDUgpc0rCg { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -moz-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -ms-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -o-linear-gradient(180deg, #ea00f3, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #ea00f3, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.75rem;width:11.75rem;top:8.0625rem;left:34.9375rem;display:block; }
#JdHLora4iHlMZAw4xyVO4Je7GEVT45fV { 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:10.4375rem;width:10.4375rem;top:8.75rem;left:35.625rem;overflow:hidden;display:block; }
#ZTSvqmheFU6lMHm5I4AyISTQE0sV49eB { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.125rem;left:35.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5shwIkCZxO5okFa99TmiLKQWyD1M2TO { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.5rem;left:35.125rem;height:3.0859375rem;font-style:normal;display:block; }
#aokQ0L7y92rSlcHb9GxGNqX27MSTtRnf { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5rem;left:35.125rem;height:2.76041875rem;font-style:normal;display:block; }#aokQ0L7y92rSlcHb9GxGNqX27MSTtRnf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aokQ0L7y92rSlcHb9GxGNqX27MSTtRnf li:before{  }
#uyx9vRVPUgIL6GEhImTZu3ypPN82THy3 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:24.5rem;left:35.125rem;height:1.54375rem;font-style:normal;display:block; }
#AelRlyvvNT3nfDHsp9TQiStMiG77RCuM { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sViQsLeLDiGcWfvZsuaoS8qmVkEb6BOC { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JA7ZX9lsx4309dkiO9m85uAFI7FHuBM0 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:23.0625rem;left:1.9375rem;height:2.5996125rem;font-style:normal;display:none; }#JA7ZX9lsx4309dkiO9m85uAFI7FHuBM0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JA7ZX9lsx4309dkiO9m85uAFI7FHuBM0 li:before{  }
#fh7xo8NTrsOgGS40BDCwHi3XSo6tfVSx { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.3125rem;left:2.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DGCXdFUfkJHRuf0N1BEizNQP6z1yxgTi { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22.6875rem;left:2.375rem;height:1.54375rem;font-style:normal;display:block; }
#RloaTRTtiOG8qvJrUemZsepkKv9AbxkN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:32.75rem;left:15.625rem;overflow:hidden;display:block; }
#XUzGDJIP13aILuITtdXWsH3m140QVnHm { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -moz-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -ms-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -o-linear-gradient(180deg, #ea00f3, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #ea00f3, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.75rem;width:11.75rem;top:32.0625rem;left:15rem;display:block; }
#IsI3pnHS5KPUZ7zZmc98FTFRTowiFNPJ { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.375rem;left:1rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VyPLPLadsFTu6Q1bFvxZHeGz8aTrXMEN { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:43.75rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dZwK4o5ML8iKKRSTTOnGQ8S5OQtD9hSv { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:46.3125rem;left:1.9375rem;height:3.0859375rem;font-style:normal;display:block; }
#DqRA4oAmXKVlCzlosoAt5Gc8w2lv0NVi { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:51.5625rem;left:2.375rem;height:4.140625rem;font-style:normal;display:block; }#DqRA4oAmXKVlCzlosoAt5Gc8w2lv0NVi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DqRA4oAmXKVlCzlosoAt5Gc8w2lv0NVi li:before{  }
#BAqqs91naHAzvFsgEOf40loWIVRnldLV { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.125rem;width:27.25rem;top:70.382820129394rem;left:32.748699188233rem;display:block; }
#mQXA87Im3XSNhTAuoIPG5Oz2pzTUCVLJ { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:48.5625rem;left:34.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#loedRpn1eCQhdDNXQWzdaS8vEoXQDaQS { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:50.8125rem;left:34.9375rem;height:3.0859375rem;font-style:normal;display:block; }
#dOTTwSCd43v2ai0Z4orOMnQdHhWRLUNz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:36.3125rem;left:48.125rem;overflow:hidden;display:block; }
#XnN7d6wpC9q4mCNdikSoMAtLAdh0PhO1 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:55.5rem;left:35.125rem;height:2.76041875rem;font-style:normal;display:block; }#XnN7d6wpC9q4mCNdikSoMAtLAdh0PhO1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XnN7d6wpC9q4mCNdikSoMAtLAdh0PhO1 li:before{  }
#mDV6sgh88rJRlld7QDOBnJw4tm9z0rOW { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:33.5rem;width:27.25rem;top:65.5625rem;left:1.375rem;display:block; }
#f560XV112SHdtbi2V5qa06tTbMyN5ACF { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:84.375007629394rem;left:3.75rem;height:;font-style:normal;display:block; }#f560XV112SHdtbi2V5qa06tTbMyN5ACF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f560XV112SHdtbi2V5qa06tTbMyN5ACF li:before{  }
#iNofhNAwaJWdbtTEmdfBTHawGtI7cfgC { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:77.6875rem;left:3.5625rem;height:3.0859375rem;font-style:normal;display:block; }
#y6t7WW35um7tSaW2UTDAOXQnhBrwoJNy { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:75.4375rem;left:3.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XntybtLD8Imm6bE9ha13OXTnJ3KegVoT { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -moz-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -ms-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -o-linear-gradient(180deg, #ea00f3, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #ea00f3, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.75rem;width:11.75rem;top:61.1875rem;left:3.9375rem;display:block; }
#Er9MqfJKALPqc96ozfIrKiPmSeAnFmCy { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:61.8125rem;left:4.5625rem;overflow:hidden;display:block; }
#rJUtxxHQV7N4v2UTQGNUbpWsfuDJoGlK { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:66.875rem;left:20.375rem;display:block; }
#WigEvUVgCUFGmhVX5HoC515aTmaNdLWJ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.625rem;top:91.375rem;left:11.1875rem;overflow:hidden;display:block; }
#ETIxPTAW9BKxOZeJH7LF8G1FT4t1qIxV { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:35.625rem;width:27.25rem;top:104.43750762939rem;left:2.375rem;display:block; }
#bsfcEEHWNloQxfbO1xRyvXKFoqpPfEqW { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -moz-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -ms-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -o-linear-gradient(180deg, #ea00f3, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #ea00f3, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.75rem;width:11.75rem;top:65.1875rem;left:34.9375rem;display:block; }
#RLQCDL6xUELNVo6ciHe90E2CrnlbrXy0 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:65.8125rem;left:35.5625rem;overflow:hidden;display:block; }
#ZkpKJUh8wqB67IXNoKHlgWoskEK6lTeZ { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:79.188806533812rem;left:34.281253814698rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#McWLhletTNZ5Bwwy6FZdUXMbpN7uh0iA { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:82.915369033812rem;left:35.125003814698rem;height:1.54296875rem;font-style:normal;display:block; }
#TGOgzD8lvdErZLk28Pe6DoZZfIcQTJd1 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:88.5156288147rem;left:34.614582061767rem;height:4.140625rem;font-style:normal;display:block; }#TGOgzD8lvdErZLk28Pe6DoZZfIcQTJd1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TGOgzD8lvdErZLk28Pe6DoZZfIcQTJd1 li:before{  }
#gbxTLtqiF8SZPatiKdBepNcIG4kmKpOD { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -moz-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -ms-linear-gradient(180deg, #ea00f3, #bc43ff);background-image: -o-linear-gradient(180deg, #ea00f3, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea00f3', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #ea00f3, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:11.75rem;width:11.75rem;top:100.4375rem;left:4.8125rem;display:block; }
#Fce8K7t4qs3EyTKS7cnHVMohaWX0xTcG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:101.0625rem;left:5.5rem;overflow:hidden;display:block; }
#Reqah17IZp6ttKWlAodhnVZEznvvOR6L { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:115.3125rem;left:4.1458320617676rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddGfGMuZSq7H8v31DDI5G1AuI2uHKD6v { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:118.625rem;left:4.3333320617676rem;height:6.171875rem;font-style:normal;display:block; }
#c9zadSry9mm8t8UzN7rBTkmwqxcSt0oA { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:128.8125rem;left:3.75rem;height:;font-style:normal;display:block; }#c9zadSry9mm8t8UzN7rBTkmwqxcSt0oA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c9zadSry9mm8t8UzN7rBTkmwqxcSt0oA li:before{  }
#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(141deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(141deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(141deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(141deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(141deg, #d41aef, #2f01ae);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; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row .container { background-color: transparent; background-image: none; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row .container > .video-iframe-container { display: none; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row > .video-iframe-container { display: none; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .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); }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row .container { border-width: 0; border-radius: 0; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row .container { font-size:0.875rem;font-family:arial;height:100.75rem;width:60rem;position:relative;display:block; }#nWBEZcv6Q2px8y6e6ZHHJcbVUzI5JmpE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.625rem;width:19.6875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:45.125rem;left:8.375rem;overflow:hidden;display:block; }
#THdNmTkmcKsLoL2X4zJUTadLwMIegvyh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.1875rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:64.75rem;left:8.1875rem;overflow:hidden;display:block; }
#wNv0HD7EoJXO6Unkav9ClMugbTAQQIr9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.6875rem;width:20.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:63.5rem;left:30.8125rem;overflow:hidden;display:block; }
#B0akAN7q6SGSsEMo7T3lRvkcqJNIdvFT { color:#e8f7ff;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:4.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.763021469116rem;left:0rem;height:5.85rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xuH7A9eJtAtL0oPSgip3lTdpAJMWq7XD { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #a200ff, #ff004c);background-image: -moz-linear-gradient(339deg, #a200ff, #ff004c);background-image: -ms-linear-gradient(339deg, #a200ff, #ff004c);background-image: -o-linear-gradient(339deg, #a200ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a200ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a200ff', endColorstr='#ff004c' );";background-image: linear-gradient(339deg, #a200ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:1.25rem;left:25.875000953674rem;display:block; }
#Bgwo2b5wTeMoSipaALNEHud2T8yT0roS { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #a200ff, #ff004c);background-image: -moz-linear-gradient(339deg, #a200ff, #ff004c);background-image: -ms-linear-gradient(339deg, #a200ff, #ff004c);background-image: -o-linear-gradient(339deg, #a200ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a200ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a200ff', endColorstr='#ff004c' );";background-image: linear-gradient(339deg, #a200ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.37434875rem;width:8.2495rem;top:95.5rem;left:27.4375rem;display:block; }
#QJ4FR57rWEnR7eZHSEp3b1iAp9ef7pCZ { color:#e8f7ff;display:block;width:50.4996875rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:79.8125rem;left:3.875rem;height:5.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TLUh5pp9pAlWM8QAEsEptqX76lZVi0ty { color:#d41aef;display:block;width:10.4345625rem;position:absolute;font-family:roboto;font-size:4.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:85.5rem;left:10.1875rem;height:5.28125rem;font-style:normal;display:block; }
#TdvsePu0Z7gh6zrJPymeJ1ttyoBsDvKD { color:#e8f7ff;display:block;width:44.4375rem;position:absolute;font-family:roboto;font-size:4.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:5.85rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qTzqDJwtwsD11il1vfQCabpoBqb7Ku6R { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.125rem;width:17.5625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.500000953674rem;left:21.496097564698rem;overflow:hidden;display:block; }
#J2eMhhCvDSl64BaK3dyF2GGPKA4f3AHo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:31.125rem;width:31.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:39.375rem;left:23.75rem;overflow:hidden;display:block; }
#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(63deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(63deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(63deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(63deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(63deg, #d41aef, #2f01ae);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; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row .container { background-color: transparent; background-image: none; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row .container > .video-iframe-container { display: none; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row > .video-iframe-container { display: none; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .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); }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row .container { border-width: 0; border-radius: 0; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:60rem;position:relative;display:block; }#d8RnJMXI2iFtK6l6ZkXTLCz8MeTIi1ou { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:38.625000953674rem;left:0rem;overflow:hidden;display:block; }
#Z380AFxsashTQ7O8E8XZPEdePzCbKi9Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:20.4375rem;overflow:hidden;display:block; }
#ystZPRX221J5NxBS66BWpCDlXMmUagIB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:20.4375rem;overflow:hidden;display:block; }
#gt7JMU05XGlAq6hkCLCR266A4BBhdWvq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.156250953674rem;left:40.999348640442rem;overflow:hidden;display:block; }
#iP5szXBIHN1FZVemS0pyXOTTKKSoBBST { color:#e8f7ff;display:block;width:54rem;position:absolute;font-family:roboto;font-size:4.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.166015625rem;left:5.4166669845581rem;height:6.25625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZISpDcfRMETIApsETwLWriExdG2Ou9ob { z-index:15005;top:29.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ybABKyvWaKtJPOJlUKCCaTK3Z5onwsVe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#woF3qSJLiQwL1UauJNz3ETCLMi7Rh4QQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.312505245209rem;left:0rem;overflow:hidden;display:block; }
#Hzs6dqWTJwIqaDOaiaGfW3UeCI4EUDWK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.354166984558rem;left:41.061848640442rem;overflow:hidden;display:block; }
#gsdOIvtQW7axbvHe4EaFqqtAdcDhARZq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:38.625001907349rem;left:20.531250953674rem;overflow:hidden;display:block; }
#lKcNpdC4FEELcA6rJIcCohzl02OxU3Ah { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:38.625001907349rem;left:41.061848640442rem;overflow:hidden;display:block; }
#JZ9iTWuZSnDWTAZKna8ngO1zaWMEKK1c { color:#fafafa;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:52.238283157349rem;left:45.436199188233rem;height:1.94921875rem;display:block; }
#huXiR4sbP3BWqJDn6phfExULxdLtEbaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(135deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(135deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(135deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(135deg, #d41aef, #2f01ae);background-size:cover !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; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { background-color: transparent; background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .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); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { border-width: 0; border-radius: 0; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { color:#e8f7ff;display:block;width:57.5625rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.21875rem;height:6.987rem;font-style:normal;display:block; }
#ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { color:#e8f7ff;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.21875rem;height:2.92448125rem;font-style:normal;display:block; }
#vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.0625rem;left:0rem;display:block; }
#wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { color:#e8f7ff;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.680999755859rem;left:1.21875rem;height:1.3rem;font-style:normal;display:block; }
#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { position:relative;display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { background-color: transparent; background-image: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container > .video-iframe-container { display: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row > .video-iframe-container { display: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .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); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { border-width: 0; border-radius: 0; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { color:#ff004c;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.86875rem;font-style:normal;display:block; }
#EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:24.749348640442rem;height:1.3rem;font-style:normal;display:block; }
#OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:26.25rem;width:0.375rem;top:2.5625rem;left:0.78125rem;display:block; }
#yRa2p1za28p9eO11pmh54hyOUDyGLTqH { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:0.03125rem;display:block; }
#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { position:relative;display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { background-color: transparent; background-image: none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container > .video-iframe-container { display: none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row > .video-iframe-container { display: none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .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); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { border-width: 0; border-radius: 0; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PinG8fkEzMMJqW43CRyDPVCihOeUS82g { color:#ff004c;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.86875rem;font-style:normal;display:block; }
#Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:24.749348640442rem;height:2.6rem;font-style:normal;display:block; }
#cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:0.0625rem;display:block; }
#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { position:relative;display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { background-color: transparent; background-image: none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container > .video-iframe-container { display: none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row > .video-iframe-container { display: none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .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); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { border-width: 0; border-radius: 0; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { color:#ff004c;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.86875rem;font-style:normal;display:block; }
#WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:24.749348640442rem;height:1.3rem;font-style:normal;display:block; }
#tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:0.0625rem;display:block; }
#z84eeEn58nIayhnTDLGt7VsqaXNO7fpL { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:35.3125rem;width:0.3125rem;top:0rem;left:0.78083442747112rem;display:block; }
#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { position:relative;display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { background-color: transparent; background-image: none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container > .video-iframe-container { display: none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row > .video-iframe-container { display: none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .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); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { border-width: 0; border-radius: 0; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { color:#ff004c;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.86875rem;font-style:normal;display:block; }
#kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:24.749348640442rem;height:1.3rem;font-style:normal;display:block; }
#lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.09375rem;left:0.0625rem;display:block; }
#VRa5ebPhCC4QL3L1KIKldyhWq5BJcHTs { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:35.3125rem;width:0.3125rem;top:0.125rem;left:0.625rem;display:block; }
#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { position:relative;display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { background-color: transparent; background-image: none; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container > .video-iframe-container { display: none; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row > .video-iframe-container { display: none; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .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); }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { border-width: 0; border-radius: 0; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:75.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { color:#ff004c;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.86875rem;font-style:normal;display:block; }
#EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4088554382324rem;left:24.749348640442rem;height:1.3rem;font-style:normal;display:block; }
#qQNTvlodusdTFt5UfqtctAanABRDsvWb { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:0.0625rem;display:block; }
#pFiQKgOiPol1NfyFRFIIVhnfMy2BZQsi { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:8.34375rem;left:0rem;display:block; }
#s3wRs3P5B4RbRDED3Q0JgsKVxF9HuwLg { color:#ff004c;display:block;width:7.8125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3463554382325rem;left:4.78125rem;height:1.86875rem;font-style:normal;display:block; }
#OfTS5tp0qTnlfiRn1WxwRtWwOFyo7WWf { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:14.5625rem;height:1.625rem;font-style:normal;display:block; }
#MCQHW0k7oDGMmt4Xq9zrHM6vSHDmkhiS { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5rem;left:24.75rem;height:2.59895625rem;font-style:normal;display:block; }
#mZpwbPrTTnLOmEysvEqfUqAlStcMS9RT { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:14.6875rem;left:0rem;display:block; }
#ZFwViI1mQH9zF95pirTntp0qMzHHQUzA { color:#ff004c;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.6875rem;left:4.75rem;height:1.86875rem;font-style:normal;display:block; }
#PNkPeleZ3TmEmvvTWAJ3ZrmBRX8sgSWf { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.875rem;left:14.5625rem;height:1.625rem;font-style:normal;display:block; }
#nZZaZmUoh6ADCLN99PK2FyaTMbl9Twr1 { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:24.75rem;height:2.6rem;font-style:normal;display:block; }
#ixzmxt82EuVBWrnrr3Tku53Q3R4Eylc0 { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:21.75rem;left:0.10416698455811rem;display:block; }
#azDAf0d2aMG17VThyGzTSHCb2LfbTeWX { color:#ff004c;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.752605438233rem;left:4.78125rem;height:1.86875rem;font-style:normal;display:block; }
#yTWte0a38lWmTyXeFc9zdwgzFULU3wMT { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.875rem;left:24.75rem;height:2.59895625rem;font-style:normal;display:block; }
#zFQAooFixD8tnG4xAQuzdyFNn6K5PFLG { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.875rem;left:14.5625rem;height:1.625rem;font-style:normal;display:block; }
#cqymNaQpbwDHnBbuWqfwcTu3AddvTmTr { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:28.3125rem;left:24.625rem;height:2.59895625rem;font-style:normal;display:block; }
#EeQBeBqIf17fTGcdZaB0ZS5t7QIMJMuD { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.3125rem;left:14.4375rem;height:1.625rem;font-style:normal;display:block; }
#VOOq5t7WsISebWy5ou0h1BZVrMIlxB0f { color:#ff004c;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.1875rem;left:4.6875rem;height:1.86875rem;font-style:normal;display:block; }
#vfkM5Ce198HDbF6SeNvcLWdGzJXKfvpb { position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:28.1875rem;left:0rem;display:block; }
#aXn3E4NeGCvQfqp1gPdQkKpv8k8nzeHb { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:35.1875rem;left:24.625rem;height:1.3rem;font-style:normal;display:block; }
#Q8yzWAA9lM6o6pIKhwEC3FWmTZH9VPsZ { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:35.1875rem;left:14.4375rem;height:1.625rem;font-style:normal;display:block; }
#epmL9bXNmqZFWBClug3TX8LMM99I1KQ3 { color:#ff004c;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:35.0625rem;left:4.6875rem;height:1.86875rem;font-style:normal;display:block; }
#uzUazSrkius9uE7lzOD2I7pi1qKQ8pgX { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:35.0625rem;left:0rem;display:block; }
#EfCO2dBp5MhRRVkua4pnR0cprwm1qinf { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:35.3125rem;width:0.3125rem;top:0rem;left:0.75rem;display:block; }
#JmmPllLsAANzmSCZh6tsmOx6CKHVeTOP { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:41.125rem;left:24.625rem;height:1.3rem;font-style:normal;display:block; }
#GDzwhTnEHoB1fG8GAhQNLIriIUgOzzIX { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:41.125rem;left:14.4375rem;height:1.625rem;font-style:normal;display:block; }
#b8LtHIgOcCMmwuhhqhMT6kHOTdmpkR6Z { color:#ff004c;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:41rem;left:4.6875rem;height:1.86875rem;font-style:normal;display:block; }
#TTu74r91v5QPFfAv1ksliIrL5fkHMeqE { position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:41rem;left:0rem;display:block; }
#GTyLFuBqt2s8UtsFvRburp2uNA11WyvV { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:35.3125rem;width:0.3125rem;top:5.9375rem;left:0.75rem;display:block; }
#MTUEen6P8zWzTOk91laTmxHTGn7dPiJe { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:47.3125rem;left:24.625rem;height:1.3rem;font-style:normal;display:block; }
#oaUm63oRnIROCpAzXrKNk8gbTbit4RKD { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:47.3125rem;left:14.4375rem;height:1.625rem;font-style:normal;display:block; }
#D7qgiIor7d4SeQywQwyKbpvIqfZTCGRh { color:#ff004c;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:47.1875rem;left:4.6875rem;height:1.86875rem;font-style:normal;display:block; }
#sdsxOEKalgw1ZRlubo7C3xzdboXFoNTS { position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:47.1875rem;left:0rem;display:block; }
#ITFxhbqVrh4bSLN943gypGuJUzWbLbN3 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:35.3125rem;width:0.3125rem;top:12.125rem;left:0.75rem;display:block; }
#gJ9zX9DLMMbsv4wuAAJN66bP0Sbd7C2R { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:53.0625rem;left:24.75rem;height:2.6rem;font-style:normal;display:block; }
#WEcQdXKhIKWm81ZcvC7EDHQazCPWgWhv { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:53.0625rem;left:14.5625rem;height:1.625rem;font-style:normal;display:block; }
#LTqVLZHG9yhQGlc9AZEH04VrMhTLvHkT { color:#ff004c;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:52.9375rem;left:4.8125rem;height:1.86875rem;font-style:normal;display:block; }
#ZugrvigkP53nRgfL79xKWU1dLlQo6Adl { position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:52.9375rem;left:0.125rem;display:block; }
#xkWkWk88Vx0B88HHG8bXfnNgkpG3Fb5F { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:35.3125rem;width:0.3125rem;top:19.4375rem;left:0.84375rem;display:block; }
#bfImXqzBoH4wmyNnUHRbHeIZt02yLLb5 { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:58.9375rem;left:24.625rem;height:2.6rem;font-style:normal;display:block; }
#HAMUeEDpNvvBJQrNPA2R4MNzKCHebkId { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:58.9375rem;left:14.4375rem;height:1.625rem;font-style:normal;display:block; }
#TZBUbQLER71nf4mVFIVQPdp2T0XxfICK { color:#ff004c;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:58.8125rem;left:4.6875rem;height:1.86875rem;font-style:normal;display:block; }
#H1OT4z3BLFzdH6cu4FMwxd8UACktZGUa { position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:58.8125rem;left:0rem;display:block; }
#kvpOepnFawelTAocOP4zCTdeQuFsIXad { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:35.3125rem;width:0.3125rem;top:25.3125rem;left:0.75rem;display:block; }
#LmZl1uCH7lbZtXd8kXMffsC8ie60dlv6 { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:64.875rem;left:24.625rem;height:1.3rem;font-style:normal;display:block; }
#paPRAbHKpK79zaW0qE1iO19wBMPCTtIV { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:64.875rem;left:14.4375rem;height:1.625rem;font-style:normal;display:block; }
#NwB3SUJ2ssLpqO6TcF6EmALBLa4fP7GX { color:#ff004c;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:64.75rem;left:4.6875rem;height:1.86875rem;font-style:normal;display:block; }
#Xkgfd1SB6Hy5TS1EATmR7rUZEJ622PTm { position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:64.75rem;left:0rem;display:block; }
#wglF0UTvrkZrl6HnWQH9ZOnSpMK18dSW { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:35.3125rem;width:0.3125rem;top:31.25rem;left:0.75rem;display:block; }
#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(148deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(148deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(148deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(148deg, #d41aef, #2f01ae);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; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { background-color: transparent; background-image: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { border-width: 0; border-radius: 0; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:60rem;position:relative;display:block; }#MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.2916669845581rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #a200ff, #ff004c);background-image: -moz-linear-gradient(339deg, #a200ff, #ff004c);background-image: -ms-linear-gradient(339deg, #a200ff, #ff004c);background-image: -o-linear-gradient(339deg, #a200ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a200ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a200ff', endColorstr='#ff004c' );";background-image: linear-gradient(339deg, #a200ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:7.125rem;left:25.875000953674rem;display:block; }
#LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { color:#e8f7ff;display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.1875rem;left:8.3125009536744rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(86deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(86deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(86deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(86deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(86deg, #d41aef, #2f01ae);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; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { background-color: transparent; background-image: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container > .video-iframe-container { display: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row > .video-iframe-container { display: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .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); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { border-width: 0; border-radius: 0; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;position:relative;display:block; }#JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0e245c, #0a204f);background-image: -moz-linear-gradient(120deg, #0e245c, #0a204f);background-image: -ms-linear-gradient(120deg, #0e245c, #0a204f);background-image: -o-linear-gradient(120deg, #0e245c, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );";background-image: linear-gradient(120deg, #0e245c, #0a204f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.4375rem;width:20.5625rem;top:34.5625rem;left:4.9375rem;display:block; }
#xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #0e245c, #0a204f);background-image: -moz-linear-gradient(282deg, #0e245c, #0a204f);background-image: -ms-linear-gradient(282deg, #0e245c, #0a204f);background-image: -o-linear-gradient(282deg, #0e245c, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );";background-image: linear-gradient(282deg, #0e245c, #0a204f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.25rem;width:20.0625rem;top:34.5625rem;left:33.75rem;display:block; }
#GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:35.4375rem;left:4.6875rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:35.436850547791rem;left:33.500000953674rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff004c, #8200ff);background-image: -moz-linear-gradient(115deg, #ff004c, #8200ff);background-image: -ms-linear-gradient(115deg, #ff004c, #8200ff);background-image: -o-linear-gradient(115deg, #ff004c, #8200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff004c', endColorstr='#8200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff004c', endColorstr='#8200ff' );";background-image: linear-gradient(115deg, #ff004c, #8200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:4.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:45.6875rem;left:6.0625rem;display:block; }
#qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LizGqB9R75oQV7bnvmEu5TG6HTpgqNRB { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff004c, #8200ff);background-image: -moz-linear-gradient(115deg, #ff004c, #8200ff);background-image: -ms-linear-gradient(115deg, #ff004c, #8200ff);background-image: -o-linear-gradient(115deg, #ff004c, #8200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff004c', endColorstr='#8200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff004c', endColorstr='#8200ff' );";background-image: linear-gradient(115deg, #ff004c, #8200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:4.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.6875rem;left:34.875rem;display:block; }
#epgOnAd14bTCmOpl07H6NUTSTD6O6UiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTe32FXrNVANrWSwmyisXk8JOTOk3Hwz { color:#e8f7ff;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:41.375rem;left:8.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5g9gZWsufTuTF1PG0akdlTUQhrCDv1X { color:#e8f7ff;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:41.375rem;left:36.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChupIWOGP5c1WSV0XNkhnInuwO9yWwhd { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0e245c, #0a204f);background-image: -moz-linear-gradient(120deg, #0e245c, #0a204f);background-image: -ms-linear-gradient(120deg, #0e245c, #0a204f);background-image: -o-linear-gradient(120deg, #0e245c, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );";background-image: linear-gradient(120deg, #0e245c, #0a204f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:31.875rem;width:38.1875rem;top:1.8125rem;left:10.906250953674rem;display:block; }
#wA4Rms8QCCblNMhkETvDZkfDLUWoJc0R { color:#f1eaea;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.7226564139125rem;left:13.125000953674rem;height:24.5416875rem;display:block; }#wA4Rms8QCCblNMhkETvDZkfDLUWoJc0R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wA4Rms8QCCblNMhkETvDZkfDLUWoJc0R li:before{  }
#NGya5U0UWSDCg31sw1XoIGyAGBTRZ0qC { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.5625rem;left:17.145833015442rem;height:;display:block; }
#R3ORJi9n6lWPi2P3sazzghkpv1WPJBSf { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.1295576095581rem;left:14.729166984558rem;height:2.275rem;display:block; }
#s2dzR2AVOSDS34NnSJHNXkvQZ0lfpUZV { color:#e8f7ff;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:38.832683563233rem;left:4.9375rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybrJDwkKgPhXJA98vaJpItL0cK9aRlMA { color:#e8f7ff;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:38.832033157349rem;left:33.750000953674rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(98deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(98deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(98deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(98deg, #d41aef, #2f01ae);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; }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .row .container { background-color: transparent; background-image: none; }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .row .container > .video-iframe-container { display: none; }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .row > .video-iframe-container { display: none; }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .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); }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .row .container { border-width: 0; border-radius: 0; }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .row .container { font-size:0.875rem;font-family:arial;height:69.125rem;width:60rem;position:relative;display:block; }#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-form-header {  }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#f0f4ee;width:47.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #8200ff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.25rem;box-sizing:border-box;height:2.6875rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #8200ff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.25rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #ff004c, #a200ff);background-image: -moz-linear-gradient(117deg, #ff004c, #a200ff);background-image: -ms-linear-gradient(117deg, #ff004c, #a200ff);background-image: -o-linear-gradient(117deg, #ff004c, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff004c', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff004c', endColorstr='#a200ff' );";background-image: linear-gradient(117deg, #ff004c, #a200ff);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.9375rem;font-weight:bold;color:#f2f9ff;width:47.25rem;height:3.8125rem;font-family:roboto;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.78) ; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:45.8125rem;overflow:hidden;font-style:normal; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.5625rem;vertical-align:middle;font-family:roboto;font-size:0.9375rem;font-weight:300;color:#f5f8f3;overflow:hidden;font-style:normal;line-height:1.3; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-container:first-of-type{padding-top:0;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-container:last-of-type{padding-bottom:0;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.265625rem;left:2.8541669845581rem; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:47.25rem; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs {display:block;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.265625rem;left:2.8541669845581rem; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #C3Ik30GKsHJmdrFAtUWvhKMb5XUCx7K4 { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #zbtvATP3cqBt4ynBvABS8tJ6Cd5JiQDv { position:relative;display:block; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #LfO1KWF6LDFaEqRXOwpsvLeyh88EMXpB { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #bU9M8APDEHdfepST7UfwBIuUvoixnyCt { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #QTzaGgmoDZ5J6e3ziI89L6fGphxTs33p { position:relative;display:block; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #Wo6ewlZnHmqTL0TpT3xSXeW3Vgrp7Map { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #CulLLweHvxp2fmDXSLN7qEsxE2TDkw53 { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #o01rWbzAtvTC8V6tql2ETG7UiQgT6QHA { position:relative;display:block; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #oZLrcDNTdIbE64Qp1WOA3JeD7n8X2mQV { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #GLKrCRBgpBswq0iqERaP0A40J2D24cMm { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #sskM4OkCUP7uIuuRFxeUnbmq9lkOGVSg { position:relative;display:block; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #X3hViQNQw4sCBx9V7Xbeg8ImlXKigrof { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #U5vKwePcSDe8Idtz7ZVrB6VGkC10PwIv { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #T1KV5ccwNg43bvAwzrx1AK3TEzlGxfJB { position:relative;display:block; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #lzTnnQwMVyLBw22k7930gBVMDlxS6DVV { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #J7dWqTwxiJVcb0F9ifooWqTsAoJOaTJ9 { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #SCMMMIs9k56owPWNmgAPvelTdv0JXa16 { position:relative;display:block; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #TChsOrHcwu4uVCZ1yWayT23gbvBPp32L { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #rGWIfIkwDsCVilD6PvEavvnfKK5qRnlk { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #TZ1LLeti3WTGz85c7Q8VSEyqWez69nu8 { position:relative;display:block; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #l5TmluS9AuqUzGSegg9WKBTTi4DWZfK7 { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #MhZXOaLgTZHRQ022LFETKFcQV2WqLkHL { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #oBZGOKDHGogoxwUNqCpfXw5NCJ4r4s2T { position:relative;z-index:2; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #Nd5JhdtWdlGixUzsTfGr7Coh7cv3S5z4 { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #JC0iX836Rxcq41AfvdoT2qxxFII0JexK { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #xNS3NgSgx5Uhdda0dMBOG35HPvHAvkhG { position:relative;z-index:2; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #lw4DlAx2WWZPSb26q521ttpxL4T020Mb { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #n3NNWiJQlGnOyvfToZW7MbAKTyPdTatf { position:relative; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #teeC5UgNTz8hCGRdtSIMr4bwO064Wmd5 { position:relative; }
#BlbEzAbPD8rMVIfG3SMXT4dDR0tnLDNq { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(345deg, #122974, #0a204f);background-image: -moz-linear-gradient(345deg, #122974, #0a204f);background-image: -ms-linear-gradient(345deg, #122974, #0a204f);background-image: -o-linear-gradient(345deg, #122974, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#122974', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#122974', endColorstr='#0a204f' );";background-image: linear-gradient(345deg, #122974, #0a204f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:59.125rem;width:60rem;top:3.853515625rem;left:0rem;display:block; }
#oIIncF8A8LqcWOTGNSx06OtZs02pA6M5 { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:63.364585876462rem;left:1.3854169845581rem;height:5.19791875rem;display:block; }
#nUFFFiJ6KByxmytD1OBwOUDI4tcaNer4 { color:#f6f5f5;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:60.25rem;left:20.895833015442rem;height:0.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:6.5rem;height:2.1875rem;top:1.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:6.5rem;height:2.1875rem;top:1.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:1.5625rem;left:0rem;width:7.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKn34e6R0EauEbyCC2ETfF70iJkiiD6u { top:1.0625rem;left:36.8125rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9IGMWPWCqf1Gl4T7l8CVwnqKNBW9D5y { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:6.5rem;height:2.1875rem;top:1.375rem;left:28.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #OsQ7lXeGB38TUFCBFCTeFEUxkKXCeUrF { top:1.8125rem;left:4.0625009536743rem;width:3.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:6.5rem;height:2.1875rem;top:1.375rem;left:35.166668891907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:0.875rem;left:0rem;width:26.9375rem;height:20.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:21.875rem;left:0rem;width:26.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { top:21.375rem;left:0rem;width:0.25rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { top:27.375rem;left:11.843750953674rem;width:24.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkSLK8dZKdVrNlrLtL1RfxaRUMZivTNv { display:block; }
 }@media only screen and (max-width: 763px) { #qXStBcXR5fXTE7exf7iW09nz5Pr4cIqi { top:0.875rem;left:19.9375rem;width:27.8125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP { display:block; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiqf7J15qqWvyvgyLeolofAiC1FfB45x { top:8.875rem;left:2.25rem;width:19.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P40ACHylIxTB6bZERHf3dzht2clvA538 { top:11.6875rem;left:2.25rem;width:19.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN35qwXOPKoJJAarRbKbEXoUnGGbz2Mn { top:8.875rem;left:26.125rem;width:19.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyyx5ff4bTf2gbPqyob00tTa87IqxmTD { top:11.75rem;left:20.75rem;width:27rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEZBGGN9BzZe1LE0KMbc9AXgP9Tq31ci { top:1.8125rem;left:32.937500953674rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ6CdpRhAzzbpkpdWtSUCtU56sdzdUbz { top:1.5rem;left:8.7187509536744rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:0.8125rem;left:0rem;width:23rem;height:18.5rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:19.625rem;left:0rem;width:27.375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { top:7.6875rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { top:5.625rem;left:19.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { top:44.875rem;left:21.1875rem;width:26.5625rem;height:0;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSkgXcqJJhqXvTEuVp8pSyGW0xQVfJhJ { top:36.6875rem;left:0rem;width:24.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1xLAHrvW0EHLUnkpXC67xoJt8qyzM9b { display:block; }
 }@media only screen and (max-width: 763px) { #xLTeFgIxeuNQWkUygFTGHIlbxAh9XHeX { top:18.3125rem;left:19.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl8PkePl6yBd6iBxCKLCWURMBLLcDsTZ { top:20.25rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xrtil2QyQw6nJHifrwd7UkKOiTXB17 { top:31.625rem;left:19.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ47ByKsehcqHx28C47LERcpEm3p9R9K { top:33.5625rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QwB4mkTEhHBdigrss9MTfthcO5unZn { top:14.8125rem;left:30.218750953674rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUEBOqrLixvvCiiXZFTWtdBVTNkAP4T3 { top:2.25rem;left:30.218750953674rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsPNa2bZBFg9GrRIU5fSJ4lkaDsaJQAl { top:32.375rem;left:21.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqp1LK0tLEw6gO0wIhng9tvmE1FDI8Vh { top:6.5rem;left:21.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LinoQJpyLWPgTbWEzAlyGnJm8SW0kOFD { top:19.0625rem;left:21.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcqE4Xvw03OTUkr5XpiSqTsSQwkcP8xJ { top:27.875rem;left:30.218750953674rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { top:9.6875rem;left:0rem;width:27.25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { top:14.5rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { top:16.6875rem;left:0rem;width:22.5rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 { top:25.9375rem;left:0rem;width:22.5rem;height:2.75rem;font-size:1.0625rem;display:block; }#qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 li:before{  }
 }@media only screen and (max-width: 763px) { #w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { top:14.5rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { top:38.6875rem;left:20.5rem;width:27.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaKe95avsn2edT93UOxquwo9C4Vze91 { top:40rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { top:34.375rem;left:0rem;width:27.25rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6vQDIX7Mf7o0nTBccNbzy6wTHVD4ylS { top:110.1875rem;left:23.6875rem;width:24.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqoq9agNsQVmc8vaQkKFHfdOw160pu6A { display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { top:1.5625rem;left:0rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { top:2.1875rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7HNvaraG3tWvc8gAXmy4NsZS5s9Qnsu { top:35.6875rem;left:36rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzIfSt37mRvpykT9eyqBP8iDUgpc0rCg { top:8.0625rem;left:25.75rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdHLora4iHlMZAw4xyVO4Je7GEVT45fV { top:8.75rem;left:26.4375rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSvqmheFU6lMHm5I4AyISTQE0sV49eB { top:22.125rem;left:25.9375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5shwIkCZxO5okFa99TmiLKQWyD1M2TO { top:24.5rem;left:25.25rem;width:22.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aokQ0L7y92rSlcHb9GxGNqX27MSTtRnf { top:28.5rem;left:25.25rem;width:22.5rem;height:4.125rem;font-size:1.0625rem;display:block; }#aokQ0L7y92rSlcHb9GxGNqX27MSTtRnf li:before{  }
 }@media only screen and (max-width: 763px) { #uyx9vRVPUgIL6GEhImTZu3ypPN82THy3 { top:24.5rem;left:25.25rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AelRlyvvNT3nfDHsp9TQiStMiG77RCuM { top:15.875rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sViQsLeLDiGcWfvZsuaoS8qmVkEb6BOC { top:24.5625rem;left:0.71875rem;width:11rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JA7ZX9lsx4309dkiO9m85uAFI7FHuBM0 { top:35.6875rem;left:0rem;width:17.25rem;height:;font-size:1rem;display:none; }#JA7ZX9lsx4309dkiO9m85uAFI7FHuBM0 li:before{  }
 }@media only screen and (max-width: 763px) { #fh7xo8NTrsOgGS40BDCwHi3XSo6tfVSx { top:20.3125rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGCXdFUfkJHRuf0N1BEizNQP6z1yxgTi { top:22.6875rem;left:0rem;width:22.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RloaTRTtiOG8qvJrUemZsepkKv9AbxkN { top:32.75rem;left:12.5625rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUzGDJIP13aILuITtdXWsH3m140QVnHm { top:32.0625rem;left:11.9375rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsI3pnHS5KPUZ7zZmc98FTFRTowiFNPJ { top:44.375rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyPLPLadsFTu6Q1bFvxZHeGz8aTrXMEN { top:43.75rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZwK4o5ML8iKKRSTTOnGQ8S5OQtD9hSv { top:46.3125rem;left:0rem;width:22.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqRA4oAmXKVlCzlosoAt5Gc8w2lv0NVi { top:51.5625rem;left:0rem;width:22.5rem;height:4.125rem;font-size:1.0625rem;display:block; }#DqRA4oAmXKVlCzlosoAt5Gc8w2lv0NVi li:before{  }
 }@media only screen and (max-width: 763px) { #BAqqs91naHAzvFsgEOf40loWIVRnldLV { top:70.375rem;left:20.5rem;width:27.25rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQXA87Im3XSNhTAuoIPG5Oz2pzTUCVLJ { top:48.5625rem;left:25.75rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loedRpn1eCQhdDNXQWzdaS8vEoXQDaQS { top:50.8125rem;left:25.25rem;width:22.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTTwSCd43v2ai0Z4orOMnQdHhWRLUNz { top:36.3125rem;left:37.3125rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnN7d6wpC9q4mCNdikSoMAtLAdh0PhO1 { top:55.5rem;left:25.25rem;width:22.5rem;height:4.125rem;font-size:1.0625rem;display:block; }#XnN7d6wpC9q4mCNdikSoMAtLAdh0PhO1 li:before{  }
 }@media only screen and (max-width: 763px) { #mDV6sgh88rJRlld7QDOBnJw4tm9z0rOW { top:65.5625rem;left:0rem;width:27.25rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f560XV112SHdtbi2V5qa06tTbMyN5ACF { top:84.375rem;left:0.6875rem;width:22.5rem;height:;font-size:1.0625rem;display:block; }#f560XV112SHdtbi2V5qa06tTbMyN5ACF li:before{  }
 }@media only screen and (max-width: 763px) { #iNofhNAwaJWdbtTEmdfBTHawGtI7cfgC { top:77.6875rem;left:0.5rem;width:22.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6t7WW35um7tSaW2UTDAOXQnhBrwoJNy { top:75.4375rem;left:0.5rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XntybtLD8Imm6bE9ha13OXTnJ3KegVoT { top:61.1875rem;left:0.875rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er9MqfJKALPqc96ozfIrKiPmSeAnFmCy { top:61.8125rem;left:1.5rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJUtxxHQV7N4v2UTQGNUbpWsfuDJoGlK { top:66.875rem;left:15.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WigEvUVgCUFGmhVX5HoC515aTmaNdLWJ { top:91.375rem;left:8.125rem;width:7.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIxPTAW9BKxOZeJH7LF8G1FT4t1qIxV { top:104.4375rem;left:0rem;width:27.25rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsfcEEHWNloQxfbO1xRyvXKFoqpPfEqW { top:65.1875rem;left:25.75rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLQCDL6xUELNVo6ciHe90E2CrnlbrXy0 { top:65.8125rem;left:26.375rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkpKJUh8wqB67IXNoKHlgWoskEK6lTeZ { top:79.1875rem;left:25.093753814698rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #McWLhletTNZ5Bwwy6FZdUXMbpN7uh0iA { top:82.875rem;left:25.25rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOgzD8lvdErZLk28Pe6DoZZfIcQTJd1 { top:88.5rem;left:25.25rem;width:22.5rem;height:4.125rem;font-size:1.0625rem;display:block; }#TGOgzD8lvdErZLk28Pe6DoZZfIcQTJd1 li:before{  }
 }@media only screen and (max-width: 763px) { #gbxTLtqiF8SZPatiKdBepNcIG4kmKpOD { top:100.4375rem;left:1.75rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fce8K7t4qs3EyTKS7cnHVMohaWX0xTcG { top:101.0625rem;left:2.4375rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reqah17IZp6ttKWlAodhnVZEznvvOR6L { top:115.3125rem;left:1.0833320617676rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddGfGMuZSq7H8v31DDI5G1AuI2uHKD6v { top:118.625rem;left:1.2708320617676rem;width:22.5rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9zadSry9mm8t8UzN7rBTkmwqxcSt0oA { top:128.8125rem;left:0.6875rem;width:22.5rem;height:;font-size:1.0625rem;display:block; }#c9zadSry9mm8t8UzN7rBTkmwqxcSt0oA li:before{  }
 }@media only screen and (max-width: 763px) { #l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H { display:block; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWBEZcv6Q2px8y6e6ZHHJcbVUzI5JmpE { width:19.6875rem;height:19.625rem;top:45.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THdNmTkmcKsLoL2X4zJUTadLwMIegvyh { width:19rem;height:13.1875rem;top:64.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNv0HD7EoJXO6Unkav9ClMugbTAQQIr9 { width:20.5rem;height:12.6875rem;top:63.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0akAN7q6SGSsEMo7T3lRvkcqJNIdvFT { top:37.75rem;left:0rem;width:30.0625rem;height:5.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuH7A9eJtAtL0oPSgip3lTdpAJMWq7XD { top:1.25rem;left:19.750000953674rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgwo2b5wTeMoSipaALNEHud2T8yT0roS { top:95.5rem;left:21.3125rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ4FR57rWEnR7eZHSEp3b1iAp9ef7pCZ { top:79.8125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLUh5pp9pAlWM8QAEsEptqX76lZVi0ty { top:85.5rem;left:4.0625rem;width:10.375rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdvsePu0Z7gh6zrJPymeJ1ttyoBsDvKD { top:3.5rem;left:0rem;width:44.4375rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTzqDJwtwsD11il1vfQCabpoBqb7Ku6R { width:17.5625rem;height:22.125rem;top:11.5rem;left:15.371097564698rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2eMhhCvDSl64BaK3dyF2GGPKA4f3AHo { width:31.125rem;height:31.125rem;top:39.375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 { display:block; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8RnJMXI2iFtK6l6ZkXTLCz8MeTIi1ou { width:18.9375rem;height:12.5625rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z380AFxsashTQ7O8E8XZPEdePzCbKi9Q { width:18.9375rem;height:12.5625rem;top:10.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ystZPRX221J5NxBS66BWpCDlXMmUagIB { width:18.9375rem;height:12.5625rem;top:24.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt7JMU05XGlAq6hkCLCR266A4BBhdWvq { width:19rem;height:12.625rem;top:24.125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP5szXBIHN1FZVemS0pyXOTTKKSoBBST { top:2.125rem;left:0rem;width:47.75rem;height:6.25rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZISpDcfRMETIApsETwLWriExdG2Ou9ob { top:29.0625rem;left:0rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybABKyvWaKtJPOJlUKCCaTK3Z5onwsVe { display:block; }
 }@media only screen and (max-width: 763px) { #woF3qSJLiQwL1UauJNz3ETCLMi7Rh4QQ { width:18.9375rem;height:12.5625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzs6dqWTJwIqaDOaiaGfW3UeCI4EUDWK { width:18.9375rem;height:12.5625rem;top:10.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsdOIvtQW7axbvHe4EaFqqtAdcDhARZq { width:18.9375rem;height:12.5625rem;top:38.625rem;left:14.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKcNpdC4FEELcA6rJIcCohzl02OxU3Ah { width:18.9375rem;height:12.5625rem;top:38.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ9iTWuZSnDWTAZKna8ngO1zaWMEKK1c { top:52.1875rem;left:27.75rem;width:14.5rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { top:4.3125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { top:1.875rem;left:0rem;width:38.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { top:9.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { top:11.625rem;left:0rem;width:29.75rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { top:2.125rem;left:0rem;width:8.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { top:2.5rem;left:12.5rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { top:2.5625rem;left:0rem;width:0.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRa2p1za28p9eO11pmh54hyOUDyGLTqH { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { top:2.125rem;left:0rem;width:8.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { top:2.5rem;left:12.5rem;width:35.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { top:2.125rem;left:0rem;width:8.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { top:2.5rem;left:12.5rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z84eeEn58nIayhnTDLGt7VsqaXNO7fpL { top:0rem;left:0rem;width:0.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { top:2.125rem;left:0rem;width:8.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { top:2.5rem;left:12.5rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { top:2.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRa5ebPhCC4QL3L1KIKldyhWq5BJcHTs { top:0.125rem;left:0rem;width:0.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { top:2.125rem;left:0rem;width:8.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { top:2.375rem;left:12.5rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQNTvlodusdTFt5UfqtctAanABRDsvWb { top:2.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFiQKgOiPol1NfyFRFIIVhnfMy2BZQsi { top:8.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3wRs3P5B4RbRDED3Q0JgsKVxF9HuwLg { top:8.3125rem;left:0rem;width:7.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfTS5tp0qTnlfiRn1WxwRtWwOFyo7WWf { top:8.5rem;left:8.4375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCQHW0k7oDGMmt4Xq9zrHM6vSHDmkhiS { top:8.5rem;left:12.5rem;width:35.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZpwbPrTTnLOmEysvEqfUqAlStcMS9RT { top:14.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwViI1mQH9zF95pirTntp0qMzHHQUzA { top:14.6875rem;left:0rem;width:8.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNkPeleZ3TmEmvvTWAJ3ZrmBRX8sgSWf { top:14.875rem;left:8.4375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZZaZmUoh6ADCLN99PK2FyaTMbl9Twr1 { top:14.875rem;left:12.5rem;width:35.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixzmxt82EuVBWrnrr3Tku53Q3R4Eylc0 { top:21.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azDAf0d2aMG17VThyGzTSHCb2LfbTeWX { top:21.75rem;left:0rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTWte0a38lWmTyXeFc9zdwgzFULU3wMT { top:21.875rem;left:12.5rem;width:35.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFQAooFixD8tnG4xAQuzdyFNn6K5PFLG { top:21.875rem;left:8.4375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqymNaQpbwDHnBbuWqfwcTu3AddvTmTr { top:28.3125rem;left:12.5rem;width:35.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeQBeBqIf17fTGcdZaB0ZS5t7QIMJMuD { top:28.3125rem;left:8.3125rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOOq5t7WsISebWy5ou0h1BZVrMIlxB0f { top:28.1875rem;left:0rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfkM5Ce198HDbF6SeNvcLWdGzJXKfvpb { top:28.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXn3E4NeGCvQfqp1gPdQkKpv8k8nzeHb { top:35.1875rem;left:12.5rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8yzWAA9lM6o6pIKhwEC3FWmTZH9VPsZ { top:35.1875rem;left:8.3125rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epmL9bXNmqZFWBClug3TX8LMM99I1KQ3 { top:35.0625rem;left:0rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzUazSrkius9uE7lzOD2I7pi1qKQ8pgX { top:35.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfCO2dBp5MhRRVkua4pnR0cprwm1qinf { top:0rem;left:0rem;width:0.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmmPllLsAANzmSCZh6tsmOx6CKHVeTOP { top:41.125rem;left:12.5rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDzwhTnEHoB1fG8GAhQNLIriIUgOzzIX { top:41.125rem;left:8.3125rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8LtHIgOcCMmwuhhqhMT6kHOTdmpkR6Z { top:41rem;left:0rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTu74r91v5QPFfAv1ksliIrL5fkHMeqE { top:41rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTyLFuBqt2s8UtsFvRburp2uNA11WyvV { top:5.9375rem;left:0rem;width:0.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTUEen6P8zWzTOk91laTmxHTGn7dPiJe { top:47.3125rem;left:12.5rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaUm63oRnIROCpAzXrKNk8gbTbit4RKD { top:47.3125rem;left:8.3125rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7qgiIor7d4SeQywQwyKbpvIqfZTCGRh { top:47.1875rem;left:0rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdsxOEKalgw1ZRlubo7C3xzdboXFoNTS { top:47.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFxhbqVrh4bSLN943gypGuJUzWbLbN3 { top:12.125rem;left:0rem;width:0.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ9zX9DLMMbsv4wuAAJN66bP0Sbd7C2R { top:53.0625rem;left:12.5rem;width:35.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEcQdXKhIKWm81ZcvC7EDHQazCPWgWhv { top:53.0625rem;left:8.4375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTqVLZHG9yhQGlc9AZEH04VrMhTLvHkT { top:52.9375rem;left:0rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZugrvigkP53nRgfL79xKWU1dLlQo6Adl { top:52.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkWkWk88Vx0B88HHG8bXfnNgkpG3Fb5F { top:19.4375rem;left:0rem;width:0.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfImXqzBoH4wmyNnUHRbHeIZt02yLLb5 { top:58.9375rem;left:12.5rem;width:35.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAMUeEDpNvvBJQrNPA2R4MNzKCHebkId { top:58.9375rem;left:8.3125rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBUbQLER71nf4mVFIVQPdp2T0XxfICK { top:58.8125rem;left:0rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OT4z3BLFzdH6cu4FMwxd8UACktZGUa { top:58.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvpOepnFawelTAocOP4zCTdeQuFsIXad { top:25.3125rem;left:0rem;width:0.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmZl1uCH7lbZtXd8kXMffsC8ie60dlv6 { top:64.875rem;left:12.5rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paPRAbHKpK79zaW0qE1iO19wBMPCTtIV { top:64.875rem;left:8.3125rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwB3SUJ2ssLpqO6TcF6EmALBLa4fP7GX { top:64.75rem;left:0rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkgfd1SB6Hy5TS1EATmR7rUZEJ622PTm { top:64.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wglF0UTvrkZrl6HnWQH9ZOnSpMK18dSW { top:31.25rem;left:0rem;width:0.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { top:2.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { top:7.125rem;left:19.750000953674rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { top:9.1875rem;left:2.1875rem;width:43.375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { top:34.5625rem;left:0rem;width:20.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { top:34.5625rem;left:11.6875rem;width:20.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { top:35.4375rem;left:0rem;width:20.5625rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { top:35.375rem;left:11.1875rem;width:20.5625rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:17.75rem;height:4.125rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #LizGqB9R75oQV7bnvmEu5TG6HTpgqNRB { width:17.75rem;height:4.125rem;top:45.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #epgOnAd14bTCmOpl07H6NUTSTD6O6UiU { display:block; }
 }@media only screen and (max-width: 763px) { #nTe32FXrNVANrWSwmyisXk8JOTOk3Hwz { top:41.375rem;left:2.625rem;width:13.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5g9gZWsufTuTF1PG0akdlTUQhrCDv1X { top:41.375rem;left:17.4375rem;width:14.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChupIWOGP5c1WSV0XNkhnInuwO9yWwhd { top:1.8125rem;left:0rem;width:38.1875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4Rms8QCCblNMhkETvDZkfDLUWoJc0R { top:6.6875rem;left:0rem;width:33.75rem;height:;font-size:1rem;display:block; }#wA4Rms8QCCblNMhkETvDZkfDLUWoJc0R li:before{  }
 }@media only screen and (max-width: 763px) { #NGya5U0UWSDCg31sw1XoIGyAGBTRZ0qC { top:4.5625rem;left:0rem;width:22.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3ORJi9n6lWPi2P3sazzghkpv1WPJBSf { top:3.125rem;left:0rem;width:27.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2dzR2AVOSDS34NnSJHNXkvQZ0lfpUZV { top:38.8125rem;left:2.875rem;width:7.0625rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybrJDwkKgPhXJA98vaJpItL0cK9aRlMA { top:38.8125rem;left:24.6875rem;width:7.0625rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 { display:block; }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs  { width:45.25rem;height:auto;top:8.25rem;left:0rem; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs {display:block;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs { width:45.25rem;height:auto;top:8.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #C3Ik30GKsHJmdrFAtUWvhKMb5XUCx7K4 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #zbtvATP3cqBt4ynBvABS8tJ6Cd5JiQDv { display:block; }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #LfO1KWF6LDFaEqRXOwpsvLeyh88EMXpB {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #bU9M8APDEHdfepST7UfwBIuUvoixnyCt {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #QTzaGgmoDZ5J6e3ziI89L6fGphxTs33p { display:block; }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #Wo6ewlZnHmqTL0TpT3xSXeW3Vgrp7Map {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #CulLLweHvxp2fmDXSLN7qEsxE2TDkw53 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #o01rWbzAtvTC8V6tql2ETG7UiQgT6QHA {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #oZLrcDNTdIbE64Qp1WOA3JeD7n8X2mQV {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #GLKrCRBgpBswq0iqERaP0A40J2D24cMm {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #sskM4OkCUP7uIuuRFxeUnbmq9lkOGVSg {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #X3hViQNQw4sCBx9V7Xbeg8ImlXKigrof {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #U5vKwePcSDe8Idtz7ZVrB6VGkC10PwIv {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #T1KV5ccwNg43bvAwzrx1AK3TEzlGxfJB {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #lzTnnQwMVyLBw22k7930gBVMDlxS6DVV {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #J7dWqTwxiJVcb0F9ifooWqTsAoJOaTJ9 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #SCMMMIs9k56owPWNmgAPvelTdv0JXa16 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #TChsOrHcwu4uVCZ1yWayT23gbvBPp32L {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #rGWIfIkwDsCVilD6PvEavvnfKK5qRnlk {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #TZ1LLeti3WTGz85c7Q8VSEyqWez69nu8 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #l5TmluS9AuqUzGSegg9WKBTTi4DWZfK7 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #MhZXOaLgTZHRQ022LFETKFcQV2WqLkHL {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #oBZGOKDHGogoxwUNqCpfXw5NCJ4r4s2T {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #Nd5JhdtWdlGixUzsTfGr7Coh7cv3S5z4 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #JC0iX836Rxcq41AfvdoT2qxxFII0JexK {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #xNS3NgSgx5Uhdda0dMBOG35HPvHAvkhG {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #lw4DlAx2WWZPSb26q521ttpxL4T020Mb {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #n3NNWiJQlGnOyvfToZW7MbAKTyPdTatf {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #teeC5UgNTz8hCGRdtSIMr4bwO064Wmd5 {  }
 }@media only screen and (max-width: 763px) { #BlbEzAbPD8rMVIfG3SMXT4dDR0tnLDNq { top:3.8125rem;left:0rem;width:47.75rem;height:59.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIIncF8A8LqcWOTGNSx06OtZs02pA6M5 { top:63.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUFFFiJ6KByxmytD1OBwOUDI4tcaNer4 { top:60.25rem;left:14.770833015442rem;width:23.9375rem;height:0;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(108deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(108deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(108deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(108deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(108deg, #d41aef, #2f01ae);background-size:auto !important;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:5rem;height:2.1875rem;top:7.125rem;left:0.41666668653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:6.4375rem;height:2.1875rem;top:7.125rem;left:12.812500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:9.1875rem;height:2.125rem;top:3.1875rem;left:0.41666668653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKn34e6R0EauEbyCC2ETfF70iJkiiD6u { top:9.9791669845581rem;left:7.2812502980231rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9IGMWPWCqf1Gl4T7l8CVwnqKNBW9D5y { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:5.6875rem;height:2.1875rem;top:7.125rem;left:6.5416668057444rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #OsQ7lXeGB38TUFCBFCTeFEUxkKXCeUrF { width:4.875rem;height:1.75rem;top:3.7604167461395rem;left:12.254557907581rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:4.75rem;height:2.1875rem;top:10.416666984558rem;left:0.70833331346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image: -webkit-linear-gradient(81deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(81deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(81deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(81deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(81deg, #d41aef, #2f01ae);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;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:8.0429625rem;top:1.25rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:19.625rem;height:2.76041875rem;top:11.1926875rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { width:6.25rem;height:0.375rem;top:9.5676875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { top:33.50646875rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkSLK8dZKdVrNlrLtL1RfxaRUMZivTNv { display:block; }
 }@media only screen and (max-width: 763px) { #qXStBcXR5fXTE7exf7iW09nz5Pr4cIqi { width:18.25rem;height:17.5rem;top:16.047526031732rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP { background-color:transparent;background-image: -webkit-linear-gradient(100deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(100deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(100deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(100deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(100deg, #d41aef, #2f01ae);background-size:auto !important;display:block; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row .container { background-color: transparent; background-image: none; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row .container > .video-iframe-container { display: none; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row > .video-iframe-container { display: none; }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .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); }#U3CvTaRx8xWRBEkJDqH4CoJELxbhQ7vP > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiqf7J15qqWvyvgyLeolofAiC1FfB45x { width:19.4375rem;height:1.625rem;top:8.9375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P40ACHylIxTB6bZERHf3dzht2clvA538 { width:19.4375rem;height:1.94986875rem;top:11.8125rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LN35qwXOPKoJJAarRbKbEXoUnGGbz2Mn { width:19.4375rem;height:1.625rem;top:22.01171875rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iyyx5ff4bTf2gbPqyob00tTa87IqxmTD { width:19.4375rem;height:3.8984375rem;top:24.88671875rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEZBGGN9BzZe1LE0KMbc9AXgP9Tq31ci { display:flex;width:5.75rem;height:5.75rem;top:15.01171875rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #vQ6CdpRhAzzbpkpdWtSUCtU56sdzdUbz { display:flex;width:6.4375rem;height:6.4375rem;top:1.25rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { background-color:transparent;background-image: -webkit-linear-gradient(86deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(86deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(86deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(86deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(86deg, #d41aef, #2f01ae);background-size:initial !important;display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:4.2246125rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:20rem;height:8.28125rem;top:12.22330625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { width:4.25rem;height:4.25rem;top:6.72330625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:18rem;height:5.0625rem;display:flex;top:27.25780625rem;left:0.9375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { width:20rem;height:2.76171875rem;top:88.091796875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSkgXcqJJhqXvTEuVp8pSyGW0xQVfJhJ { top:39.21780625rem;left:0.5rem;width:19rem;height:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1xLAHrvW0EHLUnkpXC67xoJt8qyzM9b { display:block; }
 }@media only screen and (max-width: 763px) { #xLTeFgIxeuNQWkUygFTGHIlbxAh9XHeX { width:4.25rem;height:4.25rem;top:21.75780625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl8PkePl6yBd6iBxCKLCWURMBLLcDsTZ { width:8.25rem;height:0.375rem;top:20.25rem;left:5.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #L8xrtil2QyQw6nJHifrwd7UkKOiTXB17 { width:4.25rem;height:4.25rem;top:33.71780625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ47ByKsehcqHx28C47LERcpEm3p9R9K { width:8.25rem;height:0.375rem;top:33.5625rem;left:5.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #M3QwB4mkTEhHBdigrss9MTfthcO5unZn { width:11.1875rem;height:11.1875rem;top:60.279296875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUEBOqrLixvvCiiXZFTWtdBVTNkAP4T3 { width:11.1875rem;height:11.1875rem;top:46.967448234558rem;left:4.4062502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsPNa2bZBFg9GrRIU5fSJ4lkaDsaJQAl { display:flex;width:2.75rem;height:2.75rem;top:7.59830625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #wqp1LK0tLEw6gO0wIhng9tvmE1FDI8Vh { display:flex;width:2.75rem;height:2.75rem;top:34.46780625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #LinoQJpyLWPgTbWEzAlyGnJm8SW0kOFD { display:flex;width:2.75rem;height:2.75rem;top:22.50780625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #lcqE4Xvw03OTUkr5XpiSqTsSQwkcP8xJ { width:11.1875rem;height:11.1875rem;top:74.1962890625rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { background-color:transparent;background-image: -webkit-linear-gradient(96deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(96deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(96deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(96deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(96deg, #d41aef, #2f01ae);background-size:cover !important;display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { background-color: transparent; background-image: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .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); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:20rem;height:188.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { width:20rem;height:19.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { width:11rem;height:1.29948125rem;top:7.96875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { width:19.5625rem;height:2.11198125rem;top:9.1875rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 { width:19.375rem;height:3.8994125rem;top:16.1875rem;left:0.3125rem;font-size:1rem;display:block; }#qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 li:before{  }
 }@media only screen and (max-width: 763px) { #w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { width:20rem;height:20.8125rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { width:20rem;height:19.9375rem;top:65.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaKe95avsn2edT93UOxquwo9C4Vze91 { width:8.25rem;height:0.375rem;top:69.5625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { width:20rem;height:19.9375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6vQDIX7Mf7o0nTBccNbzy6wTHVD4ylS { top:146.5rem;left:0rem;width:19rem;height:5.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqoq9agNsQVmc8vaQkKFHfdOw160pu6A { display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { width:6.625rem;height:6.625rem;top:1.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { width:5.9375rem;height:5.9375rem;top:1.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7HNvaraG3tWvc8gAXmy4NsZS5s9Qnsu { width:7.125rem;height:7.125rem;top:66.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzIfSt37mRvpykT9eyqBP8iDUgpc0rCg { width:7.125rem;height:7.125rem;top:23.375rem;left:12.3125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #JdHLora4iHlMZAw4xyVO4Je7GEVT45fV { width:6.3125rem;height:6.3125rem;top:23.75rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSvqmheFU6lMHm5I4AyISTQE0sV49eB { width:19.4375rem;height:1.625rem;top:40.625rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5shwIkCZxO5okFa99TmiLKQWyD1M2TO { width:20rem;height:2.5996125rem;top:34.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aokQ0L7y92rSlcHb9GxGNqX27MSTtRnf { width:20rem;height:3.8994125rem;top:36.7890625rem;left:0rem;font-size:1rem;display:block; }#aokQ0L7y92rSlcHb9GxGNqX27MSTtRnf li:before{  }
 }@media only screen and (max-width: 763px) { #uyx9vRVPUgIL6GEhImTZu3ypPN82THy3 { width:18.9375rem;height:1.29980625rem;top:32.9501953125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AelRlyvvNT3nfDHsp9TQiStMiG77RCuM { width:11rem;height:1.625rem;top:27.6875rem;left:1.9375rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #sViQsLeLDiGcWfvZsuaoS8qmVkEb6BOC { width:11rem;height:1.625rem;top:30.25rem;left:1.9375rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #JA7ZX9lsx4309dkiO9m85uAFI7FHuBM0 { width:17.25rem;height:;top:35.7265625rem;left:0.4375rem;font-size:1rem;z-index:15030;display:block; }#JA7ZX9lsx4309dkiO9m85uAFI7FHuBM0 li:before{  }
 }@media only screen and (max-width: 763px) { #fh7xo8NTrsOgGS40BDCwHi3XSo6tfVSx { width:19.4375rem;height:1.29948125rem;top:12.21875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGCXdFUfkJHRuf0N1BEizNQP6z1yxgTi { width:19.4375rem;height:1.0559875rem;top:14.1875rem;left:0.5625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RloaTRTtiOG8qvJrUemZsepkKv9AbxkN { width:6.4375rem;height:6.4375rem;top:45.0625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUzGDJIP13aILuITtdXWsH3m140QVnHm { width:7.4375rem;height:7.4375rem;top:44.5625rem;left:12rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #IsI3pnHS5KPUZ7zZmc98FTFRTowiFNPJ { width:19.4375rem;height:1.625rem;top:83.125rem;left:0.5625rem;font-size:1.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VyPLPLadsFTu6Q1bFvxZHeGz8aTrXMEN { width:18.6875rem;height:1.625rem;top:53.406255722046rem;left:1.2486979365349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZwK4o5ML8iKKRSTTOnGQ8S5OQtD9hSv { width:18.75rem;height:2.5996125rem;top:55.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqRA4oAmXKVlCzlosoAt5Gc8w2lv0NVi { width:20rem;height:3.8994125rem;top:59.375rem;left:0rem;font-size:1rem;display:block; }#DqRA4oAmXKVlCzlosoAt5Gc8w2lv0NVi li:before{  }
 }@media only screen and (max-width: 763px) { #BAqqs91naHAzvFsgEOf40loWIVRnldLV { width:20rem;height:29.75rem;top:87.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQXA87Im3XSNhTAuoIPG5Oz2pzTUCVLJ { width:18.5rem;height:1.625rem;top:73.812502622606rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loedRpn1eCQhdDNXQWzdaS8vEoXQDaQS { width:18.9375rem;height:2.59895625rem;top:76.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTTwSCd43v2ai0Z4orOMnQdHhWRLUNz { width:6.3125rem;height:6.3125rem;top:67.09375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnN7d6wpC9q4mCNdikSoMAtLAdh0PhO1 { width:20rem;height:3.8994125rem;top:80.5625rem;left:0rem;font-size:1rem;display:block; }#XnN7d6wpC9q4mCNdikSoMAtLAdh0PhO1 li:before{  }
 }@media only screen and (max-width: 763px) { #mDV6sgh88rJRlld7QDOBnJw4tm9z0rOW { width:20rem;height:23.5rem;top:119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f560XV112SHdtbi2V5qa06tTbMyN5ACF { width:20rem;height:5.19791875rem;top:103.375rem;left:0rem;font-size:1rem;display:block; }#f560XV112SHdtbi2V5qa06tTbMyN5ACF li:before{  }
 }@media only screen and (max-width: 763px) { #iNofhNAwaJWdbtTEmdfBTHawGtI7cfgC { width:16.3125rem;height:3.8984375rem;top:98.4375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6t7WW35um7tSaW2UTDAOXQnhBrwoJNy { width:18.625rem;height:1.625rem;top:95.75rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XntybtLD8Imm6bE9ha13OXTnJ3KegVoT { width:7.4375rem;height:7.4375rem;top:88.375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er9MqfJKALPqc96ozfIrKiPmSeAnFmCy { width:6.4375rem;height:6.4375rem;top:88.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJUtxxHQV7N4v2UTQGNUbpWsfuDJoGlK { width:8.25rem;height:0.375rem;top:177rem;left:5.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WigEvUVgCUFGmhVX5HoC515aTmaNdLWJ { width:7.25rem;height:4.875rem;top:110.1875038147rem;left:6.3750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIxPTAW9BKxOZeJH7LF8G1FT4t1qIxV { width:20rem;height:28.6875rem;top:157.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsfcEEHWNloQxfbO1xRyvXKFoqpPfEqW { width:7.875rem;height:7.875rem;top:119.875rem;left:11.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #RLQCDL6xUELNVo6ciHe90E2CrnlbrXy0 { width:6.5625rem;height:6.5625rem;top:120.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkpKJUh8wqB67IXNoKHlgWoskEK6lTeZ { width:18.625rem;height:1.625rem;top:128.375rem;left:1.3736979365349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #McWLhletTNZ5Bwwy6FZdUXMbpN7uh0iA { width:18.6875rem;height:1.29948125rem;top:131.69401168823rem;left:1.3111979365349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOgzD8lvdErZLk28Pe6DoZZfIcQTJd1 { width:19.3125rem;height:5.19791875rem;top:135.625rem;left:0.68619793653488rem;font-size:1rem;display:block; }#TGOgzD8lvdErZLk28Pe6DoZZfIcQTJd1 li:before{  }
 }@media only screen and (max-width: 763px) { #gbxTLtqiF8SZPatiKdBepNcIG4kmKpOD { width:8.4375rem;height:8.4375rem;top:158rem;left:10.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Fce8K7t4qs3EyTKS7cnHVMohaWX0xTcG { width:7.125rem;height:7.125rem;top:158.625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reqah17IZp6ttKWlAodhnVZEznvvOR6L { width:19.4375rem;height:1.625rem;top:166.89451980591rem;left:0.56119793653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddGfGMuZSq7H8v31DDI5G1AuI2uHKD6v { width:18.6875rem;height:5.19791875rem;top:169.50000762939rem;left:1.3111979365349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9zadSry9mm8t8UzN7rBTkmwqxcSt0oA { width:18.5625rem;height:6.497375rem;top:176.24999237061rem;left:1.375rem;font-size:1rem;display:block; }#c9zadSry9mm8t8UzN7rBTkmwqxcSt0oA li:before{  }
 }@media only screen and (max-width: 763px) { #l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H { background-color:transparent;background-image: -webkit-linear-gradient(74deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(74deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(74deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(74deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(74deg, #d41aef, #2f01ae);background-size:auto !important;display:block; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row .container { background-color: transparent; background-image: none; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row .container > .video-iframe-container { display: none; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row > .video-iframe-container { display: none; }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .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); }#l0p47yb2Ku4AoNK9Bx89LOVyU9t5OD6H > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWBEZcv6Q2px8y6e6ZHHJcbVUzI5JmpE { width:11.875rem;height:11.875rem;top:29.083333969116rem;left:4.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #THdNmTkmcKsLoL2X4zJUTadLwMIegvyh { width:10.5rem;height:7.3125rem;top:45.958335876465rem;left:4.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNv0HD7EoJXO6Unkav9ClMugbTAQQIr9 { width:10.625rem;height:6.5625rem;top:53.187501907349rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0akAN7q6SGSsEMo7T3lRvkcqJNIdvFT { width:20rem;height:2.59895625rem;top:28rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuH7A9eJtAtL0oPSgip3lTdpAJMWq7XD { width:8.25rem;height:0.375rem;top:26.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgwo2b5wTeMoSipaALNEHud2T8yT0roS { width:8.25rem;height:0.375rem;top:60.312501907349rem;left:5.8750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ4FR57rWEnR7eZHSEp3b1iAp9ef7pCZ { width:20rem;height:2.11198125rem;top:62.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLUh5pp9pAlWM8QAEsEptqX76lZVi0ty { width:10.375rem;height:2.19270625rem;top:65.875rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdvsePu0Z7gh6zrJPymeJ1ttyoBsDvKD { width:20rem;height:2.59895625rem;top:3.0260429382324rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTzqDJwtwsD11il1vfQCabpoBqb7Ku6R { width:13.125rem;height:16.5625rem;top:6.8736982345581rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2eMhhCvDSl64BaK3dyF2GGPKA4f3AHo { width:20rem;height:20rem;top:33.354167938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 { background-color:transparent;background-image: -webkit-linear-gradient(96deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(96deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(96deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(96deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(96deg, #d41aef, #2f01ae);background-size:auto !important;display:block; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row .container { background-color: transparent; background-image: none; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row .container > .video-iframe-container { display: none; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row > .video-iframe-container { display: none; }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .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); }#ySco1hLJAOTaDnXnWGWG3TiiXtMmN7f3 > .row .container { width:20rem;height:123.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8RnJMXI2iFtK6l6ZkXTLCz8MeTIi1ou { width:18.9375rem;height:12.5625rem;top:4.61198125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z380AFxsashTQ7O8E8XZPEdePzCbKi9Q { width:18.9375rem;height:12.5625rem;top:18.42448125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ystZPRX221J5NxBS66BWpCDlXMmUagIB { width:18.9375rem;height:12.5625rem;top:51.73698125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt7JMU05XGlAq6hkCLCR266A4BBhdWvq { width:19rem;height:12.625rem;top:32.23698125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP5szXBIHN1FZVemS0pyXOTTKKSoBBST { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZISpDcfRMETIApsETwLWriExdG2Ou9ob { top:46.11198125rem;left:0.625rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybABKyvWaKtJPOJlUKCCaTK3Z5onwsVe { display:block; }
 }@media only screen and (max-width: 763px) { #woF3qSJLiQwL1UauJNz3ETCLMi7Rh4QQ { width:18.9375rem;height:12.5625rem;top:65.54948125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzs6dqWTJwIqaDOaiaGfW3UeCI4EUDWK { width:18.9375rem;height:12.5625rem;top:79.361968994137rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsdOIvtQW7axbvHe4EaFqqtAdcDhARZq { width:18.9375rem;height:12.5625rem;top:93.174468994137rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKcNpdC4FEELcA6rJIcCohzl02OxU3Ah { width:18.9375rem;height:12.5625rem;top:106.98696899414rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ9iTWuZSnDWTAZKna8ngO1zaWMEKK1c { width:14.5rem;height:1.8684875rem;top:119.54816818237rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { background-color:transparent;background-image: -webkit-linear-gradient(62deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(62deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(62deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(62deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(62deg, #d41aef, #2f01ae);background-size:cover !important;display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { background-color: transparent; background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .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); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:20rem;height:17.7109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { width:20rem;height:5.19791875rem;top:6.88671875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { width:8.25rem;height:0.375rem;top:13.3359375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { width:20rem;height:2.76041875rem;top:14.9609375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { width:8.5625rem;height:1.94986875rem;top:4.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { width:9.75rem;height:1.625rem;top:7.57421875rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { width:19.25rem;height:2.5996125rem;top:10.44921875rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRa2p1za28p9eO11pmh54hyOUDyGLTqH { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:20rem;height:15.63671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { width:8.5625rem;height:1.94986875rem;top:4.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { width:9.75rem;height:1.625rem;top:7.57421875rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { width:18.8125rem;height:5.19791875rem;top:10.44921875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:20rem;height:13.01171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { width:8.5625rem;height:1.94986875rem;top:4.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { width:9.75rem;height:1.625rem;top:7.57421875rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { width:18.9375rem;height:2.5996125rem;top:10.44921875rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z84eeEn58nIayhnTDLGt7VsqaXNO7fpL { width:0.3125rem;height:35.3125rem;top:0rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { width:8.5625rem;height:1.94986875rem;top:4.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { width:9.75rem;height:1.625rem;top:7.57421875rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { width:18.9375rem;height:1.29980625rem;top:10.44921875rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRa5ebPhCC4QL3L1KIKldyhWq5BJcHTs { width:0.3125rem;height:35.3125rem;top:0.125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:20rem;height:142.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { width:8.5625rem;height:1.94986875rem;top:4.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { width:9.75rem;height:1.625rem;top:7.57421875rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { width:18.8125rem;height:2.5996125rem;top:10.44921875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQNTvlodusdTFt5UfqtctAanABRDsvWb { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFiQKgOiPol1NfyFRFIIVhnfMy2BZQsi { width:1.875rem;height:1.875rem;top:12.9987rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3wRs3P5B4RbRDED3Q0JgsKVxF9HuwLg { width:7.8125rem;height:1.8684875rem;top:16.1237rem;left:6.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfTS5tp0qTnlfiRn1WxwRtWwOFyo7WWf { width:9.75rem;height:1.625rem;top:19.2415375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCQHW0k7oDGMmt4Xq9zrHM6vSHDmkhiS { width:20rem;height:2.5996125rem;top:22.1165375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZpwbPrTTnLOmEysvEqfUqAlStcMS9RT { width:1.875rem;height:1.875rem;top:24.66601875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwViI1mQH9zF95pirTntp0qMzHHQUzA { width:8.1875rem;height:1.8684875rem;top:27.79101875rem;left:5.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNkPeleZ3TmEmvvTWAJ3ZrmBRX8sgSWf { width:9.75rem;height:1.625rem;top:30.90885625rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZZaZmUoh6ADCLN99PK2FyaTMbl9Twr1 { width:20rem;height:2.5996125rem;top:33.78385625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixzmxt82EuVBWrnrr3Tku53Q3R4Eylc0 { width:1.875rem;height:1.875rem;top:37.6321625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azDAf0d2aMG17VThyGzTSHCb2LfbTeWX { width:8.125rem;height:1.8684875rem;top:40.7571625rem;left:5.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTWte0a38lWmTyXeFc9zdwgzFULU3wMT { width:20rem;height:5.19791875rem;top:46.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFQAooFixD8tnG4xAQuzdyFNn6K5PFLG { width:9.75rem;height:1.625rem;top:43.875rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cqymNaQpbwDHnBbuWqfwcTu3AddvTmTr { width:20rem;height:2.5996125rem;top:61.015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeQBeBqIf17fTGcdZaB0ZS5t7QIMJMuD { width:9.75rem;height:1.625rem;top:58.140625rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOOq5t7WsISebWy5ou0h1BZVrMIlxB0f { width:8.125rem;height:1.8684875rem;top:55.0234375rem;left:5.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfkM5Ce198HDbF6SeNvcLWdGzJXKfvpb { width:1.875rem;height:1.875rem;top:51.8984375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXn3E4NeGCvQfqp1gPdQkKpv8k8nzeHb { width:20rem;height:2.5996125rem;top:73.982425rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8yzWAA9lM6o6pIKhwEC3FWmTZH9VPsZ { width:9.75rem;height:1.625rem;top:71.107425rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epmL9bXNmqZFWBClug3TX8LMM99I1KQ3 { width:8.125rem;height:1.8684875rem;top:67.9902375rem;left:5.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzUazSrkius9uE7lzOD2I7pi1qKQ8pgX { width:1.875rem;height:1.875rem;top:64.8652375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfCO2dBp5MhRRVkua4pnR0cprwm1qinf { width:0.3125rem;height:35.3125rem;top:0rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmmPllLsAANzmSCZh6tsmOx6CKHVeTOP { width:20rem;height:1.29980625rem;top:86.949225rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDzwhTnEHoB1fG8GAhQNLIriIUgOzzIX { width:9.75rem;height:1.625rem;top:84.074225rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8LtHIgOcCMmwuhhqhMT6kHOTdmpkR6Z { width:8.125rem;height:1.8684875rem;top:80.9570375rem;left:5.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTu74r91v5QPFfAv1ksliIrL5fkHMeqE { width:1.875rem;height:1.875rem;top:77.8320375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTyLFuBqt2s8UtsFvRburp2uNA11WyvV { width:0.3125rem;height:35.3125rem;top:5.9375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTUEen6P8zWzTOk91laTmxHTGn7dPiJe { width:20rem;height:1.29980625rem;top:98.61621875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oaUm63oRnIROCpAzXrKNk8gbTbit4RKD { width:9.75rem;height:1.625rem;top:95.74121875rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7qgiIor7d4SeQywQwyKbpvIqfZTCGRh { width:8.125rem;height:1.8684875rem;top:92.62403125rem;left:5.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdsxOEKalgw1ZRlubo7C3xzdboXFoNTS { width:1.875rem;height:1.875rem;top:89.49903125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFxhbqVrh4bSLN943gypGuJUzWbLbN3 { width:0.3125rem;height:35.3125rem;top:12.125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJ9zX9DLMMbsv4wuAAJN66bP0Sbd7C2R { width:20rem;height:3.8994125rem;top:110.2832125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEcQdXKhIKWm81ZcvC7EDHQazCPWgWhv { width:9.75rem;height:1.625rem;top:107.4082125rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTqVLZHG9yhQGlc9AZEH04VrMhTLvHkT { width:8.125rem;height:1.8684875rem;top:104.291025rem;left:5.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZugrvigkP53nRgfL79xKWU1dLlQo6Adl { width:1.875rem;height:1.875rem;top:101.166025rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkWkWk88Vx0B88HHG8bXfnNgkpG3Fb5F { width:0.3125rem;height:35.3125rem;top:19.4375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfImXqzBoH4wmyNnUHRbHeIZt02yLLb5 { width:20rem;height:3.8994125rem;top:124.5488375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAMUeEDpNvvBJQrNPA2R4MNzKCHebkId { width:9.75rem;height:1.625rem;top:121.6738375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZBUbQLER71nf4mVFIVQPdp2T0XxfICK { width:8.125rem;height:1.8684875rem;top:118.55665rem;left:5.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1OT4z3BLFzdH6cu4FMwxd8UACktZGUa { width:1.875rem;height:1.875rem;top:115.43165rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvpOepnFawelTAocOP4zCTdeQuFsIXad { width:0.3125rem;height:35.3125rem;top:25.3125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmZl1uCH7lbZtXd8kXMffsC8ie60dlv6 { width:20rem;height:2.5996125rem;top:138.8144625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paPRAbHKpK79zaW0qE1iO19wBMPCTtIV { width:9.75rem;height:1.625rem;top:135.9394625rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwB3SUJ2ssLpqO6TcF6EmALBLa4fP7GX { width:8.125rem;height:1.8684875rem;top:132.822275rem;left:5.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xkgfd1SB6Hy5TS1EATmR7rUZEJ622PTm { width:1.875rem;height:1.875rem;top:129.697275rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wglF0UTvrkZrl6HnWQH9ZOnSpMK18dSW { width:0.3125rem;height:35.3125rem;top:31.25rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { background-color:transparent;background-image: -webkit-linear-gradient(136deg, #d41aef, #2f01ae);background-image: -moz-linear-gradient(136deg, #d41aef, #2f01ae);background-image: -ms-linear-gradient(136deg, #d41aef, #2f01ae);background-image: -o-linear-gradient(136deg, #d41aef, #2f01ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41aef', endColorstr='#2f01ae' );";background-image: linear-gradient(136deg, #d41aef, #2f01ae);background-size:auto !important;display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { background-color: transparent; background-image: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { width:8.25rem;height:0.375rem;top:5.0996125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { width:20rem;height:3.8994125rem;top:6.7246125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { width:20rem;height:17.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { width:20rem;height:19.75rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { width:20rem;height:2.5996125rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { width:20rem;height:2.5996125rem;top:24rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:16.6875rem;height:3.875rem;top:11.46875rem;left:1.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #LizGqB9R75oQV7bnvmEu5TG6HTpgqNRB { width:17.75rem;height:4.125rem;top:33.75rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #epgOnAd14bTCmOpl07H6NUTSTD6O6UiU { display:block; }
 }@media only screen and (max-width: 763px) { #nTe32FXrNVANrWSwmyisXk8JOTOk3Hwz { width:13.25rem;height:3.25rem;top:7.1354169845581rem;left:3.3750002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5g9gZWsufTuTF1PG0akdlTUQhrCDv1X { width:14.3125rem;height:3.25rem;top:28.945964813233rem;left:2.8437500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChupIWOGP5c1WSV0XNkhnInuwO9yWwhd { width:20rem;height:44.25rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4Rms8QCCblNMhkETvDZkfDLUWoJc0R { width:19.5625rem;height:38.8359375rem;top:49.5625rem;left:0.3125rem;font-size:1rem;display:block; }#wA4Rms8QCCblNMhkETvDZkfDLUWoJc0R li:before{  }
 }@media only screen and (max-width: 763px) { #NGya5U0UWSDCg31sw1XoIGyAGBTRZ0qC { width:20rem;height:1.29980625rem;top:54.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3ORJi9n6lWPi2P3sazzghkpv1WPJBSf { width:19.125rem;height:2.2747375rem;top:45.4375rem;left:0.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2dzR2AVOSDS34NnSJHNXkvQZ0lfpUZV { width:7.0625rem;height:1.54296875rem;top:25.78515625rem;left:2.84375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybrJDwkKgPhXJA98vaJpItL0cK9aRlMA { width:7.0625rem;height:1.54361875rem;top:4.7871098518372rem;left:2.8437500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 { display:block; }#muiLT4idAwHeAyOkk3eEJ2UqDTUuBi23 > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs  { width:17.5rem;height:0;top:3.83984375rem;left:0rem; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs {display:block;}#ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs { width:17.5rem;height:0;top:3.83984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #C3Ik30GKsHJmdrFAtUWvhKMb5XUCx7K4 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #zbtvATP3cqBt4ynBvABS8tJ6Cd5JiQDv { display:block; }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #LfO1KWF6LDFaEqRXOwpsvLeyh88EMXpB {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #bU9M8APDEHdfepST7UfwBIuUvoixnyCt {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #QTzaGgmoDZ5J6e3ziI89L6fGphxTs33p { display:block; }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #Wo6ewlZnHmqTL0TpT3xSXeW3Vgrp7Map {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #CulLLweHvxp2fmDXSLN7qEsxE2TDkw53 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #o01rWbzAtvTC8V6tql2ETG7UiQgT6QHA {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #oZLrcDNTdIbE64Qp1WOA3JeD7n8X2mQV {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #GLKrCRBgpBswq0iqERaP0A40J2D24cMm {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #sskM4OkCUP7uIuuRFxeUnbmq9lkOGVSg {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #X3hViQNQw4sCBx9V7Xbeg8ImlXKigrof {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #U5vKwePcSDe8Idtz7ZVrB6VGkC10PwIv {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #T1KV5ccwNg43bvAwzrx1AK3TEzlGxfJB {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #lzTnnQwMVyLBw22k7930gBVMDlxS6DVV {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #J7dWqTwxiJVcb0F9ifooWqTsAoJOaTJ9 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #SCMMMIs9k56owPWNmgAPvelTdv0JXa16 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #TChsOrHcwu4uVCZ1yWayT23gbvBPp32L {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #rGWIfIkwDsCVilD6PvEavvnfKK5qRnlk {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #TZ1LLeti3WTGz85c7Q8VSEyqWez69nu8 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #l5TmluS9AuqUzGSegg9WKBTTi4DWZfK7 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #MhZXOaLgTZHRQ022LFETKFcQV2WqLkHL {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #oBZGOKDHGogoxwUNqCpfXw5NCJ4r4s2T {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #Nd5JhdtWdlGixUzsTfGr7Coh7cv3S5z4 {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #JC0iX836Rxcq41AfvdoT2qxxFII0JexK {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #xNS3NgSgx5Uhdda0dMBOG35HPvHAvkhG {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #lw4DlAx2WWZPSb26q521ttpxL4T020Mb {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #n3NNWiJQlGnOyvfToZW7MbAKTyPdTatf {  }
 }@media only screen and (max-width: 763px) { #ZpHrVsCognmlzsabJhlAHhVz6uhJ9KIs #teeC5UgNTz8hCGRdtSIMr4bwO064Wmd5 {  }
 }@media only screen and (max-width: 763px) { #BlbEzAbPD8rMVIfG3SMXT4dDR0tnLDNq { width:20rem;height:59.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIIncF8A8LqcWOTGNSx06OtZs02pA6M5 { width:20rem;height:7.391925rem;top:62.811849594119rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUFFFiJ6KByxmytD1OBwOUDI4tcaNer4 { width:15.4375rem;height:0.6497375rem;top:61.041667938233rem;left:4.5618489384651rem;font-size:0.5rem;display:block; }
 }