.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}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:#140e38;background-image:none;position:relative;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 .container { font-size:0.875rem;font-family:arial;height:4.625rem;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-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100001;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:100000;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-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100003;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:100000;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-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:100005;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:100000;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:4.9375rem;top:0.5625rem;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-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100002;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:100000;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SoUOy0fn/Bacground1.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 .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#d8ecff;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:10.2373125rem;font-style:normal;display:block; }
#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#e8f7ff;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:21.5625rem;left:1.5625rem;height:2.92480625rem;font-style:normal;display:block; }
#v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { position:absolute;display:block;z-index:100002;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;height:4.0625rem;width:0.375rem;top:21.9375rem;left:0rem;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { 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-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:100006;text-align:center;text-align-last:center;top:29rem;left:0rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#120e33;background-image:none;position:relative;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 .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:100003;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:100004;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:100006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.3125rem;height:1.95rem;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:100005;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:100008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:40.562496185302rem;height:1.95rem;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:100007;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:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:1.3125rem;left:46.874996185302rem;overflow:hidden;display:block; }
#NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:5.5625rem;top:1.65625rem;left:27.218746185302rem;overflow:hidden;display:block; }
#pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;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;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 .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:6.82425rem;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:100001;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:100003;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;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:1.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:17.75rem;left:0rem;height:14.625rem;font-style:normal;display:block; }
#MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.75rem;width:17.5625rem;top:8.5rem;left:34.375rem;overflow:hidden;display:block; }
#CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:16.3125rem;top:17.75rem;left:43.5625rem;overflow:hidden;display:block; }
#uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { position:absolute;display:block;z-index:100004;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;height:0.375rem;width:8.25rem;top:12rem;left:30.8125rem;display:block; }
#AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { position:absolute;display:block;z-index:100018;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:9.9375rem;left:27.6875rem;display:block; }
#pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { position:absolute;display:block;z-index:100024;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:21.5625rem;left:36.625rem;display:block; }
#RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { position:absolute;display:block;z-index:100023;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;height:0.375rem;width:8.25rem;top:23.625rem;left:39.75rem;display:block; }
#IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:22.125rem;left:37.3125rem;overflow:hidden;display:block; }
#cAhc4ZkqSH12hsDTealB3h55DxwNKumF { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:2.9375rem;top:10.75rem;left:28.3125rem;overflow:hidden;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;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 .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:60rem;position:relative;display:block; }#lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { color:#e8f7ff;display:block;width:26rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { position:absolute;display:block;z-index:100005;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;height:0.375rem;width:8.25rem;top:6.349609375rem;left:0rem;display:block; }
#z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { position:absolute;display:block;z-index:100001;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;height:19.9375rem;width:27.25rem;top:10.3125rem;left:0rem;display:block; }
#W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6rem;top:8.5rem;left:1.875rem;overflow:hidden;display:block; }
#OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { position:absolute;display:block;z-index:100019;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:8.1875rem;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:100005;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:18.875rem;left:1.9375rem;height:9.098625rem;font-style:normal;display:block; }
#uvaKe95avsn2edT93UOxquwo9C4Vze91 { position:absolute;display:block;z-index:100019;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;height:0.375rem;width:8.25rem;top:29.59375rem;left:51.75rem;display:block; }
#ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { position:absolute;display:block;z-index:100015;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;height:19.9375rem;width:27.25rem;top:35.375rem;left:31.375rem;display:block; }
#l5aV4l8z55QRDpBHQykuEb0S2FxV81za { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:41.375rem;left:33.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B5kpfZItE984qL1i8gbi3kHpwG5HNoIA { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:43.9375rem;left:33.3125rem;height:7.79883125rem;font-style:normal;display:block; }
#fPau5pMkATHFIhl02BIOBroE90B0g0Bk { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:7.25rem;top:32.9375rem;left:32.625rem;overflow:hidden;display:block; }
#wBgwgfZxQTvGQ1A2V7z6gQOeoaF1p3D9 { position:absolute;display:block;z-index:100033;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:33.25rem;left:32.9375rem;display:block; }
#JlpzLBRSX8vDKKdcxWHKLNlperNfL0ed { color:#e8f7ff;display:block;width:26rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:26.24365234375rem;left:34rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;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;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 .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:100004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { position:absolute;display:block;z-index:100007;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;height:0.375rem;width:8.25rem;top:7.90625rem;left:0rem;display:block; }
#wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { color:#e8f7ff;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:9.74365234375rem;left:0rem;height:5.19921875rem;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 { 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;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:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.95rem;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:100007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:1.29980625rem;font-style:normal;display:block; }
#OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { position:absolute;display:block;z-index:99999;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;height:26.25rem;width:0.375rem;top:2.5625rem;left:0.78125rem;display:block; }
#yRa2p1za28p9eO11pmh54hyOUDyGLTqH { position:absolute;display:block;z-index:100040;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 { 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;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:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.95rem;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:100007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:1.29980625rem;font-style:normal;display:block; }
#cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { position:absolute;display:block;z-index:100041;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 { 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;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:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.95rem;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:100007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:1.29980625rem;font-style:normal;display:block; }
#tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { position:absolute;display:block;z-index:100042;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 { 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;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:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.95rem;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:100007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:1.29980625rem;font-style:normal;display:block; }
#lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { position:absolute;display:block;z-index:100043;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 { 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;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:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.95rem;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:100007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:1.29980625rem;font-style:normal;display:block; }
#qQNTvlodusdTFt5UfqtctAanABRDsvWb { position:absolute;display:block;z-index:100044;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; }
#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;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 .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:100011;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:100014;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;height:0.375rem;width:8.25rem;top:13.1875rem;left:0rem;display:block; }
#uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:6.499025rem;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:100002;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:1.4624rem;font-style:normal;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:100015;position:absolute;top:7.4375rem;left:35.6240234375rem; }
#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:100015;position:absolute;top:7.4375rem;left:35.6240234375rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { position:relative; }
#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; }
#iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { position:absolute;display:block;z-index:100005;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;height:26rem;width:22rem;top:3rem;left:33.875rem;display:block; }
#NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.2994794845581rem;left:33.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:6.5rem;height:2.1875rem;top:1.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 959px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:6.5rem;height:2.1875rem;top:1.1875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 959px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 959px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:0.5625rem;left:0rem;width:4.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:6.5rem;height:2.1875rem;top:1.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 959px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:5.375rem;left:0rem;width:47.75rem;height:4.7744125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:15.5rem;left:3.5rem;width:36.375rem;height:2.76171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { top:14.849609375rem;left:0rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:21.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 959px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { top:8.5rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:10.3125rem;left:0rem;width:19.4375rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { top:10.3125rem;left:12.3125rem;width:19.4375rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #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: 959px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { top:10.125rem;left:28.3125rem;width:19.4375rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { top:8.5rem;left:28.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { top:1.3125rem;left:36.562496185302rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { top:1.625rem;left:21.031246185302rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { top:1.5625rem;left:4.8125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:7.25rem;left:0rem;width:23rem;height:2.11230625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q20BxKWiG7kfzlNdNNeHwffTKnL9iJOM { top:4.875rem;left:0rem;width:23rem;height:1.5249rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { top:10.4375rem;left:0.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:15.875rem;left:0rem;width:24.0625rem;height:22.1786875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { top:8.5rem;left:25.1875rem;width:17.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { top:17.75rem;left:31.3125rem;width:16.3125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { top:12rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { top:9.9375rem;left:19.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { top:21.5625rem;left:27.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { top:23.625rem;left:30.5625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { top:22.125rem;left:28.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { top:10.75rem;left:20.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { top:2.9375rem;left:0rem;width:26rem;height:2.11230625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { top:6.3125rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { top:10.3125rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { top:8.5rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 959px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { top:8.1875rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { top:16.25rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { top:18.875rem;left:0rem;width:22.5rem;height:10.4609375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #uvaKe95avsn2edT93UOxquwo9C4Vze91 { top:29.5625rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { top:35.375rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #l5aV4l8z55QRDpBHQykuEb0S2FxV81za { top:41.375rem;left:24.125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #B5kpfZItE984qL1i8gbi3kHpwG5HNoIA { top:43.9375rem;left:24.125rem;width:22.5rem;height:9.0986125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fPau5pMkATHFIhl02BIOBroE90B0g0Bk { top:32.9375rem;left:23.875rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #wBgwgfZxQTvGQ1A2V7z6gQOeoaF1p3D9 { top:33.25rem;left:23.875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #JlpzLBRSX8vDKKdcxWHKLNlperNfL0ed { top:26.1875rem;left:21.75rem;width:26rem;height:2.11230625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { top:4rem;left:0rem;width:23rem;height:3.4121125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { top:7.875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { top:9.6875rem;left:0rem;width:27.375rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { top:2.181640625rem;left:2.875rem;width:8.5625rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { top:1.75rem;left:12.5rem;width:35.25rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { top:2.5625rem;left:0rem;width:0.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #yRa2p1za28p9eO11pmh54hyOUDyGLTqH { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { top:2.181640625rem;left:2.8125rem;width:8.5625rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { top:1.75rem;left:12.5rem;width:35.25rem;height:2.5996125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { top:2.181640625rem;left:2.75rem;width:8.5625rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { top:1.75rem;left:12.5rem;width:35.25rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { top:2.181640625rem;left:2.4375rem;width:8.5625rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { top:1.75rem;left:12.5rem;width:35.25rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { top:2.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { top:2.181640625rem;left:2.75rem;width:8.5625rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { top:1.75rem;left:12.5rem;width:35.25rem;height:2.5996125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qQNTvlodusdTFt5UfqtctAanABRDsvWb { top:2.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { top:8.6875rem;left:0rem;width:30.0625rem;height:3.4121125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { top:13.1875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { top:15rem;left:0rem;width:25.8125rem;height:6.561525rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { top:6.75rem;left:0rem;width:23rem;height:1.5249rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#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:7.4375rem;left:26.4365234375rem; }
#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:7.4375rem;left:26.4365234375rem; }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe {  }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH {  }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU {  }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 959px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 959px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { top:3rem;left:24.6875rem;width:22rem;height:26rem;display:block; }
 }@media only screen and (max-width: 959px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { top:4.25rem;left:24.6875rem;width:22.125rem;height:2.4375rem;font-size:1.875rem;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:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:3.9375rem;height:2.1875rem;top:4.6875rem;left:1.15625rem;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.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:7.78125rem;left:5.6562498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:3.9375rem;height:3.0625rem;top:0.5625rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:4.75rem;height:2.1875rem;top:4.4375rem;left:14.34375rem;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:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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 { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:7.067875rem;top:2.5625rem;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:5.5859375rem;top:13.8125rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { width:6.25rem;height:0.375rem;top:10.8125rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:22.5625rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:42.25rem;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:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:4.225rem;top:4.3374996185303rem;left:0.71875rem;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.5249rem;top:2.0000028610229rem;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.8125009536744rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:20rem;height:16.5703125rem;top:11.974998474121rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { width:14rem;height:9.3125rem;top:29.450000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { width:12.75rem;height:8.5rem;top:35.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:100026;display:none; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { width:4.25rem;height:4.25rem;top:36.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { width:4.25rem;height:4.25rem;top:33.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { width:8.25rem;height:0.375rem;top:79.575rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { width:3rem;height:3rem;top:34.25rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { width:2.9375rem;height:2.9375rem;top:37.03125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { width:20rem;height:2.1125rem;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:19.9375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { width:6rem;height:6rem;top:8.75rem;left:12.125rem;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:3.25rem;top:13.3125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { width:19.5625rem;height:11.69825rem;top:16.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaKe95avsn2edT93UOxquwo9C4Vze91 { width:8.25rem;height:0.375rem;top:36.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { width:20rem;height:19.9375rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5aV4l8z55QRDpBHQykuEb0S2FxV81za { width:11.8125rem;height:1.625rem;top:44rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kpfZItE984qL1i8gbi3kHpwG5HNoIA { width:19.5rem;height:9.0986125rem;top:47.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPau5pMkATHFIhl02BIOBroE90B0g0Bk { width:6rem;height:6rem;top:39rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgwgfZxQTvGQ1A2V7z6gQOeoaF1p3D9 { width:6.625rem;height:6.625rem;top:38.5625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlpzLBRSX8vDKKdcxWHKLNlperNfL0ed { width:20rem;height:2.11230625rem;top:33.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { width:20rem;height:2.6rem;top:3.8999938964844rem;left:0rem;font-size:2rem;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:6.9668125rem;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:11.125rem;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) { #RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { width:19.25rem;height:1.29980625rem;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:14.1875rem;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) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { width:18.8125rem;height:3.9619125rem;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:13.8125rem;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) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { width:18.9375rem;height:2.5996125rem;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:14.5625rem;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) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { width:18.9375rem;height:2.5996125rem;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:13.75rem;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) { #tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { width:18.8125rem;height:3.9619125rem;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) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { width:20rem;height:2.5996125rem;top:6.08740234375rem;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:9.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { width:20rem;height:7.79883125rem;top:11.3125rem;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.5249rem;top:4.0625rem;left:0rem;font-size:1.125rem;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; }
#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:27.125rem;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:27.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe {  }
 }@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 {  }
 }@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) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { width:20rem;height:26.5rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { width:20rem;height:2.4375rem;top:23.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }