.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff6ae2a8-6640-4f59-974a-2183d3eda43c/BemezzoThe_Gilded_AnchorProjectImage01Female.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:60rem;overflow:visible;position:relative;display:block; }#gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { 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:2.875rem;width:4rem;top:1.7857143878937rem;left:28rem;overflow:hidden;display:block; }
#CyOF6f2TPFsGvyS0zWDk9JADgnSDF9d8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.674107551575rem;left:0rem;height:1.2996625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { background-color:#ff2121;background-image:none;background-position:top left !important;background-repeat: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:comfortaa;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.8125rem;left:46.125rem;display:block; }
#T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0713f6b8-ebee-4e89-95d4-dd80a6a032eb/BemezzoThe_Gilded_AnchorProjectImage01Male.png");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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:24.125rem;width:26.5625rem;top:39.375rem;left:16.71875rem;display:block; }#vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.adaptive-delivery-prevent-bg, #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.lazyload, #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.lazyloading { background-image: none; }
#XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/05fde13c-d957-4d6b-a83e-7b13af487b84/rawhighres.png");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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:18.9375rem;width:17.25rem;top:41.96875rem;left:0rem;display:block; }#XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.adaptive-delivery-prevent-bg, #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.lazyload, #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.lazyloading { background-image: none; }
#roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ed79575d-ce04-4293-a49d-50060dffe9fc/rawhighres.png");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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:18.9375rem;width:17.25rem;top:41.96875rem;left:42.75rem;display:block; }#roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.adaptive-delivery-prevent-bg, #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.lazyload, #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.lazyloading { background-image: none; }
#qgdOTAyiK7ux1WTwEJe94SfT6s2dT6rO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.875rem;top:40.90625rem;left:18.03125rem;overflow:hidden;display:block; }
#Jrw4Hhuu1K1NGEi2BqfW0OwKZX7tVNup { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:42.96875rem;left:17.6875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gk9mxT2IZtUUdKkTc5ahl3aNArisBTFe { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:59.65625rem;left:34.84375rem;overflow:hidden;display:none; }
#MdTSWoZbUMxTTpr6KsQ05TFKpV3Ux1JO { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:59.642860412597rem;left:16.75rem;height:1.2996625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vakBz53FmILWOB0fAI5eerK99Qv8lZ2A { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:comfortaa;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:1.9375rem;left:0rem;display:block; }
#eQ3ZDaJcMfK0aGUKQOBzkSsvWC0P94So { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmLJ7rO1dsQzTQDaITTxEOXkf08QZJQA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:comfortaa;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:1.9375001192093rem;left:6.65625rem;display:block; }
#VDkZwJa153ECLi3We0zbOAOTaRCH5mpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:1.33rem;padding-right:1.16rem;padding-bottom:1.33rem;padding-left:1.16rem;display:block;align-items:center;width:6.96125rem;min-width:6.96125rem;height:7.15125rem;position:relative;font-family:"open sans";font-size:5.323125rem;font-weight:700;line-height:114.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.83125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.28125rem;height:2.828125rem;position:relative;font-family:"open sans";font-size:1.995625rem;font-weight:400;line-height:45.25px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:41.125rem;height:13.470625rem;padding-top:1.663125rem;padding-right:1.6575rem;padding-bottom:1.663125rem;padding-left:1.6575rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.5rem;left:7.7802085876462rem;z-index:15013;display:none; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr { width:auto; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
#JEmkDPMblFKeg9XaiFbEl4NOlMF0ZF9O { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:58.379467010498rem;left:0rem;height:1.137275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQvTBRoJxXp44blRQy8SJtZC23aSM7ab { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:58.541854858399rem;left:43.187503814698rem;height:1.137275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iIUNH598XHPMbZXTvmTW59iI8KJoZz1Z { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.906251907349rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#r2PTSSPHz9bPzJ9yXtzrlrnEZHmLdDHt { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.21875rem;left:0rem;height:3.89955625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#nJW0r4ZKuzFd9nJCW0p5kdlIio4gxKPM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.593750953674rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { background-color: transparent; background-image: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .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); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { border-width: 0; border-radius: 0; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4374990463257rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { color:#859fb3;display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.3119430541994rem;left:0rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-form-header {  }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { display:block;width:41.125rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;height:3.4375rem;width:41.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.8125rem;background-color:transparent;background-image:none;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;height:2.9375rem;width:41.125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.8125rem;background-color:transparent;background-image:none;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:41.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:rgba(242,249,255,0.34);background-image:none;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.875rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#f2f9ff;line-height:1;box-sizing:border-box;font-family:comfortaa;font-weight:bold;text-align:center;text-align-last:center;font-size:1.4375rem;background-color:#ff2121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-moz-placeholder { font-size:1.0625rem;font-family:"open sans";color:#859fb3; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-moz-placeholder { font-size:1.0625rem;font-family:"open sans";color:#859fb3; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem;font-family:"open sans";color:#859fb3; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem;font-family:"open sans";color:#859fb3; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:55.5625rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(133,159,179,0.7); }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:19.5625rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:first-of-type{padding-top:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:last-of-type{padding-bottom:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:-0.0625rem;top:15.624443054199rem;z-index:15013;position:absolute; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:41.75rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:-0.0625rem;top:15.624443054199rem;z-index:15013;position:absolute; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ { position:relative;display:none; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q { position:relative; }
#a1mCNE92iSs4EkZOgnNE9iLumCMOy8I8 { position:relative;display:block;z-index:100000;display:block; }
#OOIeVV8S2Rk1o5RRrkvAgTznm8ZU0buF { position:relative;display:block;z-index:100000;display:block; }
#HhfZwcLxAuV1MDfW6RiWJEWDzvf2pEGU { position:absolute;display:block;z-index:15014;background-color:#494949;background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:60rem;top:26.4375rem;left:0rem;display:block; }
#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { background-color: transparent; background-image: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container > .video-iframe-container { display: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container { display: none; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .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); }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { border-width: 0; border-radius: 0; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bz4orTtZqBORwSVnhV2K4BaGRZW9AJ50 { color:#eaeaea;display:block;width:40.875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.475447654724rem;left:0rem;height:11.69698125rem;display:block; }
#KXPCuWey0P43TLs3zaNUFXfe1DpIdeaE { 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:16.4375rem;width:16.4375rem;top:11.750000953674rem;left:43.562503814698rem;overflow:hidden;display:block; }
#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .row .container { background-color: transparent; background-image: none; }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .row .container > .video-iframe-container { display: none; }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .row > .video-iframe-container { display: none; }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .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); }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .row .container { border-width: 0; border-radius: 0; }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#dG8MpDndUwICmVDc7Udz2Zmq4zhvxpwy { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dEsZnTRUXAzbmKCgnGa2l1acV47CToXL { color:#eaeaea;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.849889755249rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKm4sweBUz6B9HOPJmpnST8QXyUqkHDT { color:#eaeaea;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.461496353149rem;left:0rem;height:2.59933125rem;text-align:center;text-align-last:center;display:block; }
#ZcopTy97BJKGHPIVGhkZkIfo0C1F8iot { background-color:#ff2121;background-image:none;background-position:top left !important;background-repeat: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:comfortaa;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.937499046326rem;left:14.1875rem;display:block; }
#pZstOw306ISzPbAScsyXzu5x1y7KRGPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fIXTVytReIUkcgEmIAq46I1Tq3HFpI4N { background-color:#ff2121;background-image:none;background-position:top left !important;background-repeat: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:comfortaa;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.937499046326rem;left:31.125rem;display:block; }
#QC8iQVJ6Gy5maxEou3vrt2PRqt3BiwhU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { background-color: transparent; background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .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); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { border-width: 0; border-radius: 0; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#z3NPTGCmkC6EE3lqF5ZWisVwIh2o56OA { position:absolute;display:block;z-index:15006;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.75rem;width:19rem;top:3.1875rem;left:0.375rem;display:block; }
#yE7813R6TvA63HBaWKR566D4qNpyhJ3t { color:#ffffff;display:block;width:20rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDxpcHJGkEEiXbu25mnELxhrtR06z3e3 { color:#859fb3;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0.0625rem;height:1.3811375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfR3O6lVtlueD9UQCaHEzmwfW72TRaO5 { position:absolute;display:block;z-index:15016;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:3.1875rem;width:2.3125rem;top:4.8125rem;left:8.875rem;overflow:hidden;display:block; }
#P4hHQTOz3TKnLpU5OZ9Oo5rZmi2QswMA { position:absolute;display:block;z-index:15010;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.75rem;width:19rem;top:3.1875rem;left:20.375rem;display:block; }
#Gx8MW0Pk8NtQAOs8LHksQQ7vsG9ZORKn { color:#859fb3;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.6875rem;left:20.0625rem;height:1.3811375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { color:#ffffff;display:block;width:20rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.375rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wp5Va90lZAdNHsCzRvngqZbB8kTwiyxt { position:absolute;display:block;z-index:15020;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:3.4375rem;width:3.875rem;top:4.6875rem;left:28.0625rem;overflow:hidden;display:block; }
#yeLxzEPShkTMhayZZMge0Z12V8gt9Pha { position:absolute;display:block;z-index:15014;background-color:#100619;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #494949;border-left:0.125rem solid #494949;border-right:0.125rem solid #494949;border-bottom:0.125rem solid #494949;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.75rem;width:19rem;top:3.1875rem;left:40.375rem;display:block; }
#EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { color:#859fb3;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.6875rem;left:40.0625rem;height:1.3811375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.375rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3IfC8GWBSMkuWwzTz0sZhi9rMB7x38k { 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:3.3125rem;width:3.3125rem;top:4.75rem;left:48.34375rem;overflow:hidden;display:block; }
#g7c0SGTZzU6S2iWcAUwU3iD0v1QQAwye { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4rem;top:20.937496185302rem;left:28rem;overflow:hidden;display:block; }
#tnK29VCH4IWwR5e34Bv3nnFzy9RzbeG6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.3125rem;left:0rem;height:0.9748875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { 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;top:27rem;left:26.5rem; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { 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:15035;top:27rem;left:29.25rem; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { 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:15036;top:27rem;left:32rem; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { width:4rem;height:2.875rem;top:1.75rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyOF6f2TPFsGvyS0zWDk9JADgnSDF9d8 { width:47.75rem;height:1.25rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { width:13.875rem;height:3.4375rem;top:1.8125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block; }
 }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:47.75rem;height:3.25rem;top:9.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:47.75rem;height:3.625rem;top:18.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { width:26.5625rem;height:24.125rem;top:39.375rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { width:17.25rem;height:18.9375rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { width:17.25rem;height:18.9375rem;top:41.9375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgdOTAyiK7ux1WTwEJe94SfT6s2dT6rO { width:1.875rem;height:1.75rem;top:40.875rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrw4Hhuu1K1NGEi2BqfW0OwKZX7tVNup { width:42.3125rem;height:1.25rem;top:42.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk9mxT2IZtUUdKkTc5ahl3aNArisBTFe { width:1.3125rem;height:1.3125rem;top:59.625rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTSWoZbUMxTTpr6KsQ05TFKpV3Ux1JO { width:26.4375rem;height:1.25rem;top:59.625rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vakBz53FmILWOB0fAI5eerK99Qv8lZ2A { width:5.5625rem;height:3.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ3ZDaJcMfK0aGUKQOBzkSsvWC0P94So { display:block; }
 }@media only screen and (max-width: 763px) { #cmLJ7rO1dsQzTQDaITTxEOXkf08QZJQA { width:18rem;height:3.4375rem;top:1.9375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDkZwJa153ECLi3We0zbOAOTaRCH5mpt { display:block; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.44375rem;padding-right:0.388125rem;padding-bottom:0.44375rem;padding-left:0.388125rem;width:2.329375rem;min-width:2.625rem;height:2.385rem;font-size:1.775rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2775rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.105625rem;height:0.943125rem;font-size:0.665625rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { display:flex;width:41.125rem;height:13.4375rem;top:20.5rem;left:1.6552085876465rem;padding-top:1.47625rem;padding-right:1.470625rem;padding-bottom:1.47625rem;padding-left:1.470625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #JEmkDPMblFKeg9XaiFbEl4NOlMF0ZF9O { width:16.8125rem;height:1.125rem;top:58.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQvTBRoJxXp44blRQy8SJtZC23aSM7ab { width:16.8125rem;height:1.125rem;top:58.5rem;left:30.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIUNH598XHPMbZXTvmTW59iI8KJoZz1Z { width:47.75rem;height:;top:24.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2PTSSPHz9bPzJ9yXtzrlrnEZHmLdDHt { width:47.75rem;height:3.875rem;top:28.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJW0r4ZKuzFd9nJCW0p5kdlIio4gxKPM { width:47.75rem;height:1.625rem;top:33.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { display:block; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { width:47.75rem;height:4.875rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { width:47.75rem;height:6.375rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { width:28.875rem;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { width:28.875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { width:28.875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { width:28.875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { width:43.3125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { width:13.4375rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { width:45.25rem;height:auto;top:15.5625rem;left:0rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:29.5rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS {display:inline-block;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { width:45.25rem;height:auto;top:15.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ { display:none; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q {  }
 }@media only screen and (max-width: 763px) { #a1mCNE92iSs4EkZOgnNE9iLumCMOy8I8 { display:block; }
 }@media only screen and (max-width: 763px) { #OOIeVV8S2Rk1o5RRrkvAgTznm8ZU0buF { display:block; }
 }@media only screen and (max-width: 763px) { #HhfZwcLxAuV1MDfW6RiWJEWDzvf2pEGU { width:47.75rem;height:0.125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { display:block; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { width:47.75rem;height:9.75rem;top:2rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz4orTtZqBORwSVnhV2K4BaGRZW9AJ50 { top:13.4375rem;left:0rem;width:40.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXPCuWey0P43TLs3zaNUFXfe1DpIdeaE { top:11.75rem;left:31.3125rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFz2VkbQOUeM790wIixbOU6k2mEpLwuA { display:block; }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG8MpDndUwICmVDc7Udz2Zmq4zhvxpwy { width:47.75rem;height:9.75rem;top:2rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEsZnTRUXAzbmKCgnGa2l1acV47CToXL { top:12.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKm4sweBUz6B9HOPJmpnST8QXyUqkHDT { top:15.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcopTy97BJKGHPIVGhkZkIfo0C1F8iot { width:13.875rem;height:3.4375rem;top:19.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZstOw306ISzPbAScsyXzu5x1y7KRGPi { display:block; }
 }@media only screen and (max-width: 763px) { #fIXTVytReIUkcgEmIAq46I1Tq3HFpI4N { width:13.875rem;height:3.4375rem;top:19.875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC8iQVJ6Gy5maxEou3vrt2PRqt3BiwhU { display:block; }
 }@media only screen and (max-width: 763px) { #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3NPTGCmkC6EE3lqF5ZWisVwIh2o56OA { width:19rem;height:11.75rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE7813R6TvA63HBaWKR566D4qNpyhJ3t { width:20rem;height:1.625rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxpcHJGkEEiXbu25mnELxhrtR06z3e3 { width:19.9375rem;height:1.375rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfR3O6lVtlueD9UQCaHEzmwfW72TRaO5 { width:2.3125rem;height:3.1875rem;top:4.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4hHQTOz3TKnLpU5OZ9Oo5rZmi2QswMA { width:19rem;height:11.75rem;top:3.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx8MW0Pk8NtQAOs8LHksQQ7vsG9ZORKn { width:19.9375rem;height:1.375rem;top:11.625rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { width:20rem;height:1.625rem;top:9.3125rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp5Va90lZAdNHsCzRvngqZbB8kTwiyxt { width:3.875rem;height:3.4375rem;top:4.6875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeLxzEPShkTMhayZZMge0Z12V8gt9Pha { width:19rem;height:11.75rem;top:3.1875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { width:19.9375rem;height:1.375rem;top:11.625rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { width:20rem;height:1.625rem;top:9.3125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3IfC8GWBSMkuWwzTz0sZhi9rMB7x38k { width:3.3125rem;height:3.3125rem;top:4.75rem;left:38.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7c0SGTZzU6S2iWcAUwU3iD0v1QQAwye { width:4rem;height:2.875rem;top:20.875rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnK29VCH4IWwR5e34Bv3nnFzy9RzbeG6 { width:47.75rem;height:0.9375rem;top:24.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { width:1.5rem;height:1.5rem;top:27rem;left:20.3125rem;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { width:1.5rem;height:1.5rem;top:27rem;left:23.0625rem;display:block; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { width:1.5rem;height:1.5rem;top:27rem;left:25.8125rem;display:block; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { width:3.875rem;height:2.75rem;top:1.09375rem;left:8.0625007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyOF6f2TPFsGvyS0zWDk9JADgnSDF9d8 { width:20rem;height:1.2996625rem;top:8.049107551575rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBu8hNnxEDq6gFeJCP8aa0AKSm5P30Ah { width:13.875rem;height:3.4375rem;top:27.250001907349rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80VsZKqcAafrF9dXnwwNXo7b46CJ5mW { display:block; }
 }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:20rem;height:5.199775rem;top:9.3482151031494rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:20rem;height:7.3125rem;top:17.810827255249rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { width:20rem;height:24.125rem;top:55.42245rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { width:17.25rem;height:18.9375rem;top:39.9375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { width:17.25rem;height:18.9375rem;top:85.5rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgdOTAyiK7ux1WTwEJe94SfT6s2dT6rO { width:1.875rem;height:1.75rem;top:56.953701907349rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrw4Hhuu1K1NGEi2BqfW0OwKZX7tVNup { width:19rem;height:0;top:69.66073125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gk9mxT2IZtUUdKkTc5ahl3aNArisBTFe { width:1.3125rem;height:1.3125rem;top:75.7037038147rem;left:18.125003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdTSWoZbUMxTTpr6KsQ05TFKpV3Ux1JO { width:19.625rem;height:1.2996625rem;top:75.6903104126rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vakBz53FmILWOB0fAI5eerK99Qv8lZ2A { width:8.5rem;height:3.4375rem;top:0.75000005960463rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ3ZDaJcMfK0aGUKQOBzkSsvWC0P94So { display:block; }
 }@media only screen and (max-width: 763px) { #cmLJ7rO1dsQzTQDaITTxEOXkf08QZJQA { width:8.125rem;height:3.4375rem;top:0.75000005960463rem;left:11.875000774861rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VDkZwJa153ECLi3We0zbOAOTaRCH5mpt { display:block; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { display:flex;width:18rem;height:5.0625rem;top:16.855209350586rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #JEmkDPMblFKeg9XaiFbEl4NOlMF0ZF9O { width:16.8125rem;height:1.137275rem;top:69.861625476838rem;left:1.5625rem;text-align:right;text-align-last:right;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQvTBRoJxXp44blRQy8SJtZC23aSM7ab { width:16.8125rem;height:1.137275rem;top:72.248344226838rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIUNH598XHPMbZXTvmTW59iI8KJoZz1Z { width:20rem;height:4.875rem;top:32.498329162597rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2PTSSPHz9bPzJ9yXtzrlrnEZHmLdDHt { width:20rem;height:7.1495625rem;top:39.373329162597rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJW0r4ZKuzFd9nJCW0p5kdlIio4gxKPM { width:20rem;height:3.25rem;top:48.297433853149rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { display:block; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { width:20rem;height:5.199775rem;top:1.9073486328125E-6rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { width:20rem;height:12.1875rem;top:6.5742192268369rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { width:16.25rem;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { width:16.25rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { width:16.25rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { width:16.25rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-button { width:16.25rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { width:15.5625rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { width:7.125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container { padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:first-of-type{padding-top:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:last-of-type{padding-bottom:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { width:17.5rem;height:auto;top:19.984935760498rem;left:0rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:16.875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS {display:inline-block;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { width:17.5rem;height:auto;top:19.984935760498rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ { display:none; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q {  }
 }@media only screen and (max-width: 763px) { #a1mCNE92iSs4EkZOgnNE9iLumCMOy8I8 { display:block; }
 }@media only screen and (max-width: 763px) { #OOIeVV8S2Rk1o5RRrkvAgTznm8ZU0buF { display:block; }
 }@media only screen and (max-width: 763px) { #HhfZwcLxAuV1MDfW6RiWJEWDzvf2pEGU { width:20rem;height:0.0625rem;top:38.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol { display:block; }#BlcUESBhL3ZPqREEQDgNRPivGBtFM8ol > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz4orTtZqBORwSVnhV2K4BaGRZW9AJ50 { width:20rem;height:20.79460625rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXPCuWey0P43TLs3zaNUFXfe1DpIdeaE { width:16.4375rem;height:16.4375rem;top:31.8565625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFz2VkbQOUeM790wIixbOU6k2mEpLwuA { display:block; }#QFz2VkbQOUeM790wIixbOU6k2mEpLwuA > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG8MpDndUwICmVDc7Udz2Zmq4zhvxpwy { width:20rem;height:9.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEsZnTRUXAzbmKCgnGa2l1acV47CToXL { width:20rem;height:4.0625rem;top:12.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKm4sweBUz6B9HOPJmpnST8QXyUqkHDT { width:20rem;height:6.4983125rem;top:17.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcopTy97BJKGHPIVGhkZkIfo0C1F8iot { width:13.875rem;height:3.4375rem;top:19.875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZstOw306ISzPbAScsyXzu5x1y7KRGPi { display:block; }
 }@media only screen and (max-width: 763px) { #fIXTVytReIUkcgEmIAq46I1Tq3HFpI4N { width:13.875rem;height:3.4375rem;top:19.875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QC8iQVJ6Gy5maxEou3vrt2PRqt3BiwhU { display:block; }
 }@media only screen and (max-width: 763px) { #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3NPTGCmkC6EE3lqF5ZWisVwIh2o56OA { width:19rem;height:11.75rem;top:6.3482125rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yE7813R6TvA63HBaWKR566D4qNpyhJ3t { width:20rem;height:1.2996625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxpcHJGkEEiXbu25mnELxhrtR06z3e3 { width:19.9375rem;height:0;top:11.93080329895rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfR3O6lVtlueD9UQCaHEzmwfW72TRaO5 { width:2.3125rem;height:3.1875rem;top:7.9732125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4hHQTOz3TKnLpU5OZ9Oo5rZmi2QswMA { width:19rem;height:11.75rem;top:26.8850425rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gx8MW0Pk8NtQAOs8LHksQQ7vsG9ZORKn { width:19.9375rem;height:0;top:13.81919670105rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { width:20rem;height:1.2996625rem;top:6.0234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp5Va90lZAdNHsCzRvngqZbB8kTwiyxt { width:3.875rem;height:3.4375rem;top:28.3850425rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeLxzEPShkTMhayZZMge0Z12V8gt9Pha { width:19rem;height:11.75rem;top:57.57254125rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { width:19.9375rem;height:0;top:15.958148956299rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { width:20rem;height:1.2996625rem;top:20.94754375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3IfC8GWBSMkuWwzTz0sZhi9rMB7x38k { width:3.3125rem;height:3.3125rem;top:59.13504125rem;left:8.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7c0SGTZzU6S2iWcAUwU3iD0v1QQAwye { width:4rem;height:2.875rem;top:8.57254375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnK29VCH4IWwR5e34Bv3nnFzy9RzbeG6 { width:20rem;height:0.9748875rem;top:3.79910625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { width:1.5rem;height:1.5rem;top:12.69754375rem;left:9.25rem;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { width:1.5rem;height:1.5rem;top:15.44754375rem;left:9.25rem;display:block; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { width:1.5rem;height:1.5rem;top:18.19754375rem;left:9.25rem;display:block; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }