.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#100621;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol { background-color:#100621;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .row .container { background-color: transparent; background-image: none; }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .row .container > .video-iframe-container { display: none; }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .row > .video-iframe-container { display: none; }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .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); }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .row .container { border-width: 0; border-radius: 0; }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .row .container { font-size:0.875rem;font-family:montserrat;height:58.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#HSBZsCZhLdpmVgINDUa19DM9NlqmsET3 { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:12.125rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nyd522KZ6fWLZcUHF0ofiPAGev8oTw2o { color:#c4b5fd;display:block;width:28.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:31.125rem;left:0rem;height:3.3994125rem;display:block; }
#fRKUVdBKm7QgUksmx5HrbCddvgSy28ax { background-color:transparent;background-image:none;border-top:0.125rem solid #c5aefb;border-left:0.125rem solid #c5aefb;border-right:0.125rem solid #c5aefb;border-bottom:0.125rem solid #c5aefb;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c5aefb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:49.5rem;left:0rem;display:block; }
#PkZLbemw0gQzGdr7bHACuP7ECkwgRpcW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I3a2tn19TTtkIfeo4QhZfU6n3Ncgw89o { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(197,174,251,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.8125rem;width:38.9375rem;top:3.5625rem;left:36.0625rem;display:block; }
#KvkMWbvc7sQOtaXNpU6luosL49eSfzFy { color:#240851;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:9.5625rem;left:35.625rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FJmBZ8ZXbpaTNTw9D0S2EBUlVnGnpFmu { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:12.6875rem;left:35.625rem;height:2.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EWBX1inwnkDH3TpAgJOXbRb2Dqqx7tOX { position:absolute;display:block;z-index:15026;background-color:#c5aefb;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:20.75rem;top:8.5rem;left:33.75rem;display:block; }
#ve79i6AVZOIQIcdgShZ5mZsBT6pVedVf { color:#c4b5fd;display:block;width:34.4375rem;position:absolute;font-family:georgia;font-size:8rem;font-weight:normal;z-index:15007;line-height:.8;letter-spacing:0;top:17.375rem;left:0rem;height:12.7998125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qVBPbCUVLtA1RS3ET0Zd4EfJRnF7df5v { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:36.375rem;left:0rem; }
#T1EtT5cNoJ1fTBAWvDAgaT7LOwunL3G4 { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:36.3125rem;left:2.25rem;height:1.69970625rem;display:block; }
#q7WTiJWm1EkB8KP8WMsOhvdirnpx6oqp { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:38.8125rem;left:2.25rem;height:1.69970625rem;display:block; }
#OMLvFoky8aifZLHI0VTpiJQyLybZ3KgR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:38.875rem;left:0rem; }
#esvX66GcBdLu5Gs3pXPI3TqJNQbrr7oM { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:45.375rem;left:2.25rem;height:1.69970625rem;display:block; }
#NwJ0L6GhMXMcLT6cQM9naXU7Bu84aizo { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:41.3125rem;left:2.25rem;height:3.3994125rem;display:block; }
#qGbG7IHQQ2CD2cDN7CniIQ9ELGTIoUFh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:41.4375rem;left:0rem; }
#PiJJhkxbNWfCZq52IdwDP4QudGFCrBsP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:45.4375rem;left:0rem; }
#pAbWFIkW0kTrfy90n3aJi18FkCvqptzF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:14.75rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#OZzu6waBRE6VgnXKT80TOa725GlS1WSM { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.6875rem;width:18.5rem;top:5.375rem;left:42.3125rem;overflow:hidden;display:block; }
#uNSwBroqu74vEa6suEbDtx7rxWSu2qfc { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.6875rem;width:11.125rem;top:5.25rem;left:55.3125rem;overflow:hidden;display:block; }
#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d28d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .row .container { background-color: transparent; background-image: none; }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .row .container > .video-iframe-container { display: none; }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .row > .video-iframe-container { display: none; }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .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); }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .row .container { border-width: 0; border-radius: 0; }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .row .container { font-size:0.875rem;font-family:montserrat;height:54.3125rem;width:75rem;position:relative;display:block; }#IT5Fe3DnhQmPq7dmsrRblbBCmKCycvpn { color:#c4b5fd;display:block;width:32.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:19.5rem;left:40rem;height:15.297375rem;display:block; }
#RHQEvlOrspKfb7DJJ1PhiP3UCB7Fk2iR { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:georgia;font-size:5.375rem;font-weight:normal;z-index:15006;line-height:.6;letter-spacing:0;top:11.25rem;left:40rem;height:6.44925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WnZovxvIpIx2bAHam0D5NFvfeWu0UV6I { color:#c5aefb;display:block;width:32.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:5.75rem;left:40rem;height:3.3994125rem;font-style:normal;display:block; }
#vayH8kJAlLXFih4IDNTQ1ECrOBcbgwBx { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:37.3125rem;left:42.4375rem;height:3.29345625rem;font-style:normal;display:block; }
#mPGTP9oAlDvSZdFnk3Mhek6bAea08Rcc { color:#ede9fe;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:40.60546875rem;left:42.4375rem;height:5.625rem;font-style:normal;display:block; }
#Klh4pDEXA1tOHbxqRT8Vr56L2T2x6Btu { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:38.208984375rem;left:40rem; }
#QNZ6JaaJVUuTaXpAWWqGDEDE7r4C9e1v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.5rem;width:36.5625rem;top:-2.1875rem;left:0rem;overflow:hidden;display:block; }
#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100621;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .row .container { background-color: transparent; background-image: none; }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .row .container > .video-iframe-container { display: none; }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .row > .video-iframe-container { display: none; }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .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); }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .row .container { border-width: 0; border-radius: 0; }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .row .container { font-size:0.875rem;font-family:montserrat;height:56.25rem;width:75rem;position:relative;display:block; }#IbbAuoDb9VIsxnQWOSvxOKqhyTVAZ4iv { color:#c5aefb;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:16.375rem;left:4.0625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ERSxmXLWtWo0xo1ePosaf4KTeV8x9iiZ { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;top:18.0625rem;left:4.0625rem;height:17.4365rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZEfbLgfUK6rlCZOC2TBZ50NacXtSr3dQ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6df7e5ff-4242-440d-9bf8-d09e7f66b83c/surgicalproceduremadebydoctor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#ZEfbLgfUK6rlCZOC2TBZ50NacXtSr3dQ.adaptive-delivery-prevent-bg, #ZEfbLgfUK6rlCZOC2TBZ50NacXtSr3dQ.lazyload, #ZEfbLgfUK6rlCZOC2TBZ50NacXtSr3dQ.lazyloading { background-image: none; }
#ZEfbLgfUK6rlCZOC2TBZ50NacXtSr3dQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZEfbLgfUK6rlCZOC2TBZ50NacXtSr3dQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,6,33,0.8); }#NpIaVb1br5UIrfKiR0AP5CRVhNI1TTz7 { color:#c4b5fd;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:35.75rem;left:4.0625rem;height:3.3994125rem;display:block; }
#mTSmwkMF5yontNThE8OIFmSyaceBXchP { position:absolute;display:block;z-index:15012;background-color:#8b5cf6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#VKn8PTSVqnFE3rvoVFTRTU2J9ipfTMWl { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.5rem;left:43.3125rem; }
#eqB7OBWyTtS3o3XNBZxArbnK9HTgb2Au { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.6875rem;left:43.3125rem; }
#T8uPeLVnvOc1JNufFMv6bCPvJmBOATpy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:32.4375rem;left:43.3125rem; }
#BDxZ4id3IAy8qrMNabsrxWAXMLMJt1zi { color:#ede9fe;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:10.25rem;left:46.5rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E6BKzspankKGZRth2PG7OuDTuq3m3wuP { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:6.5rem;left:46.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xyQOQ7lC0KaNQ8UWnzG1gTConT3LLXxU { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:19.6875rem;left:46.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u7yi6cxZRaZE59FEMhRePQz08sgaMAKd { color:#ede9fe;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:23.4375rem;left:46.5rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tRkOAZFVQWa2k7ATDUu2vORTbgPTX1eQ { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:32.4375rem;left:46.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#piNW2S94aaReu5MyAZ0IdQBt0A452rSK { color:#ede9fe;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:36.1875rem;left:46.5rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mWnJMHS3gtqLGTPt009nuZ4extASRQPm { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:45.8125rem;left:46.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTwODbC0Ct5bC2ksF9MzQfH46dK8bBgH { color:#ede9fe;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:49.4375rem;left:46.5rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CfHpXuGaHF5MTHTkaGKwXkSAPCDmomCB { position:absolute;display:block;z-index:15013;background-color:#8b5cf6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:37.5rem;top:29.80517578125rem;left:37.5rem;display:block; }
#Ipp38nQbFbb5VFnTrN9ZHCiRnEbImvf9 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:46.25rem;left:43.3125rem; }
#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100621;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .row .container { background-color: transparent; background-image: none; }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .row .container > .video-iframe-container { display: none; }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .row > .video-iframe-container { display: none; }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .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); }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .row .container { border-width: 0; border-radius: 0; }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .row .container { font-size:0.875rem;font-family:montserrat;height:50rem;width:75rem;position:relative;display:block; }#Bn7xBSNdOakXxblPDneGcgIKOk6dA4Ci { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:georgia;font-size:7.25rem;font-weight:normal;z-index:15014;line-height:.8;letter-spacing:0;top:13.3125rem;left:0rem;height:17.3994375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nl7PqWVK269ETlShHKbCrgel25nTQpMX { color:#ede9fe;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:32.1875rem;left:0rem;height:5.09911875rem;display:block; }
#Q1PZXSA3cPAmmTnesXAl01cu1lQMS8Cq { background-color:#c5aefb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#100621;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.1875rem;left:0rem;display:block; }
#worb8BbRe7lhyFPfwGGrhNGXbWHzaTic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cbusxRBwrPVCDso52iToy2oFo8hllZVD { position:absolute;display:block;z-index:15024;background-color:#c5aefb;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.5rem;top:10.25rem;left:0rem;display:block; }
#F4wF6Jo6B9pUWTgvDMTLMvaivfHn9JeZ { color:#150e25;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:10.3125rem;left:1.3125rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhtafWyrrCogdNsNSPzhHFiV8urUNkU6 { color:#f6f6f6;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:25.4375rem;left:9.375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A2yQNN9tdlmrMMDRwWbC28Vc2FQcdh3f { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.1875rem;width:42.125rem;top:0rem;left:32.875rem;overflow:hidden;display:block; }
#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100621;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .row .container { background-color: transparent; background-image: none; }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .row .container > .video-iframe-container { display: none; }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .row > .video-iframe-container { display: none; }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .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); }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .row .container { border-width: 0; border-radius: 0; }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .row .container { font-size:0.875rem;font-family:montserrat;height:72.875rem;width:75rem;position:relative;display:block; }#KvvvIwTEa2d7S5qoz2pCyfTvhZkRf9wL { color:#c5aefb;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mrf6NNgUrvWBN6XnhTtySHRZP9xGwWdo { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.3125rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hZa18nCTlbD6e5KaDkX5MGrQCTsAnVwx { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:26.0625rem;top:13rem;left:42.1875rem;overflow:hidden;display:block; }
#abL6vzxGJXXq7OgUEFtT8KSX7vTgFiTu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.625rem;width:35rem;top:13rem;left:6.625rem;overflow:hidden;display:block; }
#TIv7OvuWqLCmXL4Hk5bH07cMWkCcJk7F { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:26.0625rem;top:39.625rem;left:42.3125rem;overflow:hidden;display:block; }
#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100621;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .row .container { background-color: transparent; background-image: none; }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .row .container > .video-iframe-container { display: none; }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .row > .video-iframe-container { display: none; }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .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); }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .row .container { border-width: 0; border-radius: 0; }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .row .container { font-size:0.875rem;font-family:montserrat;height:14.625rem;width:75rem;position:relative;display:block; }#D6oElMmU87X8MqeGnES00NyuqZy24WJs { color:#c5aefb;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmO35udrToMrp9TiLDvFhpBOIybJcfsh { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.25rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS { position:relative;display:block; }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS { background-color: transparent; background-image: none; }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS > .row .container > .video-iframe-container { display: none; }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS > .row > .video-iframe-container { display: none; }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS > .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); }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS { border-width: 0; border-radius: 0; }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#100621;background-image:none;font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q4fuG9lt2pOIK3KUBQlaqrnmqlTnGbGK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:21.25rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#CTI8qT3cEkbiwaSWwHbt74H5bovcNc6R { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:21.25rem;top:0rem;left:26.875rem;overflow:hidden;display:block; }
#Z9V6MuOTfU1e070U7TgS9qpS4kDTGFlx { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:33.625rem;left:3.21875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XcVFxqOnRMIKDeGgsNPkiAV0CIJH0fec { color:#ede9fe;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:39rem;left:3.21875rem;height:8.4985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rirak0e6Zy8kS5zBvW39REvPd4uoAzdN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:21.875rem;top:0rem;left:51.5625rem;overflow:hidden;display:block; }
#nom8e5VIyRCax6ddb7zBKShcPMe361GK { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:33.625rem;left:28.25rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUAt98p2q9LtXa6lqDDCaIeZ394LDWD6 { color:#ede9fe;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:39rem;left:28.25rem;height:6.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pPfbyu128VqIOdi0Hn7zc13dPo7GkBgs { color:#ede9fe;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:39rem;left:51.875rem;height:8.4985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I095npHNHLIahFKN9Q6vEQIarZccmVxM { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:33.625rem;left:51.875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d28d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .row .container { background-color: transparent; background-image: none; }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .row .container > .video-iframe-container { display: none; }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .row > .video-iframe-container { display: none; }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .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); }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .row .container { border-width: 0; border-radius: 0; }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .row .container { font-size:0.875rem;font-family:montserrat;height:46.875rem;width:75rem;position:relative;display:block; }#mMIU6boadgaFiubGMBrGMCuibE7Qxsa2 { color:#ede9fe;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:30.4375rem;left:0rem;height:3.3994125rem;display:block; }
#NgOdRIXwK43GrTmbnww18nGzCnBvw2gB { position:absolute;display:block;z-index:15022;background-color:#c5aefb;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.9375rem;top:6.25rem;left:0rem;display:block; }
#EBMfXlTCwgLyQAqHME5FPzTiNDIVNrBM { color:#150e25;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:6.3125rem;left:1.3125rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WuE0ve1tdFbM8tcC2Z67W9wV9dvVJ4OD { background-color:transparent;background-image:none;border-top:0.125rem solid #c5aefb;border-left:0.125rem solid #c5aefb;border-right:0.125rem solid #c5aefb;border-bottom:0.125rem solid #c5aefb;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c5aefb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.875rem;left:0rem;display:block; }
#SWQ0QPv02I568SRNvtuKPD5IKGAhCRPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHVBkODGA0ybIdSNF5HtNDerHlTs23Jh { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:georgia;font-size:6.5rem;font-weight:normal;z-index:15016;line-height:.8;letter-spacing:0;top:9.0625rem;left:0rem;height:15.599125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pBSC7lk1EvJmIvnSyFcXNndHuXwu2VDM { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:25.9375rem;left:0rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RFxSh5RoR72RiQFTIZH8aCnCnLbfBSsh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.375rem;width:27.1875rem;top:1.5rem;left:33.9375rem;overflow:hidden;display:block; }
#Wfs3SbTDTiSK160O96m1HkyEJdTtH6gV { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43rem;width:24.5625rem;top:3.875rem;left:49.068359375rem;overflow:hidden;display:block; }
#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo { position:relative;display:block; }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo { background-color: transparent; background-image: none; }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo > .row .container > .video-iframe-container { display: none; }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo > .row > .video-iframe-container { display: none; }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo > .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); }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo { border-width: 0; border-radius: 0; }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#100621;background-image:none;font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fGtF2KlPnxlc0iaKchzHQGakQJJlTx43 { color:#c4b5fd;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:28.625rem;left:41.375rem;height:10.198225rem;display:block; }
#Kk1o3Ml9cLqW6IFPw5EI3DXXkhfnhPpX { color:#c5aefb;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:16.3125rem;left:41.375rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KHgHvkBf8dyqdwrX4ipUbyhSrovCgg7m { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:18.75rem;left:41.375rem;height:8.2675625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G5foswnXqlLbuHugM8004I12iKqW5fGK { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.3125rem;width:34.8125rem;top:0rem;left:1.34375rem;overflow:hidden;display:block; }
#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu { position:relative;display:block; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu { background-color: transparent; background-image: none; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container > .video-iframe-container { display: none; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row > .video-iframe-container { display: none; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .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); }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu { border-width: 0; border-radius: 0; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#100621;background-image:none;font-size:0.875rem;font-family:arial;height:55.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CMNVrVMzzxsTsTRpV4hkOmhrwzA0sQ12 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.375rem;width:23.5rem;top:2.5625rem;left:7rem;overflow:hidden;display:block; }
#zPhUTyCKew6sKqdy5MV7SzsyTyuCTpEA { color:#c4b5fd;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:45.8125rem;left:7rem;height:5.09911875rem;display:block; }
#JuBT4ASpiLdnR6260S96gGlQepEEbdEy { color:#c5aefb;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:40rem;left:7rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NWaDaNZhT8GbPT9voHVS6LTbKkcA9tPo { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:42.4375rem;left:7rem;height:2.7558625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GmbdTsNvKfavlW5w2isTuEZAbdmydsyH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.375rem;width:23.5rem;top:2.5625rem;left:44.5rem;overflow:hidden;display:block; }
#u8GuSxfiCsWUhcTGBT9dhl8US9HICr95 { color:#c4b5fd;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:45.8125rem;left:44.5rem;height:5.09911875rem;display:block; }
#LZMd2qbFR1kdBS0mQ9OsAwhQSO4toxfq { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15020;line-height:.9;letter-spacing:0;top:42.4375rem;left:44.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aOU8Ez8kLhRIIngcBv1v8pbUAGxOwkd8 { color:#c5aefb;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:40rem;left:44.5rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5dfcc8a4-5c3d-45fc-b6c0-7c36d2711be6/healthcareworkersurgicalgownsurroundedbymedicalequipment.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b.adaptive-delivery-prevent-bg, #wW793xDXbSPebqsTP6U8e4ca5vLTiM0b.lazyload, #wW793xDXbSPebqsTP6U8e4ca5vLTiM0b.lazyloading { background-image: none; }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .row .container { background-color: transparent; background-image: none; }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(197,174,251,0.8); }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .row .container > .video-iframe-container { display: none; }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(197,174,251,0.8); }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .row > .video-iframe-container { display: none; }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .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); }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .row .container { border-width: 0; border-radius: 0; }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .row .container { font-size:0.875rem;font-family:montserrat;height:19.625rem;width:75rem;position:relative;display:block; }#PhA6W080RHgWg0gH9syUMPvbJScZuz8q { color:#ffffff;display:block;width:75rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:0rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbIWDPcENvfRPRKW4Xlaaun2GST6XqLi { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:9.1875rem;left:14.375rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#m9ZIBBSwTIo3sZDopySEckzdeIrozWux { background-color:#100621;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.8125rem;left:31.125rem;display:block; }
#A8vBoFlbCzVPzXyknRRHQbJ4qTpLDtWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IedTgpWq00vWtNZPcrn65ueNL304gTpF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100621;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container { background-color: transparent; background-image: none; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container > .video-iframe-container { display: none; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row > .video-iframe-container { display: none; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .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); }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container { border-width: 0; border-radius: 0; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container { font-size:0.875rem;font-family:montserrat;height:58.75rem;width:75rem;position:relative;display:block; }#ACMfhQ0krTEaiDt1fLWhUWMRMf6khrTE { color:#c5aefb;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpJpsuxz3pnMn9UHhxU6PxZiJvF9cBib { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.75rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#v70rBhNi38Bn7XSbQoN1Eukv1THcTGWS { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.8125rem;left:12.1875rem; }
#UbJDwtteT4ZMBJMMtiMJbmPpCHEzpK5W { color:#ede9fe;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:17.5625rem;left:12.8125rem;height:5.0996125rem;font-style:italic;display:block; }
#vZOu33tRBNuypQHnW7u5a4utMD0HawLB { color:#c4b5fd;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:23.3125rem;left:12.8125rem;height:1.48730625rem;font-style:normal;display:block; }
#u54P5dtvw8KLplAhrvJezwe5TrGKvVaf { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,0,0,0), rgba(197,174,251,0.2));background-image: -moz-linear-gradient(183deg, rgba(0,0,0,0), rgba(197,174,251,0.2));background-image: -ms-linear-gradient(183deg, rgba(0,0,0,0), rgba(197,174,251,0.2));background-image: -o-linear-gradient(183deg, rgba(0,0,0,0), rgba(197,174,251,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c5aefb33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c5aefb33' );";background-image: linear-gradient(183deg, rgba(0,0,0,0), rgba(197,174,251,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:60rem;top:12.5625rem;left:7.5rem;display:block; }
#zTLRkUC3SZIGd1ifTT6xJGgDMrgwQ0V5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.5625rem;left:12.1875rem; }
#bW6fpenTNki0Ro4MxVuAMcttggxKiT5d { color:#ede9fe;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:32.6875rem;left:12.8125rem;height:5.736325rem;font-style:italic;display:block; }
#NaCFGTJACCOJT3lep9BRomtVpUTBoBfM { color:#c4b5fd;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:39rem;left:12.8125rem;height:1.48730625rem;font-style:normal;display:block; }
#WtmaBzdErRvt0MTnJwrU2FvX3PnKU325 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.5625rem;left:40rem; }
#TUSmUQlwXHkWCCkSeOyhnNtobpEnQK8S { color:#ede9fe;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:32.6875rem;left:40.625rem;height:5.736325rem;font-style:italic;display:block; }
#Sv6T2zdHPv0rEaBfrHTlDrRMnHo4DVcx { color:#c4b5fd;display:block;width:9rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:39.0625rem;left:40.625rem;height:1.48730625rem;font-style:normal;display:block; }
#buRror2txSwvLVMiAI3OhhVZzdByzQr2 { color:#ede9fe;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:45.125rem;left:12.8125rem;height:5.736325rem;font-style:italic;display:block; }
#rTGtNvfOC4wqgOE2kyv4Rmf2za3NyOpl { color:#c4b5fd;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:51.5rem;left:12.8125rem;height:1.48730625rem;font-style:normal;display:block; }
#fXghKbOwPTb8dyEWGnMRlpstkoBPyk6H { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:43rem;left:12.1875rem; }
#vqJJf0vzsk4fccHaLDzo2VIXpbzeE3rN { color:#ede9fe;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:45.125rem;left:40.625rem;height:5.736325rem;font-style:italic;display:block; }
#nlRMrweDb6JQx7tqtCiLJmGWST2gBtUO { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:43rem;left:40rem; }
#JdIUgskXM29hcAhOobJHtIhQSAcXMqWh { color:#c4b5fd;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.7;letter-spacing:0;top:51.5rem;left:40.625rem;height:1.48730625rem;font-style:normal;display:block; }
#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4027c826-d852-4275-b252-750e9652f073/liquidmarblingpainttexturebackgroundfluidpaintingabstracttextureintensivecolormixwallpaper.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui.adaptive-delivery-prevent-bg, #X36luIsy8RIwukGpa3uaprHTA3Bdl3ui.lazyload, #X36luIsy8RIwukGpa3uaprHTA3Bdl3ui.lazyloading { background-image: none; }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .row .container { background-color: transparent; background-image: none; }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,6,33,0.8); }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .row .container > .video-iframe-container { display: none; }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,6,33,0.8); }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .row > .video-iframe-container { display: none; }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .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); }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .row .container { border-width: 0; border-radius: 0; }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .row .container { font-size:0.875rem;font-family:montserrat;height:31.0625rem;width:75rem;position:relative;display:block; }#Xym1u0r7BGuIA62GO47gipd6z4VA5rdX { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:11.1875rem;left:3.125rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iTBqFK7kTHthc73w6h1y5BzIsQ3nqAOe { color:#c5aefb;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1;letter-spacing:0;top:17.5625rem;left:3.125rem;height:3rem;font-style:normal;display:block; }
#N09gR5q5Suv3obGDiWuVD1hp7kTvytqc { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(197,174,251,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb33', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:15rem;top:16.4375rem;left:3.125rem;display:block; }
#J0pxTs0Fd830u47a6HWBuv9vDCD0pzDz { color:#c5aefb;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1;letter-spacing:0;top:17.4375rem;left:21.25rem;height:3rem;font-style:normal;display:block; }
#FPiOxg4H93sS8nREW8fBBmL8IZGIwOZy { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:21.25rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nhIHilpcTJ3fzJlTJxsFA3vp7AKGZniR { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:15rem;top:16.3125rem;left:21.25rem;display:block; }
#eNXxysxObCudIrmDFSitudaJmhPKOd7y { color:#c5aefb;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1;letter-spacing:0;top:17.4375rem;left:39.375rem;height:3rem;font-style:normal;display:block; }
#xrX7FgaLPXIUXA8IahZA8quVQtKGqUnE { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:11.0625rem;left:39.375rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bdCu2ThH6aLrweDRtkpw9DrukN1XO19z { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:15rem;top:16.3125rem;left:39.375rem;display:block; }
#m5OrcV7V3gRly3O7l4xyGrXBtQ5TuHGQ { color:#c5aefb;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1;letter-spacing:0;top:17.4375rem;left:56.875rem;height:3rem;font-style:normal;display:block; }
#py3WyNUU6gi9SLmpVAvTeNKFh6xx8NhR { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:11.0625rem;left:56.875rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CTBAWJieT1HQdzZvisbzGOQPIO2o8PSe { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:15rem;top:16.3125rem;left:56.875rem;display:block; }
#uB8zIKimub1BNL7iSo7s0hgLqc7mcGrO { position:absolute;display:block;z-index:15001;background-color:#100621;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#TBRXaXM76334m27nrTdE2TJSo2ylBEBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/beauty_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS.adaptive-delivery-prevent-bg, #TBRXaXM76334m27nrTdE2TJSo2ylBEBS.lazyload, #TBRXaXM76334m27nrTdE2TJSo2ylBEBS.lazyloading { background-image: none; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container { background-color: transparent; background-image: none; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,6,33,0.85); }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container > .video-iframe-container { display: none; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,6,33,0.85); }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row > .video-iframe-container { display: none; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .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); }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container { border-width: 0; border-radius: 0; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container { font-size:0.875rem;font-family:montserrat;height:36.3125rem;width:75rem;position:relative;display:block; }#tEwDp3XTNibQndzkpaNTvMUOqN86oxci { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:10.75rem;left:2.5625rem;height:2.36230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kCHwksi3Co4Nl8E6IUEylTyuW6I8e5U7 { position:absolute;display:block;z-index:15029;background-color:#c5aefb;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:35rem;top:5.375rem;left:37.4375rem;display:block; }
#dvKOqp2xdHIINqERreBLZZulekRM2QvA { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:georgia;font-size:5.5rem;font-weight:400;z-index:15005;line-height:.6;letter-spacing:0;top:14.3125rem;left:2.5625rem;height:6.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IDzVJweRILWKlIKq64mPJvTTD5x2r8I3 { color:#c4b5fd;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:22.25rem;left:2.5625rem;height:3.3994125rem;display:block; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-form-header {  }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:27.5625rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f6f6f6;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.5625rem;box-sizing:border-box;height:2.75rem;color:#f6f6f6;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-textarea { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f6f6f6;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.5625rem;box-sizing:border-box;height:3.125rem;color:#f6f6f6;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;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.5625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .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; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#100621;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:27.5625rem;height:3.4375rem;font-family:raleway;overflow:hidden;text-align:center;text-align-last:center; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX [class*="-text"]:-moz-placeholder { color:#100621;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX [class*="-text"]::-moz-placeholder { color:#100621;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX [class*="-text"]:-ms-input-placeholder { color:#100621;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX [class*="-text"]::-webkit-input-placeholder { color:#100621;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .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; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-container:first-of-type{padding-top:0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-container:last-of-type{padding-bottom:0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0) ;left:42.46875rem;top:7.15625rem;z-index:15033;position:absolute; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem;display:block;vertical-align:top; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;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; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX {display:block;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0) ;left:39.9375rem;top:6.875rem;z-index:15033;position:absolute; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #If2Vk5GbBe9lEny0eNm3l2O5LOMCHEil { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Xkz7r6AaRveL7KGamwhFUSza4uJKdIGd { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #PTymkpoUoStRxzX10d5kzwecidLgAlAh { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tNEwnXx7rlwQf4BHi0LWxg47EQsiH1Uh { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #E5wZ6OHAWxlKrGExGukXSEg1TXAlaO15 { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wwrTAT9Emw4NDacOc9pArmv07Cm37zAn { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #KfCpbb6yCpQ2Zex0LxQuF68mh8E98u7l { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Wkt62A0WkGVfPp6twQCQyotyRWUoarTH { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tZnnZbwzXho355wgNO0mIcgxiWzsyize { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wx6P91c8TwNkUhh8TtXgvV5TiTDnWDHh { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #SlobeX7AgCmZx2k9PLMGAxaki0LTarQG { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #VKQGPSgWnSnwaihuazkRXq2cq51SWfSV { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #GzZ4uToXTTJ6TiOsSPIecodgmTE0bHdy { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #bBArrxTTu1ahwTH2p2AUVNCnhuvT4FlJ { position:relative; }
#X9AnTUlca25VaxdPViTFs601ztCf2NyL { color:#f6f6f6;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:26.3125rem;left:41rem;height:1.29980625rem;display:block; }
#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d28d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container { background-color: transparent; background-image: none; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container > .video-iframe-container { display: none; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row > .video-iframe-container { display: none; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .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); }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container { border-width: 0; border-radius: 0; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container { font-size:0.875rem;font-family:montserrat;height:38.3125rem;width:75rem;position:relative;display:block; }#U7s9OGMKb8Ba0iqmzd3He07sqWL3JdDq { color:#c4b5fd;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:7.625rem;left:5.375rem;height:1.69970625rem;display:block; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(197,174,251,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb33', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:montserrat;font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_16c1f645852d33f15bce57f5aed3b7a0cd3d09b7.svg");background-size:contain !important; }#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-trigger.adaptive-delivery-prevent-bg, #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-trigger.lazyload, #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-trigger.lazyloading { background-image: none; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.9375rem;left:5.375rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #AyFFXxhHbUK83LLERhh2bcx3vOlXqwdJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #T60ar7dPh71cteaghKstZTg9FVbudqvs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #Oy23y5JPO2mlKB5doIrelVkofsTkBas7 { display:block;position:relative; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #So1GtVTc2antS6yoRvIka31rHmtDSGHb {  }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #NEavcFAcWDVTCF2RirqNON572n81Gyx9 {  }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #sX7nLEWiF3WHTQi8r43mK2Ocl8qoF3S6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #sRTiq2qVNGzSKJJdbeR4dSZl1kkxKuXL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #RC2x4bJIgCROoUbhUqLHt8Jpzb57XWzW { display:block;position:relative; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #T0ZPlwKmNTfx4NUJqMHP0hotqEX8SJcf {  }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #wWow2JHka2gAukCCC6gaabpCvUOGTdmH { display:none; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #LvlzM4baXV9kEGMCUJT9nSRNt0AgHGG0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #D5A2xJybPP1dLWBw9SR5RQ5GsexUichM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #GJsFrhyGNBa81HknTwsToK7cDWvDR3hH { display:block;position:relative; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #cUpXn8ZMuCBoZQBsIxKRUEXMCIAVBCQU {  }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #hzTyuoO0b1hNBRXhIThA8uLsGerT5Zp1 { display:none; }
#plgz6DBllVsoB6Od679kD6W6z6mCSR62 { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:5rem;left:5.375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ddUE66Hdf2m9cHpAvsCIlgvrmpxwD0c7 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.25rem;width:33.9375rem;top:-0.0625rem;left:40.906716417911rem;overflow:hidden;display:block; }
#x7Hd4h27e8PPelXam9TbeTii4emro1qv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100621;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container { background-color: transparent; background-image: none; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container > .video-iframe-container { display: none; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row > .video-iframe-container { display: none; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .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); }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container { border-width: 0; border-radius: 0; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container { font-size:0.875rem;font-family:montserrat;height:23.375rem;width:75rem;position:relative;display:block; }#syKBnxZTIeaJbvPM3E1Pu8pv43M2RzaL { color:#c5aefb;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:7rem;left:2.0625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZbyhgM4N6TJsQNSTtwXHAqfRMvViXu1 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:2.0625rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MDTLTdxi5syS4AKHaiOKVUev6fqv3Z41 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.625rem;left:32.9375rem; }
#MHMDt2zimdkcKtoTVZlEq5bfdMokbvxV { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:8.4375rem;left:32.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#iesFC4E4bQ9PlWdXZRvsrfMfdOu2kriI { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:6.4375rem;left:35.1875rem;height:1.9121125rem;font-style:normal;display:block; }
#PZKVLbGMFfSA3MQIopieaaZLoq4aQ7Qk { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:14.5rem;left:32.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#XDbKKWJT41aVauUdGpp4gdTUtwH6UgzC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.6875rem;left:32.9375rem; }
#WCRo4CTFqmc1daNl1VF4VkeMgFBnb0SE { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:12.5rem;left:35.1875rem;height:1.9121125rem;font-style:normal;display:block; }
#Aao3KkR3agqxyKi7uymwsoXBLRyoTv2M { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:6.625rem;left:50.5rem; }
#FrRcbTMAExZLGJDpeKoVSD8lREkG96il { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:8.4375rem;left:50.5rem;height:8.3984375rem;font-style:normal;display:block; }
#aJ04tWXRkDdnNPlotEkm52XEyaDqBAha { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:6.4375rem;left:52.75rem;height:1.9121125rem;font-style:normal;display:block; }
#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d28d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container { background-color: transparent; background-image: none; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container > .video-iframe-container { display: none; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row > .video-iframe-container { display: none; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .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); }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container { border-width: 0; border-radius: 0; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container { font-size:0.875rem;font-family:montserrat;height:7.5rem;width:75rem;position:relative;display:block; }#cuGQn9RyFq2JmKyqsV2O7hkKNaKqPLTW { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:41.0625rem;height:1.48730625rem;text-align:right;text-align-last:right;display:block; }
#HP3GEM5cvTwO8KeEZmQdGIvTzFrDu5wd { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:14.75rem;top:1.625rem;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) { #nBVvHBwGK4KzCQMEdTFbset5DqHiePol { display:block; }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSBZsCZhLdpmVgINDUa19DM9NlqmsET3 { top:12.125rem;left:0rem;width:21.0625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyd522KZ6fWLZcUHF0ofiPAGev8oTw2o { top:31.125rem;left:0rem;width:28.0625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRKUVdBKm7QgUksmx5HrbCddvgSy28ax { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkZLbemw0gQzGdr7bHACuP7ECkwgRpcW { display:block; }
 }@media only screen and (max-width: 763px) { #I3a2tn19TTtkIfeo4QhZfU6n3Ncgw89o { width:38.9375rem;height:15.8125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvkMWbvc7sQOtaXNpU6luosL49eSfzFy { top:9.5625rem;left:22rem;width:10.6875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJmBZ8ZXbpaTNTw9D0S2EBUlVnGnpFmu { top:12.6875rem;left:22rem;width:10.375rem;height:2.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWBX1inwnkDH3TpAgJOXbRb2Dqqx7tOX { width:20.75rem;height:7.8125rem;top:8.5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve79i6AVZOIQIcdgShZ5mZsBT6pVedVf { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVBPbCUVLtA1RS3ET0Zd4EfJRnF7df5v { top:36.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1EtT5cNoJ1fTBAWvDAgaT7LOwunL3G4 { top:36.3125rem;left:0rem;width:22.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7WTiJWm1EkB8KP8WMsOhvdirnpx6oqp { top:38.8125rem;left:0rem;width:22.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMLvFoky8aifZLHI0VTpiJQyLybZ3KgR { top:38.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esvX66GcBdLu5Gs3pXPI3TqJNQbrr7oM { top:45.375rem;left:0rem;width:22.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJ0L6GhMXMcLT6cQM9naXU7Bu84aizo { top:41.3125rem;left:0rem;width:22.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGbG7IHQQ2CD2cDN7CniIQ9ELGTIoUFh { top:41.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiJJhkxbNWfCZq52IdwDP4QudGFCrBsP { top:45.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAbWFIkW0kTrfy90n3aJi18FkCvqptzF { top:3.5625rem;left:0rem;width:14.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZzu6waBRE6VgnXKT80TOa725GlS1WSM { top:5.375rem;left:28.6875rem;width:18.5rem;height:52.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNSwBroqu74vEa6suEbDtx7rxWSu2qfc { top:5.25rem;left:36.3125rem;width:11.125rem;height:52.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 { display:block; }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT5Fe3DnhQmPq7dmsrRblbBCmKCycvpn { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHQEvlOrspKfb7DJJ1PhiP3UCB7Fk2iR { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnZovxvIpIx2bAHam0D5NFvfeWu0UV6I { top:5.75rem;left:15.25rem;width:32.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vayH8kJAlLXFih4IDNTQ1ECrOBcbgwBx { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPGTP9oAlDvSZdFnk3Mhek6bAea08Rcc { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klh4pDEXA1tOHbxqRT8Vr56L2T2x6Btu { top:38.1875rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNZ6JaaJVUuTaXpAWWqGDEDE7r4C9e1v { top:-2.1875rem;left:0rem;width:36.5625rem;height:56.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA { display:block; }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbbAuoDb9VIsxnQWOSvxOKqhyTVAZ4iv { top:16.375rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSxmXLWtWo0xo1ePosaf4KTeV8x9iiZ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEfbLgfUK6rlCZOC2TBZ50NacXtSr3dQ { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpIaVb1br5UIrfKiR0AP5CRVhNI1TTz7 { top:35.75rem;left:0rem;width:16.875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTSmwkMF5yontNThE8OIFmSyaceBXchP { width:37.5rem;height:16.9375rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKn8PTSVqnFE3rvoVFTRTU2J9ipfTMWl { top:6.5rem;left:29.6875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqB7OBWyTtS3o3XNBZxArbnK9HTgb2Au { top:19.6875rem;left:29.6875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8uPeLVnvOc1JNufFMv6bCPvJmBOATpy { top:32.4375rem;left:29.6875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDxZ4id3IAy8qrMNabsrxWAXMLMJt1zi { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6BKzspankKGZRth2PG7OuDTuq3m3wuP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyQOQ7lC0KaNQ8UWnzG1gTConT3LLXxU { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7yi6cxZRaZE59FEMhRePQz08sgaMAKd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRkOAZFVQWa2k7ATDUu2vORTbgPTX1eQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piNW2S94aaReu5MyAZ0IdQBt0A452rSK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWnJMHS3gtqLGTPt009nuZ4extASRQPm { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwODbC0Ct5bC2ksF9MzQfH46dK8bBgH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfHpXuGaHF5MTHTkaGKwXkSAPCDmomCB { width:37.5rem;height:13.125rem;top:29.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipp38nQbFbb5VFnTrN9ZHCiRnEbImvf9 { top:46.25rem;left:29.6875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ { display:block; }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bn7xBSNdOakXxblPDneGcgIKOk6dA4Ci { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7PqWVK269ETlShHKbCrgel25nTQpMX { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1PZXSA3cPAmmTnesXAl01cu1lQMS8Cq { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #worb8BbRe7lhyFPfwGGrhNGXbWHzaTic { display:block; }
 }@media only screen and (max-width: 763px) { #cbusxRBwrPVCDso52iToy2oFo8hllZVD { width:12.5rem;height:1.875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4wF6Jo6B9pUWTgvDMTLMvaivfHn9JeZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhtafWyrrCogdNsNSPzhHFiV8urUNkU6 { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2yQNN9tdlmrMMDRwWbC28Vc2FQcdh3f { top:0rem;left:0rem;width:42.125rem;height:56.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH { display:block; }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvvvIwTEa2d7S5qoz2pCyfTvhZkRf9wL { top:5.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrf6NNgUrvWBN6XnhTtySHRZP9xGwWdo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZa18nCTlbD6e5KaDkX5MGrQCTsAnVwx { top:13rem;left:21.6875rem;width:26.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abL6vzxGJXXq7OgUEFtT8KSX7vTgFiTu { top:13rem;left:0rem;width:35rem;height:52.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIv7OvuWqLCmXL4Hk5bH07cMWkCcJk7F { top:39.625rem;left:21.6875rem;width:26.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCLckZFVwQTaENZaRGUMICdZa78Lc4eR { display:block; }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6oElMmU87X8MqeGnES00NyuqZy24WJs { top:5.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmO35udrToMrp9TiLDvFhpBOIybJcfsh { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS { display:block; }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4fuG9lt2pOIK3KUBQlaqrnmqlTnGbGK { top:0rem;left:0rem;width:21.25rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTI8qT3cEkbiwaSWwHbt74H5bovcNc6R { top:0rem;left:10.5rem;width:21.25rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9V6MuOTfU1e070U7TgS9qpS4kDTGFlx { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcVFxqOnRMIKDeGgsNPkiAV0CIJH0fec { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rirak0e6Zy8kS5zBvW39REvPd4uoAzdN { top:0rem;left:25.75rem;width:21.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nom8e5VIyRCax6ddb7zBKShcPMe361GK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUAt98p2q9LtXa6lqDDCaIeZ394LDWD6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPfbyu128VqIOdi0Hn7zc13dPo7GkBgs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I095npHNHLIahFKN9Q6vEQIarZccmVxM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV { display:block; }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMIU6boadgaFiubGMBrGMCuibE7Qxsa2 { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgOdRIXwK43GrTmbnww18nGzCnBvw2gB { width:12.9375rem;height:1.875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBMfXlTCwgLyQAqHME5FPzTiNDIVNrBM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuE0ve1tdFbM8tcC2Z67W9wV9dvVJ4OD { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWQ0QPv02I568SRNvtuKPD5IKGAhCRPu { display:block; }
 }@media only screen and (max-width: 763px) { #BHVBkODGA0ybIdSNF5HtNDerHlTs23Jh { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBSC7lk1EvJmIvnSyFcXNndHuXwu2VDM { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFxSh5RoR72RiQFTIZH8aCnCnLbfBSsh { top:1.5rem;left:20.3125rem;width:27.1875rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfs3SbTDTiSK160O96m1HkyEJdTtH6gV { top:3.875rem;left:22.875rem;width:24.5625rem;height:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo { display:block; }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGtF2KlPnxlc0iaKchzHQGakQJJlTx43 { top:28.625rem;left:23.875rem;width:20.4375rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1o3Ml9cLqW6IFPw5EI3DXXkhfnhPpX { top:16.3125rem;left:18.375rem;width:29.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHgHvkBf8dyqdwrX4ipUbyhSrovCgg7m { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5foswnXqlLbuHugM8004I12iKqW5fGK { top:0rem;left:0rem;width:34.8125rem;height:52.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu { display:block; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMNVrVMzzxsTsTRpV4hkOmhrwzA0sQ12 { top:2.5625rem;left:0.1875rem;width:23.5rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhUTyCKew6sKqdy5MV7SzsyTyuCTpEA { top:45.8125rem;left:0.1875rem;width:20.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuBT4ASpiLdnR6260S96gGlQepEEbdEy { top:40rem;left:0.1875rem;width:19.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWaDaNZhT8GbPT9voHVS6LTbKkcA9tPo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmbdTsNvKfavlW5w2isTuEZAbdmydsyH { top:2.5625rem;left:24.0625rem;width:23.5rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GuSxfiCsWUhcTGBT9dhl8US9HICr95 { top:45.8125rem;left:24.0625rem;width:20.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZMd2qbFR1kdBS0mQ9OsAwhQSO4toxfq { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOU8Ez8kLhRIIngcBv1v8pbUAGxOwkd8 { top:40rem;left:24.0625rem;width:19.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW793xDXbSPebqsTP6U8e4ca5vLTiM0b { display:block; }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhA6W080RHgWg0gH9syUMPvbJScZuz8q { top:6.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbIWDPcENvfRPRKW4Xlaaun2GST6XqLi { top:9.1875rem;left:0.75rem;width:46.25rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ZIBBSwTIo3sZDopySEckzdeIrozWux { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8vBoFlbCzVPzXyknRRHQbJ4qTpLDtWr { display:block; }
 }@media only screen and (max-width: 763px) { #IedTgpWq00vWtNZPcrn65ueNL304gTpF { display:block; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACMfhQ0krTEaiDt1fLWhUWMRMf6khrTE { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpJpsuxz3pnMn9UHhxU6PxZiJvF9cBib { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v70rBhNi38Bn7XSbQoN1Eukv1THcTGWS { width:2.75rem;height:2.75rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbJDwtteT4ZMBJMMtiMJbmPpCHEzpK5W { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZOu33tRBNuypQHnW7u5a4utMD0HawLB { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u54P5dtvw8KLplAhrvJezwe5TrGKvVaf { width:47.75rem;height:16.1875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTLRkUC3SZIGd1ifTT6xJGgDMrgwQ0V5 { width:2rem;height:2rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW6fpenTNki0Ro4MxVuAMcttggxKiT5d { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaCFGTJACCOJT3lep9BRomtVpUTBoBfM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtmaBzdErRvt0MTnJwrU2FvX3PnKU325 { width:2rem;height:2rem;top:30.5625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSmUQlwXHkWCCkSeOyhnNtobpEnQK8S { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6T2zdHPv0rEaBfrHTlDrRMnHo4DVcx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRror2txSwvLVMiAI3OhhVZzdByzQr2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTGtNvfOC4wqgOE2kyv4Rmf2za3NyOpl { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXghKbOwPTb8dyEWGnMRlpstkoBPyk6H { width:2rem;height:2rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqJJf0vzsk4fccHaLDzo2VIXpbzeE3rN { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlRMrweDb6JQx7tqtCiLJmGWST2gBtUO { width:2rem;height:2rem;top:43rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdIUgskXM29hcAhOobJHtIhQSAcXMqWh { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X36luIsy8RIwukGpa3uaprHTA3Bdl3ui { display:block; }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xym1u0r7BGuIA62GO47gipd6z4VA5rdX { top:11.1875rem;left:0rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBqFK7kTHthc73w6h1y5BzIsQ3nqAOe { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09gR5q5Suv3obGDiWuVD1hp7kTvytqc { width:15rem;height:0.5rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0pxTs0Fd830u47a6HWBuv9vDCD0pzDz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiOxg4H93sS8nREW8fBBmL8IZGIwOZy { top:11.0625rem;left:7.625rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhIHilpcTJ3fzJlTJxsFA3vp7AKGZniR { width:15rem;height:0.5rem;top:16.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNXxysxObCudIrmDFSitudaJmhPKOd7y { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrX7FgaLPXIUXA8IahZA8quVQtKGqUnE { top:11.0625rem;left:25.75rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCu2ThH6aLrweDRtkpw9DrukN1XO19z { width:15rem;height:0.5rem;top:16.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5OrcV7V3gRly3O7l4xyGrXBtQ5TuHGQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #py3WyNUU6gi9SLmpVAvTeNKFh6xx8NhR { top:11.0625rem;left:32.75rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTBAWJieT1HQdzZvisbzGOQPIO2o8PSe { width:15rem;height:0.5rem;top:16.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB8zIKimub1BNL7iSo7s0hgLqc7mcGrO { width:47.75rem;height:18.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRXaXM76334m27nrTdE2TJSo2ylBEBS { display:block; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEwDp3XTNibQndzkpaNTvMUOqN86oxci { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCHwksi3Co4Nl8E6IUEylTyuW6I8e5U7 { width:35rem;height:25.625rem;top:5.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKOqp2xdHIINqERreBLZZulekRM2QvA { top:14.3125rem;left:0rem;width:33.75rem;height:6.5625rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDzVJweRILWKlIKq64mPJvTTD5x2r8I3 { top:22.25rem;left:0rem;width:19rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-regular-label { display:block;width:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-textarea { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-button { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-checkbox-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX  { width:27.5625rem;height:auto;top:7.125rem;left:17.6875rem; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .radio-container { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX {display:block;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX { width:27.5625rem;height:16.9375rem;top:6.875rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #If2Vk5GbBe9lEny0eNm3l2O5LOMCHEil {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Xkz7r6AaRveL7KGamwhFUSza4uJKdIGd { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #PTymkpoUoStRxzX10d5kzwecidLgAlAh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tNEwnXx7rlwQf4BHi0LWxg47EQsiH1Uh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #E5wZ6OHAWxlKrGExGukXSEg1TXAlaO15 { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wwrTAT9Emw4NDacOc9pArmv07Cm37zAn {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #KfCpbb6yCpQ2Zex0LxQuF68mh8E98u7l {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Wkt62A0WkGVfPp6twQCQyotyRWUoarTH { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tZnnZbwzXho355wgNO0mIcgxiWzsyize {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wx6P91c8TwNkUhh8TtXgvV5TiTDnWDHh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #SlobeX7AgCmZx2k9PLMGAxaki0LTarQG { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #VKQGPSgWnSnwaihuazkRXq2cq51SWfSV {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #GzZ4uToXTTJ6TiOsSPIecodgmTE0bHdy {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #bBArrxTTu1ahwTH2p2AUVNCnhuvT4FlJ {  }
 }@media only screen and (max-width: 763px) { #X9AnTUlca25VaxdPViTFs601ztCf2NyL { top:26.3125rem;left:21.5rem;width:26.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 { display:block; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7s9OGMKb8Ba0iqmzd3He07sqWL3JdDq { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #AyFFXxhHbUK83LLERhh2bcx3vOlXqwdJ {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #T60ar7dPh71cteaghKstZTg9FVbudqvs {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #Oy23y5JPO2mlKB5doIrelVkofsTkBas7 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #So1GtVTc2antS6yoRvIka31rHmtDSGHb {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #NEavcFAcWDVTCF2RirqNON572n81Gyx9 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #sX7nLEWiF3WHTQi8r43mK2Ocl8qoF3S6 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #sRTiq2qVNGzSKJJdbeR4dSZl1kkxKuXL {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #RC2x4bJIgCROoUbhUqLHt8Jpzb57XWzW {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #T0ZPlwKmNTfx4NUJqMHP0hotqEX8SJcf {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #wWow2JHka2gAukCCC6gaabpCvUOGTdmH {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #LvlzM4baXV9kEGMCUJT9nSRNt0AgHGG0 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #D5A2xJybPP1dLWBw9SR5RQ5GsexUichM {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #GJsFrhyGNBa81HknTwsToK7cDWvDR3hH {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #cUpXn8ZMuCBoZQBsIxKRUEXMCIAVBCQU {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #hzTyuoO0b1hNBRXhIThA8uLsGerT5Zp1 {  }
 }@media only screen and (max-width: 763px) { #plgz6DBllVsoB6Od679kD6W6z6mCSR62 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddUE66Hdf2m9cHpAvsCIlgvrmpxwD0c7 { top:-0.0625rem;left:13.8125rem;width:33.9375rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Hd4h27e8PPelXam9TbeTii4emro1qv { display:block; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syKBnxZTIeaJbvPM3E1Pu8pv43M2RzaL { top:7rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbyhgM4N6TJsQNSTtwXHAqfRMvViXu1 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDTLTdxi5syS4AKHaiOKVUev6fqv3Z41 { width:1.5rem;height:1.5rem;top:6.625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHMDt2zimdkcKtoTVZlEq5bfdMokbvxV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iesFC4E4bQ9PlWdXZRvsrfMfdOu2kriI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZKVLbGMFfSA3MQIopieaaZLoq4aQ7Qk { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbKKWJT41aVauUdGpp4gdTUtwH6UgzC { width:1.5rem;height:1.5rem;top:12.6875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCRo4CTFqmc1daNl1VF4VkeMgFBnb0SE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aao3KkR3agqxyKi7uymwsoXBLRyoTv2M { width:1.5rem;height:1.5rem;top:6.625rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrRcbTMAExZLGJDpeKoVSD8lREkG96il { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ04tWXRkDdnNPlotEkm52XEyaDqBAha { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko { display:block; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuGQn9RyFq2JmKyqsV2O7hkKNaKqPLTW { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP3GEM5cvTwO8KeEZmQdGIvTzFrDu5wd { top:1.625rem;left:0rem;width:14.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nBVvHBwGK4KzCQMEdTFbset5DqHiePol { display:block; }#nBVvHBwGK4KzCQMEdTFbset5DqHiePol > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSBZsCZhLdpmVgINDUa19DM9NlqmsET3 { width:20rem;height:1.125rem;top:7.75rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nyd522KZ6fWLZcUHF0ofiPAGev8oTw2o { width:20rem;height:4.78125rem;top:16.6875rem;left:0rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRKUVdBKm7QgUksmx5HrbCddvgSy28ax { width:12.75rem;height:3.75rem;top:72.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkZLbemw0gQzGdr7bHACuP7ECkwgRpcW { display:block; }
 }@media only screen and (max-width: 763px) { #I3a2tn19TTtkIfeo4QhZfU6n3Ncgw89o { width:20rem;height:10rem;top:26.9375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KvkMWbvc7sQOtaXNpU6luosL49eSfzFy { width:10rem;height:3rem;top:24.375rem;left:5rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJmBZ8ZXbpaTNTw9D0S2EBUlVnGnpFmu { width:10rem;height:2.3999rem;top:27.375rem;left:5rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWBX1inwnkDH3TpAgJOXbRb2Dqqx7tOX { width:12.5rem;height:14.5625rem;top:23.8125rem;left:3.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ve79i6AVZOIQIcdgShZ5mZsBT6pVedVf { width:20rem;height:6.599625rem;top:9.4375rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVBPbCUVLtA1RS3ET0Zd4EfJRnF7df5v { display:flex;width:1.5rem;height:1.5rem;top:54.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T1EtT5cNoJ1fTBAWvDAgaT7LOwunL3G4 { width:10.3125rem;height:1.69970625rem;top:54.125rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7WTiJWm1EkB8KP8WMsOhvdirnpx6oqp { width:16.625rem;height:3.3994125rem;top:57rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OMLvFoky8aifZLHI0VTpiJQyLybZ3KgR { display:flex;width:1.5rem;height:1.5rem;top:57rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #esvX66GcBdLu5Gs3pXPI3TqJNQbrr7oM { width:16.5625rem;height:3.3994125rem;top:67.25rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NwJ0L6GhMXMcLT6cQM9naXU7Bu84aizo { width:18.0625rem;height:5.09911875rem;top:61.375rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qGbG7IHQQ2CD2cDN7CniIQ9ELGTIoUFh { display:flex;width:1.5rem;height:1.5rem;top:61.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PiJJhkxbNWfCZq52IdwDP4QudGFCrBsP { display:flex;width:1.5rem;height:1.5rem;top:67.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pAbWFIkW0kTrfy90n3aJi18FkCvqptzF { width:11.3125rem;height:3.1875rem;top:2.5625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZzu6waBRE6VgnXKT80TOa725GlS1WSM { width:8.25rem;height:23.8125rem;top:29.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNSwBroqu74vEa6suEbDtx7rxWSu2qfc { width:4.875rem;height:23.1875rem;top:29.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 { display:block; }#V7K7xEfbSHS2wCXQWTGpK4xkMV39AK44 > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT5Fe3DnhQmPq7dmsrRblbBCmKCycvpn { width:20rem;height:25.495625rem;top:10.625rem;left:0rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #RHQEvlOrspKfb7DJJ1PhiP3UCB7Fk2iR { width:20rem;height:1.19970625rem;top:6.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnZovxvIpIx2bAHam0D5NFvfeWu0UV6I { width:20rem;height:3.3994125rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vayH8kJAlLXFih4IDNTQ1ECrOBcbgwBx { width:17.5rem;height:2.125rem;top:38.3125rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPGTP9oAlDvSZdFnk3Mhek6bAea08Rcc { width:13.0625rem;height:4.5rem;top:41.25rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Klh4pDEXA1tOHbxqRT8Vr56L2T2x6Btu { display:flex;width:1.5rem;height:1.5rem;top:38.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QNZ6JaaJVUuTaXpAWWqGDEDE7r4C9e1v { width:20rem;height:30.90575rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA { display:block; }#MwAhr18Iw9EEBRO89VI4E09dzlKN5oVA > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbbAuoDb9VIsxnQWOSvxOKqhyTVAZ4iv { width:16.25rem;height:1.3808625rem;top:8.10107421875rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSxmXLWtWo0xo1ePosaf4KTeV8x9iiZ { width:16.25rem;height:8.999rem;top:9.48193359375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEfbLgfUK6rlCZOC2TBZ50NacXtSr3dQ { width:20rem;height:30.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpIaVb1br5UIrfKiR0AP5CRVhNI1TTz7 { width:16.25rem;height:3.3994125rem;top:18.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTSmwkMF5yontNThE8OIFmSyaceBXchP { width:20rem;height:13.9375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKn8PTSVqnFE3rvoVFTRTU2J9ipfTMWl { display:flex;width:2.125rem;height:2.125rem;top:32.6875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #eqB7OBWyTtS3o3XNBZxArbnK9HTgb2Au { display:flex;width:2.125rem;height:2.125rem;top:46.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #T8uPeLVnvOc1JNufFMv6bCPvJmBOATpy { display:flex;width:2.125rem;height:2.125rem;top:59.1875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #BDxZ4id3IAy8qrMNabsrxWAXMLMJt1zi { width:14.0625rem;height:5.09911875rem;top:36.5625rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E6BKzspankKGZRth2PG7OuDTuq3m3wuP { width:15rem;height:3rem;top:32.6875rem;left:3.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xyQOQ7lC0KaNQ8UWnzG1gTConT3LLXxU { width:13.5rem;height:3rem;top:46.625rem;left:4.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u7yi6cxZRaZE59FEMhRePQz08sgaMAKd { width:15.75rem;height:5.09911875rem;top:50.5rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tRkOAZFVQWa2k7ATDUu2vORTbgPTX1eQ { width:15rem;height:3rem;top:59.1875rem;left:3.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #piNW2S94aaReu5MyAZ0IdQBt0A452rSK { width:15.125rem;height:8.4985625rem;top:62.8759765625rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mWnJMHS3gtqLGTPt009nuZ4extASRQPm { width:15rem;height:3rem;top:75.2978515625rem;left:3.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTwODbC0Ct5bC2ksF9MzQfH46dK8bBgH { width:15rem;height:3.3994125rem;top:78.8603515625rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CfHpXuGaHF5MTHTkaGKwXkSAPCDmomCB { width:20rem;height:15.8125rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipp38nQbFbb5VFnTrN9ZHCiRnEbImvf9 { display:flex;width:2.125rem;height:2.125rem;top:75.2978515625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ { display:block; }#S5ymg63oZMgw9ttxr7wLTcZ8isTTZDaJ > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bn7xBSNdOakXxblPDneGcgIKOk6dA4Ci { width:16.0625rem;height:9.75rem;top:2.625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7PqWVK269ETlShHKbCrgel25nTQpMX { width:16.375rem;height:8.4985625rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1PZXSA3cPAmmTnesXAl01cu1lQMS8Cq { width:12.75rem;height:3.75rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #worb8BbRe7lhyFPfwGGrhNGXbWHzaTic { display:block; }
 }@media only screen and (max-width: 763px) { #cbusxRBwrPVCDso52iToy2oFo8hllZVD { width:12.5rem;height:1.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4wF6Jo6B9pUWTgvDMTLMvaivfHn9JeZ { width:12.8125rem;height:1.2749rem;top:0.3125rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LhtafWyrrCogdNsNSPzhHFiV8urUNkU6 { width:9.9375rem;height:2.75rem;top:9.5625rem;left:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2yQNN9tdlmrMMDRwWbC28Vc2FQcdh3f { width:19.0625rem;height:25.5625rem;top:28.63427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH { display:block; }#q5gRvPxw6nao8RkdIa2CoMrm5vaw9ifH > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvvvIwTEa2d7S5qoz2pCyfTvhZkRf9wL { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrf6NNgUrvWBN6XnhTtySHRZP9xGwWdo { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZa18nCTlbD6e5KaDkX5MGrQCTsAnVwx { width:20rem;height:20rem;top:39.5703375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abL6vzxGJXXq7OgUEFtT8KSX7vTgFiTu { width:20rem;height:30.071428571429rem;top:8.249025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIv7OvuWqLCmXL4Hk5bH07cMWkCcJk7F { width:20rem;height:20rem;top:60.8203375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCLckZFVwQTaENZaRGUMICdZa78Lc4eR { display:block; }#sCLckZFVwQTaENZaRGUMICdZa78Lc4eR > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6oElMmU87X8MqeGnES00NyuqZy24WJs { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmO35udrToMrp9TiLDvFhpBOIybJcfsh { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS { display:block; }#nAvATEVqOycTKbb7zVx2ddmxcxvvxsTS > .row .container { width:20rem;height:136.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4fuG9lt2pOIK3KUBQlaqrnmqlTnGbGK { width:18.75rem;height:28.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTI8qT3cEkbiwaSWwHbt74H5bovcNc6R { width:18.75rem;height:28.125rem;top:45.8232421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9V6MuOTfU1e070U7TgS9qpS4kDTGFlx { width:18.5625rem;height:4.5rem;top:29.375rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XcVFxqOnRMIKDeGgsNPkiAV0CIJH0fec { width:18.0625rem;height:8.4985625rem;top:34.9375rem;left:0.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rirak0e6Zy8kS5zBvW39REvPd4uoAzdN { width:18.6875rem;height:27.4375rem;top:90.2724609375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nom8e5VIyRCax6ddb7zBKShcPMe361GK { width:18.5625rem;height:4.5rem;top:75.9375rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUAt98p2q9LtXa6lqDDCaIeZ394LDWD6 { width:18.0625rem;height:6.7988125rem;top:81.1875rem;left:0.78125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pPfbyu128VqIOdi0Hn7zc13dPo7GkBgs { width:18.0625rem;height:8.4985625rem;top:124.5625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I095npHNHLIahFKN9Q6vEQIarZccmVxM { width:18.5625rem;height:4.5rem;top:119.0625rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV { display:block; }#WOGtyIoAbVQZUK3tumfIGOMZFQ4G9VwV > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMIU6boadgaFiubGMBrGMCuibE7Qxsa2 { width:19rem;height:6.7988125rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgOdRIXwK43GrTmbnww18nGzCnBvw2gB { width:12.5rem;height:1.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBMfXlTCwgLyQAqHME5FPzTiNDIVNrBM { width:9.9375rem;height:1.2749rem;top:2.3125rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuE0ve1tdFbM8tcC2Z67W9wV9dvVJ4OD { width:12.75rem;height:3.75rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWQ0QPv02I568SRNvtuKPD5IKGAhCRPu { display:block; }
 }@media only screen and (max-width: 763px) { #BHVBkODGA0ybIdSNF5HtNDerHlTs23Jh { width:20rem;height:7.9496875rem;top:4.6875rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBSC7lk1EvJmIvnSyFcXNndHuXwu2VDM { width:20rem;height:1.5rem;top:13.63671875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFxSh5RoR72RiQFTIZH8aCnCnLbfBSsh { width:11.3125rem;height:18.875rem;top:29.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfs3SbTDTiSK160O96m1HkyEJdTtH6gV { width:10.125rem;height:17.875rem;top:30.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo { display:block; }#xIs6n7iQZMRgmEyXRviTqSHAloZNHeuo > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGtF2KlPnxlc0iaKchzHQGakQJJlTx43 { width:20rem;height:10.198225rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1o3Ml9cLqW6IFPw5EI3DXXkhfnhPpX { width:20rem;height:1.69970625rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHgHvkBf8dyqdwrX4ipUbyhSrovCgg7m { width:20rem;height:5.3994125rem;top:5.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5foswnXqlLbuHugM8004I12iKqW5fGK { width:20rem;height:30.03225rem;top:20.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu { display:block; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMNVrVMzzxsTsTRpV4hkOmhrwzA0sQ12 { width:20rem;height:30.1059375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhUTyCKew6sKqdy5MV7SzsyTyuCTpEA { width:20rem;height:5.09911875rem;top:37.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuBT4ASpiLdnR6260S96gGlQepEEbdEy { width:19.4375rem;height:1.69970625rem;top:31.125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWaDaNZhT8GbPT9voHVS6LTbKkcA9tPo { width:20rem;height:1.79980625rem;top:34.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmbdTsNvKfavlW5w2isTuEZAbdmydsyH { width:20rem;height:30.106382978723rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GuSxfiCsWUhcTGBT9dhl8US9HICr95 { width:20rem;height:5.09911875rem;top:80.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZMd2qbFR1kdBS0mQ9OsAwhQSO4toxfq { width:20rem;height:1.79980625rem;top:77.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOU8Ez8kLhRIIngcBv1v8pbUAGxOwkd8 { width:19.4375rem;height:1.69970625rem;top:74.8125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW793xDXbSPebqsTP6U8e4ca5vLTiM0b { display:block; }#wW793xDXbSPebqsTP6U8e4ca5vLTiM0b > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhA6W080RHgWg0gH9syUMPvbJScZuz8q { width:20rem;height:9.4496875rem;top:5rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #AbIWDPcENvfRPRKW4Xlaaun2GST6XqLi { width:20rem;height:5.736325rem;top:15.0625rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #m9ZIBBSwTIo3sZDopySEckzdeIrozWux { width:12.75rem;height:3.75rem;top:22.0625rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #A8vBoFlbCzVPzXyknRRHQbJ4qTpLDtWr { display:block; }
 }@media only screen and (max-width: 763px) { #IedTgpWq00vWtNZPcrn65ueNL304gTpF { display:block; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACMfhQ0krTEaiDt1fLWhUWMRMf6khrTE { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpJpsuxz3pnMn9UHhxU6PxZiJvF9cBib { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v70rBhNi38Bn7XSbQoN1Eukv1THcTGWS { display:flex;width:2.75rem;height:2.75rem;top:11.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UbJDwtteT4ZMBJMMtiMJbmPpCHEzpK5W { width:17.5rem;height:15.2988125rem;top:13.875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vZOu33tRBNuypQHnW7u5a4utMD0HawLB { width:17.5rem;height:1.48730625rem;top:29.7978515625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u54P5dtvw8KLplAhrvJezwe5TrGKvVaf { width:20rem;height:26.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTLRkUC3SZIGd1ifTT6xJGgDMrgwQ0V5 { display:flex;width:2rem;height:2rem;top:36.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bW6fpenTNki0Ro4MxVuAMcttggxKiT5d { width:20rem;height:5.736325rem;top:39.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NaCFGTJACCOJT3lep9BRomtVpUTBoBfM { width:20rem;height:1.69970625rem;top:47.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WtmaBzdErRvt0MTnJwrU2FvX3PnKU325 { display:flex;width:2rem;height:2rem;top:52.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TUSmUQlwXHkWCCkSeOyhnNtobpEnQK8S { width:20rem;height:5.736325rem;top:54.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6T2zdHPv0rEaBfrHTlDrRMnHo4DVcx { width:20rem;height:1.48730625rem;top:63.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #buRror2txSwvLVMiAI3OhhVZzdByzQr2 { width:20rem;height:7.6484375rem;top:70.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTGtNvfOC4wqgOE2kyv4Rmf2za3NyOpl { width:20rem;height:1.48730625rem;top:78.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXghKbOwPTb8dyEWGnMRlpstkoBPyk6H { display:flex;width:2rem;height:2rem;top:67.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vqJJf0vzsk4fccHaLDzo2VIXpbzeE3rN { width:20rem;height:7.6484375rem;top:84.36230625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlRMrweDb6JQx7tqtCiLJmGWST2gBtUO { display:flex;width:2rem;height:2rem;top:81.9873046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JdIUgskXM29hcAhOobJHtIhQSAcXMqWh { width:20rem;height:1.48730625rem;top:93.26074375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X36luIsy8RIwukGpa3uaprHTA3Bdl3ui { display:block; }#X36luIsy8RIwukGpa3uaprHTA3Bdl3ui > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xym1u0r7BGuIA62GO47gipd6z4VA5rdX { width:16.25rem;height:4.6499rem;top:1.25rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBqFK7kTHthc73w6h1y5BzIsQ3nqAOe { width:16.25rem;height:1.125rem;top:7.625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N09gR5q5Suv3obGDiWuVD1hp7kTvytqc { width:16.25rem;height:0.5rem;top:6.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0pxTs0Fd830u47a6HWBuv9vDCD0pzDz { width:16.25rem;height:1.125rem;top:17.8125rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPiOxg4H93sS8nREW8fBBmL8IZGIwOZy { width:16.25rem;height:4.6499rem;top:11.4375rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhIHilpcTJ3fzJlTJxsFA3vp7AKGZniR { width:16.25rem;height:0.5rem;top:16.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNXxysxObCudIrmDFSitudaJmhPKOd7y { width:16.25rem;height:1.125rem;top:28rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xrX7FgaLPXIUXA8IahZA8quVQtKGqUnE { width:16.25rem;height:4.6499rem;top:21.625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCu2ThH6aLrweDRtkpw9DrukN1XO19z { width:16.25rem;height:0.5rem;top:26.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5OrcV7V3gRly3O7l4xyGrXBtQ5TuHGQ { width:16.25rem;height:1.125rem;top:38.1875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #py3WyNUU6gi9SLmpVAvTeNKFh6xx8NhR { width:16.25rem;height:4.6499rem;top:31.8125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTBAWJieT1HQdzZvisbzGOQPIO2o8PSe { width:16.25rem;height:0.5rem;top:37.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB8zIKimub1BNL7iSo7s0hgLqc7mcGrO { width:20rem;height:43.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRXaXM76334m27nrTdE2TJSo2ylBEBS { display:block; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEwDp3XTNibQndzkpaNTvMUOqN86oxci { width:17.5rem;height:1.57470625rem;top:2.625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCHwksi3Co4Nl8E6IUEylTyuW6I8e5U7 { width:20rem;height:25.625rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKOqp2xdHIINqERreBLZZulekRM2QvA { width:20rem;height:3.1494125rem;top:4.75rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDzVJweRILWKlIKq64mPJvTTD5x2r8I3 { width:16.8125rem;height:3.3994125rem;top:9.0625rem;left:1.59375rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX  { width:17.5rem;height:auto;top:42.625rem;left:0rem; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX {display:block;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX { width:17.5rem;height:16.9375rem;top:15.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #If2Vk5GbBe9lEny0eNm3l2O5LOMCHEil {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Xkz7r6AaRveL7KGamwhFUSza4uJKdIGd { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #PTymkpoUoStRxzX10d5kzwecidLgAlAh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tNEwnXx7rlwQf4BHi0LWxg47EQsiH1Uh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #E5wZ6OHAWxlKrGExGukXSEg1TXAlaO15 { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wwrTAT9Emw4NDacOc9pArmv07Cm37zAn {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #KfCpbb6yCpQ2Zex0LxQuF68mh8E98u7l {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Wkt62A0WkGVfPp6twQCQyotyRWUoarTH { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tZnnZbwzXho355wgNO0mIcgxiWzsyize {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wx6P91c8TwNkUhh8TtXgvV5TiTDnWDHh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #SlobeX7AgCmZx2k9PLMGAxaki0LTarQG { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #VKQGPSgWnSnwaihuazkRXq2cq51SWfSV {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #GzZ4uToXTTJ6TiOsSPIecodgmTE0bHdy {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #bBArrxTTu1ahwTH2p2AUVNCnhuvT4FlJ {  }
 }@media only screen and (max-width: 763px) { #X9AnTUlca25VaxdPViTFs601ztCf2NyL { width:15.0625rem;height:2.5996125rem;top:35.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 { display:block; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7s9OGMKb8Ba0iqmzd3He07sqWL3JdDq { width:20rem;height:3.3994125rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-desc-text { font-size:0.875rem;height:auto; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT { display:flex;height:auto;width:20rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #AyFFXxhHbUK83LLERhh2bcx3vOlXqwdJ {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #T60ar7dPh71cteaghKstZTg9FVbudqvs {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #Oy23y5JPO2mlKB5doIrelVkofsTkBas7 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #So1GtVTc2antS6yoRvIka31rHmtDSGHb {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #NEavcFAcWDVTCF2RirqNON572n81Gyx9 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #sX7nLEWiF3WHTQi8r43mK2Ocl8qoF3S6 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #sRTiq2qVNGzSKJJdbeR4dSZl1kkxKuXL {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #RC2x4bJIgCROoUbhUqLHt8Jpzb57XWzW {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #T0ZPlwKmNTfx4NUJqMHP0hotqEX8SJcf {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #wWow2JHka2gAukCCC6gaabpCvUOGTdmH {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #LvlzM4baXV9kEGMCUJT9nSRNt0AgHGG0 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #D5A2xJybPP1dLWBw9SR5RQ5GsexUichM {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #GJsFrhyGNBa81HknTwsToK7cDWvDR3hH {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #cUpXn8ZMuCBoZQBsIxKRUEXMCIAVBCQU {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #hzTyuoO0b1hNBRXhIThA8uLsGerT5Zp1 {  }
 }@media only screen and (max-width: 763px) { #plgz6DBllVsoB6Od679kD6W6z6mCSR62 { width:20rem;height:1.75rem;top:2.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddUE66Hdf2m9cHpAvsCIlgvrmpxwD0c7 { width:20rem;height:22.5625rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Hd4h27e8PPelXam9TbeTii4emro1qv { display:block; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syKBnxZTIeaJbvPM3E1Pu8pv43M2RzaL { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbyhgM4N6TJsQNSTtwXHAqfRMvViXu1 { width:20rem;height:6rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDTLTdxi5syS4AKHaiOKVUev6fqv3Z41 { display:flex;width:1.5rem;height:1.5rem;top:12.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MHMDt2zimdkcKtoTVZlEq5bfdMokbvxV { width:20rem;height:2.125rem;top:14.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iesFC4E4bQ9PlWdXZRvsrfMfdOu2kriI { width:15.3125rem;height:1.9121125rem;top:12.0625rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PZKVLbGMFfSA3MQIopieaaZLoq4aQ7Qk { width:20rem;height:2.125rem;top:21.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDbKKWJT41aVauUdGpp4gdTUtwH6UgzC { display:flex;width:1.5rem;height:1.5rem;top:19rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WCRo4CTFqmc1daNl1VF4VkeMgFBnb0SE { width:15.3125rem;height:1.9121125rem;top:18.8125rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Aao3KkR3agqxyKi7uymwsoXBLRyoTv2M { display:flex;width:1.5rem;height:1.5rem;top:25.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FrRcbTMAExZLGJDpeKoVSD8lREkG96il { width:20rem;height:5.25rem;top:28.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJ04tWXRkDdnNPlotEkm52XEyaDqBAha { width:15.3125rem;height:1.9121125rem;top:25.75rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko { display:block; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuGQn9RyFq2JmKyqsV2O7hkKNaKqPLTW { width:16.875rem;height:3.3994125rem;top:2.75rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HP3GEM5cvTwO8KeEZmQdGIvTzFrDu5wd { width:10rem;height:2.8125rem;top:8.33642578125rem;left:5rem;display:block; }
 }