.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(26,21,66,0.9);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container { background-color: transparent; background-image: none; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container > .video-iframe-container { display: none; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row > .video-iframe-container { display: none; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .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); }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container { border-width: 0; border-radius: 0; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#JRXJF0tlkBP8H7awXrfJcsxHFCVVtitV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:0.5rem;left:8.875rem;display:block; }
#BQwSq7acQdD52R5TST513W16U79T6U8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Pvc3G53QTNmwHUiLeGROTmWoC2eQtJQx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:0.5rem;left:17.375rem;display:block; }
#dN72Z5Sdsc9lZXZA4JdO7pqz6Kk11CMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HTfusdF7i6dFUa0bBTLblDkrAyVanqJP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:0.5rem;left:24.6875rem;display:block; }
#EMVF7a5FT87ZucwWCQ10Rs8fbRJ5rGNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s7Xyx7lXmMaaAT1XGRQTv85ZH7OhNMAr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0.5rem;left:29.75rem;display:none; }
#msS71Bp3Ko87HsU18EC5wonkfrgZKMO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TAC5B7viT2OpWWNmOdDLTsgpiWReMb3w { background-color:#8a299a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(138,41,154,0.79) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:4.375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:0rem;left:65.1875rem;display:block; }
#FzfZ8klnqAOkpQqw3ugxP3RxZB2RihB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZsFxyTLMpyO4yihkpItOMPpDHoREkRF7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:0.46875rem;left:29.812501907349rem;display:block; }
#l4kPUkMGlTT0nKZ31pp3PNpnthx9UBrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ukMXSxESBvasHgX9W9WOxbyRguFvD1fx { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:7.0625rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#I1Kxp40xRuCgAlr1eM6UmfDQT3clhsk0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(26,21,66,0.9);background-image:none;position:relative;z-index:auto;display:none; }#I1Kxp40xRuCgAlr1eM6UmfDQT3clhsk0 > .row .container { border-width: 0; border-radius: 0; }#I1Kxp40xRuCgAlr1eM6UmfDQT3clhsk0 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#mKqXOiEFioDUtphI5BJIyTa3uFyy2PKZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:0.5rem;left:34.5rem;display:block; }
#e8nKFCovVKPep2LmReN0ZzbgP6sOi3Tv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yMGrA3SLJb86go9CAGhsgQMaxTKiG69J { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:0.5rem;left:43rem;display:block; }
#VzhEHoJ9HC5fhFRhlV7L0lroCSRo1DyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RN1WPUiVUdpriTW9CfeSELNpn5415ksF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:0.5rem;left:50.375rem;display:block; }
#mp1MT16A6NlFmgXpPP71ViBZx6pRUdB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B2Zvvm95wXTT4pTRv0yoMxIpiFsUy1CG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:0.46875rem;left:61.8125rem;display:block; }
#dODKroQc0XCaDV0pA57Ty6eJZz06P8a7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J4il9GfDW5Nzr6EnrMIWgDP5Jl44vZ4f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100000;display:none; }
#AcAlUiAyo329gct1We5MncuMViMFarMQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0.46875rem;left:55.5rem;display:none; }
#iFC9LKMwkG6FXRovNckGPElWE46D92Rr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NkRAQUFVdCNKkIw0qE32Pi96oow0vmO7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#L88fBl21XVQZTHc5wm8UXRcFgJvp52rW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.0625rem;width:75rem;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #1a1542);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #1a1542);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #1a1542);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #1a1542);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a1542' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a1542' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #1a1542);background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#eLuiXESDh6gNXs1wsy0rWOMz2TMvPI91 { color:#ffffff;display:block;width:61.4371875rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:11.624349594116rem;left:6.7811422348025rem;height:17.794625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pr7u82nwTXADD29cB8tITS5Lp5kJvA5t { color:#ffffff;display:block;width:40.1248125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:25rem;left:17.4375rem;height:6.29991875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qxDuIBdcNJB5wbdT73VJnB3LbHDM5UCo { box-sizing:content-box;color:#a222ac;font-size:4.9375rem;font-weight:400;line-height:1;height:7.1245625rem;width:7.1245625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 1.5625rem #a222ac;display:block;z-index:100007;top:36rem;left:33.9375rem;display:block; }
#DcMdzwwgEBuDVcpT8fWwTizad239nx6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1542;background-image:none;position:relative;display:block; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container { background-color: transparent; background-image: none; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container > .video-iframe-container { display: none; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row > .video-iframe-container { display: none; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .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); }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container { border-width: 0; border-radius: 0; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#I1m4lTrG6vQE4IlMx7gDnWppqRCGKrJK { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.7;letter-spacing:0;top:10.1875rem;left:0rem;height:28.6865625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zrAtiQU776w5QqBsNTT72OAuJr8yoJw2 { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #a222ac;top:5.8125rem;left:0rem;height:2.59928125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#skik0Fry3wF0DVBN5OB8QWJlxubkRHQ8 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.8125rem;width:40.75rem;top:5.7812504768372rem;left:34.249674797058rem;display:block; }
#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1542;background-image:none;position:relative;display:block; }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z > .row .container { background-color: transparent; background-image: none; }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z > .row .container > .video-iframe-container { display: none; }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z > .row > .video-iframe-container { display: none; }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z > .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); }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z > .row .container { border-width: 0; border-radius: 0; }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#zJbxwHALzBG8iMzFI1LLARXhxeTXSilr { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.8125rem;width:40.625rem;top:4.25rem;left:0rem;display:block; }
#GrWKW7Auqylq1JJJwzqCToa1hVmR4teZ { color:#ffffff;display:block;width:23.9995625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #a222ac;top:5.0625rem;left:44.375rem;height:2.59928125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tmy3RkWq5tWGGqKBkztyVbEBrKm88UpI { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.7;letter-spacing:0;top:9.0625rem;left:44.375rem;height:17.2119375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1542;background-image:none;position:relative;display:block; }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC > .row .container { background-color: transparent; background-image: none; }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC > .row .container > .video-iframe-container { display: none; }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC > .row > .video-iframe-container { display: none; }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC > .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); }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC > .row .container { border-width: 0; border-radius: 0; }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#a4IRd7LBEV4mWArBoehpqNohswxVxJ9B { color:#ffffff;display:block;width:58.2498125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem #8a299a;top:4.6115493774414rem;left:8.3745660781863rem;height:5.525175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a1542, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #1a1542, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #1a1542, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #1a1542, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1542', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1542', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #1a1542, rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { background-color: transparent; background-image: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container > .video-iframe-container { display: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row > .video-iframe-container { display: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .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); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { border-width: 0; border-radius: 0; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#GtZJSafPZR0MF2RVQ6TTBke5vNyMm0bP { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:3.1875rem;height:5.525175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LLEaAHxmXJ8Qa2bTodZeFowaOml0XPAk { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:22.25rem;left:3.1875rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-form-header {  }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-regular-label { height:auto;display:none;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:26.75rem;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; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(255,255,255,0.9);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;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:26.75rem;box-sizing:border-box;height:3.125rem;color:#1a1542;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(255,255,255,0.9);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;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:26.75rem;box-sizing:border-box;height:4.375rem;color:#1a1542;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .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; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .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:rgba(162,34,172,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:26.75rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT [class*="-text"]:-moz-placeholder { color:#1a1542;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT [class*="-text"]::-moz-placeholder { color:#1a1542;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT [class*="-text"]:-ms-input-placeholder { color:#1a1542;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT [class*="-text"]::-webkit-input-placeholder { color:#1a1542;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:25.5rem;overflow:hidden;font-style:normal; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .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; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-container:first-of-type{padding-top:0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-container:last-of-type{padding-bottom:0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:13.75rem;left:45.125rem; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.75rem;display:block;vertical-align:top; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT {display:block;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:13.75rem;left:45.125rem; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #eJEMtSHQlT5AFXeqcuAxvLQJOtII0C5d { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #cD9TBkJFbxD4CunDZGKLqdsuqIfdR8bQ { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #x0XWdcCIOHziF8udngMMlT8D3JQoTZ9W { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #V8sUd7TeiITFDf4nhMkfrsoa7dxT3JPu { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #Cok16ZfFK9Vmlau8xcXWuEPHS29lVpld { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #LBENtfedeT3R8TG8ntoLLmKO2B96XdkV { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #kcmGJ4C1qgOvT2XX20tK5Xv8t94eLEky { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #EWSFTbibw0DHBzxyCf7ygqLhT5qWpcWm { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #FEZ2HH5kpNHfKsKd8OOxhpm9t7Xl13Gh { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #gllXKuviSu9HFGlzq8H51uUDnTCMibfP { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #dpOl7of3k9G1X4ARBvxAGRkMTTZkIkqT { position:relative;z-index:2; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #RkuoiUflwpHGh1tHuG5RNot05wuTu6kk { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #JC1FNeLbVfrT4qtkNcx0SHO4Rl4ZNXHR { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #qXSbB09EA9h7ce6gcsfUs0MP161iBpJs { position:relative; }
#VMxvoPn6S9Ua5KJ6HWa2SQFR2sKCsSJZ { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem #8a299a;top:5.0625rem;left:16.875rem;height:5.525175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I3Opqy9xqXNLFw2z1nuBFdwwk2RZsNot { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:27.4375rem;left:6.625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZRTMLUv84MmAbUCa4BkCioPerNbeIFax { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:30.25rem;left:6.625rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hT99rqnXR8nadVRXqzDukOaNlWMlRGPi { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:27.255859375rem;left:3.1875rem;display:block; }
#N8ffVpZL2s9PTD20Tk1cK9JGtABc0E9o { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:30.068359375rem;left:3.1875rem;display:block; }
#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161235;background-image:none;position:relative;display:block; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container { background-color: transparent; background-image: none; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container > .video-iframe-container { display: none; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row > .video-iframe-container { display: none; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .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); }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container { border-width: 0; border-radius: 0; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#eRTLISoJ2yqtWT9O6Idccy8RionO90NO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.074764251709rem;left:0rem;height:0.97439375rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JRXJF0tlkBP8H7awXrfJcsxHFCVVtitV { width:7.3123125rem;height:2.87489375rem;top:0.749783039093rem;left:7.0621751546863rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQwSq7acQdD52R5TST513W16U79T6U8n { display:block; }
 }@media only screen and (max-width: 1199px) { #Pvc3G53QTNmwHUiLeGROTmWoC2eQtJQx { width:6.312375rem;height:2.87489375rem;top:0.749783039093rem;left:14.374457716942rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dN72Z5Sdsc9lZXZA4JdO7pqz6Kk11CMi { display:block; }
 }@media only screen and (max-width: 1199px) { #HTfusdF7i6dFUa0bBTLblDkrAyVanqJP { width:5.12478125rem;height:2.875rem;top:0.749783039093rem;left:20.686308264732rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EMVF7a5FT87ZucwWCQ10Rs8fbRJ5rGNg { display:block; }
 }@media only screen and (max-width: 1199px) { #s7Xyx7lXmMaaAT1XGRQTv85ZH7OhNMAr { width:6.4371875rem;height:2.875rem;top:0.749783039093rem;left:25.810005545616rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msS71Bp3Ko87HsU18EC5wonkfrgZKMO8 { display:block; }
 }@media only screen and (max-width: 1199px) { #TAC5B7viT2OpWWNmOdDLTsgpiWReMb3w { width:7.5625rem;height:4.375rem;top:0rem;left:40.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzfZ8klnqAOkpQqw3ugxP3RxZB2RihB3 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZsFxyTLMpyO4yihkpItOMPpDHoREkRF7 { width:5.43728125rem;height:2.875rem;top:0.749783039093rem;left:32.247181296349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4kPUkMGlTT0nKZ31pp3PNpnthx9UBrg { display:block; }
 }@media only screen and (max-width: 1199px) { #ukMXSxESBvasHgX9W9WOxbyRguFvD1fx { width:7.0625rem;height:1.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I1Kxp40xRuCgAlr1eM6UmfDQT3clhsk0 { display:none; }#I1Kxp40xRuCgAlr1eM6UmfDQT3clhsk0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mKqXOiEFioDUtphI5BJIyTa3uFyy2PKZ { width:8.5625rem;height:3.4375rem;top:0.5rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8nKFCovVKPep2LmReN0ZzbgP6sOi3Tv { display:block; }
 }@media only screen and (max-width: 1199px) { #yMGrA3SLJb86go9CAGhsgQMaxTKiG69J { width:7.375rem;height:3.4375rem;top:0.5rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VzhEHoJ9HC5fhFRhlV7L0lroCSRo1DyL { display:block; }
 }@media only screen and (max-width: 1199px) { #RN1WPUiVUdpriTW9CfeSELNpn5415ksF { width:5.125rem;height:3.4375rem;top:0.5rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mp1MT16A6NlFmgXpPP71ViBZx6pRUdB8 { display:block; }
 }@media only screen and (max-width: 1199px) { #B2Zvvm95wXTT4pTRv0yoMxIpiFsUy1CG { width:5.6875rem;height:3.4375rem;top:0.4375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dODKroQc0XCaDV0pA57Ty6eJZz06P8a7 { display:block; }
 }@media only screen and (max-width: 1199px) { #J4il9GfDW5Nzr6EnrMIWgDP5Jl44vZ4f { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AcAlUiAyo329gct1We5MncuMViMFarMQ { width:6.4375rem;height:3.4375rem;top:0rem;left:41.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iFC9LKMwkG6FXRovNckGPElWE46D92Rr { display:block; }
 }@media only screen and (max-width: 1199px) { #NkRAQUFVdCNKkIw0qE32Pi96oow0vmO7 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #L88fBl21XVQZTHc5wm8UXRcFgJvp52rW { width:47.75rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eLuiXESDh6gNXs1wsy0rWOMz2TMvPI91 { width:47.75rem;height:8.6121875rem;top:11.5625rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pr7u82nwTXADD29cB8tITS5Lp5kJvA5t { width:40.062375rem;height:6.36241875rem;top:21.749675750733rem;left:3.8427737951279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxDuIBdcNJB5wbdT73VJnB3LbHDM5UCo { width:7.0625rem;height:7.0625rem;top:36rem;left:20.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DcMdzwwgEBuDVcpT8fWwTizad239nx6J { display:block; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container { width:47.75rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I1m4lTrG6vQE4IlMx7gDnWppqRCGKrJK { width:21.8125rem;height:10.41338125rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrAtiQU776w5QqBsNTT72OAuJr8yoJw2 { width:29.375rem;height:2.59928125rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skik0Fry3wF0DVBN5OB8QWJlxubkRHQ8 { width:40.75rem;height:22.8125rem;top:5.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZHDTPmAvBRaOsN5iCLeay2oP90uE48z { display:block; }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zJbxwHALzBG8iMzFI1LLARXhxeTXSilr { width:40.625rem;height:22.8125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GrWKW7Auqylq1JJJwzqCToa1hVmR4teZ { width:29.375rem;height:2.59928125rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tmy3RkWq5tWGGqKBkztyVbEBrKm88UpI { width:21.8125rem;height:10.41338125rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hLOlNr0bOUhMD3hiM427FsHChBXLZqNC { display:block; }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a4IRd7LBEV4mWArBoehpqNohswxVxJ9B { width:47.7495625rem;height:3.41145625rem;top:3.4369583129883rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ { display:block; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GtZJSafPZR0MF2RVQ6TTBke5vNyMm0bP { width:20rem;height:4.224175rem;top:12.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LLEaAHxmXJ8Qa2bTodZeFowaOml0XPAk { width:20.8121875rem;height:4.874675rem;top:17.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-regular-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-textarea { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-button { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-checkbox-label { width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT  { width:23.5rem;height:auto;top:10.5rem;left:21.5625rem; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .radio-container { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT {display:block;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT { width:23.5rem;height:auto;top:10.5rem;left:21.5625rem; }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #eJEMtSHQlT5AFXeqcuAxvLQJOtII0C5d {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #cD9TBkJFbxD4CunDZGKLqdsuqIfdR8bQ {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #x0XWdcCIOHziF8udngMMlT8D3JQoTZ9W {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #V8sUd7TeiITFDf4nhMkfrsoa7dxT3JPu {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #Cok16ZfFK9Vmlau8xcXWuEPHS29lVpld {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #LBENtfedeT3R8TG8ntoLLmKO2B96XdkV {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #kcmGJ4C1qgOvT2XX20tK5Xv8t94eLEky {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #EWSFTbibw0DHBzxyCf7ygqLhT5qWpcWm {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #FEZ2HH5kpNHfKsKd8OOxhpm9t7Xl13Gh {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #gllXKuviSu9HFGlzq8H51uUDnTCMibfP {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #dpOl7of3k9G1X4ARBvxAGRkMTTZkIkqT {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #RkuoiUflwpHGh1tHuG5RNot05wuTu6kk {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #JC1FNeLbVfrT4qtkNcx0SHO4Rl4ZNXHR {  }
 }@media only screen and (max-width: 1199px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #qXSbB09EA9h7ce6gcsfUs0MP161iBpJs {  }
 }@media only screen and (max-width: 1199px) { #VMxvoPn6S9Ua5KJ6HWa2SQFR2sKCsSJZ { width:40.9375rem;height:4.224175rem;top:3.3121728897095rem;left:3.4054907560349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3Opqy9xqXNLFw2z1nuBFdwwk2RZsNot { width:12.5rem;height:1.62489375rem;top:24.1875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRTMLUv84MmAbUCa4BkCioPerNbeIFax { width:15.374875rem;height:1.62489375rem;top:27.0625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hT99rqnXR8nadVRXqzDukOaNlWMlRGPi { width:2.3125rem;height:2.3125rem;top:23.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N8ffVpZL2s9PTD20Tk1cK9JGtABc0E9o { width:2.3125rem;height:2.3125rem;top:26.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 { display:block; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eRTLISoJ2yqtWT9O6Idccy8RionO90NO { width:12.5rem;height:0.9375rem;top:1.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JRXJF0tlkBP8H7awXrfJcsxHFCVVtitV { width:8.5625rem;height:3.4375rem;top:1.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQwSq7acQdD52R5TST513W16U79T6U8n { display:block; }
 }@media only screen and (max-width: 763px) { #Pvc3G53QTNmwHUiLeGROTmWoC2eQtJQx { width:7.375rem;height:3.4375rem;top:5.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN72Z5Sdsc9lZXZA4JdO7pqz6Kk11CMi { display:block; }
 }@media only screen and (max-width: 763px) { #HTfusdF7i6dFUa0bBTLblDkrAyVanqJP { width:5.125rem;height:3.4375rem;top:8.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVF7a5FT87ZucwWCQ10Rs8fbRJ5rGNg { display:block; }
 }@media only screen and (max-width: 763px) { #s7Xyx7lXmMaaAT1XGRQTv85ZH7OhNMAr { width:6.4375rem;height:3.4375rem;top:4rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msS71Bp3Ko87HsU18EC5wonkfrgZKMO8 { display:block; }
 }@media only screen and (max-width: 763px) { #TAC5B7viT2OpWWNmOdDLTsgpiWReMb3w { width:5.6875rem;height:3.4375rem;top:7.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzfZ8klnqAOkpQqw3ugxP3RxZB2RihB3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZsFxyTLMpyO4yihkpItOMPpDHoREkRF7 { width:5.4375rem;height:3.4375rem;top:8.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4kPUkMGlTT0nKZ31pp3PNpnthx9UBrg { display:block; }
 }@media only screen and (max-width: 763px) { #ukMXSxESBvasHgX9W9WOxbyRguFvD1fx { width:7.0625rem;height:1.9375rem;top:12.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Kxp40xRuCgAlr1eM6UmfDQT3clhsk0 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#I1Kxp40xRuCgAlr1eM6UmfDQT3clhsk0 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKqXOiEFioDUtphI5BJIyTa3uFyy2PKZ { width:8.5625rem;height:3.4375rem;top:4.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8nKFCovVKPep2LmReN0ZzbgP6sOi3Tv { display:block; }
 }@media only screen and (max-width: 763px) { #yMGrA3SLJb86go9CAGhsgQMaxTKiG69J { width:7.375rem;height:3.4375rem;top:8.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzhEHoJ9HC5fhFRhlV7L0lroCSRo1DyL { display:block; }
 }@media only screen and (max-width: 763px) { #RN1WPUiVUdpriTW9CfeSELNpn5415ksF { width:5.125rem;height:3.4375rem;top:11.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp1MT16A6NlFmgXpPP71ViBZx6pRUdB8 { display:block; }
 }@media only screen and (max-width: 763px) { #B2Zvvm95wXTT4pTRv0yoMxIpiFsUy1CG { width:5.6875rem;height:3.4375rem;top:18.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dODKroQc0XCaDV0pA57Ty6eJZz06P8a7 { display:block; }
 }@media only screen and (max-width: 763px) { #J4il9GfDW5Nzr6EnrMIWgDP5Jl44vZ4f { top:0rem;left:16.5625rem;width:3.4375rem;height:3.4375rem;z-index:100015;font-size:2.375rem;color:#ca3fd5;text-shadow:0rem 0rem 0.5rem rgba(240,115,250,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #AcAlUiAyo329gct1We5MncuMViMFarMQ { width:6.4375rem;height:3.4375rem;top:15.25rem;left:6.8125rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #iFC9LKMwkG6FXRovNckGPElWE46D92Rr { display:block; }
 }@media only screen and (max-width: 763px) { #NkRAQUFVdCNKkIw0qE32Pi96oow0vmO7 { top:0rem;left:11.9375rem;width:3.4375rem;height:3.4375rem;z-index:100016;color:#ffffff;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L88fBl21XVQZTHc5wm8UXRcFgJvp52rW { top:0.625rem;left:0rem;width:8rem;height:2.1875rem;z-index:100017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e5ea0d6-2004-491e-a393-9453a1dca11e/tlo1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,21,66,0.3); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,21,66,0.3); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLuiXESDh6gNXs1wsy0rWOMz2TMvPI91 { width:20rem;height:9.28225rem;top:10.091146469116rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pr7u82nwTXADD29cB8tITS5Lp5kJvA5t { width:16.4995625rem;height:8.39843125rem;top:21.686740875244rem;left:1.7496745586395rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxDuIBdcNJB5wbdT73VJnB3LbHDM5UCo { width:4.31206875rem;height:4.31206875rem;top:35.311415672303rem;left:7.8434247970581rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcMdzwwgEBuDVcpT8fWwTizad239nx6J { display:block; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1m4lTrG6vQE4IlMx7gDnWppqRCGKrJK { width:20rem;height:26.77731875rem;top:16.749133110046rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zrAtiQU776w5QqBsNTT72OAuJr8yoJw2 { width:20rem;height:1.94986875rem;top:1.1870661377907rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skik0Fry3wF0DVBN5OB8QWJlxubkRHQ8 { height:11.196319018405rem;width:20rem;top:4.1775195598602rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZHDTPmAvBRaOsN5iCLeay2oP90uE48z { display:block; }#iZHDTPmAvBRaOsN5iCLeay2oP90uE48z > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJbxwHALzBG8iMzFI1LLARXhxeTXSilr { height:11.230769230769rem;width:20rem;top:4.4997844696045rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrWKW7Auqylq1JJJwzqCToa1hVmR4teZ { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tmy3RkWq5tWGGqKBkztyVbEBrKm88UpI { width:20rem;height:14.8763125rem;top:16.866863250733rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLOlNr0bOUhMD3hiM427FsHChBXLZqNC { display:block; }#hLOlNr0bOUhMD3hiM427FsHChBXLZqNC > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4IRd7LBEV4mWArBoehpqNohswxVxJ9B { width:16.311875rem;height:7.87325rem;top:3.4065771102905rem;left:1.843533039093rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ { background-color:#1a1542;background-image:url("https://images.assets-landingi.com/uc/f502d31f-4cb1-4054-8ef7-d2cdc52313ec/tlo2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ.adaptive-delivery-prevent-bg, #xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ.lazyload, #xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ.lazyloading { background-image: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { background-color: transparent; background-image: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container > .video-iframe-container { display: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row > .video-iframe-container { display: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .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); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtZJSafPZR0MF2RVQ6TTBke5vNyMm0bP { width:18.4375rem;height:0;top:0rem;left:0.78125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LLEaAHxmXJ8Qa2bTodZeFowaOml0XPAk { width:18.4375rem;height:4.874675rem;top:10.625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT  { width:17.5rem;height:auto;top:21.25rem;left:0rem; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT {display:block;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT { width:17.5rem;height:auto;top:21.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #eJEMtSHQlT5AFXeqcuAxvLQJOtII0C5d {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #cD9TBkJFbxD4CunDZGKLqdsuqIfdR8bQ {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #x0XWdcCIOHziF8udngMMlT8D3JQoTZ9W {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #V8sUd7TeiITFDf4nhMkfrsoa7dxT3JPu {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #Cok16ZfFK9Vmlau8xcXWuEPHS29lVpld {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #LBENtfedeT3R8TG8ntoLLmKO2B96XdkV {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #kcmGJ4C1qgOvT2XX20tK5Xv8t94eLEky {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #EWSFTbibw0DHBzxyCf7ygqLhT5qWpcWm {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #FEZ2HH5kpNHfKsKd8OOxhpm9t7Xl13Gh {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #gllXKuviSu9HFGlzq8H51uUDnTCMibfP {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #dpOl7of3k9G1X4ARBvxAGRkMTTZkIkqT {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #RkuoiUflwpHGh1tHuG5RNot05wuTu6kk {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #JC1FNeLbVfrT4qtkNcx0SHO4Rl4ZNXHR {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #qXSbB09EA9h7ce6gcsfUs0MP161iBpJs {  }
 }@media only screen and (max-width: 763px) { #VMxvoPn6S9Ua5KJ6HWa2SQFR2sKCsSJZ { width:20rem;height:6.33625rem;top:1.6634140014649rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Opqy9xqXNLFw2z1nuBFdwwk2RZsNot { width:11.625rem;height:1.62489375rem;top:16.5rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRTMLUv84MmAbUCa4BkCioPerNbeIFax { width:14.9375rem;height:1.62489375rem;top:19.1875rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT99rqnXR8nadVRXqzDukOaNlWMlRGPi { width:2.3125rem;height:2.3125rem;top:16.1875rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ffVpZL2s9PTD20Tk1cK9JGtABc0E9o { width:2.3125rem;height:2.3125rem;top:18.9375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 { display:block; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRTLISoJ2yqtWT9O6Idccy8RionO90NO { width:12.5rem;height:0.97439375rem;top:1.25rem;left:3.75rem;font-size:0.75rem;display:block; }
 }