.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:#140e38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:#040415;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:6.6875rem;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:1.125rem;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:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:26.75rem;display:block; }
#WKZyDymUUd8qcfpua0s3J79J3xrg3enB { 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:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:41.625rem;display:block; }
#y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(115deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(115deg, #8200ff, #a200ff);background-image: -o-linear-gradient(115deg, #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(115deg, #8200ff, #a200ff);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;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:51.313545227051rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { 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:6.1875rem;width:16.6875rem;top:0.5615234375rem;left:0rem;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:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:34.25rem;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:url("https://images.assets-landingi.com/uc/0214eec7-e546-4f6c-8f17-24ea5ffe3b3f/featurebackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:85.75rem;width:60rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#d8ecff;display:block;width:54.75rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:3.125rem;height:8.4479375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#e8f7ff;display:block;width:46rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:72.5625rem;left:7.8125rem;height:7.3111875rem;font-style:normal;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0033bc, #a200ff);background-image: -moz-linear-gradient(115deg, #0033bc, #a200ff);background-image: -ms-linear-gradient(115deg, #0033bc, #a200ff);background-image: -o-linear-gradient(115deg, #0033bc, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0033bc', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0033bc', endColorstr='#a200ff' );";background-image: linear-gradient(115deg, #0033bc, #a200ff);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:80.875rem;left:22.6875rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GVBDddfVE2X9g4MgshVkrU1UZfnmbkSh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.3125rem;width:47.0625rem;top:11.5625rem;left:7.28125rem;display:block; }
#KURBVMJCUqr6Wu74I1bNNw0yz2Eqae2t { color:#d8ecff;display:block;width:54.75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:39.196615219116rem;left:3.4375rem;height:5.84895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HR1b9Avu325HoZHpoUiAPxqS3yFXoBLw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:44.125rem;top:46.667970657349rem;left:8.4375rem;overflow:hidden;display:block; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#120e33;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { border-width: 0; border-radius: 0; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.53125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.34375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { color:#ffffff;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:8.5rem;left:20.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:40.562496185302rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.562496185302rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.3125rem;left:46.874996185302rem;overflow:hidden;display:block; }
#NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { position:absolute;display:block;z-index:15010;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.5625rem;width:5.5625rem;top:1.65625rem;left:27.218746185302rem;overflow:hidden;display:block; }
#pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { position:absolute;display:block;z-index:15011;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.6875rem;width:5.6875rem;top:1.59375rem;left:6.875rem;overflow:hidden;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:39.875rem;width:60rem;position:relative;display:block; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#e8f7ff;display:block;width:25.5625rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:7.799475rem;font-style:normal;display:block; }
#Q20BxKWiG7kfzlNdNNeHwffTKnL9iJOM { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { position:absolute;display:block;z-index:15003;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:15rem;left:0rem;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:#e8f7ff;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.75rem;left:0rem;height:7.796875rem;font-style:normal;display:block; }
#MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:22.4375rem;top:5.0833330154419rem;left:33.93359375rem;overflow:hidden;display:block; }
#CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:22.25rem;top:19.562500953674rem;left:36.471033113861rem;overflow:hidden;display:block; }
#AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:4.25rem;width:4.25rem;top:11.186198234558rem;left:30.811199188233rem;display:block; }
#pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:4.25rem;width:4.25rem;top:22.625rem;left:33.9375rem;display:block; }
#IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:23.1875rem;left:34.625rem;overflow:hidden;display:block; }
#cAhc4ZkqSH12hsDTealB3h55DxwNKumF { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:11.998698234558rem;left:31.436199188233rem;overflow:hidden;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:#00dcff;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#000000;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.95rem;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.875rem;left:0.0010414123535156rem;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 {  }
#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL { position:relative;display:block; }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL { background-color: transparent; background-image: none; }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL > .row .container > .video-iframe-container { display: none; }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL > .row > .video-iframe-container { display: none; }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL > .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); }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL { border-width: 0; border-radius: 0; }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL > .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; }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:121.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; }#kaHst6Uanw3nLy2fc5hWnCReDaaKsmfZ { position:absolute;display:block;z-index:15009;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.372314375rem;width:8.2483125rem;top:6.37353515625rem;left:25.875244140625rem;display:block; }
#nLkTvr6ZruQehrfJktlzTnGqwsNReaab { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.061767578125rem;left:0rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNHIn2f6HTUbUUH8eXpOeoaDQyw1ZptU { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.874755859375rem;left:0rem;height:20.791675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OEQ9Gvy5Tnu9lIFUzt41f3AIqzLWdkE1 { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:117.1826171875rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RmsVg4WXAzA7U0qEDHMIFcpGbqZzsdzT { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:60.541667938233rem;left:0rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xqp1U1dOqz76u7CmI4uq90tSDL7DgERe { color:#e8f7ff;display:block;width:29.8125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:68.1875rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mx0MGqgiuQuBHR5VTkcQJqSdGo1KueCQ { color:#e8f7ff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:70.375rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WW5DRZITZkvn3nwbVHUr2vbyh3HJpR86 { 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:0.37109375rem;width:8.247375rem;top:65.377605438231rem;left:25.875rem;display:block; }
#n7CZpeGJUTdN7iuO4xIf1nRoTUfNvc5D { color:#e8f7ff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:77rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vPgNJhaH3ulUhggBxqs6Kv0AthBVOCOZ { color:#e8f7ff;display:block;width:29.8125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:74.4375rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVuBgIX4C5xwto1p9moGSUxvSqE16E4t { color:#e8f7ff;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:90.74951171875rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OiSkfhtEIl8zFa2Qg09TCerC3n5SzwFI { color:#e8f7ff;display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:88.06103515625rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vG11TnHXEf1LZzkSS1RuHEnoSt9Wyekx { color:#e8f7ff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:83.4375rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTdTsu4K6WThoUiMWcrSND5kRlIXNIFL { color:#e8f7ff;display:block;width:29.625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:81.3125rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tq6TdMoCGG2QLMF3k8F4ln6ATxnOqCCQ { color:#e8f7ff;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:112.31201171875rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QCvmon2BhO4TopZkaweTI89Qugwb16pr { color:#e8f7ff;display:block;width:29.87425rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:109.5458984375rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UMo9PK1Tb7BEO46bJDEUxJGPX8IxUWLZ { color:#e8f7ff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:104.70336914062rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rNnExeJimU86ELTXwf8gBc83xNf4kLoW { color:#e8f7ff;display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:102.12329101562rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SV45ExmnMttk7nBuN5ZmW2LtMRlyfQRR { color:#e8f7ff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:97.56103515625rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xmxbkzWMDlDgtvmIaEo0tcaJJS4M8TTw { color:#e8f7ff;display:block;width:29.9365rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:94.98291015625rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mKauo90FT4iKdwbXzcwHsQtCMyUMtvuE { color:#e8f7ff;display:block;width:29rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:68.1865234375rem;left:29.8125rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3QsaKus9VdqQt1q4B6ZvXSerBFmpHQ4 { color:#e8f7ff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:70.342529296875rem;left:29.875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z8kIKpWCZJiVdtVgp0ZWT9FJgfJgX8lB { color:#e8f7ff;display:block;width:29.812rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:74.437255859375rem;left:30rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cSHDfqKwhnDaVOLWhspQWQLcXvIrwihP { color:#e8f7ff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:77.01513671875rem;left:29.813232421875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTKeoEbKJ2XP5n4aTzzt9tr6RMegqWwf { color:#e8f7ff;display:block;width:28.8745rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:81.312255859375rem;left:30rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a74BwxQmK7iJDWkVFJaesay8ZpIyk94W { color:#e8f7ff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:83.576171875rem;left:29.813232421875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T63xi2Of7UyND6G6DVdOycPdTps6PVXT { color:#e8f7ff;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:90.74951171875rem;left:30.0625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gLMRsyKangQHxSSxuLvZHGCqxKbp8TF2 { color:#e8f7ff;display:block;width:28.374rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:88.060302734375rem;left:30rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DpIF0QIl5J34c0xFW13g7v7wTZMLfWoL { color:#e8f7ff;display:block;width:30.249rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:94.98291015625rem;left:29.7509765625rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uHdPCI73gfCHwbibuzP5ZnE5Nytc1AKS { color:#e8f7ff;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:97.559814453125rem;left:30.125732421875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cgB512eNO7VA1nGQzzrKQOFzoEX0DWwP { color:#e8f7ff;display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:102.12280273438rem;left:30rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMKERdQ1AxefnEkL658VZKAP9ebpHywJ { color:#e8f7ff;display:block;width:29.187rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:104.7021484375rem;left:30rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8nEDxGwRkiBbKSb6LEE70OUrWgVtggJ { color:#e8f7ff;display:block;width:29.87425rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:109.5458984375rem;left:30rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1bRfXBBdl4qhh8CZpZzg0QGhUixfpcU { color:#e8f7ff;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:112.31201171875rem;left:30.0634765625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dgqK4ZbuxlI98H4BpLIUl3QZdGfSU8Rz { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8105625rem;width:38.9355625rem;top:31.37255859375rem;left:10.529296875rem;overflow:hidden;display:block; }
#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP { position:relative;display:block; }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP { background-color: transparent; background-image: none; }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP > .row .container > .video-iframe-container { display: none; }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP > .row > .video-iframe-container { display: none; }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP > .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); }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP { border-width: 0; border-radius: 0; }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP > .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; }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:197.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; }#JRfig7fGtcMpGx5OQ8JlbbHQLHbCcwue { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.4375rem;top:11.09375rem;left:0.28125rem;display:block; }
#NgsfyP6WQnvUyS8ICQl9iOTsHko2rG0k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.4375rem;top:11.09375rem;left:30.28125rem;display:block; }
#pQ9vRcg1HlW8XX4k6HqJwRqDZxUnwSFV { color:#e8f7ff;display:block;width:49rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.51953125rem;left:5.26953125rem;height:6.8229375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brKuGlu7zSmakITSIquO8IZ31KHzLLNc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.4375rem;top:29.186199188233rem;left:0.28125rem;display:block; }
#oAmrI2D2IFDbxJBfFMHdRtDpSTFtq7IG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.4375rem;top:29.186199188233rem;left:30.28125rem;display:block; }
#XtMuaHlAdfdW35B1GHv9GDQT67pn3tIt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.4375rem;top:47.1875rem;left:0.28125rem;display:block; }
#M0M2g8O4vTtWx8Z4QMqgDScVVLedyobP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.4375rem;top:47.1875rem;left:30.28125rem;display:block; }
#Gqm8mvm3aQ484mKMb38DrB92LCdkcEIU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.4375rem;top:64.875rem;left:0.25rem;display:block; }
#L1VhbVhkkJHMCwDWsOXyXcTKBHrTsD9R { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.4375rem;top:64.875rem;left:30.25rem;display:block; }
#WztnG3BxGH4OxUK0EZuN6ceOQeRTIfrb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.4995rem;width:20.7495rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:101.7734375rem;left:0rem;overflow:hidden;display:block; }
#r6tMhmUa1rpTawF4MXzZXyMCUWRWyGPb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:34.0625rem;width:19.25rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:82.62158203125rem;left:21.32470703125rem;overflow:hidden;display:block; }
#QvTdDCNQLWCEEK7ZB5kdUL2ssFmP8B41 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:117.873046875rem;left:21.32421875rem;overflow:hidden;display:block; }
#UTec0qTJky10FoeNqwETr0fUKk1eabPz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.7495rem;width:18.5625rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:82.65087890625rem;left:41.4375rem;overflow:hidden;display:block; }
#xLk7qCATZgWSZvinS3QTZEKuqxAIykFp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.625rem;width:20.5625rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:82.74609375rem;left:0.0625rem;overflow:hidden;display:block; }
#RJc0276Dz5XuHs3UkIkhgepAHfAtVIFf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:28rem;width:18.375rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:115.68212890625rem;left:41.4375rem;overflow:hidden;display:block; }
#PqGLZhPP9mPTMRxx5CJQ2rzMMsI9AMul { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.5625rem;width:19.4375rem;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:138.3095703125rem;left:21.335902310799rem;overflow:hidden;display:block; }
#CQa6Fw4f2oPDwilfXdGiKpTtI5wzerF0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:26.25rem;width:20.625rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:132.71354198456rem;left:0rem;overflow:hidden;display:block; }
#UQ4TnPqJe6efw5qOt5r0stOrRIfBH9gF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:18.375rem;top:143.35807418823rem;left:41.623699188233rem;overflow:hidden;display:block; }
#mL6sGbbaUWNETS2RKlXMcveZmvNtoff6 { position:absolute;display:block;z-index:15010;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:36.625rem;width:20.4375rem;top:159.30859375rem;left:0.0625rem;overflow:hidden;display:block; }
#POQca9HeCgushCZ6X8apsyyd5edz1PSl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.6875rem;top:158.18359375rem;left:21.26171875rem;overflow:hidden;display:block; }
#ZF3EpSuz7ZZ11vs1rsNAZc9PxhFePpPb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:18.25rem;top:168.47396447204rem;left:41.593462412849rem;overflow:hidden;display:block; }
#V1IflQyaeEWCGntEysn83SHWx1N9NhRR { position:relative;display:block; }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR { background-color: transparent; background-image: none; }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR > .row .container > .video-iframe-container { display: none; }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR > .row > .video-iframe-container { display: none; }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR > .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); }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR { border-width: 0; border-radius: 0; }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR > .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; }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:63.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; }#ALiCZa2E1NEFucNaMPr9sJ9Vr2eMRh4d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:29.8125rem;top:9.681671875rem;left:30.147670138494rem;overflow:hidden;display:block; }
#ZuSKg5XGp80ZioAxCCNpbbPu0LZmlsNH { position:absolute;display:block;z-index:15009;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.373535rem;width:8.2483125rem;top:8.311767578125rem;left:0rem;display:block; }
#ufqnZW4WsrTNXfLPFusZz9MDageUvpfE { color:#e8f7ff;display:block;width:22.99925rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.24951171875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCxZMsJCRCBhb6URxRaqh17Q7oZyREIx { color:#e8f7ff;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.687255859375rem;left:0rem;height:18.19273125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZSv3SH5qDXDthpJw3Pg69aTIMfuX61Qq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:26.1875rem;top:8.8684902191163rem;left:31.90625rem;overflow:hidden;display:none; }
#FbGWZ3QhhCiiNpnwARhIWqx557c6MKWQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:27.625rem;top:5.9309902191162rem;left:31.1875rem;overflow:hidden;display:none; }
#Czqt6CBz7flQTkoRMKhONx7zZzC8CKHI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;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:32.25rem;left:0rem;overflow:hidden;display:block; }
#nPPNF6bAPxyK2v3Un6X4kWChs0v6IMXk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.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:32.25rem;left:20.4375rem;overflow:hidden;display:block; }
#NtzTM3b1VgqXnrrh94HAmRIvipirQO3z { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;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:32.25rem;left:40.75rem;overflow:hidden;display:block; }
#iFzvsMAh6nTKI0wuH0cnDT0Zc8fn7Wqp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;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:46.125rem;left:0rem;overflow:hidden;display:block; }
#yV7lrdh7W7ZpuBoiN6XHTqAvukLVROsN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.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:46.125rem;left:20.4375rem;overflow:hidden;display:block; }
#odWXqZCIMTRWPykmQNrQs6VqBtg6fVOW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;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:46.125rem;left:40.875rem;overflow:hidden;display:block; }
#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { position:relative;display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { 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 { border-width: 0; border-radius: 0; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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:66.9375rem;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; }#MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5611977577209rem;left:0rem;height:3.4121125rem;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, #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:33.18359375rem;left:25.875rem;display:block; }
#LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { color:#e8f7ff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:34.3125rem;left:3.53125rem;height:21.93358125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ycl9E9HAXmeAnN9QMn42mdTRw5Vcckl2 { position:absolute;display:block;z-index:15012;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:23rem;width:41rem;top:8.8463541716338rem;left:7.91796875rem;overflow:hidden;display:block; }
#GIfhMcmRrwdOCzzxF9MrSSKNOk1Porwy { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0033bc, #a200ff);background-image: -moz-linear-gradient(115deg, #0033bc, #a200ff);background-image: -ms-linear-gradient(115deg, #0033bc, #a200ff);background-image: -o-linear-gradient(115deg, #0033bc, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0033bc', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0033bc', endColorstr='#a200ff' );";background-image: linear-gradient(115deg, #0033bc, #a200ff);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2495rem;height:3.811525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:59.56201171875rem;left:21.873046875rem;display:block; }
#t4Tmbk36WxXqNH1uJHZlgxQXlmxZXyiW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD { position:relative;display:block; }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD { background-color: transparent; background-image: none; }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD > .row .container > .video-iframe-container { display: none; }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD > .row > .video-iframe-container { display: none; }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD > .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); }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD { border-width: 0; border-radius: 0; }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD > .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; }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD > .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:76rem;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; }#W9nLJpfLaGKwO1IqI7MCOleHu88gJrn3 { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.31103515625rem;left:0rem;height:6.8229375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0n4hVB9bZG02yHxalTXqAbTnB52vAMa { position:absolute;display:block;z-index:15011;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:38.80810546875rem;left:25.875rem;display:block; }
#h152lnMbEwTREuGGP8CT11blBre6c7HI { color:#e8f7ff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:39.9375rem;left:3.5302734375rem;height:26.3203125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iO8TdFdvRLEA0iSZSNX61dDvRcLkbmn5 { position:absolute;display:block;z-index:15012;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.7495rem;width:40.2495rem;top:11.00927734375rem;left:9.873046875rem;overflow:hidden;display:block; }
#Zv9TJG9HTXCEKUEFGVx8mh2QlCNfCZ85 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0033bc, #a200ff);background-image: -moz-linear-gradient(115deg, #0033bc, #a200ff);background-image: -ms-linear-gradient(115deg, #0033bc, #a200ff);background-image: -o-linear-gradient(115deg, #0033bc, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0033bc', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0033bc', endColorstr='#a200ff' );";background-image: linear-gradient(115deg, #0033bc, #a200ff);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2480625rem;height:3.811525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:69.62255859375rem;left:21.87451171875rem;display:block; }
#dINFegEynM3ZHC9lhpO9wFN87HTCKXEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:312.8125rem;width:60rem;position:relative;display:block; }#lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { color:#e8f7ff;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:32.2490234375rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { 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:0.375rem;width:8.25rem;top:7.62451171875rem;left:51.749267578125rem;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:19.9375rem;width:27.25rem;top:6.5rem;left:0rem;display:block; }
#OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:4.375rem;left:1.5625rem;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:12.4375rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { color:#e8f7ff;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.062255859375rem;left:1.937255859375rem;height:10.3958125rem;font-style:normal;display:block; }
#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:12.3125rem;left:32.749996185302rem;display:block; }
#Vq5lDAPdzavdxmuWSqE5NV80WCxOKNb6 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:10.0625rem;left:34.687496185302rem;display:block; }
#T3ndOdl39KPfZD6czSJLk4WLGU97bI4C { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.375rem;left:35.062496185302rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lsJdBQywZuIQuAcFR4I9GZwsz07dkkTZ { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.8125rem;left:35.124996185302rem;height:7.796875rem;font-style:normal;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:19.9375rem;width:27.25rem;top:36.375rem;left:32.749996185302rem;display:block; }
#tgkM1ATiWlGCGLHChQ2FwpT2GuAWBTH2 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:42.6875rem;left:35.312496185302rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0EqGXoFauMlol9P0BB5TH9NgosGRxMh { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:44.875rem;left:35.124996185302rem;height:10.3958125rem;font-style:normal;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:37.375rem;left:51.749996185302rem;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:19.9375rem;width:27.25rem;top:30.5625rem;left:0rem;display:block; }
#l5aV4l8z55QRDpBHQykuEb0S2FxV81za { 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:36.5625rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B5kpfZItE984qL1i8gbi3kHpwG5HNoIA { color:#e8f7ff;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:39.124755859375rem;left:1.937255859375rem;height:10.3958125rem;font-style:normal;display:block; }
#D4LGZncvO99qGMG6dqUVss5WE3Qya8f2 { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:34.25rem;left:34.749996185302rem;display:block; }
#fPau5pMkATHFIhl02BIOBroE90B0g0Bk { position:absolute;display:block;z-index:15034;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.9375rem;width:5.9375rem;top:28.875rem;left:1.9375rem;overflow:hidden;display:block; }
#wBgwgfZxQTvGQ1A2V7z6gQOeoaF1p3D9 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:28.4375rem;left:1.5625rem;display:block; }
#NranRGrTGpM1JdFvAc354IqgBf4IoSDG { position:absolute;display:block;z-index:15024;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:55.25rem;left:0.0625rem;display:block; }
#tvfOhxmzN1buLL8uPOE6Siby1MzXpPWC { position:absolute;display:block;z-index:15043;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.9375rem;width:5.9375rem;top:53.5625rem;left:2rem;overflow:hidden;display:block; }
#estLTUAmhGl6W54n3JUMnd53hvaLwcZZ { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:53.125rem;left:1.625rem;display:block; }
#ibs9wum7PBTKTPro0CXFd6gOBcvG2n18 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:61.1875rem;left:2rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xIyNTNyoJ8GVCwhJdnyOM69rsMZCdxcs { color:#e8f7ff;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:63.812255859375rem;left:1.99951171875rem;height:10.3958125rem;font-style:normal;display:block; }
#GEbZZwAPeci380kSoLsqKV3Oag8b43Xq { position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:77.1875rem;left:1.625rem;display:block; }
#wgh6phJVZSQabduxlvC71TatDhaOgkaT { position:absolute;display:block;z-index:15030;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:61.0625rem;left:32.8125rem;display:block; }
#vuPOUQuQfQ1rZZ4Ct96kHVok9RkRVZHT { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:58.8125rem;left:34.75rem;display:block; }
#lrn7eqBl2nugwkhtiXnOoXMOC8S2w1o0 { position:absolute;display:block;z-index:15038;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:79.3125rem;left:0.0625rem;display:block; }
#du6ahXkW0SeOsgXRi5Jx5Ny1TKM5kkyV { position:absolute;display:block;z-index:15057;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.9375rem;width:5.9375rem;top:77.625rem;left:2rem;overflow:hidden;display:block; }
#B4CIIfNegMmdGFRCTMlZOerOAuouzzaD { position:absolute;display:block;z-index:15049;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.9375rem;width:5.9375rem;top:59.25rem;left:35.125rem;overflow:hidden;display:block; }
#rHyAdz5CyOF7gNB4cLAirGbtrAgyElJk { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:67.125rem;left:35.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OQOSKuLi82dD3TXd7V3t4tc9iDbptmDJ { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:69.5625rem;left:35.1875rem;height:9.096375rem;font-style:normal;display:block; }
#cnxfKC4pDhThiiRqAyXKZGJHZiVTcvgc { position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:83rem;left:34.8125rem;display:block; }
#FqQEET5bdUfct1aGlzSof1FSSK6v0vgp { position:absolute;display:block;z-index:15044;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:85.125rem;left:32.8125rem;display:block; }
#UzmKdfyJ3OWKCIEemTgV97MafTrWXTtk { position:absolute;display:block;z-index:15063;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.9375rem;width:5.9375rem;top:83.4375rem;left:35.1875rem;overflow:hidden;display:block; }
#slc0Q8x4qT85T0HvuEt0ork3TSZr2xNh { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:85.3125rem;left:2rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDAhlLanc2QR9cF67GlsJkSqZCedpRm1 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:87.875rem;left:2rem;height:10.3958125rem;font-style:normal;display:block; }
#p8TOEqus6FyionOfJFCF05WQcWqdINtP { position:absolute;display:block;z-index:15042;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:86.125rem;left:51.8125rem;display:block; }
#TnJcvFeu29GVKNhEkCNVSQmVuipUQD2k { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:91.4375rem;left:35.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cgL1Lo0tev7T4cyJb1KJkG982Pvx7SQ2 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:93.625rem;left:35.1875rem;height:10.3958125rem;font-style:normal;display:block; }
#vGcqkPuUGdz2PVJA74yaiFVGNhhhpX2D { position:absolute;display:block;z-index:15048;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:106.125rem;left:0rem;display:block; }
#bWD813A51nFiwphpq8t3GrOMFN8bbMzT { position:absolute;display:block;z-index:15054;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:111.9375rem;left:32.75rem;display:block; }
#RkN6SXmCxQKkdEOrPm3TwekDaeAFITA5 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:114.6875rem;left:1.9375rem;height:7.796875rem;font-style:normal;display:block; }
#vrDmG9eGLLwM4PTome5McFHBGidI0xmK { position:absolute;display:block;z-index:15072;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:109.8125rem;left:34.75rem;display:block; }
#zPFQWcD7eUMr744iW2mMe8hvPRLAqdwh { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:112.125rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MFg8ngAAug4KXTgpNuMVRLIN45XTskXJ { position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:104rem;left:1.5625rem;display:block; }
#nUsreGB7FUAKTemZngX984RvnDapqKSa { position:absolute;display:block;z-index:15067;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.9375rem;width:5.9375rem;top:104.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#Rd4bOibzI8LdtbDkvZix62J49iw7dQOA { position:absolute;display:block;z-index:15073;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.9375rem;width:5.9375rem;top:110.25rem;left:35.125rem;overflow:hidden;display:block; }
#o8Ah27frex50HOeBkDPyuViQerlxcPxO { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:118.25rem;left:35.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z4tQuiq7vMI2yr9iWK5gP9VElwJLQyTv { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:120.4375rem;left:35.125rem;height:9.096375rem;font-style:normal;display:block; }
#fuLQl4VWnHfT2KsTxtiZ2QcMsvKfA2no { position:absolute;display:block;z-index:15064;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:137.3125rem;left:32.8125rem;display:block; }
#LBV3hqnDw5zdGDXFX9eR9u402xKyAZq5 { position:absolute;display:block;z-index:15058;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:130.6875rem;left:0rem;display:block; }
#DkHchKOGTTWwTWpbk0IzTCu3qhyqKQDr { color:#e8f7ff;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:145.8125rem;left:35.375rem;height:9.096375rem;font-style:normal;display:block; }
#nhIxXsfrGMyLcsZFXeTeyN7BODLLZX90 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:139.25rem;left:1.9375rem;height:5.19791875rem;font-style:normal;display:block; }
#TFFfI35mLbz3lxI7Mx3iXHcwfR4oKvio { color:#d2a9ff;display:block;width:24.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:143.625rem;left:35.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z8aMTritNIWN1Ki0uETU1KL5krNTuIZa { position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:135.1875rem;left:34.8125rem;display:block; }
#TGEmxAVJ4g9qcT3Q49PN2fFb0y4rnECs { position:absolute;display:block;z-index:15083;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.9375rem;width:5.9375rem;top:135.625rem;left:35.1875rem;overflow:hidden;display:block; }
#fu69ApBCA7iCs0V1eIhEZp5XWsxKb8MT { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:136.6875rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z2kLao9ORxbJHG6QCRakiLs0JVQAl6vp { position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:128.5625rem;left:1.5625rem;display:block; }
#ealLSUb1orplq5p2lm3poG37sPPZxBEL { position:absolute;display:block;z-index:15077;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.9375rem;width:5.9375rem;top:129rem;left:1.9375rem;overflow:hidden;display:block; }
#g8svLAQHsSzQJEkUtK9iq7EnnhuOqTxO { position:absolute;display:block;z-index:15074;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.9375rem;width:5.9375rem;top:10.467041015625rem;left:35.062255859375rem;overflow:hidden;display:block; }
#T24IhMuh3v06saduG3BgHe13ZbGXmbQw { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:308.78759765625rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#o3mc0J8aFJRkZZ1caBpKQxc3L8iwkWXK { position:absolute;display:block;z-index:15006;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:155.75rem;left:0rem;display:block; }
#HcRJTXpMCkZ9so62AnutCWT0sBNA3wD2 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:164.3125rem;left:1.9375rem;height:7.796875rem;font-style:normal;display:block; }
#zHeJK2dQqBTPstmK7k3goE7novE52myT { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:161.6875rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zmhP5IMXu7MGWMJKvUzl8QEczmTvtTIU { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:154.0625rem;left:1.9375rem;overflow:hidden;display:block; }
#zmLCrpshWbq8Z0XWRhdwsgvqoDdABsNO { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:153.625rem;left:1.5625rem;display:block; }
#KTKTttriV9aNh5BCDZJ40aJbD8zgD6la { position:absolute;display:block;z-index:15011;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:160.5rem;left:32.8125rem;display:block; }
#iTwRHhvNmgluIPBaLVwNgIsuyCrVRmME { color:#e8f7ff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:169.0625rem;left:34.75rem;height:10.3958125rem;font-style:normal;display:block; }
#WEOGUm8GBPysg5O8ywqf9lgrJ1d5UqaR { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:166.4375rem;left:34.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A3mKicg5Jiga8SyrTJGDGqKSnT8czUcw { 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:5.9375rem;width:5.9375rem;top:158.8125rem;left:34.75rem;overflow:hidden;display:block; }
#po5gvqNBoHhT3ulTLoDAHVCfaZu38cEo { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:158.375rem;left:34.375rem;display:block; }
#NRexa7vxe6xDZeSWfzg2ySvL4kTwxXhu { position:absolute;display:block;z-index:15044;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.9375rem;width:5.9375rem;top:4.842529296875rem;left:1.937255859375rem;overflow:hidden;display:block; }
#kwpGt1OVDuU24XePBTSxxBWFb1MAb1xb { 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:19.9375rem;width:27.25rem;top:185rem;left:32.8125rem;display:block; }
#DmVaaw9c13UylZLpvE406e1lDzQ2utZz { color:#e8f7ff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:193.5625rem;left:34.75rem;height:9.096375rem;font-style:normal;display:block; }
#woDNTWOzwkRRmzKtcdTuxMx5NdMksTZu { position:absolute;display:block;z-index:15016;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:180.25rem;left:0rem;display:block; }
#WrQi3Qxl8cMtn9MIro3rSxd4dS4TIZwc { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:188.8125rem;left:1.9375rem;height:9.096375rem;font-style:normal;display:block; }
#nbthCTQXbmBGDqoPhpgrRsgcAUMSZDxB { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:190.9375rem;left:34.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RkEiW2EEqx35J8meXEOlrxZE3WA05Llb { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:186.1875rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sF0IklrgfvfAVsZvKo4TnQVHbbalJ7nQ { position:absolute;display:block;z-index:15040;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.9375rem;width:5.9375rem;top:183.3125rem;left:34.75rem;overflow:hidden;display:block; }
#GoM1BJCJ3EaHWrBS2WW7lW03OHgnnBKB { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:182.875rem;left:34.375rem;display:block; }
#yGQFp7vp60Pxf5TNh9nOQqi9W2kz2Ssw { 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:5.9375rem;width:5.9375rem;top:178.5625rem;left:1.9375rem;overflow:hidden;display:block; }
#SVVNWfOUZLGsr17tc7RJHz4XNDWxTz1k { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:178.125rem;left:1.5625rem;display:block; }
#G2dJxaIS2o3R8kTwWCwosVmcBRNDrsiQ { position:absolute;display:block;z-index:15026;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:204.75rem;left:0rem;display:block; }
#vUfdsVoRytTFcIixHHm3BbcPMTKPRmgJ { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:213.3125rem;left:1.9375rem;height:9.096375rem;font-style:normal;display:block; }
#x7CUx9mwciWSC622v5FwTT11wFLhGslP { position:absolute;display:block;z-index:15031;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:209.5rem;left:32.8125rem;display:block; }
#EKFnmQC5D3cSJXpdutkTasHhTH8nb3IO { color:#e8f7ff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:218.0625rem;left:34.75rem;height:9.096375rem;font-style:normal;display:block; }
#fQwWZhfuwd9Px9fnhJM3u8MGQT5QDfvt { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:215.4375rem;left:34.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H0Rco9RyczeAZOihDqTNnJ8DbLvRept4 { position:absolute;display:block;z-index:15050;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.9375rem;width:5.9375rem;top:207.8125rem;left:34.75rem;overflow:hidden;display:block; }
#HSEAO3hWyNKbBHqIUJrKxHhPudtLttRc { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:207.375rem;left:34.375rem;display:block; }
#BofpREKVGsD0bcrKA2w2RwftOhaa6VaT { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:210.6875rem;left:1.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZWLGUNTtsJhafFvSxs9tlJt4pchvHipW { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:202.625rem;left:1.5625rem;display:block; }
#ZqaaHMkQkfbhkbH3xzLQ1ozrJullS9ZT { position:absolute;display:block;z-index:15045;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.9375rem;width:5.9375rem;top:203.0625rem;left:1.9375rem;overflow:hidden;display:block; }
#FppoV1qCTeKiCTqDS72obs133TKRvHca { position:absolute;display:block;z-index:15041;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:234.375rem;left:32.8125rem;display:block; }
#JiXfl8BtGM6s5xLlRBq5tpQ2qttoa9m3 { position:absolute;display:block;z-index:15036;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:229.5625rem;left:0rem;display:block; }
#ndl861oM81wLWpziQFtwTnHDhvmvI5uc { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:238.125rem;left:1.9375rem;height:9.096375rem;font-style:normal;display:block; }
#TfOAuZ9XhVIFVp5cRzJGKTXK3hLzTlLy { color:#e8f7ff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:242.9375rem;left:34.75rem;height:10.3958125rem;font-style:normal;display:block; }
#M20wMaSkzNvw503KNdPwxD352xOVrstJ { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:240.3125rem;left:34.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UQUWkyAINJgUhfLQbOmduo1xrBH6BIQ3 { position:absolute;display:block;z-index:15060;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.9375rem;width:5.9375rem;top:232.6875rem;left:34.75rem;overflow:hidden;display:block; }
#Sx2ewrdLq8HnwAht0eLZ0VxSC3KSr87Z { position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:232.25rem;left:34.375rem;display:block; }
#TCkzoUHOs1MLOOJPTVHDcOxsKsmLJzWQ { 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:235.5rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvnIizqGtSxrbFklBKmneRCqcnzsbUNZ { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:227.4375rem;left:1.5625rem;display:block; }
#meTHlLQbRdDzqKVF9ISi0gEO1ir7WHbu { position:absolute;display:block;z-index:15055;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.9375rem;width:5.9375rem;top:227.875rem;left:1.9375rem;overflow:hidden;display:block; }
#cPgEAMdHnwEm05VgZzc8Exwrl7T85ibe { position:absolute;display:block;z-index:15041;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:256.4375rem;left:0rem;display:block; }
#FAU6wB0b00KDW3QfSs1kQNCEPokaFCsv { color:#e8f7ff;display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:265rem;left:1.9375rem;height:10.3958125rem;font-style:normal;display:block; }
#bwLsXTqPRm2mJJF8PsyKSKfl7lbRgakB { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:262.375rem;left:1.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SnPk8OcmBuTPWOXRNFrtERKvEQugdO1A { position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:254.3125rem;left:1.5625rem;display:block; }
#nhJc0c7eTEKf6OH4wO3LZpIdhyqzZWxK { position:absolute;display:block;z-index:15060;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.9375rem;width:5.9375rem;top:254.75rem;left:1.9375rem;overflow:hidden;display:block; }
#hI6C80nIDoCNoBGCrNey5bCA2hoGKKNp { position:absolute;display:block;z-index:15046;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:260.375rem;left:32.8125rem;display:block; }
#SIL2sLw37aBm4tHnhUHCDKeq3M4eyRUE { color:#e8f7ff;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:268.9375rem;left:34.75rem;height:10.3958125rem;font-style:normal;display:block; }
#VcQRu0CPKNZCqKK7BDmMWXWRSPAX0Avi { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:266.3125rem;left:34.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D65D11wV7y2wLSa4BgxbCqqCTinciZwN { position:absolute;display:block;z-index:15065;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.9375rem;width:5.9375rem;top:258.6875rem;left:34.75rem;overflow:hidden;display:block; }
#W7JussUB8bJZPIz3NrtWTlv8FkrcBpHz { position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:258.25rem;left:34.375rem;display:block; }
#uix20PhBvEqSKozsUkMNMIcTLrbd0eCh { position:absolute;display:block;z-index:15051;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:282.0625rem;left:0rem;display:block; }
#TtXMIzg6fRLgSA0M0Oa8OqrcMGgVVgcl { color:#e8f7ff;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:290.625rem;left:1.9375rem;height:10.3958125rem;font-style:normal;display:block; }
#gFgagT3euXM9uPpKtFiforecqL5d78gX { position:absolute;display:block;z-index:15056;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:286rem;left:32.8125rem;display:block; }
#neVwuNxLe2ADRUgbwaQDnEITe63hOMiv { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:288rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RZgnrvQqbE4QJ2mL9Hi613q58fmsAIZL { color:#e8f7ff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:294.5625rem;left:34.75rem;height:9.096375rem;font-style:normal;display:block; }
#AaVkroNGe4gaZdWUcwyEvTZPMNgRdszL { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:291.9375rem;left:34.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UygOurTXHT4LXoHKoKyToAvKlZMm1tcx { position:absolute;display:block;z-index:15075;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.9375rem;width:5.9375rem;top:284.3125rem;left:34.75rem;overflow:hidden;display:block; }
#ymIOoyJ9kbAg82X0nl4QDs9wVTNtWUgT { position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:283.875rem;left:34.375rem;display:block; }
#E5bukE80sbCoaFww6pDsCevJEkXPBn5R { position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #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:6.625rem;width:6.625rem;top:279.9375rem;left:1.5625rem;display:block; }
#IdTnK0F051w4BEwx0lZ3015TEwbPCUXu { position:absolute;display:block;z-index:15070;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.9375rem;width:5.9375rem;top:280.375rem;left:1.9375rem;overflow:hidden;display:block; }
#enBeDs8iMXOZ23lOTLl4AJKdPGdUGnF4 { position:absolute;display:block;z-index:15050;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.9375rem;width:5.9375rem;top:34.592448711395rem;left:35.092449188233rem;overflow:hidden;display:block; }
#huXiR4sbP3BWqJDn6phfExULxdLtEbaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:23rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:1.4624rem;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:50.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.9931640625rem;left:0rem;height:3.8984375rem;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:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.94970625rem;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:1.17431640625rem;left:24.906005859375rem;height:3.8984375rem;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:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.94970625rem;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:1.17431640625rem;left:24.906005859375rem;height:3.8984375rem;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:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.94970625rem;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:1.17431640625rem;left:24.906005859375rem;height:3.8984375rem;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; }
#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:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.94970625rem;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:1.17431640625rem;left:24.906005859375rem;height:3.8984375rem;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; }
#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: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; }#K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.94970625rem;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:1.17431640625rem;left:24.906005859375rem;height:3.8984375rem;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; }
#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { position:relative;display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { 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 { border-width: 0; border-radius: 0; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container > .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 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:23.8125rem;width:20.0625rem;top:2.374267578125rem;left:1.241455078125rem;display:block; }
#S2QHPiOS8suus1uTT67E84axhvrGx1MP { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #27407f, #0b2058);background-image: -moz-linear-gradient(358deg, #27407f, #0b2058);background-image: -ms-linear-gradient(358deg, #27407f, #0b2058);background-image: -o-linear-gradient(358deg, #27407f, #0b2058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );";background-image: linear-gradient(358deg, #27407f, #0b2058);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:26.5625rem;width:21.0625rem;top:1.1865234375rem;left:19.373779296875rem;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:23.6875rem;width:20.0625rem;top:2.34375rem;left:38.712158203125rem;display:block; }
#Rk74T2aTAiossEim599UTmpZZ8fnXTdb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.4375rem;top:2.8515739440918rem;left:35.0625rem;overflow:hidden;display:block; }
#QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.2562494277954rem;left:37.08749961853rem;height:1.4622375rem;display:block; }
#L1h54zmwDDcl2mE91DevJcWILy12nst6 { color:#e8f7ff;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2624998092651rem;left:19.46249961853rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1249990463257rem;left:19.624998092651rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4375rem;left:19.687498092651rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { color:#e8f7ff;display:block;width:17.312rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.99853515625rem;left:21.3427734375rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { color:#e8f7ff;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.6279296875rem;left:0.80322265625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { color:#e8f7ff;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.37451171875rem;left:0.9912109375rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.87353515625rem;left:3.75rem;height:9.09375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { color:#e8f7ff;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.546875rem;left:39.062498092651rem;height:1.21875rem;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:6.5781240463256rem;left:39.437498092651rem;height:4.4692375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { color:#e8f7ff;display:block;width:16.062rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.93603515625rem;left:41.9677734375rem;height:9.09375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(115deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(115deg, #8200ff, #a200ff);background-image: -o-linear-gradient(115deg, #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(115deg, #8200ff, #a200ff);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.674560546875rem;left:23.6865234375rem;display:block; }
#qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#undGpH3gJCZ2H2sW67HOwa357rRT1qLa { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #a200ff;border-left:0.1875rem solid #a200ff;border-right:0.1875rem solid #a200ff;border-bottom:0.1875rem solid #a200ff;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:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.468505859375rem;left:4.561767578125rem;display:block; }
#JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #a200ff;border-left:0.1875rem solid #a200ff;border-right:0.1875rem solid #a200ff;border-bottom:0.1875rem solid #a200ff;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:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.575rem;height:2.95rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.18408203125rem;left:43.11767578125rem;display:block; }
#tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(8deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(8deg, #ffffff, #eeeaf8);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; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { background-color: transparent; background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .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); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { border-width: 0; border-radius: 0; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DbipMHZuDKOBTEMTCC41o64vODrThdTZ { position:absolute;display:block;z-index:15014;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:13.1875rem;left:0rem;display:block; }
#uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:9.09635625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#gTRwMSWvL0BfvIq0ZQWFDtpBbec28471 { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:16.9375rem;left:35.625rem;display:block; }#gTRwMSWvL0BfvIq0ZQWFDtpBbec28471.adaptive-delivery-prevent-bg, #gTRwMSWvL0BfvIq0ZQWFDtpBbec28471.lazyload, #gTRwMSWvL0BfvIq0ZQWFDtpBbec28471.lazyloading { background-image: none; }
#RwtwMciDxTfSa5up2Gk4qveFdGEfPXdQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QczRhcRr3E05vTMh68gL5PvhfXbx7WBn { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.375rem;left:35.625rem;display:block; }#QczRhcRr3E05vTMh68gL5PvhfXbx7WBn.adaptive-delivery-prevent-bg, #QczRhcRr3E05vTMh68gL5PvhfXbx7WBn.lazyload, #QczRhcRr3E05vTMh68gL5PvhfXbx7WBn.lazyloading { background-image: none; }
#fWoFkD3QzwQ6FViT69Vl6Wv6mTCcq4lJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzageX0gHBk8iVOtuNu7IUz9nILLZuZt { color:#e8f7ff;display:block;width:22.99925rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.748046875rem;left:33.499755859375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3JpsTSQ5N3Bmbx5Xq01nXnADsqBpx6q { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.4375rem;left:30rem;height:6.8229125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(8deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(8deg, #ffffff, #eeeaf8);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; }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .row .container { background-color: transparent; background-image: none; }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .row .container > .video-iframe-container { display: none; }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .row > .video-iframe-container { display: none; }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .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); }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .row .container { border-width: 0; border-radius: 0; }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#MRS0ieLX5rBhXRklUZfcO8bJ0iIV231v { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCf0zw2lPtckDCK6TMOwqtBPQbsxReMK { position:absolute;display:block;z-index:15014;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:10.1875rem;left:0rem;display:block; }
#uGCBP82FENyPrJ7qTJ5fmTs0mAS53i6a { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#UGgwmmZNdDg3sx5FQeNdf0BA06URhlsH { background-color:#5d92ff;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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.4375rem;left:0rem;display:block; }
#o3bn1k3eCeHLvhIpwAqeGF9K8xcAFFoI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToMemCF36xqXIJtO4bdfdnTl4De0519S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .row .container { background-color: transparent; background-image: none; }#ToMemCF36xqXIJtO4bdfdnTl4De0519S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .row .container > .video-iframe-container { display: none; }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .row > .video-iframe-container { display: none; }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .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); }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .row .container { border-width: 0; border-radius: 0; }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:60rem;position:relative;display:block; }#F64Hh95uvGX4pgmcCOpQrPN6R0JFoWCB { color:#707070;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CzmxuX1IQrayk0nIaF4nHr5GoP3ZQq9o { color:#4c4c4c;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLfQB18ABSPPbzsU256lRG8dEFSQKyfT { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxizxJ1L4TOKpdToPOxPNHV3GRqhrLPQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:12.5875rem;left:3.775rem;overflow:hidden;display:block; }
#kev43eeMD1UVpBME1P14fU7G4PnB5c2M { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.6875rem;left:20.031251907349rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UR3e5e4TknpUnRQnnm6qss7dkAvOpn5R { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5rem;top:13.25rem;left:23.812501907349rem;overflow:hidden;display:block; }
#aZac2DznJVfeEaesFDT8SisxTzV4Q6Zx { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.375rem;left:0rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFJTwRd3PldV4SPDakQI7FWbcNRyI6AG { position:absolute;display:block;z-index:15012;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.0625rem;width:10.0625rem;top:31rem;left:4.9375rem;overflow:hidden;display:block; }
#h7vzTFsQiBpIwJCWUMrossliKp7t4KwI { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.3125rem;left:20.6875rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fAck8yitno3xhUbzyFTd4u0uIogrz5Jp { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.25rem;left:40.0625rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3PS6yaOgpdaUyNaBw1emRRyGtFzv1s5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:29.300000667572rem;left:22.031251907349rem;overflow:hidden;display:block; }
#CNWgDpHvMABLGuKWpktTP5WIlfnH6y7g { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:10.875rem;top:31.718751430511rem;left:44.026911071336rem;overflow:hidden;display:block; }
#SoZ8RigIrqKy05H5eLqcwLBknMkKWvZN { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.8125rem;left:40.125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZLuc7d25pHfRcK9wsdKrtzTBILA1DSe { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:10.6875rem;top:13.375rem;left:44.25rem;overflow:hidden;display:block; }
#oaHf3Ht7ty0ZTsg0KW7IKBx8m3wTHooV { color:#4c4c4c;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:59.249267578125rem;left:20.030517578125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqaoG84OTshTP93FW1Wqvn4lNEhVHIgK { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:59.25rem;left:40.125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPmek4AytZrMyTAn4tm6kgxGtldhTJtI { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:59.25rem;left:0.0625rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lIyJz0WiGBiFCVxb4wAQshXAZ5en7qzI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.375rem;top:49.6240234375rem;left:24.373779296875rem;overflow:hidden;display:block; }
#QgiiwlB8w1pnw30HTDPboXLveLXydRBk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.375rem;top:49.625rem;left:5rem;overflow:hidden;display:block; }
#bN6Wyyns5MBnrXxl3Sfcd8Bin8OgCZqo { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.375rem;top:49.622802734375rem;left:46.149658203125rem;overflow:hidden;display:block; }
#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL { position:relative;display:block; }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL { background-color: transparent; background-image: none; }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL > .row .container > .video-iframe-container { display: none; }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL > .row > .video-iframe-container { display: none; }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL > .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); }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL { border-width: 0; border-radius: 0; }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL > .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; }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.9375rem;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; }#iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { position:absolute;display:block;z-index:15005;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:25.99975rem;width:21.9995rem;top:2.25rem;left:33.9375rem;display:block; }
#NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { color:#ffffff;display:block;width:22.124rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5625rem;left:33.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-form-header {  }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:16.125rem;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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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:16.125rem;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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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:16.125rem;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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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:16.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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, #8200ff, #a200ff);background-image: -moz-linear-gradient(117deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(117deg, #8200ff, #a200ff);background-image: -o-linear-gradient(117deg, #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(117deg, #8200ff, #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.125rem;font-weight:bold;color:#f2f9ff;width:16.125rem;height:3.4375rem;font-family:roboto;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.78) ; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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:14.6875rem;overflow:hidden;font-style:normal; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:first-of-type{padding-top:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:last-of-type{padding-bottom:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.6875rem;left:35.6875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.125rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.6875rem;left:35.6875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { position:relative;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { position:relative;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU { position:relative;z-index:2; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM { position:relative; }
#Zwwp57zTHpyH59GTOuoViF028ltByiFZ { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:14.25rem;left:2.8125rem;height:9.09635625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dMs5xJoB5yzNo62Tl9OdWUMMQ7EgObqQ { position:absolute;display:block;z-index:15018;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:12.4375rem;left:2.8125rem;display:block; }
#UAAEDyrVhl0FfzogxRIfvepIdlv4Ta5l { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:6rem;left:2.8125rem;height:3.9375rem;font-style:normal;display:block; }
#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lFG4b7IE/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2.adaptive-delivery-prevent-bg, #FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2.lazyload, #FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2.lazyloading { background-image: none; }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .row .container { background-color: transparent; background-image: none; }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .row .container > .video-iframe-container { display: none; }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .row > .video-iframe-container { display: none; }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .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); }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .row .container { border-width: 0; border-radius: 0; }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .row .container { font-size:0.875rem;font-family:arial;height:80.4375rem;width:60rem;position:relative;display:block; }#JErQzXTPpMbNFt3PUCA8557OsaoMocVG { color:#222222;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.500000285916rem;left:-0.0031242370605469rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O9xDIV4EVpTn0hu7DApX0yU6lcn2Xu45 { color:rgba(34,34,34,0.8);display:block;width:56.062rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.448486328125rem;left:1.9677734375rem;height:68.725225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i5omBl642GUZwTfIqscNHZnHRxADWk8R { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .row .container { background-color: transparent; background-image: none; }#i5omBl642GUZwTfIqscNHZnHRxADWk8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .row .container > .video-iframe-container { display: none; }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .row > .video-iframe-container { display: none; }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .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); }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .row .container { border-width: 0; border-radius: 0; }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#BaBLwhOqbk2J3A1vWZxE8uNPTJXPRIUP { 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:#f9f9f9;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.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:right;text-align-last:right;top:1.40625rem;left:46.625rem;display:block; }
#lH7z3bKBRpx5eHFQ0vmMeDQIX57EwZBN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.5rem;top:1.1875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:6.5rem;height:2.5rem;top:1.375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:0.5rem;left:0rem;width:16.6875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:6.5rem;height:2.5rem;top:1.1875rem;left:28.125rem;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:1.4375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:72.5625rem;left:1.6875rem;width:46rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:80.875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #GVBDddfVE2X9g4MgshVkrU1UZfnmbkSh { width:47.0625rem;height:26.3125rem;top:11.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KURBVMJCUqr6Wu74I1bNNw0yz2Eqae2t { top:39.1875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR1b9Avu325HoZHpoUiAPxqS3yFXoBLw { width:44.125rem;height:24.1875rem;top:46.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { top:8.5rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:10.3125rem;left:0rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { top:10.3125rem;left:12.3125rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { top:8.5rem;left:12.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { top:10.3125rem;left:28.25rem;width:19.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { top:8.5rem;left:28.1875rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { top:1.3125rem;left:36.562496185302rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { top:1.625rem;left:21.031246185302rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { top:1.5625rem;left:4.8125rem;width:5.6875rem;height:5.6875rem;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:6.625rem;left:0rem;width:25.5625rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q20BxKWiG7kfzlNdNNeHwffTKnL9iJOM { top:4.875rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { top:15rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:17.75rem;left:0rem;width:27.375rem;height:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { top:5.0625rem;left:24.74609375rem;width:22.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { top:19.5625rem;left:25.5rem;width:22.25rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { top:11.125rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { top:22.625rem;left:24.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { top:23.1875rem;left:25.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { top:11.9375rem;left:23.875rem;width:2.9375rem;height:2.9375rem;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) { #RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL { display:block; }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaHst6Uanw3nLy2fc5hWnCReDaaKsmfZ { top:6.3125rem;left:15.6875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLkTvr6ZruQehrfJktlzTnGqwsNReaab { top:2rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNHIn2f6HTUbUUH8eXpOeoaDQyw1ZptU { top:8.8125rem;left:0rem;width:47.75rem;height:20.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEQ9Gvy5Tnu9lIFUzt41f3AIqzLWdkE1 { top:117.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmsVg4WXAzA7U0qEDHMIFcpGbqZzsdzT { top:60.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqp1U1dOqz76u7CmI4uq90tSDL7DgERe { width:29.75rem;height:1.9375rem;top:68.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx0MGqgiuQuBHR5VTkcQJqSdGo1KueCQ { width:30.1875rem;height:3.375rem;top:70.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW5DRZITZkvn3nwbVHUr2vbyh3HJpR86 { top:65.375rem;left:15.6875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7CZpeGJUTdN7iuO4xIf1nRoTUfNvc5D { width:30.1875rem;height:3.375rem;top:77rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPgNJhaH3ulUhggBxqs6Kv0AthBVOCOZ { width:29.75rem;height:1.9375rem;top:74.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVuBgIX4C5xwto1p9moGSUxvSqE16E4t { width:29.9375rem;height:3.375rem;top:90.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiSkfhtEIl8zFa2Qg09TCerC3n5SzwFI { width:30rem;height:1.9375rem;top:88rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG11TnHXEf1LZzkSS1RuHEnoSt9Wyekx { width:30.1875rem;height:3.375rem;top:83.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdTsu4K6WThoUiMWcrSND5kRlIXNIFL { width:29.625rem;height:1.9375rem;top:81.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6TdMoCGG2QLMF3k8F4ln6ATxnOqCCQ { width:29.9375rem;height:3.375rem;top:112.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCvmon2BhO4TopZkaweTI89Qugwb16pr { width:29.8125rem;height:1.9375rem;top:109.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMo9PK1Tb7BEO46bJDEUxJGPX8IxUWLZ { width:30.1875rem;height:3.375rem;top:104.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNnExeJimU86ELTXwf8gBc83xNf4kLoW { width:25.6875rem;height:1.9375rem;top:102.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV45ExmnMttk7nBuN5ZmW2LtMRlyfQRR { width:30.1875rem;height:3.375rem;top:97.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmxbkzWMDlDgtvmIaEo0tcaJJS4M8TTw { width:29.875rem;height:1.9375rem;top:94.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKauo90FT4iKdwbXzcwHsQtCMyUMtvuE { width:29rem;height:1.9375rem;top:68.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3QsaKus9VdqQt1q4B6ZvXSerBFmpHQ4 { width:30.1875rem;height:3.375rem;top:70.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8kIKpWCZJiVdtVgp0ZWT9FJgfJgX8lB { width:29.75rem;height:1.9375rem;top:74.375rem;left:18rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSHDfqKwhnDaVOLWhspQWQLcXvIrwihP { width:30.1875rem;height:3.375rem;top:77rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTKeoEbKJ2XP5n4aTzzt9tr6RMegqWwf { width:28.8125rem;height:1.9375rem;top:81.25rem;left:18.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a74BwxQmK7iJDWkVFJaesay8ZpIyk94W { width:30.1875rem;height:3.375rem;top:83.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T63xi2Of7UyND6G6DVdOycPdTps6PVXT { width:29.9375rem;height:3.375rem;top:90.6875rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLMRsyKangQHxSSxuLvZHGCqxKbp8TF2 { width:28.3125rem;height:1.9375rem;top:88rem;left:19.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpIF0QIl5J34c0xFW13g7v7wTZMLfWoL { width:30.1875rem;height:1.9375rem;top:94.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHdPCI73gfCHwbibuzP5ZnE5Nytc1AKS { width:29.6875rem;height:3.375rem;top:97.5rem;left:18.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgB512eNO7VA1nGQzzrKQOFzoEX0DWwP { width:25.6875rem;height:1.9375rem;top:102.0625rem;left:22.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKERdQ1AxefnEkL658VZKAP9ebpHywJ { width:29.125rem;height:3.375rem;top:104.6875rem;left:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8nEDxGwRkiBbKSb6LEE70OUrWgVtggJ { width:29.8125rem;height:1.9375rem;top:109.5rem;left:17.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1bRfXBBdl4qhh8CZpZzg0QGhUixfpcU { width:29.9375rem;height:3.375rem;top:112.25rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgqK4ZbuxlI98H4BpLIUl3QZdGfSU8Rz { width:38.875rem;height:25.770415341694rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP { display:block; }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRfig7fGtcMpGx5OQ8JlbbHQLHbCcwue { width:29.4375rem;height:16.4375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgsfyP6WQnvUyS8ICQl9iOTsHko2rG0k { width:29.4375rem;height:16.4375rem;top:11.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ9vRcg1HlW8XX4k6HqJwRqDZxUnwSFV { top:2.5rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brKuGlu7zSmakITSIquO8IZ31KHzLLNc { width:29.4375rem;height:16.4375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAmrI2D2IFDbxJBfFMHdRtDpSTFtq7IG { width:29.4375rem;height:16.4375rem;top:29.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtMuaHlAdfdW35B1GHv9GDQT67pn3tIt { width:29.4375rem;height:16.4375rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0M2g8O4vTtWx8Z4QMqgDScVVLedyobP { width:29.4375rem;height:16.4375rem;top:47.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqm8mvm3aQ484mKMb38DrB92LCdkcEIU { width:29.4375rem;height:16.437rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1VhbVhkkJHMCwDWsOXyXcTKBHrTsD9R { width:29.4375rem;height:16.437rem;top:64.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WztnG3BxGH4OxUK0EZuN6ceOQeRTIfrb { width:20.6875rem;height:30.408366767874rem;top:101.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6tMhmUa1rpTawF4MXzZXyMCUWRWyGPb { width:19.25rem;height:34.062884750253rem;top:82.5625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvTdDCNQLWCEEK7ZB5kdUL2ssFmP8B41 { width:19.4375rem;height:19.81250964655rem;top:117.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTec0qTJky10FoeNqwETr0fUKk1eabPz { width:18.5625rem;height:32.7480625rem;top:82.625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLk7qCATZgWSZvinS3QTZEKuqxAIykFp { width:20.5625rem;height:18.625rem;top:82.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJc0276Dz5XuHs3UkIkhgepAHfAtVIFf { width:18.375rem;height:28rem;top:115.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqGLZhPP9mPTMRxx5CJQ2rzMMsI9AMul { width:19.4375rem;height:18.562977504244rem;top:138.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQa6Fw4f2oPDwilfXdGiKpTtI5wzerF0 { width:20.625rem;height:26.25rem;top:132.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ4TnPqJe6efw5qOt5r0stOrRIfBH9gF { width:18.375rem;height:25rem;top:143.3125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL6sGbbaUWNETS2RKlXMcveZmvNtoff6 { width:20.4375rem;height:36.625rem;top:159.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQca9HeCgushCZ6X8apsyyd5edz1PSl { width:19.6875rem;height:37.75rem;top:158.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF3EpSuz7ZZ11vs1rsNAZc9PxhFePpPb { width:18.25rem;height:27.4375rem;top:168.4375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1IflQyaeEWCGntEysn83SHWx1N9NhRR { display:block; }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALiCZa2E1NEFucNaMPr9sJ9Vr2eMRh4d { width:29.8125rem;height:19.687830194217rem;top:9.625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSKg5XGp80ZioAxCCNpbbPu0LZmlsNH { top:8.25rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufqnZW4WsrTNXfLPFusZz9MDageUvpfE { top:3.1875rem;left:0rem;width:22.9375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCxZMsJCRCBhb6URxRaqh17Q7oZyREIx { top:10.625rem;left:0rem;width:25.8125rem;height:18.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSv3SH5qDXDthpJw3Pg69aTIMfuX61Qq { width:26.1875rem;height:21.3125rem;top:8.8125rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbGWZ3QhhCiiNpnwARhIWqx557c6MKWQ { width:27.625rem;height:27.1875rem;top:5.875rem;left:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Czqt6CBz7flQTkoRMKhONx7zZzC8CKHI { width:19.125rem;height:12.625rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPPNF6bAPxyK2v3Un6X4kWChs0v6IMXk { width:19.125rem;height:12.625rem;top:32.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtzTM3b1VgqXnrrh94HAmRIvipirQO3z { width:19rem;height:12.5rem;top:32.25rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFzvsMAh6nTKI0wuH0cnDT0Zc8fn7Wqp { width:19.125rem;height:12.625rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7lrdh7W7ZpuBoiN6XHTqAvukLVROsN { width:19.125rem;height:12.625rem;top:46.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #odWXqZCIMTRWPykmQNrQs6VqBtg6fVOW { width:19.125rem;height:12.625rem;top:46.125rem;left:28.625rem;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:3.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { top:33.125rem;left:19.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { top:34.3125rem;left:0rem;width:47.75rem;height:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycl9E9HAXmeAnN9QMn42mdTRw5Vcckl2 { width:41rem;height:23rem;top:8.8125rem;left:1.79296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIfhMcmRrwdOCzzxF9MrSSKNOk1Porwy { width:16.1875rem;height:3.75rem;top:59.5rem;left:15.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Tmbk36WxXqNH1uJHZlgxQXlmxZXyiW { display:block; }
 }@media only screen and (max-width: 763px) { #TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD { display:block; }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9nLJpfLaGKwO1IqI7MCOleHu88gJrn3 { top:2.25rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0n4hVB9bZG02yHxalTXqAbTnB52vAMa { top:38.75rem;left:19.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h152lnMbEwTREuGGP8CT11blBre6c7HI { top:39.9375rem;left:0rem;width:47.75rem;height:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO8TdFdvRLEA0iSZSNX61dDvRcLkbmn5 { width:40.1875rem;height:26.708295289382rem;top:11rem;left:3.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv9TJG9HTXCEKUEFGVx8mh2QlCNfCZ85 { width:16.1875rem;height:3.75rem;top:69.5625rem;left:15.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dINFegEynM3ZHC9lhpO9wFN87HTCKXEm { 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) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { top:3.3125rem;left:20.125rem;width:27.625rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { top:7.5625rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { top:6.5rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { top:4.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { top:12.375rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { top:15rem;left:0rem;width:24.125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { top:12.3125rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq5lDAPdzavdxmuWSqE5NV80WCxOKNb6 { top:10.0625rem;left:25.499996185302rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ndOdl39KPfZD6czSJLk4WLGU97bI4C { top:18.3125rem;left:25.874755859375rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJdBQywZuIQuAcFR4I9GZwsz07dkkTZ { top:20.75rem;left:25.25rem;width:22.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { top:36.375rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgkM1ATiWlGCGLHChQ2FwpT2GuAWBTH2 { top:42.6875rem;left:26.123699188233rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0EqGXoFauMlol9P0BB5TH9NgosGRxMh { top:44.875rem;left:25.25rem;width:22.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaKe95avsn2edT93UOxquwo9C4Vze91 { top:37.375rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { top:30.5625rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5aV4l8z55QRDpBHQykuEb0S2FxV81za { top:36.5625rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kpfZItE984qL1i8gbi3kHpwG5HNoIA { top:39.0625rem;left:0rem;width:24.375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4LGZncvO99qGMG6dqUVss5WE3Qya8f2 { top:34.25rem;left:25.562496185302rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPau5pMkATHFIhl02BIOBroE90B0g0Bk { top:28.875rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgwgfZxQTvGQ1A2V7z6gQOeoaF1p3D9 { top:28.4375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NranRGrTGpM1JdFvAc354IqgBf4IoSDG { top:55.25rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvfOhxmzN1buLL8uPOE6Siby1MzXpPWC { top:53.5625rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #estLTUAmhGl6W54n3JUMnd53hvaLwcZZ { top:53.125rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibs9wum7PBTKTPro0CXFd6gOBcvG2n18 { top:61.125rem;left:0rem;width:19.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIyNTNyoJ8GVCwhJdnyOM69rsMZCdxcs { top:63.75rem;left:0rem;width:23.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbZZwAPeci380kSoLsqKV3Oag8b43Xq { top:77.1875rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgh6phJVZSQabduxlvC71TatDhaOgkaT { top:61.0625rem;left:20.5rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuPOUQuQfQ1rZZ4Ct96kHVok9RkRVZHT { top:58.8125rem;left:25.5625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrn7eqBl2nugwkhtiXnOoXMOC8S2w1o0 { top:79.3125rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #du6ahXkW0SeOsgXRi5Jx5Ny1TKM5kkyV { top:77.625rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4CIIfNegMmdGFRCTMlZOerOAuouzzaD { top:59.25rem;left:25.9375rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHyAdz5CyOF7gNB4cLAirGbtrAgyElJk { top:67.125rem;left:25.9375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQOSKuLi82dD3TXd7V3t4tc9iDbptmDJ { top:69.5625rem;left:25.25rem;width:22.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnxfKC4pDhThiiRqAyXKZGJHZiVTcvgc { top:83rem;left:25.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqQEET5bdUfct1aGlzSof1FSSK6v0vgp { top:85.125rem;left:20.5rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzmKdfyJ3OWKCIEemTgV97MafTrWXTtk { top:83.4375rem;left:26rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slc0Q8x4qT85T0HvuEt0ork3TSZr2xNh { top:85.3125rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAhlLanc2QR9cF67GlsJkSqZCedpRm1 { top:87.8125rem;left:0rem;width:22.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8TOEqus6FyionOfJFCF05WQcWqdINtP { top:86.125rem;left:39.5rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJcvFeu29GVKNhEkCNVSQmVuipUQD2k { top:91.4375rem;left:26.1875rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgL1Lo0tev7T4cyJb1KJkG982Pvx7SQ2 { top:93.625rem;left:25.25rem;width:22.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGcqkPuUGdz2PVJA74yaiFVGNhhhpX2D { top:106.125rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWD813A51nFiwphpq8t3GrOMFN8bbMzT { top:111.9375rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkN6SXmCxQKkdEOrPm3TwekDaeAFITA5 { top:114.6875rem;left:0rem;width:22.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrDmG9eGLLwM4PTome5McFHBGidI0xmK { top:109.8125rem;left:25.5625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPFQWcD7eUMr744iW2mMe8hvPRLAqdwh { top:112.0625rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFg8ngAAug4KXTgpNuMVRLIN45XTskXJ { top:104rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUsreGB7FUAKTemZngX984RvnDapqKSa { top:104.4375rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4bOibzI8LdtbDkvZix62J49iw7dQOA { top:110.25rem;left:25.9375rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Ah27frex50HOeBkDPyuViQerlxcPxO { top:118.1875rem;left:26.125rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4tQuiq7vMI2yr9iWK5gP9VElwJLQyTv { top:120.375rem;left:25.25rem;width:22.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuLQl4VWnHfT2KsTxtiZ2QcMsvKfA2no { top:137.3125rem;left:20.5625rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBV3hqnDw5zdGDXFX9eR9u402xKyAZq5 { top:130.6875rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkHchKOGTTWwTWpbk0IzTCu3qhyqKQDr { top:145.8125rem;left:23.1875rem;width:24.5625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhIxXsfrGMyLcsZFXeTeyN7BODLLZX90 { top:139.25rem;left:0rem;width:22.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFFfI35mLbz3lxI7Mx3iXHcwfR4oKvio { top:143.625rem;left:23.125rem;width:24.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8aMTritNIWN1Ki0uETU1KL5krNTuIZa { top:135.1875rem;left:25.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGEmxAVJ4g9qcT3Q49PN2fFb0y4rnECs { top:135.625rem;left:26rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu69ApBCA7iCs0V1eIhEZp5XWsxKb8MT { top:136.6875rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2kLao9ORxbJHG6QCRakiLs0JVQAl6vp { top:128.5625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ealLSUb1orplq5p2lm3poG37sPPZxBEL { top:129rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8svLAQHsSzQJEkUtK9iq7EnnhuOqTxO { top:10.4375rem;left:25.874755859375rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T24IhMuh3v06saduG3BgHe13ZbGXmbQw { width:47.75rem;height:1.8125rem;top:308.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3mc0J8aFJRkZZ1caBpKQxc3L8iwkWXK { top:155.75rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcRJTXpMCkZ9so62AnutCWT0sBNA3wD2 { top:164.25rem;left:0rem;width:22.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHeJK2dQqBTPstmK7k3goE7novE52myT { top:161.625rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmhP5IMXu7MGWMJKvUzl8QEczmTvtTIU { top:154.0625rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmLCrpshWbq8Z0XWRhdwsgvqoDdABsNO { top:153.625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTKTttriV9aNh5BCDZJ40aJbD8zgD6la { top:160.5rem;left:20.5rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwRHhvNmgluIPBaLVwNgIsuyCrVRmME { top:169.0625rem;left:23.875rem;width:23.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEOGUm8GBPysg5O8ywqf9lgrJ1d5UqaR { top:166.4375rem;left:25.5625rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3mKicg5Jiga8SyrTJGDGqKSnT8czUcw { top:158.8125rem;left:25.5625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po5gvqNBoHhT3ulTLoDAHVCfaZu38cEo { top:158.375rem;left:25.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRexa7vxe6xDZeSWfzg2ySvL4kTwxXhu { top:4.8125rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwpGt1OVDuU24XePBTSxxBWFb1MAb1xb { top:185rem;left:20.5625rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmVaaw9c13UylZLpvE406e1lDzQ2utZz { top:193.5rem;left:23.875rem;width:23.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woDNTWOzwkRRmzKtcdTuxMx5NdMksTZu { top:180.25rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrQi3Qxl8cMtn9MIro3rSxd4dS4TIZwc { top:188.8125rem;left:0rem;width:22.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbthCTQXbmBGDqoPhpgrRsgcAUMSZDxB { top:190.9375rem;left:25.562255859375rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkEiW2EEqx35J8meXEOlrxZE3WA05Llb { top:186.1875rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF0IklrgfvfAVsZvKo4TnQVHbbalJ7nQ { top:183.3125rem;left:25.5625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoM1BJCJ3EaHWrBS2WW7lW03OHgnnBKB { top:182.875rem;left:25.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGQFp7vp60Pxf5TNh9nOQqi9W2kz2Ssw { top:178.5625rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVVNWfOUZLGsr17tc7RJHz4XNDWxTz1k { top:178.125rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2dJxaIS2o3R8kTwWCwosVmcBRNDrsiQ { top:204.75rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUfdsVoRytTFcIixHHm3BbcPMTKPRmgJ { top:213.3125rem;left:0rem;width:22.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7CUx9mwciWSC622v5FwTT11wFLhGslP { top:209.5rem;left:20.5625rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKFnmQC5D3cSJXpdutkTasHhTH8nb3IO { top:218.0625rem;left:23.875rem;width:23.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQwWZhfuwd9Px9fnhJM3u8MGQT5QDfvt { top:215.4375rem;left:25.5625rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Rco9RyczeAZOihDqTNnJ8DbLvRept4 { top:207.8125rem;left:25.5625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSEAO3hWyNKbBHqIUJrKxHhPudtLttRc { top:207.375rem;left:25.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BofpREKVGsD0bcrKA2w2RwftOhaa6VaT { top:210.6875rem;left:0rem;width:19.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWLGUNTtsJhafFvSxs9tlJt4pchvHipW { top:202.625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqaaHMkQkfbhkbH3xzLQ1ozrJullS9ZT { top:203.0625rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FppoV1qCTeKiCTqDS72obs133TKRvHca { top:234.375rem;left:20.5625rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiXfl8BtGM6s5xLlRBq5tpQ2qttoa9m3 { top:229.5625rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndl861oM81wLWpziQFtwTnHDhvmvI5uc { top:238.125rem;left:0rem;width:22.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfOAuZ9XhVIFVp5cRzJGKTXK3hLzTlLy { top:242.9375rem;left:23.875rem;width:23.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M20wMaSkzNvw503KNdPwxD352xOVrstJ { top:240.3125rem;left:25.5625rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUWkyAINJgUhfLQbOmduo1xrBH6BIQ3 { top:232.6875rem;left:25.5625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx2ewrdLq8HnwAht0eLZ0VxSC3KSr87Z { top:232.25rem;left:25.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCkzoUHOs1MLOOJPTVHDcOxsKsmLJzWQ { top:235.4375rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvnIizqGtSxrbFklBKmneRCqcnzsbUNZ { top:227.4375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTHlLQbRdDzqKVF9ISi0gEO1ir7WHbu { top:227.875rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPgEAMdHnwEm05VgZzc8Exwrl7T85ibe { top:256.4375rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAU6wB0b00KDW3QfSs1kQNCEPokaFCsv { top:265rem;left:0rem;width:23.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLsXTqPRm2mJJF8PsyKSKfl7lbRgakB { top:262.375rem;left:0rem;width:19.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnPk8OcmBuTPWOXRNFrtERKvEQugdO1A { top:254.3125rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhJc0c7eTEKf6OH4wO3LZpIdhyqzZWxK { top:254.75rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI6C80nIDoCNoBGCrNey5bCA2hoGKKNp { top:260.375rem;left:20.5625rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIL2sLw37aBm4tHnhUHCDKeq3M4eyRUE { top:268.9375rem;left:22.4375rem;width:25.3125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcQRu0CPKNZCqKK7BDmMWXWRSPAX0Avi { top:266.3125rem;left:25.5625rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D65D11wV7y2wLSa4BgxbCqqCTinciZwN { top:258.6875rem;left:25.5625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7JussUB8bJZPIz3NrtWTlv8FkrcBpHz { top:258.25rem;left:25.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uix20PhBvEqSKozsUkMNMIcTLrbd0eCh { top:282.0625rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXMIzg6fRLgSA0M0Oa8OqrcMGgVVgcl { top:290.625rem;left:0rem;width:25rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFgagT3euXM9uPpKtFiforecqL5d78gX { top:286rem;left:20.5625rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neVwuNxLe2ADRUgbwaQDnEITe63hOMiv { top:288rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZgnrvQqbE4QJ2mL9Hi613q58fmsAIZL { top:294.5625rem;left:22.75rem;width:23.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaVkroNGe4gaZdWUcwyEvTZPMNgRdszL { top:291.9375rem;left:25.5625rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UygOurTXHT4LXoHKoKyToAvKlZMm1tcx { top:284.3125rem;left:25.5625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymIOoyJ9kbAg82X0nl4QDs9wVTNtWUgT { top:283.875rem;left:25.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5bukE80sbCoaFww6pDsCevJEkXPBn5R { top:279.9375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdTnK0F051w4BEwx0lZ3015TEwbPCUXu { top:280.375rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enBeDs8iMXOZ23lOTLl4AJKdPGdUGnF4 { top:34.5625rem;left:25.904949188233rem;width:5.9375rem;height:5.9375rem;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:4rem;left:0rem;width:23rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { top:1.5625rem;left:0rem;width:22.9375rem;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:10.9375rem;left:0rem;width:47.75rem;height:3.875rem;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.0625rem;left:0rem;width:8.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { top:2.3125rem;left:8.40625rem;width:9.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { top:1.125rem;left:12.5625rem;width:35.1875rem;height:3.875rem;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.0625rem;left:0rem;width:8.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { top:2.3125rem;left:8.40625rem;width:9.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { top:1.125rem;left:12.5625rem;width:35.1875rem;height:3.875rem;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.0625rem;left:0rem;width:8.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { top:2.3125rem;left:8.40625rem;width:9.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { top:1.125rem;left:12.5625rem;width:35.1875rem;height:3.875rem;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) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { top:2.0625rem;left:0rem;width:8.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { top:2.3125rem;left:8.40625rem;width:9.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { top:1.125rem;left:12.5625rem;width:35.1875rem;height:3.875rem;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) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { top:2.0625rem;left:0rem;width:8.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { top:2.3125rem;left:8.40625rem;width:9.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { top:1.125rem;left:12.5625rem;width:35.1875rem;height:3.875rem;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) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { top:2.3125rem;left:0rem;width:20.0625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QHPiOS8suus1uTT67E84axhvrGx1MP { top:1.125rem;left:0rem;width:21.0625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { top:2.3125rem;left:11.6875rem;width:20.0625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk74T2aTAiossEim599UTmpZZ8fnXTdb { top:2.8125rem;left:26.3125rem;width:5.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { top:3.25rem;left:28.5rem;width:3.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h54zmwDDcl2mE91DevJcWILy12nst6 { top:2.25rem;left:0rem;width:20.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { top:6.0625rem;left:0rem;width:20.5rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { top:4.375rem;left:0rem;width:20.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { top:10.9375rem;left:14.5rem;width:17.25rem;height:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { top:3.625rem;left:0rem;width:18.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { top:6.3125rem;left:0rem;width:18.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP { top:10.8125rem;left:0.75rem;width:15.125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { top:3.5rem;left:10.8125rem;width:20.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { top:6.5625rem;left:11.25rem;width:20.5rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { top:10.875rem;left:31.625rem;width:16rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:12.625rem;height:3rem;top:22.625rem;left:17.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #undGpH3gJCZ2H2sW67HOwa357rRT1qLa { width:12.625rem;height:3rem;top:21.4375rem;left:2.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block; }
 }@media only screen and (max-width: 763px) { #ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { width:12.5625rem;height:2.9375rem;top:21.125rem;left:32.80517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { top:8.6875rem;left:0rem;width:30.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { top:13.1875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { top:15rem;left:0rem;width:26.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { top:6.75rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTRwMSWvL0BfvIq0ZQWFDtpBbec28471 { width:18.75rem;height:2.8125rem;top:16.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwtwMciDxTfSa5up2Gk4qveFdGEfPXdQ { display:block; }
 }@media only screen and (max-width: 763px) { #QczRhcRr3E05vTMh68gL5PvhfXbx7WBn { width:18.75rem;height:2.8125rem;top:21.375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWoFkD3QzwQ6FViT69Vl6Wv6mTCcq4lJ { display:block; }
 }@media only screen and (max-width: 763px) { #RzageX0gHBk8iVOtuNu7IUz9nILLZuZt { top:6.6875rem;left:24.312255859375rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3JpsTSQ5N3Bmbx5Xq01nXnADsqBpx6q { top:8.4375rem;left:17.75rem;width:30rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG { display:block; }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRS0ieLX5rBhXRklUZfcO8bJ0iIV231v { top:5.6875rem;left:0rem;width:30.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCf0zw2lPtckDCK6TMOwqtBPQbsxReMK { top:10.1875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGCBP82FENyPrJ7qTJ5fmTs0mAS53i6a { top:3.75rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGgwmmZNdDg3sx5FQeNdf0BA06URhlsH { width:17.5rem;height:3.4375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3bn1k3eCeHLvhIpwAqeGF9K8xcAFFoI { display:block; }
 }@media only screen and (max-width: 763px) { #ToMemCF36xqXIJtO4bdfdnTl4De0519S { display:block; }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F64Hh95uvGX4pgmcCOpQrPN6R0JFoWCB { width:47.75rem;height:1.4375rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzmxuX1IQrayk0nIaF4nHr5GoP3ZQq9o { width:47.75rem;height:3.625rem;top:3.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLfQB18ABSPPbzsU256lRG8dEFSQKyfT { width:19.875rem;height:2rem;top:24.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxizxJ1L4TOKpdToPOxPNHV3GRqhrLPQ { width:11.4375rem;height:11.4375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kev43eeMD1UVpBME1P14fU7G4PnB5c2M { width:19.9375rem;height:2rem;top:24.6875rem;left:13.906251907349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3e5e4TknpUnRQnnm6qss7dkAvOpn5R { width:9.5rem;height:9.5625rem;top:13.25rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZac2DznJVfeEaesFDT8SisxTzV4Q6Zx { width:19.875rem;height:2rem;top:42.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFJTwRd3PldV4SPDakQI7FWbcNRyI6AG { width:10rem;height:10rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7vzTFsQiBpIwJCWUMrossliKp7t4KwI { width:19.9375rem;height:2rem;top:42.3125rem;left:14.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAck8yitno3xhUbzyFTd4u0uIogrz5Jp { width:19.9375rem;height:2rem;top:42.25rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3PS6yaOgpdaUyNaBw1emRRyGtFzv1s5 { width:13.0625rem;height:13.0625rem;top:29.25rem;left:15.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNWgDpHvMABLGuKWpktTP5WIlfnH6y7g { width:10.875rem;height:9rem;top:31.6875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoZ8RigIrqKy05H5eLqcwLBknMkKWvZN { width:19.875rem;height:2rem;top:24.8125rem;left:27.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZLuc7d25pHfRcK9wsdKrtzTBILA1DSe { width:10.625rem;height:9.5060556972094rem;top:13.375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaHf3Ht7ty0ZTsg0KW7IKBx8m3wTHooV { width:17.375rem;height:2rem;top:59.1875rem;left:13.905517578125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqaoG84OTshTP93FW1Wqvn4lNEhVHIgK { width:19.875rem;height:2rem;top:59.25rem;left:27.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPmek4AytZrMyTAn4tm6kgxGtldhTJtI { width:19.875rem;height:2rem;top:59.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIyJz0WiGBiFCVxb4wAQshXAZ5en7qzI { width:8.375rem;height:8.625rem;top:49.5625rem;left:18.248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgiiwlB8w1pnw30HTDPboXLveLXydRBk { width:8.375rem;height:8.625rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN6Wyyns5MBnrXxl3Sfcd8Bin8OgCZqo { width:8.375rem;height:8.625279884165rem;top:49.5625rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL { display:block; }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { top:2.25rem;left:24.75rem;width:21.9375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { top:3.5625rem;left:24.75rem;width:22.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { width:16.125rem;height:auto;top:6.6875rem;left:26.5rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { width:16.125rem;height:auto;top:6.6875rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 763px) { #Zwwp57zTHpyH59GTOuoViF028ltByiFZ { top:14.25rem;left:0rem;width:26.3125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMs5xJoB5yzNo62Tl9OdWUMMQ7EgObqQ { top:12.4375rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAAEDyrVhl0FfzogxRIfvepIdlv4Ta5l { top:6rem;left:0rem;width:22.9375rem;height:3.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 { display:block; }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JErQzXTPpMbNFt3PUCA8557OsaoMocVG { width:47.75rem;height:3.625rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9xDIV4EVpTn0hu7DApX0yU6lcn2Xu45 { width:47.75rem;height:68.6875rem;top:8.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5omBl642GUZwTfIqscNHZnHRxADWk8R { display:block; }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaBLwhOqbk2J3A1vWZxE8uNPTJXPRIUP { width:12.5rem;height:3.4375rem;top:1.375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7z3bKBRpx5eHFQ0vmMeDQIX57EwZBN { 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;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:3.9375rem;height:2.1875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.5rem;height:2.1875rem;top:4.40625rem;left:4.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:4.1875rem;height:2.1875rem;top:4.4375rem;left:15.811631500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:7.15625rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:11.5rem;height:4.0625rem;top:0.625rem;left:4.343017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:4.75rem;height:2.1875rem;top:4.40625rem;left:10.312500298023rem;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:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#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(20,14,56,0.53); }#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(20,14,56,0.53); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:7.066375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:19.625rem;height:16.5625rem;top:47.25rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.81225625rem;top:64.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #GVBDddfVE2X9g4MgshVkrU1UZfnmbkSh { height:11.25rem;width:20rem;top:9.5208435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KURBVMJCUqr6Wu74I1bNNw0yz2Eqae2t { width:19.9986875rem;height:12.9948125rem;top:21.687501907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HR1b9Avu325HoZHpoUiAPxqS3yFXoBLw { width:20rem;height:10.96225rem;top:35.369791030884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { width:19.4375rem;height:1.625rem;top:7.875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { width:19.4375rem;height:1.95rem;top:9.6875rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { width:19.4375rem;height:1.95rem;top:23.3125rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { width:19.4375rem;height:1.625rem;top:21.4375rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { width:19.4375rem;height:1.95rem;top:37.75rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { width:19.4375rem;height:1.625rem;top:35.875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { width:5.4375rem;height:5.4375rem;top:29.543402567506rem;left:7.2812498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { width:4.9375rem;height:4.9375rem;top:15.293402567506rem;left:7.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { width:4.8125rem;height:4.75rem;top:1.75rem;left:7.5937502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:4.2239625rem;top:4.337158203125rem;left:0.7177734375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q20BxKWiG7kfzlNdNNeHwffTKnL9iJOM { width:20rem;height:1.4624rem;top:1.99951171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { width:8.25rem;height:0.375rem;top:9.81201171875rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:20rem;height:12.421875rem;top:11.973876953125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { width:13.125rem;height:8.75rem;top:31.324462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { width:11.125rem;height:7.4375rem;top:37.5rem;left:7.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { width:4.25rem;height:4.25rem;top:38.24951171875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { width:4.25rem;height:4.25rem;top:35.499267578125rem;left:15.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { width:3rem;height:3rem;top:36.124267578125rem;left:15.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { width:2.9375rem;height:2.9375rem;top:38.90625rem;left:2.530517578125rem;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:24.6240234375rem;left:0.926513671875rem;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) { #RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL { display:block; }#RB9slcHNk5iTMOLy3UqJNXI5mPZ3rXxL > .row .container { width:20rem;height:234.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaHst6Uanw3nLy2fc5hWnCReDaaKsmfZ { width:8.18725rem;height:0.3125rem;top:9.659423828125rem;left:5.904541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLkTvr6ZruQehrfJktlzTnGqwsNReaab { width:20rem;height:4.7119125rem;top:2.5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNHIn2f6HTUbUUH8eXpOeoaDQyw1ZptU { width:20rem;height:51.06771875rem;top:11.861572265625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEQ9Gvy5Tnu9lIFUzt41f3AIqzLWdkE1 { width:20rem;height:5.359375rem;top:62.8662109375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmsVg4WXAzA7U0qEDHMIFcpGbqZzsdzT { width:19.9995rem;height:7.796875rem;top:83.981909375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xqp1U1dOqz76u7CmI4uq90tSDL7DgERe { width:19.9995rem;height:3.1494125rem;top:94.588846875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mx0MGqgiuQuBHR5VTkcQJqSdGo1KueCQ { width:19.9995rem;height:4.72265625rem;top:98.44677734375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WW5DRZITZkvn3nwbVHUr2vbyh3HJpR86 { width:8.1875rem;height:0.3125rem;top:93.026346875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7CZpeGJUTdN7iuO4xIf1nRoTUfNvc5D { width:19.9995rem;height:4.72265625rem;top:108.4990234375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vPgNJhaH3ulUhggBxqs6Kv0AthBVOCOZ { width:19.9995rem;height:3.1494125rem;top:104.515625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LVuBgIX4C5xwto1p9moGSUxvSqE16E4t { width:19.9980625rem;height:4.72265625rem;top:130.05712890625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OiSkfhtEIl8zFa2Qg09TCerC3n5SzwFI { width:19.9980625rem;height:3.1494125rem;top:126.51025390625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vG11TnHXEf1LZzkSS1RuHEnoSt9Wyekx { width:19.9995rem;height:4.72265625rem;top:118.61572265625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cTdTsu4K6WThoUiMWcrSND5kRlIXNIFL { width:19.9995rem;height:3.1494125rem;top:114.75830078125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6TdMoCGG2QLMF3k8F4ln6ATxnOqCCQ { width:19.9980625rem;height:4.72265625rem;top:158.0703125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QCvmon2BhO4TopZkaweTI89Qugwb16pr { width:19.9995rem;height:3.1494125rem;top:154.92236328125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UMo9PK1Tb7BEO46bJDEUxJGPX8IxUWLZ { width:19.9980625rem;height:4.72265625rem;top:148.8740234375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rNnExeJimU86ELTXwf8gBc83xNf4kLoW { width:19.9995rem;height:3.1494125rem;top:145.93701171875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SV45ExmnMttk7nBuN5ZmW2LtMRlyfQRR { width:19.9980625rem;height:4.72265625rem;top:139.54833984375rem;left:0.00146484375rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xmxbkzWMDlDgtvmIaEo0tcaJJS4M8TTw { width:19.9980625rem;height:1.57421875rem;top:136.00341796875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mKauo90FT4iKdwbXzcwHsQtCMyUMtvuE { width:19.9995rem;height:3.1494125rem;top:164.24951171875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g3QsaKus9VdqQt1q4B6ZvXSerBFmpHQ4 { width:19.9995rem;height:4.72265625rem;top:167.3125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z8kIKpWCZJiVdtVgp0ZWT9FJgfJgX8lB { width:19.9995rem;height:3.1494125rem;top:173.375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cSHDfqKwhnDaVOLWhspQWQLcXvIrwihP { width:19.9995rem;height:4.72265625rem;top:176.9375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HTKeoEbKJ2XP5n4aTzzt9tr6RMegqWwf { width:19.9980625rem;height:3.1494125rem;top:182.9990234375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a74BwxQmK7iJDWkVFJaesay8ZpIyk94W { width:19.9980625rem;height:4.72265625rem;top:186.875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T63xi2Of7UyND6G6DVdOycPdTps6PVXT { width:19.9980625rem;height:4.72265625rem;top:196.125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gLMRsyKangQHxSSxuLvZHGCqxKbp8TF2 { width:19.9995rem;height:3.1494125rem;top:192.875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DpIF0QIl5J34c0xFW13g7v7wTZMLfWoL { width:19.9980625rem;height:3.1494125rem;top:202.06201171875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uHdPCI73gfCHwbibuzP5ZnE5Nytc1AKS { width:19.9980625rem;height:4.72265625rem;top:206.25rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cgB512eNO7VA1nGQzzrKQOFzoEX0DWwP { width:19.9980625rem;height:3.1494125rem;top:212.82861328125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TMKERdQ1AxefnEkL658VZKAP9ebpHywJ { width:19.9980625rem;height:4.72265625rem;top:217.0751953125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f8nEDxGwRkiBbKSb6LEE70OUrWgVtggJ { width:19.9995rem;height:3.1494125rem;top:223.7578125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u1bRfXBBdl4qhh8CZpZzg0QGhUixfpcU { width:19.9995rem;height:4.72265625rem;top:227.31591796875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dgqK4ZbuxlI98H4BpLIUl3QZdGfSU8Rz { width:20rem;height:13.258091494119rem;top:69.475096875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP { display:block; }#vbFlRh38UQasUG1ztDeRyvKwVdZWmzmP > .row .container { width:20rem;height:457.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRfig7fGtcMpGx5OQ8JlbbHQLHbCcwue { height:11.167388535032rem;width:20rem;top:10.943375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgsfyP6WQnvUyS8ICQl9iOTsHko2rG0k { height:11.167388535032rem;width:20rem;top:48.192875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ9vRcg1HlW8XX4k6HqJwRqDZxUnwSFV { width:19.9995rem;height:8.4479375rem;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) { #brKuGlu7zSmakITSIquO8IZ31KHzLLNc { height:11.167388535032rem;width:20rem;top:23.359875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAmrI2D2IFDbxJBfFMHdRtDpSTFtq7IG { height:11.167388535032rem;width:20rem;top:60.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtMuaHlAdfdW35B1GHv9GDQT67pn3tIt { height:11.167388535032rem;width:20rem;top:35.776375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0M2g8O4vTtWx8Z4QMqgDScVVLedyobP { height:11.167388535032rem;width:20rem;top:73.025875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqm8mvm3aQ484mKMb38DrB92LCdkcEIU { height:11.167388535032rem;width:20rem;top:85.44190234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1VhbVhkkJHMCwDWsOXyXcTKBHrTsD9R { height:11.167388535032rem;width:20rem;top:97.85890234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WztnG3BxGH4OxUK0EZuN6ceOQeRTIfrb { width:20rem;height:29.397816814863rem;top:129.63932561874rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6tMhmUa1rpTawF4MXzZXyMCUWRWyGPb { width:19.25rem;height:34.062884750253rem;top:160.28645061874rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvTdDCNQLWCEEK7ZB5kdUL2ssFmP8B41 { width:19.4375rem;height:19.81250964655rem;top:222.30338811874rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTec0qTJky10FoeNqwETr0fUKk1eabPz { width:18.5625rem;height:32.7480625rem;top:339.26826311874rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLk7qCATZgWSZvinS3QTZEKuqxAIykFp { width:20rem;height:18.115501519757rem;top:110.27476311874rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJc0276Dz5XuHs3UkIkhgepAHfAtVIFf { width:18.375rem;height:28rem;top:373.26563811874rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqGLZhPP9mPTMRxx5CJQ2rzMMsI9AMul { width:19.4375rem;height:18.562977504244rem;top:243.36588811874rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQa6Fw4f2oPDwilfXdGiKpTtI5wzerF0 { width:20rem;height:25.454545454545rem;top:195.59895061874rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ4TnPqJe6efw5qOt5r0stOrRIfBH9gF { width:18.375rem;height:25rem;top:402.51563811874rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL6sGbbaUWNETS2RKlXMcveZmvNtoff6 { width:20rem;height:35.840978593272rem;top:263.17838811874rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQca9HeCgushCZ6X8apsyyd5edz1PSl { width:19.6875rem;height:37.75rem;top:300.26826311874rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF3EpSuz7ZZ11vs1rsNAZc9PxhFePpPb { width:18.25rem;height:27.4375rem;top:428.76563811874rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1IflQyaeEWCGntEysn83SHWx1N9NhRR { display:block; }#V1IflQyaeEWCGntEysn83SHWx1N9NhRR > .row .container { width:20rem;height:135.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALiCZa2E1NEFucNaMPr9sJ9Vr2eMRh4d { width:20rem;height:13.2068125rem;top:37.08251953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSKg5XGp80ZioAxCCNpbbPu0LZmlsNH { width:8.1875rem;height:0.3125rem;top:5.09765625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufqnZW4WsrTNXfLPFusZz9MDageUvpfE { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCxZMsJCRCBhb6URxRaqh17Q7oZyREIx { width:20rem;height:27.60414375rem;top:6.97265625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSv3SH5qDXDthpJw3Pg69aTIMfuX61Qq { width:20rem;height:16.276849642005rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbGWZ3QhhCiiNpnwARhIWqx557c6MKWQ { width:20rem;height:19.683257918552rem;top:5.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Czqt6CBz7flQTkoRMKhONx7zZzC8CKHI { width:19.12475rem;height:12.6245rem;top:64.935791015625rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPPNF6bAPxyK2v3Un6X4kWChs0v6IMXk { width:19.12475rem;height:12.6245rem;top:51.498291015625rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtzTM3b1VgqXnrrh94HAmRIvipirQO3z { width:18.9978125rem;height:12.5rem;top:78.81103515625rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFzvsMAh6nTKI0wuH0cnDT0Zc8fn7Wqp { width:19.125rem;height:12.625rem;top:92.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7lrdh7W7ZpuBoiN6XHTqAvukLVROsN { width:19.125rem;height:12.625rem;top:106.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odWXqZCIMTRWPykmQNrQs6VqBtg6fVOW { width:19.125rem;height:12.625rem;top:119.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { width:8.25rem;height:0.375rem;top:7.47412109375rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { width:19.9995rem;height:38.98433125rem;top:21.0986328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycl9E9HAXmeAnN9QMn42mdTRw5Vcckl2 { width:19.9995rem;height:11.21925rem;top:8.7216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIfhMcmRrwdOCzzxF9MrSSKNOk1Porwy { width:16.1875rem;height:3.75rem;top:61.294921875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Tmbk36WxXqNH1uJHZlgxQXlmxZXyiW { display:block; }
 }@media only screen and (max-width: 763px) { #TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD { display:block; }#TN950gPp2xTUtKxKsTqDZKTEaxV9CrqD > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9nLJpfLaGKwO1IqI7MCOleHu88gJrn3 { width:20rem;height:6.578125rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0n4hVB9bZG02yHxalTXqAbTnB52vAMa { width:8.25rem;height:0.375rem;top:24.28564453125rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h152lnMbEwTREuGGP8CT11blBre6c7HI { width:19.9995rem;height:44.1823rem;top:26.53564453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iO8TdFdvRLEA0iSZSNX61dDvRcLkbmn5 { width:19.9995rem;height:13.2905rem;top:9.2724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv9TJG9HTXCEKUEFGVx8mh2QlCNfCZ85 { width:16.1865rem;height:3.75rem;top:72.75rem;left:1.90576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dINFegEynM3ZHC9lhpO9wFN87HTCKXEm { display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:20rem;height:591rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { width:20rem;height:2.11198125rem;top:2.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { width:8.25rem;height:0.375rem;top:5.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { width:20rem;height:20.9375rem;top:9.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { width:6.625rem;height:6.625rem;top:8.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { width:11rem;height:1.625rem;top:13.3125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { width:19.5625rem;height:12.9948125rem;top:16.4990234375rem;left:0.374755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { width:20rem;height:15.75rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq5lDAPdzavdxmuWSqE5NV80WCxOKNb6 { width:6.625rem;height:6.625rem;top:55rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ndOdl39KPfZD6czSJLk4WLGU97bI4C { width:19.4375rem;height:1.625rem;top:60.718748092651rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJdBQywZuIQuAcFR4I9GZwsz07dkkTZ { width:19.375rem;height:9.096375rem;top:63.931249618531rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { width:20rem;height:18.125rem;top:80.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgkM1ATiWlGCGLHChQ2FwpT2GuAWBTH2 { width:19.4375rem;height:1.625rem;top:84.50000190735rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0EqGXoFauMlol9P0BB5TH9NgosGRxMh { width:19.1875rem;height:11.6953125rem;top:87.162502288819rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaKe95avsn2edT93UOxquwo9C4Vze91 { width:8.25rem;height:0.375rem;top:94.9125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { width:20rem;height:20.5rem;top:33.311767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5aV4l8z55QRDpBHQykuEb0S2FxV81za { width:11.8125rem;height:1.625rem;top:36.937500953674rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kpfZItE984qL1i8gbi3kHpwG5HNoIA { width:19.5rem;height:12.9948125rem;top:40.056248664856rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4LGZncvO99qGMG6dqUVss5WE3Qya8f2 { width:6.625rem;height:6.625rem;top:78.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPau5pMkATHFIhl02BIOBroE90B0g0Bk { width:5.9375rem;height:5.9375rem;top:32.562255859375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgwgfZxQTvGQ1A2V7z6gQOeoaF1p3D9 { width:6.625rem;height:6.625rem;top:32.1240234375rem;left:12.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NranRGrTGpM1JdFvAc354IqgBf4IoSDG { width:20rem;height:21.875rem;top:100.34741210938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvfOhxmzN1buLL8uPOE6Siby1MzXpPWC { width:5.9375rem;height:5.9375rem;top:101.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #estLTUAmhGl6W54n3JUMnd53hvaLwcZZ { width:6.5625rem;height:6.5625rem;top:100.99926757812rem;left:11.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibs9wum7PBTKTPro0CXFd6gOBcvG2n18 { width:19.375rem;height:3.25rem;top:106.28491210938rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIyNTNyoJ8GVCwhJdnyOM69rsMZCdxcs { width:20rem;height:11.6953125rem;top:108.91064453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbZZwAPeci380kSoLsqKV3Oag8b43Xq { width:6.5625rem;height:6.5625rem;top:124.43725585938rem;left:11.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgh6phJVZSQabduxlvC71TatDhaOgkaT { width:20rem;height:16rem;top:150.91186523438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuPOUQuQfQ1rZZ4Ct96kHVok9RkRVZHT { width:6.5625rem;height:6.5625rem;top:146.1875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrn7eqBl2nugwkhtiXnOoXMOC8S2w1o0 { width:20rem;height:21.0625rem;top:123.53759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #du6ahXkW0SeOsgXRi5Jx5Ny1TKM5kkyV { width:5.9375rem;height:5.9375rem;top:124.87426757812rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4CIIfNegMmdGFRCTMlZOerOAuouzzaD { width:5.9375rem;height:5.9375rem;top:146.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHyAdz5CyOF7gNB4cLAirGbtrAgyElJk { width:19.375rem;height:1.625rem;top:151.84887695312rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQOSKuLi82dD3TXd7V3t4tc9iDbptmDJ { width:20rem;height:10.3958125rem;top:154.41162109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnxfKC4pDhThiiRqAyXKZGJHZiVTcvgc { width:6.5625rem;height:6.5625rem;top:167.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqQEET5bdUfct1aGlzSof1FSSK6v0vgp { width:20rem;height:15.875rem;top:172.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzmKdfyJ3OWKCIEemTgV97MafTrWXTtk { width:5.9375rem;height:5.9375rem;top:167.9375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slc0Q8x4qT85T0HvuEt0ork3TSZr2xNh { width:19.375rem;height:1.625rem;top:129.53857421875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAhlLanc2QR9cF67GlsJkSqZCedpRm1 { width:20rem;height:11.6953125rem;top:132.10083007812rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8TOEqus6FyionOfJFCF05WQcWqdINtP { width:8.18725rem;height:0.3125rem;top:190.06225585938rem;left:11.812744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJcvFeu29GVKNhEkCNVSQmVuipUQD2k { width:19.375rem;height:1.625rem;top:173.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgL1Lo0tev7T4cyJb1KJkG982Pvx7SQ2 { width:20rem;height:11.6953125rem;top:175.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGcqkPuUGdz2PVJA74yaiFVGNhhhpX2D { width:20rem;height:19.9375rem;top:191.62475585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWD813A51nFiwphpq8t3GrOMFN8bbMzT { width:20rem;height:19.9375rem;top:233.93725585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkN6SXmCxQKkdEOrPm3TwekDaeAFITA5 { width:18.1875rem;height:10.3958125rem;top:200.18798828125rem;left:1.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrDmG9eGLLwM4PTome5McFHBGidI0xmK { width:6.625rem;height:6.625rem;top:231.81201171875rem;left:2.000732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPFQWcD7eUMr744iW2mMe8hvPRLAqdwh { width:19.4375rem;height:1.625rem;top:197.62451171875rem;left:1.937255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFg8ngAAug4KXTgpNuMVRLIN45XTskXJ { width:6.625rem;height:6.625rem;top:189.49951171875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUsreGB7FUAKTemZngX984RvnDapqKSa { width:5.9375rem;height:5.9375rem;top:189.93774414062rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4bOibzI8LdtbDkvZix62J49iw7dQOA { width:5.9375rem;height:5.9375rem;top:232.2490234375rem;left:2.37548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Ah27frex50HOeBkDPyuViQerlxcPxO { width:19.4375rem;height:1.625rem;top:238.9990234375rem;left:2.5634765625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4tQuiq7vMI2yr9iWK5gP9VElwJLQyTv { width:17.9375rem;height:11.6953125rem;top:240.5615234375rem;left:2.37548828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuLQl4VWnHfT2KsTxtiZ2QcMsvKfA2no { width:20rem;height:19.875rem;top:258rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBV3hqnDw5zdGDXFX9eR9u402xKyAZq5 { width:20rem;height:17.25rem;top:214.06127929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkHchKOGTTWwTWpbk0IzTCu3qhyqKQDr { width:17.5625rem;height:11.6953125rem;top:265.8740234375rem;left:2.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhIxXsfrGMyLcsZFXeTeyN7BODLLZX90 { width:18rem;height:6.497375rem;top:222.62451171875rem;left:1.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFFfI35mLbz3lxI7Mx3iXHcwfR4oKvio { width:20rem;height:1.625rem;top:264.3125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8aMTritNIWN1Ki0uETU1KL5krNTuIZa { width:6.5625rem;height:6.5625rem;top:255.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGEmxAVJ4g9qcT3Q49PN2fFb0y4rnECs { width:5.9375rem;height:5.9375rem;top:256.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu69ApBCA7iCs0V1eIhEZp5XWsxKb8MT { width:19.375rem;height:1.625rem;top:220.06225585938rem;left:1.937255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2kLao9ORxbJHG6QCRakiLs0JVQAl6vp { width:6.5625rem;height:6.5625rem;top:213.18725585938rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ealLSUb1orplq5p2lm3poG37sPPZxBEL { width:5.9375rem;height:5.9375rem;top:213.62426757812rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8svLAQHsSzQJEkUtK9iq7EnnhuOqTxO { width:5.9375rem;height:5.9375rem;top:55.343017578125rem;left:12.513427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T24IhMuh3v06saduG3BgHe13ZbGXmbQw { width:20rem;height:3.41145625rem;top:579.24072265625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3mc0J8aFJRkZZ1caBpKQxc3L8iwkWXK { width:20rem;height:17.4375rem;top:283.78173945312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcRJTXpMCkZ9so62AnutCWT0sBNA3wD2 { width:20rem;height:9.096375rem;top:292.34423945312rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHeJK2dQqBTPstmK7k3goE7novE52myT { width:19.375rem;height:1.625rem;top:289.71923945312rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmhP5IMXu7MGWMJKvUzl8QEczmTvtTIU { width:5.9375rem;height:5.9375rem;top:282.09423945312rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmLCrpshWbq8Z0XWRhdwsgvqoDdABsNO { width:6.5625rem;height:6.5625rem;top:281.65673945312rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTKTttriV9aNh5BCDZJ40aJbD8zgD6la { width:20rem;height:14.1875rem;top:337.46923945312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwRHhvNmgluIPBaLVwNgIsuyCrVRmME { width:20rem;height:12.9948125rem;top:337.71923945312rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEOGUm8GBPysg5O8ywqf9lgrJ1d5UqaR { width:19.375rem;height:1.625rem;top:335.09423945312rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3mKicg5Jiga8SyrTJGDGqKSnT8czUcw { width:5.9375rem;height:5.9375rem;top:328.71923945312rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po5gvqNBoHhT3ulTLoDAHVCfaZu38cEo { width:6.5625rem;height:6.5625rem;top:328.28173945312rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRexa7vxe6xDZeSWfzg2ySvL4kTwxXhu { width:5.9375rem;height:5.9375rem;top:8.624267578125rem;left:12.09228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwpGt1OVDuU24XePBTSxxBWFb1MAb1xb { width:20rem;height:19.875rem;top:355.70556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmVaaw9c13UylZLpvE406e1lDzQ2utZz { width:20rem;height:11.6953125rem;top:363.01879882812rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woDNTWOzwkRRmzKtcdTuxMx5NdMksTZu { width:20rem;height:19.875rem;top:305.53173945312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrQi3Qxl8cMtn9MIro3rSxd4dS4TIZwc { width:20rem;height:10.3958125rem;top:314.09423945312rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbthCTQXbmBGDqoPhpgrRsgcAUMSZDxB { width:19.375rem;height:1.625rem;top:360.45532226562rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkEiW2EEqx35J8meXEOlrxZE3WA05Llb { width:19.375rem;height:1.625rem;top:311.46923945312rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF0IklrgfvfAVsZvKo4TnQVHbbalJ7nQ { width:5.9375rem;height:5.9375rem;top:354.0185546875rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoM1BJCJ3EaHWrBS2WW7lW03OHgnnBKB { width:6.5625rem;height:6.5625rem;top:353.58032226562rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGQFp7vp60Pxf5TNh9nOQqi9W2kz2Ssw { width:5.9375rem;height:5.9375rem;top:304.46923945312rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVVNWfOUZLGsr17tc7RJHz4XNDWxTz1k { width:6.5625rem;height:6.5625rem;top:304.03173945312rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2dJxaIS2o3R8kTwWCwosVmcBRNDrsiQ { width:20rem;height:19.875rem;top:380.00244257812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUfdsVoRytTFcIixHHm3BbcPMTKPRmgJ { width:20rem;height:10.3958125rem;top:388.56494257812rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7CUx9mwciWSC622v5FwTT11wFLhGslP { width:20rem;height:19.875rem;top:406.12670898438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKFnmQC5D3cSJXpdutkTasHhTH8nb3IO { width:20rem;height:11.6953125rem;top:412.81494140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQwWZhfuwd9Px9fnhJM3u8MGQT5QDfvt { width:19.375rem;height:1.625rem;top:410.18920898438rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Rco9RyczeAZOihDqTNnJ8DbLvRept4 { width:5.9375rem;height:5.9375rem;top:402.56469726562rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSEAO3hWyNKbBHqIUJrKxHhPudtLttRc { width:6.5625rem;height:6.5625rem;top:402.12646484375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BofpREKVGsD0bcrKA2w2RwftOhaa6VaT { width:19.375rem;height:3.25rem;top:385.93994257812rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWLGUNTtsJhafFvSxs9tlJt4pchvHipW { width:6.5625rem;height:6.5625rem;top:377.87744257812rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqaaHMkQkfbhkbH3xzLQ1ozrJullS9ZT { width:5.9375rem;height:5.9375rem;top:378.31494257812rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FppoV1qCTeKiCTqDS72obs133TKRvHca { width:20rem;height:19.875rem;top:455.32836914062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiXfl8BtGM6s5xLlRBq5tpQ2qttoa9m3 { width:20rem;height:19.875rem;top:430.4541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndl861oM81wLWpziQFtwTnHDhvmvI5uc { width:20rem;height:10.3958125rem;top:439.01611328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfOAuZ9XhVIFVp5cRzJGKTXK3hLzTlLy { width:20rem;height:12.9948125rem;top:461.3916015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M20wMaSkzNvw503KNdPwxD352xOVrstJ { width:19.375rem;height:1.625rem;top:459.39086914062rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUWkyAINJgUhfLQbOmduo1xrBH6BIQ3 { width:5.9375rem;height:5.9375rem;top:451.76635742188rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx2ewrdLq8HnwAht0eLZ0VxSC3KSr87Z { width:6.5625rem;height:6.5625rem;top:451.328125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCkzoUHOs1MLOOJPTVHDcOxsKsmLJzWQ { width:19.375rem;height:1.625rem;top:436.3916015625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvnIizqGtSxrbFklBKmneRCqcnzsbUNZ { width:6.5625rem;height:6.5625rem;top:428.32885742188rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTHlLQbRdDzqKVF9ISi0gEO1ir7WHbu { width:5.9375rem;height:5.9375rem;top:428.76586914062rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPgEAMdHnwEm05VgZzc8Exwrl7T85ibe { width:20rem;height:19.875rem;top:480.5920421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAU6wB0b00KDW3QfSs1kQNCEPokaFCsv { width:20rem;height:12.9948125rem;top:486.65527460937rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLsXTqPRm2mJJF8PsyKSKfl7lbRgakB { width:19.375rem;height:3.25rem;top:484.6545421875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnPk8OcmBuTPWOXRNFrtERKvEQugdO1A { width:6.5625rem;height:6.5625rem;top:477.21679804687rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhJc0c7eTEKf6OH4wO3LZpIdhyqzZWxK { width:5.9375rem;height:5.9375rem;top:477.65503046875rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI6C80nIDoCNoBGCrNey5bCA2hoGKKNp { width:20rem;height:19.875rem;top:531.86696210937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIL2sLw37aBm4tHnhUHCDKeq3M4eyRUE { width:20rem;height:12.9948125rem;top:538.55446210937rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcQRu0CPKNZCqKK7BDmMWXWRSPAX0Avi { width:19.375rem;height:1.625rem;top:536.55446210937rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D65D11wV7y2wLSa4BgxbCqqCTinciZwN { width:5.9375rem;height:5.9375rem;top:529.55446210937rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7JussUB8bJZPIz3NrtWTlv8FkrcBpHz { width:6.5625rem;height:6.5625rem;top:529.11696210937rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uix20PhBvEqSKozsUkMNMIcTLrbd0eCh { width:20rem;height:19.875rem;top:507.76733710937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXMIzg6fRLgSA0M0Oa8OqrcMGgVVgcl { width:20rem;height:14.29425rem;top:512.57983710938rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFgagT3euXM9uPpKtFiforecqL5d78gX { width:20rem;height:19.875rem;top:556.54152460937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neVwuNxLe2ADRUgbwaQDnEITe63hOMiv { width:19.375rem;height:1.625rem;top:510.57983710937rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZgnrvQqbE4QJ2mL9Hi613q58fmsAIZL { width:20rem;height:10.3958125rem;top:565.10402460937rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaVkroNGe4gaZdWUcwyEvTZPMNgRdszL { width:19.375rem;height:1.625rem;top:562.47902460937rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UygOurTXHT4LXoHKoKyToAvKlZMm1tcx { width:5.9375rem;height:5.9375rem;top:554.85402460937rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymIOoyJ9kbAg82X0nl4QDs9wVTNtWUgT { width:6.5625rem;height:6.5625rem;top:554.41652460937rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5bukE80sbCoaFww6pDsCevJEkXPBn5R { width:6.5625rem;height:6.5625rem;top:503.76733710937rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdTnK0F051w4BEwx0lZ3015TEwbPCUXu { width:5.9375rem;height:5.9375rem;top:504.20483710937rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enBeDs8iMXOZ23lOTLl4AJKdPGdUGnF4 { width:5.9375rem;height:5.9375rem;top:79.217450618744rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { width:20rem;height:2.59895625rem;top:3.8999938964844rem;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:1.4624rem;top:1.6875rem;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:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { width:20rem;height:11.0416875rem;top:9.375rem;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.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { width:9.75rem;height:1.625rem;top:3.8559112548828rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { width:19.25rem;height:6.497375rem;top:6.4184112548825rem;left:0.81249994039537rem;font-size:1rem;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.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { width:8.5625rem;height:1.95rem;top:1.2769031524658rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { width:9.75rem;height:1.625rem;top:4.0112857818604rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { width:18.8125rem;height:6.497375rem;top:6.9487857818606rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:20rem;height:14.63671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { width:8.5625rem;height:1.95rem;top:1.3125rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { width:9.75rem;height:1.625rem;top:3.9375rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { width:18.9375rem;height:7.796875rem;top:6.88716506958rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { width:8.5625rem;height:1.95rem;top:1.3125rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { width:9.75rem;height:1.625rem;top:4.0625019073486rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { width:18.9375rem;height:6.497375rem;top:7.4487705230712rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { width:8.5625rem;height:1.95rem;top:1.2760391235351rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { width:9.75rem;height:1.625rem;top:3.8862838745117rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { width:18.8125rem;height:7.796875rem;top:6.5737857818606rem;left:0.59288197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQNTvlodusdTFt5UfqtctAanABRDsvWb { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { width:20rem;height:25.3125rem;top:28.312492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QHPiOS8suus1uTT67E84axhvrGx1MP { width:20rem;height:25.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { width:20rem;height:25.3125rem;top:55.701398849487rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk74T2aTAiossEim599UTmpZZ8fnXTdb { width:5.4375rem;height:5.4375rem;top:0.3125rem;left:14.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { width:3.3125rem;height:1.4624rem;top:2.30712890625rem;left:16.685791015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h54zmwDDcl2mE91DevJcWILy12nst6 { width:20rem;height:1.3806125rem;top:2.36328125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { width:20rem;height:3.16894375rem;top:5.74951171875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { width:20rem;height:1.3806125rem;top:4.476318359375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { width:17.3125rem;height:11.6953125rem;top:8.9990234375rem;left:1.3427734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { width:20rem;height:1.21875rem;top:58.006591796875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { width:20rem;height:3.2504875rem;top:59.881591796875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP { width:17.1875rem;height:10.3958125rem;top:63.603515625rem;left:1.3427734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { width:20rem;height:1.21875rem;top:30.185546875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { width:20rem;height:3.2504875rem;top:32.08740234375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { width:17.125rem;height:11.6953125rem;top:35.58251953125rem;left:1.53076171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:12.625rem;height:3rem;top:21.750013351441rem;left:3.6874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #undGpH3gJCZ2H2sW67HOwa357rRT1qLa { width:12.625rem;height:3rem;top:48.375rem;left:3.6874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block; }
 }@media only screen and (max-width: 763px) { #ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { width:12.5625rem;height:2.9375rem;top:75.49825668335rem;left:3.7187498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { width:20rem;height:2.6rem;top:3.9625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { width:8.25rem;height:0.375rem;top:7.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { width:20rem;height:11.69529375rem;top:9.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { width:20rem;height:1.4625rem;top:1.8750133514404rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTRwMSWvL0BfvIq0ZQWFDtpBbec28471 { width:18.75rem;height:2.8125rem;top:34rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwtwMciDxTfSa5up2Gk4qveFdGEfPXdQ { display:block; }
 }@media only screen and (max-width: 763px) { #QczRhcRr3E05vTMh68gL5PvhfXbx7WBn { width:18.75rem;height:2.8125rem;top:38.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWoFkD3QzwQ6FViT69Vl6Wv6mTCcq4lJ { display:block; }
 }@media only screen and (max-width: 763px) { #RzageX0gHBk8iVOtuNu7IUz9nILLZuZt { width:20rem;height:1.4624rem;top:25.361328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3JpsTSQ5N3Bmbx5Xq01nXnADsqBpx6q { width:20rem;height:5.1979125rem;top:27.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG { display:block; }#ZeFpImtN2e6RVfDEleQ1pHLNDxLTQewG > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRS0ieLX5rBhXRklUZfcO8bJ0iIV231v { width:20rem;height:2.6rem;top:3.9625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCf0zw2lPtckDCK6TMOwqtBPQbsxReMK { width:8.25rem;height:0.375rem;top:7.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGCBP82FENyPrJ7qTJ5fmTs0mAS53i6a { width:20rem;height:1.4625rem;top:1.8750133514404rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGgwmmZNdDg3sx5FQeNdf0BA06URhlsH { width:17.5rem;height:3.4375rem;top:9.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3bn1k3eCeHLvhIpwAqeGF9K8xcAFFoI { display:block; }
 }@media only screen and (max-width: 763px) { #ToMemCF36xqXIJtO4bdfdnTl4De0519S { display:block; }#ToMemCF36xqXIJtO4bdfdnTl4De0519S > .row .container { width:20rem;height:137.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F64Hh95uvGX4pgmcCOpQrPN6R0JFoWCB { width:20rem;height:3.41015625rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzmxuX1IQrayk0nIaF4nHr5GoP3ZQq9o { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLfQB18ABSPPbzsU256lRG8dEFSQKyfT { width:19.9375rem;height:2.0317375rem;top:21.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxizxJ1L4TOKpdToPOxPNHV3GRqhrLPQ { width:10.4375rem;height:10.4375rem;top:10.737500190735rem;left:4.7812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kev43eeMD1UVpBME1P14fU7G4PnB5c2M { width:19.9375rem;height:2.0317375rem;top:36.187500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3e5e4TknpUnRQnnm6qss7dkAvOpn5R { width:9.5rem;height:9.5625rem;top:25.999976158142rem;left:5.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZac2DznJVfeEaesFDT8SisxTzV4Q6Zx { width:19.9375rem;height:2.0317375rem;top:49.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFJTwRd3PldV4SPDakQI7FWbcNRyI6AG { width:9.4375rem;height:9.4375rem;top:39.9375rem;left:5.4rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7vzTFsQiBpIwJCWUMrossliKp7t4KwI { width:19.9375rem;height:2.0317375rem;top:67.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAck8yitno3xhUbzyFTd4u0uIogrz5Jp { width:19.9375rem;height:2.0317375rem;top:81.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3PS6yaOgpdaUyNaBw1emRRyGtFzv1s5 { width:14.5625rem;height:14.5625rem;top:52.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNWgDpHvMABLGuKWpktTP5WIlfnH6y7g { width:9.6875rem;height:8.0625rem;top:72.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoZ8RigIrqKy05H5eLqcwLBknMkKWvZN { width:19.87425rem;height:2.0317375rem;top:95.75rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZLuc7d25pHfRcK9wsdKrtzTBILA1DSe { width:10.625rem;height:9.5060556972094rem;top:85rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaHf3Ht7ty0ZTsg0KW7IKBx8m3wTHooV { width:17.37425rem;height:2.0317375rem;top:121.30981445312rem;left:1.312255859375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqaoG84OTshTP93FW1Wqvn4lNEhVHIgK { width:19.87425rem;height:2.0317375rem;top:133.34228515625rem;left:0.062255859375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPmek4AytZrMyTAn4tm6kgxGtldhTJtI { width:19.87425rem;height:2.0317375rem;top:107.65380859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIyJz0WiGBiFCVxb4wAQshXAZ5en7qzI { width:8.375rem;height:8.625rem;top:112.03002929688rem;left:5.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgiiwlB8w1pnw30HTDPboXLveLXydRBk { width:8.375rem;height:8.625rem;top:99.03076171875rem;left:5.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN6Wyyns5MBnrXxl3Sfcd8Bin8OgCZqo { width:8.375rem;height:8.625rem;top:124.40551757812rem;left:5.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL { display:block; }#qBnCtNKnCaeZUVscbEzWsAwJhG8LPuVL > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { width:20rem;height:26.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { width:20rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { width:16.125rem;height:auto;top:4.9375rem;left:0.8125rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { width:16.125rem;height:auto;top:4.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 763px) { #Zwwp57zTHpyH59GTOuoViF028ltByiFZ { width:20rem;height:11.69529375rem;top:35.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMs5xJoB5yzNo62Tl9OdWUMMQ7EgObqQ { width:8.1875rem;height:0.3125rem;top:34.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAAEDyrVhl0FfzogxRIfvepIdlv4Ta5l { width:20rem;height:3.59895625rem;top:29.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 { display:block; }#FG22bTwE9BKPLyAwJU6K42R3MqI1lgV2 > .row .container { width:20rem;height:145.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JErQzXTPpMbNFt3PUCA8557OsaoMocVG { width:20rem;height:2.0317375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9xDIV4EVpTn0hu7DApX0yU6lcn2Xu45 { width:20rem;height:138.9127625rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5omBl642GUZwTfIqscNHZnHRxADWk8R { display:block; }#i5omBl642GUZwTfIqscNHZnHRxADWk8R > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaBLwhOqbk2J3A1vWZxE8uNPTJXPRIUP { width:12.0625rem;height:3.4375rem;top:3.71875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7z3bKBRpx5eHFQ0vmMeDQIX57EwZBN { display:block; }
 }