.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f095c;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .row .container { background-color: transparent; background-image: none; }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .row .container > .video-iframe-container { display: none; }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .row > .video-iframe-container { display: none; }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .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); }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .row .container { border-width: 0; border-radius: 0; }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .row > .video-iframe-container {  }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#wAoq20i5zZB4XF0osV9wcFlTZRw5oqdF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.3125rem;text-decoration:none;z-index:100008;text-align:left;text-align-last:left;top:0.75rem;left:44.5625rem;display:block; }
#Q4gcMUZTcJ6aDcyI0HqTWTtQ90STMDbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C89IhxtuXugEtXbiIr4Ti94HxdBHCvTn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.3125rem;text-decoration:none;z-index:100009;text-align:left;text-align-last:left;top:0.625rem;left:57rem;display:block; }
#n3NOFDTMSAIA9Ka1HQcuvEqDtdR13UIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k7Ji9xGdd4eqS9FSKB39DB8IdsTVQol1 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:12.625rem;top:0.71875rem;left:3rem;overflow:hidden;display:block; }
#Tlg7OPC2V73aBt4cJ0WSZwb6PqsnEAwq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:0.9375rem;left:42.3125rem; }
#V8znPoGDN2BOQv31StquOf8ClAOkxT1z { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;top:0.9375rem;left:54.6875rem; }
#tITb9WprWLmalXdbp3MrIVQrVyHvhLB8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#585858;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:1.5625rem;text-decoration:none;z-index:100009;text-align:left;text-align-last:left;top:2.1875rem;left:26.125rem;display:none; }
#gOSo1V4CJ1NTy0QfnyteD6ci9chDsbdo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ns2r7e5bVIe4LF05c5R8e1IpQokqM0dC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#585858;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:1.5625rem;text-decoration:none;z-index:100008;text-align:left;text-align-last:left;top:0.6875rem;left:26.125rem;display:none; }
#MLmJUW6kJCBGH4aGJpQFHyRTKpelEyFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AgqCW1TyrMmLuxkGor8S6rhhhUSMlxtI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.3125rem;text-decoration:none;z-index:100009;text-align:left;text-align-last:left;top:0.625rem;left:57rem;display:none; }
#nMLSz8fLaR8IVq543Xuau7Chmh2DRMAi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UHhHtt6F1i1WLo2AXC7CXrd3xc2ZDf3r { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.3125rem;text-decoration:none;z-index:100008;text-align:left;text-align-last:left;top:0.75rem;left:44.5625rem;display:none; }
#MevFnrxw7F9zq1pTpylODn9BMzu1ThOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i22sBskHxguD6348gIsi4lygl5uIyodQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;top:0.9375rem;left:54.6875rem;display:none; }
#QuPsBFFquempdz4hwU5sImGbqyiUTGI9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:0.9375rem;left:42.3125rem;display:none; }
#zSv24xStQmA7J6QFc62S1pH6oI4ZyoSy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.3125rem;text-decoration:none;z-index:100009;text-align:left;text-align-last:left;top:0.625rem;left:57rem;display:none; }
#WvTDqKuMnZGtKEoCOH1yEny8W1qsLKvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uVrItyLOHZlnB5NUNboRyznQWUlmiITH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;top:0.9375rem;left:54.6875rem;display:none; }
#VtFBFrrTGM6q5zt5T27HwVnh5F9FrFkb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.3125rem;text-decoration:none;z-index:100008;text-align:left;text-align-last:left;top:0.75rem;left:44.5625rem;display:none; }
#ARKNQlK1I61GHzZDZqMIrEom7S8FzMnA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZkfkcZal5ZQFhChbL6BAlARkPvGxsDPU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:0.9375rem;left:42.3125rem;display:none; }
#JFgUtfldPfZsTxNpr6F63MNeTg0CctAt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;display:none; }
#ZVU5AcxIFTzAk61V3rzHPgk5uA2v4LKv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;display:none; }
#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd { position:relative;z-index:auto;display:block; }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd { background-color: transparent; background-image: none; }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd > .row .container > .video-iframe-container { display: none; }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd > .row > .video-iframe-container { display: none; }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd > .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); }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd { border-width: 0; border-radius: 0; }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd > .row .container > .video-iframe-container {  }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd > .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.25rem;width:75rem;position:relative;display:block; }#zkSIbHMrNGZTzzzGTcKrXeCbzCVVLyuW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:75rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container {  }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#5b005c;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:100018;line-height:1.1;letter-spacing:0;top:10.125rem;left:4.375rem;height:3.8496125rem;font-style:normal;display:block; }
#Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:1.875rem;width:1.999025rem;top:3.3125rem;left:47.8125rem;display:block; }
#p5uknIvdGtRTEq0k7pwUlrtcq3LHUtqE { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:29.125rem;top:3.0625rem;left:37.5625rem;overflow:hidden;display:block; }
#GsP1Tr5UHw271Bhp71OXyT2Nnp1v4OSd { color:#5b005c;display:block;width:25.6855625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:8.5625rem;left:4.375rem;height:1.625rem;display:block; }
#Tz2LtLUgzoJcsTTbCs41LiJXBXaUoiOW { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:18.5361328125rem;left:38.7490234375rem;overflow:hidden;display:block; }
#RQ4yXQe1432FD0rkuqEqonqIyZX9OGXa { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:4.875rem;top:5.125rem;left:38.7490234375rem;overflow:hidden;display:block; }
#pnS1DLsDhQP50SQDxiT49ursKiplohqu { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:7.3125rem;top:4.59375rem;left:57.65625rem;overflow:hidden;display:block; }
#RVzGszG63nhOpZ8UI0GTZGgeT64VtsdG { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:16.94921875rem;left:47.40625rem;overflow:hidden;display:block; }
#eQwmyd7EF8FH1tgtR1QIWmaE7GLv2SFw { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.875rem;top:4.5rem;left:53.6240234375rem;overflow:hidden;display:block; }
#lhHq1Qw6opfPv8Bq5S07N7w2U2QvUTHJ { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:18.75rem;top:14rem;left:4.1875rem;overflow:hidden;display:block; }
#QTloCTkcBM7GttJ8mhPwkG5REztTkNWq { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:18.75rem;top:14rem;left:4.1875rem;overflow:hidden;display:block; }
#TNM2ix7reweGgDi1bSXNAo0XT65lpNJb { color:#5b005c;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:100018;line-height:1.1;letter-spacing:0;top:14.875rem;left:4.1875rem;height:3.8496125rem;font-style:normal;display:none; }
#VKTIzXXlErIIeIabzxEkDGJdwRLATEUU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:75rem;display:none; }
#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;position:relative;display:block; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container { background-color: transparent; background-image: none; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container > .video-iframe-container { display: none; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row > .video-iframe-container { display: none; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .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); }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container { border-width: 0; border-radius: 0; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row > .video-iframe-container {  }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#4e4e80;display:block;width:33.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:6.1875rem;left:37.5rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#5b005c;display:block;width:22.3108125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:3.6875rem;left:37.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V76EDJuR94o9mnKMMdnhwAm8lTO2Vq4z { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.125rem;top:3.3125rem;left:69.4375rem;overflow:hidden;display:block; }
#D4bTT7CxTM5hHuqyIeSVUJWVQrFwrxXI { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:0.8125rem;top:1.9375rem;left:71.625rem;overflow:hidden;display:block; }
#GTTssgUwgOwdyaLxWLaXm4mBIzV2PoDz { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.625rem;top:14.75rem;left:69.6875rem;overflow:hidden;display:block; }
#g033SJ1OIQLTVD3AQwoKWUirVNLtUoTK { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.9375rem;width:23.5625rem;top:0rem;left:5.71875rem;overflow:hidden;display:block; }
#z2wavJpRQJMOfcVwAJL1BJJSZkmcOGpR { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:1.9365234375rem;left:30.96875rem;overflow:hidden;display:block; }
#CPN6srTCvP1E9eTnEZm5hJcuU4qU5J7V { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:14.9375rem;left:1.78125rem;overflow:hidden;display:block; }
#p9A2hXhwJJmlO7A7sHMZ1Sb1VdsRMzTo { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:14.7236328125rem;left:23.46875rem;overflow:hidden;display:block; }
#nE7OQdzOmG8vurFMVUi2CAKyfBmNExFu { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:9.59375rem;left:23.59375rem;overflow:hidden;display:block; }
#OdIOZcMRlzKJOHwWx2DTTZRWD2Ngqypi { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:4.2861328125rem;left:19.21875rem;overflow:hidden;display:block; }
#ihTo0hDlzF19MCchKfPiiJ0B9TKmE2tc { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.25rem;top:2.4990234375rem;left:24.53125rem;overflow:hidden;display:block; }
#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { background-color: transparent; background-image: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container > .video-iframe-container { display: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container { display: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .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); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { border-width: 0; border-radius: 0; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container {  }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#IkyvwSr9TiblFoAUTTPao7aQTP4POOdN { color:#5b005c;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:3.125rem;left:18.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vrTTT2OBm0PD5RqHOzcRIGb66UocaGFu { color:#5b005c;display:block;width:53.5625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:10.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yegRxK7kyeCQ55nofbm1InBgLe5niL2m { z-index:100002;top:8.5625rem;left:28.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #3fa9f5, #90d1ff);background-image: -moz-linear-gradient(216deg, #3fa9f5, #90d1ff);background-image: -ms-linear-gradient(216deg, #3fa9f5, #90d1ff);background-image: -o-linear-gradient(216deg, #3fa9f5, #90d1ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#90d1ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#90d1ff' );";background-image: linear-gradient(216deg, #3fa9f5, #90d1ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v5KKHtB4DTqwTd73UuxwksT2ZNqPe6RL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wzE7aldd8y8O83leTnBsUqcTar4KsTJ5 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:3.375rem;left:8.625rem;overflow:hidden;display:block; }
#evR2tWiwqytQXnS5um17AecwVl8wQCBK { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:7.9375rem;left:1.6875rem;overflow:hidden;display:block; }
#KHflpTbWAqUo35fgdJEvshTxhowx2hE9 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.8125rem;left:66.3125rem;overflow:hidden;display:block; }
#CHW6oCO0oSfqABciDFTSXdkAd1C8zmkC { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:11.125rem;left:71.3125rem;overflow:hidden;display:block; }
#HF4uMImDy9GFunRxorCFMIq53TaovIg4 { z-index:100001;top:8.5625rem;left:28.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #d768d8, #eca4ed);background-image: -moz-linear-gradient(216deg, #d768d8, #eca4ed);background-image: -ms-linear-gradient(216deg, #d768d8, #eca4ed);background-image: -o-linear-gradient(216deg, #d768d8, #eca4ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d768d8', endColorstr='#eca4ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d768d8', endColorstr='#eca4ed' );";background-image: linear-gradient(216deg, #d768d8, #eca4ed);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Uv4HRM3xVfAINgXwOBfIr0U5SMoo1bTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N3WBDKvoVFmKAUCsdrDFwihHlOSTgG6s { color:#5b005c;display:block;width:53.5625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:7.125rem;left:10.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4f095c, #3f0c51);background-image: -moz-linear-gradient(180deg, #4f095c, #3f0c51);background-image: -ms-linear-gradient(180deg, #4f095c, #3f0c51);background-image: -o-linear-gradient(180deg, #4f095c, #3f0c51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f095c', endColorstr='#3f0c51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f095c', endColorstr='#3f0c51' );";background-image: linear-gradient(180deg, #4f095c, #3f0c51);background-size:auto !important;position:relative;display:block; }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .row .container { background-color: transparent; background-image: none; }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .row .container > .video-iframe-container { display: none; }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .row > .video-iframe-container { display: none; }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .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); }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .row .container { border-width: 0; border-radius: 0; }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .row > .video-iframe-container {  }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#px5v27Oz7Oqn7imTkTWrHhPSAHKgqg9k { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:10.099609375rem;left:4.375rem;height:20.25rem;text-align:left;text-align-last:left;display:block; }
#tsP8Xhw5GILB2FTxDGLsK9P5TFJJFfOV { color:#ffffff;display:block;width:22.3105625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SnH9vZ2iLHmxmd435tzddMgnTHyqWQrl { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.5rem;width:37.3125rem;top:5.4375rem;left:37.5rem;overflow:hidden;display:block; }
#m5w0EoPwwwIXtyxE6phFA1JSDUDuilWw { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZHC1SRb7pW0uFqS9ueXAUv5B3LabG9xb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:75rem;top:29.875rem;left:0rem;overflow:hidden;display:block; }
#x8xGG6vmviMSkz9ElSNUvF2ZFJw6ZnQ0 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:5rem;top:27.625rem;left:1.96875rem;overflow:hidden;display:block; }
#PUXSltykcgS0cTZwbBR3tgiP9nMSBsX0 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:31.9375rem;left:7.5625rem;overflow:hidden;display:block; }
#fqIoywa5zvxv6h4T5f8B7n00SPNTWMVK { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.4375rem;top:6.78125rem;left:30.5625rem;overflow:hidden;display:block; }
#ZaSJGyXzCKJ2w6u6F1CbNTzgTUElx0A0 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:7.625rem;left:60.5rem;overflow:hidden;display:block; }
#h3eimtn1f8OpFx6WeB6RTNNzoe3beTKr { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.3125rem;top:12.6875rem;left:61.8125rem;overflow:hidden;display:block; }
#QJVHb6OQ3P9JAPAdChQifxB2APRE06bg { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:4.875rem;top:19.5rem;left:48.875rem;overflow:hidden;display:block; }
#X2TI0TmmziTdN6RMSp5Kwx0Xr5Pk7gTg { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:15.5rem;left:46.3125rem;overflow:hidden;display:block; }
#B2AG5OkX6ztUssI4sKr81C8u0QlCOZof { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:25rem;left:42.75rem;overflow:hidden;display:block; }
#g9rAFvbloQicvFww8eEXxKS71afnw8Qa { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:28.375rem;left:54.25rem;overflow:hidden;display:block; }
#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f0c51;background-image:none;position:relative;display:block; }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .row .container { background-color: transparent; background-image: none; }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .row .container > .video-iframe-container { display: none; }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .row > .video-iframe-container { display: none; }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .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); }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .row .container { border-width: 0; border-radius: 0; }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .row > .video-iframe-container {  }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#lusEnAZbvuskABXOvQr7VgtNqB6I3v41 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:75rem;top:29.8740234375rem;left:0rem;overflow:hidden;display:none; }
#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/33baf45c-7ab4-4b0e-b745-3a8eb012fae0/LP_offer_backgroundmin.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX.adaptive-delivery-prevent-bg, #bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX.lazyload, #bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX.lazyloading { background-image: none; }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .row .container { background-color: transparent; background-image: none; }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .row .container > .video-iframe-container { display: none; }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .row > .video-iframe-container { display: none; }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .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); }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .row .container { border-width: 0; border-radius: 0; }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .row > .video-iframe-container {  }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#ZZbqKEdqyhwelBkBq1cq9osM8USePpH7 { color:#5b005c;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:20.7490234375rem;left:5.1875rem;height:1.6497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6cW1w6txqRF5Xlcye0HezoGTG7h7CKL { color:#333333;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:24.810546875rem;left:5.3125rem;height:5.68359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ac68qTvvsim23W1uGXbfIcme4h1xPF99 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:75rem;top:35.0625rem;left:0rem;overflow:hidden;display:block; }
#BwmcSOrZyTyhQFTZ2KEnVVvW9eWoQNwL { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:3.166015625rem;left:17.875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QrkrVySuiXlByCh3Q9cGfdNyFbqhX5on { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 1.25rem #160017 ;height:22.5rem;width:16.3125rem;top:9.384765625rem;left:4.375rem;display:block; }
#GgRQRio5r9BQghaa1IieMPFlkVRVCWKR { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 1.875rem #160017 ;height:22.5rem;width:16.3125rem;top:9.384765625rem;left:29.3125rem;display:block; }
#W9oQ4fDmQ87NKNGGCfdQMamAmZlcBxM9 { color:#333333;display:block;width:13.874rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:23.68359375rem;left:30.5625rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iMNwl1XsVBlAT0XTfg8ZZqAsZuBwH9kM { color:#5b005c;display:block;width:16.3730625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:20.5986328125rem;left:29.3125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfmLdKH0aeRgXtCrqvc2a3g2zFD6shVX { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 1.875rem #160017 ;height:22.5rem;width:16.3125rem;top:9.38525390625rem;left:54.3125rem;display:block; }
#aT8VRXTHNZTnZ5Haxd7LgXvzBqEI47Tk { color:#333333;display:block;width:13.874rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:23.30859375rem;left:55.5625rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IB8wO7kre3CeaVRDkICE9qTThClrpPzc { color:#5b005c;display:block;width:16.374rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:20.6611328125rem;left:54.3115234375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWWoNw19JamIDeU3fTlCz91lT1AgkTeW { color:#5b005c;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:22.583984375rem;left:5.3125rem;height:1.1002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsngHib4wvSaH5T8X1kUgTSD4bmW9T0b { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:8.634765625rem;left:5.625rem;overflow:hidden;display:block; }
#BJOIsfUgrkTLKZqNF9KpzH7vIuzyZ9Hp { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:8.634765625rem;left:30.625rem;overflow:hidden;display:block; }
#JA8aft2g9Mm2QKw40XZZptplPRDlJCL0 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:8.634765625rem;left:55.625rem;overflow:hidden;display:block; }
#ulSG1KidxAGDDaxIIIXh9Tm4qnfPJoqT { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.375rem;top:7.40625rem;left:2.25rem;overflow:hidden;display:block; }
#NB47CaFAGelPXvFMFdzHTo1wCxZfofPq { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.625rem;top:18.03125rem;left:43.1875rem;overflow:hidden;display:block; }
#P5u3TOCKvdKa9yn1leU7s5gmQfzEUd6P { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:1.9658203125rem;left:69.373046875rem;overflow:hidden;display:block; }
#vkcHSrDxAozM1vEyksChx4ezIT9oqaXm { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:5.765625rem;left:65.875rem;overflow:hidden;display:block; }
#kUcsIRMbxws4OBf176EnSMzf1fDPOHet { color:#333333;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:26.560546875rem;left:5.3125rem;height:5.68359375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#K67yMf611Op4SRIUmwXV1Um5pATTWZXc { color:#333333;display:block;width:13.8745rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:26.373779296875rem;left:30.5rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JG6hqv1b6x0UBhkVsnDAcZov7Qn78Am9 { color:#333333;display:block;width:13.8745rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:26.561767578125rem;left:55.5rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container {  }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#5b005c;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:1.15625rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container {  }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:10rem;width:10rem;top:0rem;left:7.5rem;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#5b005c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:10.6875rem;left:4.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.3125rem;width:2.3125rem;top:0.625rem;left:7.4375rem;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.5;letter-spacing:0;top:0.8125rem;left:7.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:10rem;width:10rem;top:0rem;left:32.5rem;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#5b005c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:10.6875rem;left:29.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { position:absolute;display:block;z-index:100029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:32.4375rem;display:block; }
#q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:0.8125rem;left:32.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:10rem;width:10rem;top:0rem;left:57.5rem;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#5b005c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:10.6875rem;left:54.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:57.4375rem;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100045;line-height:1.5;letter-spacing:0;top:0.8125rem;left:57.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vgmS7nR5wpetzSCRmLMwHNJo9RVpBV2K { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:1.5625rem;left:9.0625rem;overflow:hidden;display:block; }
#pRBzrUVoCRlapeBOZHPnSEE8qpCwOsZR { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:1.5625rem;left:34.0625rem;overflow:hidden;display:block; }
#eHdVDTDnULiKHF5Lf57ggl1qJRmhnJvA { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:1.5625rem;left:59.0625rem;overflow:hidden;display:block; }
#OAf75V8VToVAzt30mHcyEKCtQEuodK16 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.375rem;top:5.75rem;left:6.375rem;overflow:hidden;display:block; }
#iEeWiGkgkFaTTIgGmSHlNEdxzFRN71uf { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:2.125rem;left:16.5rem;overflow:hidden;display:block; }
#czq1WkpHcASZH5g8rDPMG5LSFMI7y0rt { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.4375rem;top:8.6875rem;left:16.5rem;overflow:hidden;display:block; }
#HlwWL2Oz3eSaTohSgDfzpc3yKu562GeZ { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.375rem;top:5.75rem;left:39rem;overflow:hidden;display:block; }
#FA1gpDs0FJ6rcbfbzy3q0kDSGR9Cunyn { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.1875rem;top:5.59375rem;left:31.625rem;overflow:hidden;display:block; }
#ZCiXGTUCbIJsFG1JdWuiVOPCClgKbfTi { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.1875rem;top:0.875rem;left:40.375rem;overflow:hidden;display:block; }
#qnQ7Q2JRv4Tk94Z0wic1EJG5mTpFWKCc { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.375rem;top:0.8125rem;left:64.6875rem;overflow:hidden;display:block; }
#upfz02l5CE4LLmoh72QAVofelcZ1Sbfd { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.4375rem;top:5.46875rem;left:56.625rem;overflow:hidden;display:block; }
#QouKBXrutOvkTWpewahrLPXd4vnfuy61 { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5625rem;top:8.375rem;left:66rem;overflow:hidden;display:block; }
#xhRr57lcL7wnWELySoSw9BomIhHvHNle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container {  }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { color:#5b005c;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:3.125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dzru3K7CQ9qg8rQ0hm1upqbdvaWR7KIC { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { 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; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { background-color: transparent; background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { border-width: 0; border-radius: 0; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container {  }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#t8NxTu7t4AGtZZmWevRvco78E1cOufAp { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(73deg, #2c0a44, #680271);background-image: -moz-linear-gradient(73deg, #2c0a44, #680271);background-image: -ms-linear-gradient(73deg, #2c0a44, #680271);background-image: -o-linear-gradient(73deg, #2c0a44, #680271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );";background-image: linear-gradient(73deg, #2c0a44, #680271);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:6.25rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:31.875rem;top:1.6875rem;left:4.4375rem;display:block; }
#b5Imcu212T787GfaxC3920P0AP8Vdrrh { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:3.25rem;left:6.3125rem;overflow:hidden;display:block; }
#E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100025;line-height:1.4;letter-spacing:0;top:7.0625rem;left:18.75rem;height:4.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:4.8125rem;left:18.75rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#L2NC1CgrZimc4XVbPbBA9Pq8B2kvuC03 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.125rem;top:10.25rem;left:14.5rem;overflow:hidden;display:block; }
#Uz4A0rUCSdDFE46D3Pb6inwTiEJwHT3W { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.5rem;top:6.8125rem;left:5.125rem;overflow:hidden;display:block; }
#AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(296deg, #2c0a44, #680271);background-image: -moz-linear-gradient(296deg, #2c0a44, #680271);background-image: -ms-linear-gradient(296deg, #2c0a44, #680271);background-image: -o-linear-gradient(296deg, #2c0a44, #680271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );";background-image: linear-gradient(296deg, #2c0a44, #680271);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:9.375rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:9.375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:31.875rem;top:1.6875rem;left:38.6875rem;display:block; }
#asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:3.25rem;left:57.875rem;overflow:hidden;display:block; }
#O2S98fIAXPx2Beet2QNo7exQuunT6hZV { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.5rem;top:8.6875rem;left:67.3125rem;overflow:hidden;display:block; }
#SAWyxeMAdccRtzZZ2la44hZHZKJu1QbS { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100027;line-height:1.4;letter-spacing:0;top:6.75rem;left:41.25rem;height:6.12305rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KaEfVDf9670vRSzQTA6cb8RcmISKHPl9 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.5;letter-spacing:0;top:4.3125rem;left:41.25rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#DGKqLkeew64TiUZMvoo4OZblARM2B1xs { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.125rem;top:4.4375rem;left:56.75rem;overflow:hidden;display:block; }
#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { border-width: 0; border-radius: 0; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container {  }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#A3MX5fdkfCmzm0p6qZ3KnlN0vTffR31R { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(73deg, #2c0a44, #680271);background-image: -moz-linear-gradient(73deg, #2c0a44, #680271);background-image: -ms-linear-gradient(73deg, #2c0a44, #680271);background-image: -o-linear-gradient(73deg, #2c0a44, #680271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );";background-image: linear-gradient(73deg, #2c0a44, #680271);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:6.25rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:31.875rem;top:1.6875rem;left:4.4375rem;display:block; }
#UqDe7EoJibRC5yXtVFWq6odTIf7XI2gt { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100025;line-height:1.4;letter-spacing:0;top:7rem;left:18.75rem;height:4.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KEg9xUCM4vE15HfEJxL9TcAo97PrRlCd { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:4.8125rem;left:18.75rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#cnwCUB73rxSLiWayhv2FBMhIHgKcJ0Zc { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:3.25rem;left:6.3125rem;overflow:hidden;display:block; }
#F9fbln7OZvd4gIXDeS84poNUZ1h5iIdV { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.125rem;top:3.25rem;left:14.0625rem;overflow:hidden;display:block; }
#mVBwT7w0TVdGxWFdEF45bJBeUymivBnx { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.5rem;top:10.375rem;left:6.3125rem;overflow:hidden;display:block; }
#NOSUBmrMiGT3i6d4TLAgtVmlTyK8dr34 { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(296deg, #2c0a44, #680271);background-image: -moz-linear-gradient(296deg, #2c0a44, #680271);background-image: -ms-linear-gradient(296deg, #2c0a44, #680271);background-image: -o-linear-gradient(296deg, #2c0a44, #680271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );";background-image: linear-gradient(296deg, #2c0a44, #680271);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:9.375rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:9.375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:31.9375rem;top:1.6875rem;left:38.6875rem;display:block; }
#edVab4q3q6fErXNyTTlPJKu4TQkS8Xil { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:3.25rem;left:57.875rem;overflow:hidden;display:block; }
#HdpfvopCeiLeemSvAuCTaJ0c3EEM4OJk { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.5;letter-spacing:0;top:3.875rem;left:41.25rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#TrHay4Ud04IB6fhgwdoNuLOTgG331vfv { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.5rem;top:6.6875rem;left:67.5rem;overflow:hidden;display:block; }
#xXqMEvwN5wQszKtbTSq4PMZrgxdoGg1u { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.125rem;top:11.0625rem;left:57.3125rem;overflow:hidden;display:block; }
#ty4LtRTxlbufeaLQftxMxzJ3EXSzDi7a { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100027;line-height:1.4;letter-spacing:0;top:6.0625rem;left:41.25rem;height:7.347625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a { 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; }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .row .container { background-color: transparent; background-image: none; }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .row .container > .video-iframe-container { display: none; }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .row > .video-iframe-container { display: none; }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .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); }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .row .container { border-width: 0; border-radius: 0; }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .row > .video-iframe-container {  }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#XlRTEuAW850gM1Jm701aqkXciZKlxw3X { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(73deg, #2c0a44, #680271);background-image: -moz-linear-gradient(73deg, #2c0a44, #680271);background-image: -ms-linear-gradient(73deg, #2c0a44, #680271);background-image: -o-linear-gradient(73deg, #2c0a44, #680271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );";background-image: linear-gradient(73deg, #2c0a44, #680271);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:6.25rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:31.875rem;top:1.6875rem;left:4.4375rem;display:block; }
#kLM7a1uZK6ZrZ1nzqZTGV11luAg5q51O { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100025;line-height:1.4;letter-spacing:0;top:6.625rem;left:18.75rem;height:6.12305rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y3BmUipZvPCAhCP7WfSoD4x8OVeTZIs1 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:3.25rem;left:6.3125rem;overflow:hidden;display:block; }
#zqP6NOi1SU8Vcar73oo8b8cQpamIwleD { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.125rem;top:11.0625rem;left:14.0625rem;overflow:hidden;display:block; }
#MP8nHdw1zCltX12csBR79Cz9hHT3Pl4V { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:4.5625rem;left:18.75rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#TaTI0ZAuzfdFFUBnx3o4lgm7TCuJiT7L { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.5rem;top:6.125rem;left:5.1875rem;overflow:hidden;display:block; }
#WxuWOvJpvr9BnSwBTTpTv6qP7K9Tg4kR { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(296deg, #2c0a44, #680271);background-image: -moz-linear-gradient(296deg, #2c0a44, #680271);background-image: -ms-linear-gradient(296deg, #2c0a44, #680271);background-image: -o-linear-gradient(296deg, #2c0a44, #680271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );";background-image: linear-gradient(296deg, #2c0a44, #680271);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:9.375rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:9.375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:31.9375rem;top:1.6875rem;left:38.6875rem;display:block; }
#d5NobMZtCJMRFDmJcmPnOoQpgO8yKQV9 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:3.25rem;left:57.875rem;overflow:hidden;display:block; }
#DCA85tZJa6fuEkva9MNqgXSHd3imeVVb { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.125rem;top:3.75rem;left:57.25rem;overflow:hidden;display:block; }
#bw62dsH8C96JtigptIW9eEsTqfNScmlf { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.5;letter-spacing:0;top:4rem;left:41.25rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#bTsN9xO0GDqn1Uya3hQEufdXcySyHoSS { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100027;line-height:1.4;letter-spacing:0;top:6rem;left:41.25rem;height:7.347625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X68q3Ir4wxHPBk55zqGmoTletJxmScHS { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.5rem;top:12.5rem;left:63.3125rem;overflow:hidden;display:block; }
#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .row .container { background-color: transparent; background-image: none; }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .row .container > .video-iframe-container { display: none; }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .row > .video-iframe-container { display: none; }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .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); }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .row .container { border-width: 0; border-radius: 0; }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .row > .video-iframe-container {  }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33baf45c-7ab4-4b0e-b745-3a8eb012fae0/LP_offer_backgroundmin.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp.adaptive-delivery-prevent-bg, #VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp.lazyload, #VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp.lazyloading { background-image: none; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row .container { background-color: transparent; background-image: none; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row .container > .video-iframe-container { display: none; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row > .video-iframe-container { display: none; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .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); }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row .container { border-width: 0; border-radius: 0; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row > .video-iframe-container {  }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#wxtxhRhkMTV8FMFgXphnuZPB9oP9dh9U { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLL0HbJWQGZFTm0apUU5PiEPSlm6Lbqv { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-form-header { font-size:1rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;color:#000000;width:27.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.3;text-align:left;text-align-last:left;vertical-align:top; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-text { 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:none;border-top:0.0625rem solid #e3edf5;border-left:0.0625rem solid #e3edf5;border-right:0.0625rem solid #e3edf5;border-bottom:0.0625rem solid #e3edf5;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:27.8125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-text {padding-top: 0; padding-bottom: 0;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-textarea { 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:none;border-top:0.0625rem solid #e3edf5;border-left:0.0625rem solid #e3edf5;border-right:0.0625rem solid #e3edf5;border-bottom:0.0625rem solid #e3edf5;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:27.8125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .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:27.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-select {padding-top: 0; padding-bottom: 0;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(279deg, #3fa9f5, #9dd5ff);background-image: -moz-linear-gradient(279deg, #3fa9f5, #9dd5ff);background-image: -ms-linear-gradient(279deg, #3fa9f5, #9dd5ff);background-image: -o-linear-gradient(279deg, #3fa9f5, #9dd5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#9dd5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#9dd5ff' );";background-image: linear-gradient(279deg, #3fa9f5, #9dd5ff);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:8.3125rem;margin-bottom:0.25rem;margin-left:8.3125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:11.125rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .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:montserrat;line-height:1;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:26.5625rem;overflow:hidden;font-style:normal;float:none; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .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; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-container:first-of-type{padding-top:0;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-container:last-of-type{padding-bottom:0;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:6.25rem;position:absolute;top:12.01953125rem;left:7.5rem;font-size:1rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.8125rem;display:block;vertical-align:top; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt {display:block;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:6.25rem;position:absolute;top:12.01953125rem;left:7.5rem;font-size:1rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #DNNFDorFnFaDcwCogIMboeqQ14ihRIEy { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #bG0hTsFhPvTtH9d6QLfXFkBRrzGV1dFD { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #LiCBReXhPd2DzDMVgnEPh7Tm54GJp9oc { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #y57B8mUktRCVqFWGX9MTk3zdPL3799r0 { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #eZuVdPnnU0784nB9CC1Pnn580Tq9ioFd { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Xmz50noP4dSNg6C0iKoDBH5iUDp37BeM { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #F5IEO1fDmW2MJArcbva8Igi9fFIVrLfg { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #A2eP7d2SkVlPfIGotfQ331stz0tZlDt0 { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #xSzUo7xgP1s7meQNDZAFE3rZaB9OXi3y { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #zdVFQnoJvlw1uvIX1QvqpXpQW2VNqmyI { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #f6ySAFM7CPZcVIm2UPHXGq1e5VwpXU5J { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #pDBV6br6nyo8TgrDnRd4KOAPg2cgcbl9 { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #sk1vQ7h7urvufTgvN00eSy8LrrIMvFBz { position:relative;display:block;z-index:100000; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #MSEcsOXSbF6RTkkxS1GOc63yGMbJ1xTd { position:relative;display:block;z-index:100000; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #NUGEWqp7QSP72mP1d6prBBbLTqQ1eDVF { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Eb36VuT8o4f3pPhXioU0SucoZamtrcP4 { position:relative;z-index:2; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Nnr8qhqbWuSyVFQ0zuKyzH6Wl4ydTKJL { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #qXtULFkHP0178lwB8ivNx60aTd2LEF3v { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #oPTA061T1R9WZqxJ0fFH7PdRe9vwTPR1 { position:relative;z-index:2; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #MNTStKHSA475snDbDxn6r7z3AqTs0I1C { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #xU80v1O2zE92fUQ9ooSolQTsyUcm85mL { position:relative; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Ey4cFBmDZESFZUdd1vmr193kmehyRr4a { position:relative; }
#rTFxhoGdsUqexuhkCNk4pgweMTxBHXpG { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #3fa9f5, #9dd5ff);background-image: -moz-linear-gradient(360deg, #3fa9f5, #9dd5ff);background-image: -ms-linear-gradient(360deg, #3fa9f5, #9dd5ff);background-image: -o-linear-gradient(360deg, #3fa9f5, #9dd5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#9dd5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#9dd5ff' );";background-image: linear-gradient(360deg, #3fa9f5, #9dd5ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:5rem;width:5rem;top:18.849609375rem;left:63.9375rem;display:block; }
#wqt2L9f6oVXL6OCXpLSGmupHpSgRT2Fs { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.25rem;width:31.6875rem;top:11.25rem;left:38.875rem;overflow:hidden;display:block; }
#TQTkgNMbh9b0xPt0Tyc9ocARG5XHn9Im { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 { display:block; }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAoq20i5zZB4XF0osV9wcFlTZRw5oqdF { width:8.75rem;height:2.3125rem;top:0.75rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gcMUZTcJ6aDcyI0HqTWTtQ90STMDbk { display:block; }
 }@media only screen and (max-width: 763px) { #C89IhxtuXugEtXbiIr4Ti94HxdBHCvTn { width:13.5625rem;height:2.3125rem;top:0.625rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3NOFDTMSAIA9Ka1HQcuvEqDtdR13UIS { display:block; }
 }@media only screen and (max-width: 763px) { #k7Ji9xGdd4eqS9FSKB39DB8IdsTVQol1 { width:12.625rem;height:2.1875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlg7OPC2V73aBt4cJ0WSZwb6PqsnEAwq { width:1.875rem;height:1.875rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8znPoGDN2BOQv31StquOf8ClAOkxT1z { width:1.875rem;height:1.875rem;top:0.9375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tITb9WprWLmalXdbp3MrIVQrVyHvhLB8 { width:7.8125rem;height:1.5625rem;top:2.1875rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOSo1V4CJ1NTy0QfnyteD6ci9chDsbdo { display:block; }
 }@media only screen and (max-width: 763px) { #ns2r7e5bVIe4LF05c5R8e1IpQokqM0dC { width:7.8125rem;height:1.5625rem;top:0.6875rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLmJUW6kJCBGH4aGJpQFHyRTKpelEyFB { display:block; }
 }@media only screen and (max-width: 763px) { #AgqCW1TyrMmLuxkGor8S6rhhhUSMlxtI { width:13.5625rem;height:2.3125rem;top:0.625rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMLSz8fLaR8IVq543Xuau7Chmh2DRMAi { display:block; }
 }@media only screen and (max-width: 763px) { #UHhHtt6F1i1WLo2AXC7CXrd3xc2ZDf3r { width:8.75rem;height:2.3125rem;top:0.75rem;left:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MevFnrxw7F9zq1pTpylODn9BMzu1ThOT { display:block; }
 }@media only screen and (max-width: 763px) { #i22sBskHxguD6348gIsi4lygl5uIyodQ { width:1.875rem;height:1.875rem;top:0.9375rem;left:41.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuPsBFFquempdz4hwU5sImGbqyiUTGI9 { width:1.875rem;height:1.875rem;top:0.9375rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSv24xStQmA7J6QFc62S1pH6oI4ZyoSy { width:13.5625rem;height:2.3125rem;top:0.625rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvTDqKuMnZGtKEoCOH1yEny8W1qsLKvI { display:block; }
 }@media only screen and (max-width: 763px) { #uVrItyLOHZlnB5NUNboRyznQWUlmiITH { width:1.875rem;height:1.875rem;top:0.9375rem;left:41.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtFBFrrTGM6q5zt5T27HwVnh5F9FrFkb { width:8.75rem;height:2.3125rem;top:0.75rem;left:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARKNQlK1I61GHzZDZqMIrEom7S8FzMnA { display:block; }
 }@media only screen and (max-width: 763px) { #ZkfkcZal5ZQFhChbL6BAlARkPvGxsDPU { width:1.875rem;height:1.875rem;top:0.9375rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFgUtfldPfZsTxNpr6F63MNeTg0CctAt { display:none; }
 }@media only screen and (max-width: 763px) { #ZVU5AcxIFTzAk61V3rzHPgk5uA2v4LKv { display:none; }
 }@media only screen and (max-width: 763px) { #Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd { display:block; }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkSIbHMrNGZTzzzGTcKrXeCbzCVVLyuW { top:3.625rem;left:0rem;width:47.75rem;height:1.19375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:10.125rem;left:0rem;width:30.3125rem;height:3.8125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { width:1.9375rem;height:1.875rem;top:3.3125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5uknIvdGtRTEq0k7pwUlrtcq3LHUtqE { top:3.0625rem;left:18.625rem;width:29.125rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsP1Tr5UHw271Bhp71OXyT2Nnp1v4OSd { top:8.5625rem;left:0rem;width:25.625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2LtLUgzoJcsTTbCs41LiJXBXaUoiOW { top:18.5rem;left:25.1240234375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ4yXQe1432FD0rkuqEqonqIyZX9OGXa { top:5.125rem;left:25.1240234375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnS1DLsDhQP50SQDxiT49ursKiplohqu { top:4.5625rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVzGszG63nhOpZ8UI0GTZGgeT64VtsdG { top:16.9375rem;left:33.78125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQwmyd7EF8FH1tgtR1QIWmaE7GLv2SFw { top:4.5rem;left:39.9990234375rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhHq1Qw6opfPv8Bq5S07N7w2U2QvUTHJ { top:14rem;left:0rem;width:18.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTloCTkcBM7GttJ8mhPwkG5REztTkNWq { top:14rem;left:0rem;width:18.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNM2ix7reweGgDi1bSXNAo0XT65lpNJb { top:1.4375rem;left:0rem;width:20rem;height:6.1875rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKTIzXXlErIIeIabzxEkDGJdwRLATEUU { width:47.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 { display:block; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:6.1875rem;left:14.5625rem;width:33.1875rem;height:10.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:3.6875rem;left:23.875rem;width:22.25rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V76EDJuR94o9mnKMMdnhwAm8lTO2Vq4z { top:3.3125rem;left:45.625rem;width:2.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4bTT7CxTM5hHuqyIeSVUJWVQrFwrxXI { top:1.9375rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTssgUwgOwdyaLxWLaXm4mBIzV2PoDz { top:14.75rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g033SJ1OIQLTVD3AQwoKWUirVNLtUoTK { top:0rem;left:0rem;width:23.5625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wavJpRQJMOfcVwAJL1BJJSZkmcOGpR { top:1.875rem;left:19.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPN6srTCvP1E9eTnEZm5hJcuU4qU5J7V { top:14.9375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9A2hXhwJJmlO7A7sHMZ1Sb1VdsRMzTo { top:14.6875rem;left:16.65625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE7OQdzOmG8vurFMVUi2CAKyfBmNExFu { top:9.5625rem;left:16.78125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdIOZcMRlzKJOHwWx2DTTZRWD2Ngqypi { top:4.25rem;left:12.40625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihTo0hDlzF19MCchKfPiiJ0B9TKmE2tc { top:2.4375rem;left:17.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkyvwSr9TiblFoAUTTPao7aQTP4POOdN { top:3.125rem;left:5.125rem;width:37.5rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrTTT2OBm0PD5RqHOzcRIGb66UocaGFu { top:4.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { top:8.5625rem;left:14.5rem;width:18.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5KKHtB4DTqwTd73UuxwksT2ZNqPe6RL { display:block; }
 }@media only screen and (max-width: 763px) { #wzE7aldd8y8O83leTnBsUqcTar4KsTJ5 { top:3.375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #evR2tWiwqytQXnS5um17AecwVl8wQCBK { top:7.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHflpTbWAqUo35fgdJEvshTxhowx2hE9 { top:2.8125rem;left:42.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHW6oCO0oSfqABciDFTSXdkAd1C8zmkC { top:11.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF4uMImDy9GFunRxorCFMIq53TaovIg4 { top:8.5625rem;left:14.5rem;width:18.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv4HRM3xVfAINgXwOBfIr0U5SMoo1bTV { display:block; }
 }@media only screen and (max-width: 763px) { #N3WBDKvoVFmKAUCsdrDFwihHlOSTgG6s { top:1.25rem;left:0rem;width:20rem;height:6.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv { display:block; }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #px5v27Oz7Oqn7imTkTWrHhPSAHKgqg9k { top:10.125rem;left:0rem;width:30.5625rem;height:20.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsP8Xhw5GILB2FTxDGLsK9P5TFJJFfOV { top:7.5rem;left:0rem;width:22.25rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnH9vZ2iLHmxmd435tzddMgnTHyqWQrl { top:5.4375rem;left:10.4375rem;width:37.3125rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5w0EoPwwwIXtyxE6phFA1JSDUDuilWw { top:0rem;left:0rem;width:47.75rem;height:1.19375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHC1SRb7pW0uFqS9ueXAUv5B3LabG9xb { top:29.875rem;left:0rem;width:47.75rem;height:12.733333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8xGG6vmviMSkz9ElSNUvF2ZFJw6ZnQ0 { top:27.625rem;left:0rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUXSltykcgS0cTZwbBR3tgiP9nMSBsX0 { top:31.9375rem;left:0.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqIoywa5zvxv6h4T5f8B7n00SPNTWMVK { top:6.75rem;left:20.4375rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaSJGyXzCKJ2w6u6F1CbNTzgTUElx0A0 { top:7.625rem;left:40.0625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3eimtn1f8OpFx6WeB6RTNNzoe3beTKr { top:12.6875rem;left:39.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJVHb6OQ3P9JAPAdChQifxB2APRE06bg { top:19.5rem;left:28.4375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2TI0TmmziTdN6RMSp5Kwx0Xr5Pk7gTg { top:15.5rem;left:25.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2AG5OkX6ztUssI4sKr81C8u0QlCOZof { top:25rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9rAFvbloQicvFww8eEXxKS71afnw8Qa { top:28.375rem;left:33.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 { display:block; }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lusEnAZbvuskABXOvQr7VgtNqB6I3v41 { top:29.8125rem;left:0rem;width:47.75rem;height:12.733333333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX { display:block; }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZbqKEdqyhwelBkBq1cq9osM8USePpH7 { width:14.6875rem;height:1.625rem;top:20.6875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6cW1w6txqRF5Xlcye0HezoGTG7h7CKL { width:14.4375rem;height:5.625rem;top:24.75rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac68qTvvsim23W1uGXbfIcme4h1xPF99 { top:35.0625rem;left:0rem;width:47.75rem;height:1.19375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwmcSOrZyTyhQFTZ2KEnVVvW9eWoQNwL { top:3.125rem;left:0rem;width:39.25rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrkrVySuiXlByCh3Q9cGfdNyFbqhX5on { top:9.375rem;left:0rem;width:16.3125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgRQRio5r9BQghaa1IieMPFlkVRVCWKR { top:9.375rem;left:15.4375rem;width:16.3125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9oQ4fDmQ87NKNGGCfdQMamAmZlcBxM9 { width:13.8125rem;height:4.5rem;top:23.625rem;left:16.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMNwl1XsVBlAT0XTfg8ZZqAsZuBwH9kM { width:16.3125rem;height:1.9375rem;top:20.5625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfmLdKH0aeRgXtCrqvc2a3g2zFD6shVX { top:9.375rem;left:31.3125rem;width:16.3125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8VRXTHNZTnZ5Haxd7LgXvzBqEI47Tk { width:13.8125rem;height:3.375rem;top:23.25rem;left:32.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB8wO7kre3CeaVRDkICE9qTThClrpPzc { width:16.3125rem;height:1.9375rem;top:20.625rem;left:31.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWWoNw19JamIDeU3fTlCz91lT1AgkTeW { width:14.6875rem;height:1.0625rem;top:22.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsngHib4wvSaH5T8X1kUgTSD4bmW9T0b { top:8.625rem;left:1.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJOIsfUgrkTLKZqNF9KpzH7vIuzyZ9Hp { top:8.625rem;left:16.9375rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA8aft2g9Mm2QKw40XZZptplPRDlJCL0 { top:8.625rem;left:32.8125rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulSG1KidxAGDDaxIIIXh9Tm4qnfPJoqT { top:7.375rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB47CaFAGelPXvFMFdzHTo1wCxZfofPq { top:18rem;left:27.125rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5u3TOCKvdKa9yn1leU7s5gmQfzEUd6P { top:1.9375rem;left:42.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkcHSrDxAozM1vEyksChx4ezIT9oqaXm { top:5.75rem;left:43.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUcsIRMbxws4OBf176EnSMzf1fDPOHet { width:14rem;height:5.25rem;top:19.4375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K67yMf611Op4SRIUmwXV1Um5pATTWZXc { width:13.8125rem;height:3.125rem;top:39.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JG6hqv1b6x0UBhkVsnDAcZov7Qn78Am9 { width:13.8125rem;height:2.875rem;top:69.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:1.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:10rem;height:10rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:10.6875rem;left:0rem;width:16.875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.3125rem;height:2.3125rem;top:0.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:0.8125rem;left:2.875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:10rem;height:10rem;top:0rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:10.6875rem;left:14.875rem;width:16.875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:0.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { top:0.8125rem;left:18.8125rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:10rem;height:10rem;top:0rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:10.6875rem;left:30.75rem;width:16.875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:0.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { top:0.8125rem;left:34.6875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgmS7nR5wpetzSCRmLMwHNJo9RVpBV2K { top:1.5625rem;left:4.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBzrUVoCRlapeBOZHPnSEE8qpCwOsZR { top:1.5625rem;left:20.375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHdVDTDnULiKHF5Lf57ggl1qJRmhnJvA { top:1.5625rem;left:36.25rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAf75V8VToVAzt30mHcyEKCtQEuodK16 { top:5.75rem;left:1.8125rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEeWiGkgkFaTTIgGmSHlNEdxzFRN71uf { top:2.125rem;left:11.9375rem;width:2.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czq1WkpHcASZH5g8rDPMG5LSFMI7y0rt { top:8.6875rem;left:11.9375rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlwWL2Oz3eSaTohSgDfzpc3yKu562GeZ { top:5.75rem;left:25.3125rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA1gpDs0FJ6rcbfbzy3q0kDSGR9Cunyn { top:5.5625rem;left:17.9375rem;width:2.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCiXGTUCbIJsFG1JdWuiVOPCClgKbfTi { top:0.875rem;left:26.6875rem;width:2.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnQ7Q2JRv4Tk94Z0wic1EJG5mTpFWKCc { top:0.8125rem;left:41.875rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upfz02l5CE4LLmoh72QAVofelcZ1Sbfd { top:5.4375rem;left:33.8125rem;width:2.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QouKBXrutOvkTWpewahrLPXd4vnfuy61 { top:8.375rem;left:43.1875rem;width:1.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { top:3.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzru3K7CQ9qg8rQ0hm1upqbdvaWR7KIC { top:0rem;left:0rem;width:47.75rem;height:1.5916666666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:31.875rem;height:13.9375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Imcu212T787GfaxC3920P0AP8Vdrrh { width:10.8125rem;height:10.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { top:7.0625rem;left:5.125rem;width:14.8125rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { top:4.75rem;left:5.125rem;width:13.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2NC1CgrZimc4XVbPbBA9Pq8B2kvuC03 { top:10.25rem;left:0.875rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz4A0rUCSdDFE46D3Pb6inwTiEJwHT3W { top:6.8125rem;left:0rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:31.875rem;height:13.9375rem;top:1.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { width:10.8125rem;height:10.8125rem;top:3.25rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2S98fIAXPx2Beet2QNo7exQuunT6hZV { top:8.6875rem;left:45.25rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWyxeMAdccRtzZZ2la44hZHZKJu1QbS { top:6.75rem;left:27.625rem;width:16.0625rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaEfVDf9670vRSzQTA6cb8RcmISKHPl9 { top:4.3125rem;left:22.75rem;width:25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGKqLkeew64TiUZMvoo4OZblARM2B1xs { top:4.4375rem;left:43.125rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3MX5fdkfCmzm0p6qZ3KnlN0vTffR31R { width:31.875rem;height:13.9375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqDe7EoJibRC5yXtVFWq6odTIf7XI2gt { top:7rem;left:5.125rem;width:14.25rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEg9xUCM4vE15HfEJxL9TcAo97PrRlCd { top:4.75rem;left:5.125rem;width:13.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwCUB73rxSLiWayhv2FBMhIHgKcJ0Zc { width:10.8125rem;height:10.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9fbln7OZvd4gIXDeS84poNUZ1h5iIdV { top:3.25rem;left:0.4375rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVBwT7w0TVdGxWFdEF45bJBeUymivBnx { top:10.375rem;left:0rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOSUBmrMiGT3i6d4TLAgtVmlTyK8dr34 { width:31.9375rem;height:13.9375rem;top:1.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edVab4q3q6fErXNyTTlPJKu4TQkS8Xil { width:10.8125rem;height:10.8125rem;top:3.25rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdpfvopCeiLeemSvAuCTaJ0c3EEM4OJk { top:3.875rem;left:27.625rem;width:13.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrHay4Ud04IB6fhgwdoNuLOTgG331vfv { top:6.6875rem;left:45.25rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXqMEvwN5wQszKtbTSq4PMZrgxdoGg1u { top:11.0625rem;left:43.6875rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty4LtRTxlbufeaLQftxMxzJ3EXSzDi7a { top:6.0625rem;left:27.625rem;width:14.4375rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a { display:block; }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlRTEuAW850gM1Jm701aqkXciZKlxw3X { width:31.875rem;height:13.9375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLM7a1uZK6ZrZ1nzqZTGV11luAg5q51O { top:6.625rem;left:5.125rem;width:16.0625rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3BmUipZvPCAhCP7WfSoD4x8OVeTZIs1 { width:10.8125rem;height:10.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqP6NOi1SU8Vcar73oo8b8cQpamIwleD { top:11.0625rem;left:0.4375rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP8nHdw1zCltX12csBR79Cz9hHT3Pl4V { top:4.5625rem;left:5.125rem;width:18.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaTI0ZAuzfdFFUBnx3o4lgm7TCuJiT7L { top:6.125rem;left:0rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxuWOvJpvr9BnSwBTTpTv6qP7K9Tg4kR { width:31.9375rem;height:13.9375rem;top:1.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5NobMZtCJMRFDmJcmPnOoQpgO8yKQV9 { width:10.8125rem;height:10.8125rem;top:3.25rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCA85tZJa6fuEkva9MNqgXSHd3imeVVb { top:3.75rem;left:43.625rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw62dsH8C96JtigptIW9eEsTqfNScmlf { top:4rem;left:27.625rem;width:14.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTsN9xO0GDqn1Uya3hQEufdXcySyHoSS { top:6rem;left:27.625rem;width:14.4375rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X68q3Ir4wxHPBk55zqGmoTletJxmScHS { top:12.5rem;left:45.25rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 { display:block; }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp { display:block; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxtxhRhkMTV8FMFgXphnuZPB9oP9dh9U { top:5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLL0HbJWQGZFTm0apUU5PiEPSlm6Lbqv { top:7.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-regular-label { width:27.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-text { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-text {padding-top: 0; padding-bottom: 0;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-textarea { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-select { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-select {padding-top: 0; padding-bottom: 0;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.5625rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-checkbox-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt  { width:27.8125rem;height:auto;top:12rem;left:0rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .radio-container { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt {display:block;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt { width:27.8125rem;height:auto;top:12rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #DNNFDorFnFaDcwCogIMboeqQ14ihRIEy {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #bG0hTsFhPvTtH9d6QLfXFkBRrzGV1dFD {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #LiCBReXhPd2DzDMVgnEPh7Tm54GJp9oc {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #y57B8mUktRCVqFWGX9MTk3zdPL3799r0 {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #eZuVdPnnU0784nB9CC1Pnn580Tq9ioFd {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Xmz50noP4dSNg6C0iKoDBH5iUDp37BeM {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #F5IEO1fDmW2MJArcbva8Igi9fFIVrLfg {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #A2eP7d2SkVlPfIGotfQ331stz0tZlDt0 {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #xSzUo7xgP1s7meQNDZAFE3rZaB9OXi3y {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #zdVFQnoJvlw1uvIX1QvqpXpQW2VNqmyI {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #f6ySAFM7CPZcVIm2UPHXGq1e5VwpXU5J {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #pDBV6br6nyo8TgrDnRd4KOAPg2cgcbl9 {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #sk1vQ7h7urvufTgvN00eSy8LrrIMvFBz {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #MSEcsOXSbF6RTkkxS1GOc63yGMbJ1xTd {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #NUGEWqp7QSP72mP1d6prBBbLTqQ1eDVF {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Eb36VuT8o4f3pPhXioU0SucoZamtrcP4 {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Nnr8qhqbWuSyVFQ0zuKyzH6Wl4ydTKJL {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #qXtULFkHP0178lwB8ivNx60aTd2LEF3v {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #oPTA061T1R9WZqxJ0fFH7PdRe9vwTPR1 {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #MNTStKHSA475snDbDxn6r7z3AqTs0I1C {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #xU80v1O2zE92fUQ9ooSolQTsyUcm85mL {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Ey4cFBmDZESFZUdd1vmr193kmehyRr4a {  }
 }@media only screen and (max-width: 763px) { #rTFxhoGdsUqexuhkCNk4pgweMTxBHXpG { top:18.8125rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqt2L9f6oVXL6OCXpLSGmupHpSgRT2Fs { top:11.25rem;left:16.0625rem;width:31.6875rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTkgNMbh9b0xPt0Tyc9ocARG5XHn9Im { top:0rem;left:0rem;width:47.75rem;height:1.5916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zFlIgysdb8X7fHEz8uHKuT5tPFV2UCw1 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAoq20i5zZB4XF0osV9wcFlTZRw5oqdF { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4gcMUZTcJ6aDcyI0HqTWTtQ90STMDbk { display:block; }
 }@media only screen and (max-width: 763px) { #C89IhxtuXugEtXbiIr4Ti94HxdBHCvTn { width:11.375rem;height:1.3125rem;top:4.625rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3NOFDTMSAIA9Ka1HQcuvEqDtdR13UIS { display:block; }
 }@media only screen and (max-width: 763px) { #k7Ji9xGdd4eqS9FSKB39DB8IdsTVQol1 { width:6.875rem;height:1.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlg7OPC2V73aBt4cJ0WSZwb6PqsnEAwq { width:1.875rem;height:1.875rem;top:4.5625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8znPoGDN2BOQv31StquOf8ClAOkxT1z { width:1.875rem;height:1.875rem;top:7.6875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tITb9WprWLmalXdbp3MrIVQrVyHvhLB8 { width:10.125rem;height:1.25rem;top:1.6875rem;left:9.875rem;font-size:0.75rem;z-index:100011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gOSo1V4CJ1NTy0QfnyteD6ci9chDsbdo { display:block; }
 }@media only screen and (max-width: 763px) { #ns2r7e5bVIe4LF05c5R8e1IpQokqM0dC { width:6.3125rem;height:1.25rem;top:0.625rem;left:9.875rem;font-size:0.75rem;z-index:100010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MLmJUW6kJCBGH4aGJpQFHyRTKpelEyFB { display:block; }
 }@media only screen and (max-width: 763px) { #AgqCW1TyrMmLuxkGor8S6rhhhUSMlxtI { width:11.375rem;height:1.3125rem;top:3rem;left:9.71875rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #nMLSz8fLaR8IVq543Xuau7Chmh2DRMAi { display:block; }
 }@media only screen and (max-width: 763px) { #UHhHtt6F1i1WLo2AXC7CXrd3xc2ZDf3r { width:7.5625rem;height:1.3125rem;top:3.125rem;left:-2.71875rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #MevFnrxw7F9zq1pTpylODn9BMzu1ThOT { display:block; }
 }@media only screen and (max-width: 763px) { #i22sBskHxguD6348gIsi4lygl5uIyodQ { width:1.875rem;height:1.875rem;top:3.3125rem;left:7.40625rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #QuPsBFFquempdz4hwU5sImGbqyiUTGI9 { width:1.875rem;height:1.875rem;top:3.3125rem;left:-4.96875rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #zSv24xStQmA7J6QFc62S1pH6oI4ZyoSy { width:11.375rem;height:1.3125rem;top:5.4375rem;left:10.03125rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #WvTDqKuMnZGtKEoCOH1yEny8W1qsLKvI { display:block; }
 }@media only screen and (max-width: 763px) { #uVrItyLOHZlnB5NUNboRyznQWUlmiITH { width:1.875rem;height:1.875rem;top:5.75rem;left:8.53125rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #VtFBFrrTGM6q5zt5T27HwVnh5F9FrFkb { width:7.5625rem;height:1.3125rem;top:5.5625rem;left:-1.59375rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #ARKNQlK1I61GHzZDZqMIrEom7S8FzMnA { display:block; }
 }@media only screen and (max-width: 763px) { #ZkfkcZal5ZQFhChbL6BAlARkPvGxsDPU { width:1.875rem;height:1.875rem;top:5.75rem;left:-3.84375rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #JFgUtfldPfZsTxNpr6F63MNeTg0CctAt { top:0.8125rem;left:8.5625rem;width:0.9375rem;height:0.9375rem;z-index:100020;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVU5AcxIFTzAk61V3rzHPgk5uA2v4LKv { top:1.875rem;left:8.5625rem;width:0.9375rem;height:0.9375rem;z-index:100021;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd { position:relative;z-index:auto;display:block; }#Lo6DNH7V2Iytzc6bTrPwDvl379Tsmrwd > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkSIbHMrNGZTzzzGTcKrXeCbzCVVLyuW { width:20rem;height:0.5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:20rem;height:0;top:1.5rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { width:0.9375rem;height:0.9375rem;top:10.296875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5uknIvdGtRTEq0k7pwUlrtcq3LHUtqE { width:17.25rem;height:12.1875rem;top:9.3427734375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsP1Tr5UHw271Bhp71OXyT2Nnp1v4OSd { width:18.0625rem;height:0.9746125rem;top:1.8125rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2LtLUgzoJcsTTbCs41LiJXBXaUoiOW { width:2.9375rem;height:2.9375rem;top:18.6552734375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ4yXQe1432FD0rkuqEqonqIyZX9OGXa { width:2.8125rem;height:2.8125rem;top:12.234375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnS1DLsDhQP50SQDxiT49ursKiplohqu { width:4.5rem;height:4.5rem;top:11.484375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVzGszG63nhOpZ8UI0GTZGgeT64VtsdG { width:1.25rem;height:1.25rem;top:18.671875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQwmyd7EF8FH1tgtR1QIWmaE7GLv2SFw { width:1.5625rem;height:1.5rem;top:8.921875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhHq1Qw6opfPv8Bq5S07N7w2U2QvUTHJ { width:18.75rem;height:4.25rem;top:47.1113125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTloCTkcBM7GttJ8mhPwkG5REztTkNWq { width:18.75rem;height:4.25rem;top:52.6113125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNM2ix7reweGgDi1bSXNAo0XT65lpNJb { width:20rem;height:5.361325rem;top:3.3125rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #VKTIzXXlErIIeIabzxEkDGJdwRLATEUU { top:22.8125rem;left:0rem;width:20rem;height:0.9375rem;z-index:100023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 { background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(0deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(0deg, #ffffff, #ffffff);background-image: -o-linear-gradient(0deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container { background-color: transparent; background-image: none; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container > .video-iframe-container { display: none; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row > .video-iframe-container { display: none; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .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); }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container { border-width: 0; border-radius: 0; }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row > .video-iframe-container {  }#K8aLT9i6KTZ2EFyTOKPSHPTgHgrQGS37 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:20rem;height:6.82225rem;top:4.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#5b005c;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:2.0625rem;top:1.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #V76EDJuR94o9mnKMMdnhwAm8lTO2Vq4z { width:1.3125rem;height:1.25rem;top:12.9228515625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4bTT7CxTM5hHuqyIeSVUJWVQrFwrxXI { width:0.8125rem;height:0.8125rem;top:25.8603515625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTssgUwgOwdyaLxWLaXm4mBIzV2PoDz { width:1.3125rem;height:1.3125rem;top:13.8603515625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g033SJ1OIQLTVD3AQwoKWUirVNLtUoTK { width:16.5rem;height:13.9375rem;top:12.9228515625rem;left:1.75rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #z2wavJpRQJMOfcVwAJL1BJJSZkmcOGpR { width:3.375rem;height:3.375rem;top:15.1728515625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPN6srTCvP1E9eTnEZm5hJcuU4qU5J7V { width:1.9375rem;height:1.9375rem;top:24.8603515625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9A2hXhwJJmlO7A7sHMZ1Sb1VdsRMzTo { width:1.875rem;height:1.875rem;top:20.4228515625rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE7OQdzOmG8vurFMVUi2CAKyfBmNExFu { width:1.25rem;height:1.25rem;top:25.3603515625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdIOZcMRlzKJOHwWx2DTTZRWD2Ngqypi { width:2.8125rem;height:2.8125rem;top:16.6103515625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihTo0hDlzF19MCchKfPiiJ0B9TKmE2tc { width:1.5625rem;height:1.5625rem;top:13.875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkyvwSr9TiblFoAUTTPao7aQTP4POOdN { width:17.5rem;height:2.25rem;top:1.875rem;left:1.25rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vrTTT2OBm0PD5RqHOzcRIGb66UocaGFu { width:20rem;height:0;top:4.1875rem;left:0rem;font-size:1.375rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { top:11.0625rem;left:2.1875rem;width:15.625rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5KKHtB4DTqwTd73UuxwksT2ZNqPe6RL { display:block; }
 }@media only screen and (max-width: 763px) { #wzE7aldd8y8O83leTnBsUqcTar4KsTJ5 { width:1.3125rem;height:1.3125rem;top:0.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evR2tWiwqytQXnS5um17AecwVl8wQCBK { width:0.625rem;height:0.625rem;top:8rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHflpTbWAqUo35fgdJEvshTxhowx2hE9 { width:1.625rem;height:1.625rem;top:8.6875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHW6oCO0oSfqABciDFTSXdkAd1C8zmkC { width:0.625rem;height:0.625rem;top:0.1875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HF4uMImDy9GFunRxorCFMIq53TaovIg4 { top:11.0625rem;left:2.1875rem;width:15.625rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv4HRM3xVfAINgXwOBfIr0U5SMoo1bTV { display:block; }
 }@media only screen and (max-width: 763px) { #N3WBDKvoVFmKAUCsdrDFwihHlOSTgG6s { width:20rem;height:5.36133125rem;top:4.75rem;left:0rem;font-size:1.375rem;line-height:1.3;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv { display:block; }#HZSk8T2940knAs3ZF9u0Dxy8UQEXsPcv > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #px5v27Oz7Oqn7imTkTWrHhPSAHKgqg9k { width:20rem;height:11.6953rem;top:5.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tsP8Xhw5GILB2FTxDGLsK9P5TFJJFfOV { width:20rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SnH9vZ2iLHmxmd435tzddMgnTHyqWQrl { width:20rem;height:14.204125rem;top:16.3955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5w0EoPwwwIXtyxE6phFA1JSDUDuilWw { width:20rem;height:0.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHC1SRb7pW0uFqS9ueXAUv5B3LabG9xb { width:20rem;height:5.33203125rem;top:30.099609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8xGG6vmviMSkz9ElSNUvF2ZFJw6ZnQ0 { width:1.3125rem;height:1.3125rem;top:1.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUXSltykcgS0cTZwbBR3tgiP9nMSBsX0 { width:1.375rem;height:1.375rem;top:13.96875rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqIoywa5zvxv6h4T5f8B7n00SPNTWMVK { width:0.625rem;height:0.625rem;top:1.375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaSJGyXzCKJ2w6u6F1CbNTzgTUElx0A0 { width:0.9375rem;height:0.9375rem;top:27.5830078125rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3eimtn1f8OpFx6WeB6RTNNzoe3beTKr { width:3.875rem;height:3.875rem;top:21.1845703125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJVHb6OQ3P9JAPAdChQifxB2APRE06bg { width:2.4375rem;height:2.4375rem;top:23.7705078125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2TI0TmmziTdN6RMSp5Kwx0Xr5Pk7gTg { width:2.1875rem;height:2.1875rem;top:17.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2AG5OkX6ztUssI4sKr81C8u0QlCOZof { width:1.375rem;height:1.375rem;top:21.9345703125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9rAFvbloQicvFww8eEXxKS71afnw8Qa { width:0.625rem;height:0.625rem;top:27.3017578125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 { display:block; }#rgGUlR01PbWPSqO5AyGr0fWZdDTIiRs8 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lusEnAZbvuskABXOvQr7VgtNqB6I3v41 { width:20rem;height:5.33203125rem;top:0rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX { display:block; }#bkNP7wSgB0d0Glt3NIGlFB1ONOsEAzGX > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZbqKEdqyhwelBkBq1cq9osM8USePpH7 { width:18.75rem;height:1.51171875rem;top:16.3125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #o6cW1w6txqRF5Xlcye0HezoGTG7h7CKL { width:14rem;height:0;top:21.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ac68qTvvsim23W1uGXbfIcme4h1xPF99 { width:20rem;height:0.9375rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwmcSOrZyTyhQFTZ2KEnVVvW9eWoQNwL { width:20rem;height:3.298825rem;top:1.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QrkrVySuiXlByCh3Q9cGfdNyFbqhX5on { width:16.25rem;height:18.75rem;top:7.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgRQRio5r9BQghaa1IieMPFlkVRVCWKR { width:16.25rem;height:18.75rem;top:27.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9oQ4fDmQ87NKNGGCfdQMamAmZlcBxM9 { width:13.8125rem;height:0;top:45.27734375rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMNwl1XsVBlAT0XTfg8ZZqAsZuBwH9kM { width:16.3125rem;height:1.7871125rem;top:37.3125rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfmLdKH0aeRgXtCrqvc2a3g2zFD6shVX { width:16.25rem;height:18.75rem;top:48.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8VRXTHNZTnZ5Haxd7LgXvzBqEI47Tk { width:13.8125rem;height:0;top:68.8125rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IB8wO7kre3CeaVRDkICE9qTThClrpPzc { width:16.3125rem;height:1.7871125rem;top:57.4375rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWWoNw19JamIDeU3fTlCz91lT1AgkTeW { width:14.6875rem;height:1.0996125rem;top:17.82421875rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #HsngHib4wvSaH5T8X1kUgTSD4bmW9T0b { width:12.5rem;height:12.5rem;top:5.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJOIsfUgrkTLKZqNF9KpzH7vIuzyZ9Hp { width:12.5rem;height:12.5rem;top:26rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA8aft2g9Mm2QKw40XZZptplPRDlJCL0 { width:12.5rem;height:12.5rem;top:46.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulSG1KidxAGDDaxIIIXh9Tm4qnfPJoqT { width:4.375rem;height:4.3125rem;top:5.59765625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB47CaFAGelPXvFMFdzHTo1wCxZfofPq { width:4.625rem;height:4.5625rem;top:33.53125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5u3TOCKvdKa9yn1leU7s5gmQfzEUd6P { width:4.375rem;height:4.375rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkcHSrDxAozM1vEyksChx4ezIT9oqaXm { width:1.5625rem;height:1.5625rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUcsIRMbxws4OBf176EnSMzf1fDPOHet { width:14rem;height:5.27831875rem;top:19.486328125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #K67yMf611Op4SRIUmwXV1Um5pATTWZXc { width:13.8125rem;height:3.16699375rem;top:39.6875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #JG6hqv1b6x0UBhkVsnDAcZov7Qn78Am9 { width:13.8125rem;height:3.1669875rem;top:59.724609375rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:15rem;height:2.0625rem;top:1.875rem;left:2.5rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:9.375rem;height:9.375rem;top:1.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:6.25rem;height:1.6875rem;top:10.9375rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:1rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:2.1875rem;height:1.875rem;top:1.1875rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:9.375rem;height:9.375rem;top:14.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:7.375rem;height:1.6875rem;top:24.375rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:15.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { width:2.1875rem;height:1.875rem;top:15.25rem;left:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:9.375rem;height:9.375rem;top:28.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:10.0625rem;height:1.6875rem;top:38rem;left:4.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:28.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { width:1.25rem;height:1.875rem;top:28.1875rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgmS7nR5wpetzSCRmLMwHNJo9RVpBV2K { width:8rem;height:8rem;top:1.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBzrUVoCRlapeBOZHPnSEE8qpCwOsZR { width:8rem;height:8rem;top:15.125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHdVDTDnULiKHF5Lf57ggl1qJRmhnJvA { width:8rem;height:8rem;top:28.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAf75V8VToVAzt30mHcyEKCtQEuodK16 { width:4.375rem;height:4.3125rem;top:1rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEeWiGkgkFaTTIgGmSHlNEdxzFRN71uf { width:2.25rem;height:2.1875rem;top:7.1875rem;left:4.5rem;z-index:100052;display:block; }
 }@media only screen and (max-width: 763px) { #czq1WkpHcASZH5g8rDPMG5LSFMI7y0rt { width:1.4375rem;height:1.375rem;top:8.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlwWL2Oz3eSaTohSgDfzpc3yKu562GeZ { width:3.75rem;height:3.6875rem;top:19.625rem;left:4.5126953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA1gpDs0FJ6rcbfbzy3q0kDSGR9Cunyn { width:1.5625rem;height:1.5rem;top:15.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCiXGTUCbIJsFG1JdWuiVOPCClgKbfTi { width:2.1875rem;height:2.125rem;top:20.53125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnQ7Q2JRv4Tk94Z0wic1EJG5mTpFWKCc { width:3.4375rem;height:3.375rem;top:27.9375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #upfz02l5CE4LLmoh72QAVofelcZ1Sbfd { width:2.125rem;height:2.0625rem;top:33.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QouKBXrutOvkTWpewahrLPXd4vnfuy61 { width:1.5625rem;height:1.5rem;top:34.875rem;left:13.375rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { background-color:rgba(0,0,0,0);background-image:none;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { width:20rem;height:2.0625rem;top:2.125rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Dzru3K7CQ9qg8rQ0hm1upqbdvaWR7KIC { width:20rem;height:0.6650375rem;top:0rem;left:0rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:20rem;height:8rem;top:0rem;left:-0.09375rem;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2c0a44, #680271);background-image: -moz-linear-gradient(90deg, #2c0a44, #680271);background-image: -ms-linear-gradient(90deg, #2c0a44, #680271);background-image: -o-linear-gradient(90deg, #2c0a44, #680271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );";background-image: linear-gradient(90deg, #2c0a44, #680271);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #b5Imcu212T787GfaxC3920P0AP8Vdrrh { width:6rem;height:5.9375rem;top:1rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { width:11.1875rem;height:3.296875rem;top:3.078125rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { width:6.1875rem;height:1.50065rem;top:1.4375rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L2NC1CgrZimc4XVbPbBA9Pq8B2kvuC03 { width:2.3125rem;height:2.25rem;top:0.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz4A0rUCSdDFE46D3Pb6inwTiEJwHT3W { width:1.3125rem;height:1.25rem;top:6rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:20rem;height:8rem;top:9.875rem;left:0rem;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #2c0a44, #680271);background-image: -moz-linear-gradient(287deg, #2c0a44, #680271);background-image: -ms-linear-gradient(287deg, #2c0a44, #680271);background-image: -o-linear-gradient(287deg, #2c0a44, #680271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );";background-image: linear-gradient(287deg, #2c0a44, #680271);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { width:6rem;height:5.9375rem;top:10.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2S98fIAXPx2Beet2QNo7exQuunT6hZV { width:1.25rem;height:1.25rem;top:10.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWyxeMAdccRtzZZ2la44hZHZKJu1QbS { width:12.4375rem;height:4.12109375rem;top:12.62890625rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KaEfVDf9670vRSzQTA6cb8RcmISKHPl9 { width:10.5rem;height:1.5rem;top:10.9375rem;left:7.5000000596044rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DGKqLkeew64TiUZMvoo4OZblARM2B1xs { width:2.3125rem;height:2.25rem;top:14.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3MX5fdkfCmzm0p6qZ3KnlN0vTffR31R { width:20rem;height:8rem;top:0.9375rem;left:0rem;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;background-color:transparent;background-image: -webkit-linear-gradient(126deg, #2c0a44, #680271);background-image: -moz-linear-gradient(126deg, #2c0a44, #680271);background-image: -ms-linear-gradient(126deg, #2c0a44, #680271);background-image: -o-linear-gradient(126deg, #2c0a44, #680271);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0a44', endColorstr='#680271' );";background-image: linear-gradient(126deg, #2c0a44, #680271);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UqDe7EoJibRC5yXtVFWq6odTIf7XI2gt { width:11.5rem;height:3.296875rem;top:3.98828125rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KEg9xUCM4vE15HfEJxL9TcAo97PrRlCd { width:6.375rem;height:1.5rem;top:2.4375rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cnwCUB73rxSLiWayhv2FBMhIHgKcJ0Zc { width:6rem;height:5.9375rem;top:1.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9fbln7OZvd4gIXDeS84poNUZ1h5iIdV { width:2.3125rem;height:2.25rem;top:1.40625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVBwT7w0TVdGxWFdEF45bJBeUymivBnx { width:1.25rem;height:1.1875rem;top:7.22265625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOSUBmrMiGT3i6d4TLAgtVmlTyK8dr34 { width:20rem;height:8rem;top:10.8125rem;left:0rem;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edVab4q3q6fErXNyTTlPJKu4TQkS8Xil { width:6rem;height:5.9375rem;top:11.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdpfvopCeiLeemSvAuCTaJ0c3EEM4OJk { width:11.0625rem;height:1.5rem;top:11.4990234375rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TrHay4Ud04IB6fhgwdoNuLOTgG331vfv { width:1.25rem;height:1.1875rem;top:12.1796875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXqMEvwN5wQszKtbTSq4PMZrgxdoGg1u { width:2.3125rem;height:2.25rem;top:15.875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty4LtRTxlbufeaLQftxMxzJ3EXSzDi7a { width:11.6875rem;height:4.9453125rem;top:13.1171875rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a { display:block; }#RLrOQU2g7uF6D1qi0gBux3KeRG1Hxt3a > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlRTEuAW850gM1Jm701aqkXciZKlxw3X { width:20rem;height:8rem;top:0.9375rem;left:0rem;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLM7a1uZK6ZrZ1nzqZTGV11luAg5q51O { width:12rem;height:4.12109375rem;top:3.625rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y3BmUipZvPCAhCP7WfSoD4x8OVeTZIs1 { width:6rem;height:5.9375rem;top:2rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqP6NOi1SU8Vcar73oo8b8cQpamIwleD { width:2.3125rem;height:2.25rem;top:6.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP8nHdw1zCltX12csBR79Cz9hHT3Pl4V { width:12.5rem;height:1.19921875rem;top:2.25rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TaTI0ZAuzfdFFUBnx3o4lgm7TCuJiT7L { width:1.25rem;height:1.1875rem;top:2rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxuWOvJpvr9BnSwBTTpTv6qP7K9Tg4kR { width:20rem;height:8rem;top:10.75rem;left:0rem;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5NobMZtCJMRFDmJcmPnOoQpgO8yKQV9 { width:6rem;height:5.9375rem;top:11.78125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCA85tZJa6fuEkva9MNqgXSHd3imeVVb { width:2.3125rem;height:2.25rem;top:11.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw62dsH8C96JtigptIW9eEsTqfNScmlf { width:11.9375rem;height:1.5rem;top:11.375rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bTsN9xO0GDqn1Uya3hQEufdXcySyHoSS { width:11.25rem;height:4.9453125rem;top:12.875rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X68q3Ir4wxHPBk55zqGmoTletJxmScHS { width:1.25rem;height:1.1875rem;top:16.5rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 { display:block; }#nFIlyonh8H5BZdLHEQnmJNNEPkMNXx27 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp { background-color:#234446;background-image:url("https://images.assets-landingi.com/uc/33baf45c-7ab4-4b0e-b745-3a8eb012fae0/LP_offer_backgroundmin.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp.adaptive-delivery-prevent-bg, #VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp.lazyload, #VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp.lazyloading { background-image: none; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row .container { background-color: transparent; background-image: none; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row .container > .video-iframe-container { display: none; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row > .video-iframe-container { display: none; }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .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); }#VoC4RlgVtzgNBeFXBGuk2gr9sFxPBLlp > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxtxhRhkMTV8FMFgXphnuZPB9oP9dh9U { width:20rem;height:2.75rem;top:2.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLL0HbJWQGZFTm0apUU5PiEPSlm6Lbqv { width:12.125rem;height:1.94921875rem;top:5.625rem;left:3.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-regular-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1;overflow:hidden;height:auto;font-size:0.75rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-text { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.75rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-text {padding-top: 0; padding-bottom: 0;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-textarea { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-select { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-select {padding-top: 0; padding-bottom: 0;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-input-button { width:8.5625rem;margin-top:0.25rem;margin-right:2.875rem;margin-bottom:0.25rem;margin-left:2.875rem;height:2.1875rem;font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt  { width:14.3125rem;height:auto;top:8.1875rem;left:1.59375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .radio-container { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt {display:block;}#BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt { width:14.3125rem;height:auto;top:8.1875rem;left:1.59375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #DNNFDorFnFaDcwCogIMboeqQ14ihRIEy {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #bG0hTsFhPvTtH9d6QLfXFkBRrzGV1dFD {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #LiCBReXhPd2DzDMVgnEPh7Tm54GJp9oc {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #y57B8mUktRCVqFWGX9MTk3zdPL3799r0 {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #eZuVdPnnU0784nB9CC1Pnn580Tq9ioFd {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Xmz50noP4dSNg6C0iKoDBH5iUDp37BeM {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #F5IEO1fDmW2MJArcbva8Igi9fFIVrLfg {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #A2eP7d2SkVlPfIGotfQ331stz0tZlDt0 {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #xSzUo7xgP1s7meQNDZAFE3rZaB9OXi3y {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #zdVFQnoJvlw1uvIX1QvqpXpQW2VNqmyI {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #f6ySAFM7CPZcVIm2UPHXGq1e5VwpXU5J {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #pDBV6br6nyo8TgrDnRd4KOAPg2cgcbl9 {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #sk1vQ7h7urvufTgvN00eSy8LrrIMvFBz {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #MSEcsOXSbF6RTkkxS1GOc63yGMbJ1xTd {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #NUGEWqp7QSP72mP1d6prBBbLTqQ1eDVF {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Eb36VuT8o4f3pPhXioU0SucoZamtrcP4 {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Nnr8qhqbWuSyVFQ0zuKyzH6Wl4ydTKJL {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #qXtULFkHP0178lwB8ivNx60aTd2LEF3v {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #oPTA061T1R9WZqxJ0fFH7PdRe9vwTPR1 {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #MNTStKHSA475snDbDxn6r7z3AqTs0I1C {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #xU80v1O2zE92fUQ9ooSolQTsyUcm85mL {  }
 }@media only screen and (max-width: 763px) { #BHGi9tt6zJtbTLEOpEzox2apOU6Fanmt #Ey4cFBmDZESFZUdd1vmr193kmehyRr4a {  }
 }@media only screen and (max-width: 763px) { #rTFxhoGdsUqexuhkCNk4pgweMTxBHXpG { width:2.3125rem;height:2.3125rem;top:39rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqt2L9f6oVXL6OCXpLSGmupHpSgRT2Fs { width:20rem;height:20.3545rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTkgNMbh9b0xPt0Tyc9ocARG5XHn9Im { width:20rem;height:0.6660125rem;top:0rem;left:0rem;display:block; }
 }