.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/cd8e896e-dcee-441a-a9ba-af8122a49d26/1211.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e0e;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;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { background-color: transparent; background-image: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { border-width: 0; border-radius: 0; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:2.4997084140777rem;left:16.749263763427rem;display:block; }
#M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.62470625rem;height:1.3118rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.4997084140777rem;left:25.874473571778rem;display:block; }
#PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93734375rem;width:14.624875rem;top:0.84158408641812rem;left:2.1728038787842rem;overflow:hidden;display:block; }
#utEC2xspuAZe6WxuPqtc2Q9aDLxuHkWu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:1.375rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:2.4997100830078rem;left:32.874782562256rem;display:block; }
#hT9weTMVSkkHIgtykAE5LmZr10wKvRO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOPzNHC9ZZi8KWV9Ne9ahI2Q1ZesghEC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:1.3125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:2.5625rem;left:38.875rem;display:block; }
#l2tT7eGlBERTTMaOLZKc6CuO9g7gBlcD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tLXhdLXI6G0Pl10TFhmu3sueEZxeCXGO { background-color:#1f9d02;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(66,252,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.945833rem;height:2.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.25rem;left:44.625rem;display:block; }
#cwWPfB8GhgfSf0RCv8Tc1ZN79tUr8nUJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/753bca3a-4794-430f-9ea7-556d99889f00/bgg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:122.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:#ffffff;display:block;width:55.8110625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:0.54919528961182rem;left:1.372989654541rem;height:4.1986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:6.3776297569275rem;left:3.747407913208rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.18518125rem;width:2.18518125rem;top:95.0625rem;left:29rem;overflow:hidden;display:block; }
#nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.62325rem;height:1.309175rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:93.8125rem;left:26.75rem;display:block; }
#DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkTbTaOX3cDueX71Tctcyc1GanJavolb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.312rem;width:32.874375rem;top:15.9375rem;left:4.3125rem;display:block; }
#dEShsARobtlWHw9moTKO1IcbDAUBEUXn { background-color:#1f9d02;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(66,252,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.142300125rem;height:3.079556375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.1875rem;left:39.1875rem;display:block; }
#uMVEC3nuiJLEtwXi2b5M3LfLNiFmVIB6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgN502V9HaPJwrDQl3gebVE8B3rBD884 { color:#ffffff;display:block;width:51.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5);top:103rem;left:4.3125rem;height:5.59715625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y6b2aUuQGlLJTnW2OMLONHAK0fC8qFSs { color:#ffffff;display:block;width:33.874125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:99rem;left:13.125rem;height:2.00030625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iKXVnMdMRJE03uDfsOlTfveJw3RTwzSy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.875rem;width:19.5rem;top:42.0625rem;left:36.75rem;display:block; }
#rDo8iF45og8dHuz8lbye4HhufymIyoG0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:17.625rem;top:42.0625rem;left:4.125rem;overflow:hidden;display:block; }
#PXZvMMTC7kthOpFCtDshr2VwaAlTm7T8 { position:absolute;display:block;z-index:15014;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:14.1875rem;width:17.75rem;top:61.3125rem;left:3.8125rem;overflow:hidden;display:block; }
#BmyzQ6TwLWGmr0B0Wgvicfev6TeXLURy { position:absolute;display:block;z-index:15015;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.6243125rem;width:8.9995rem;top:77.3125rem;left:47.3125rem;overflow:hidden;display:block; }
#dUtUDKEHNhWZk64sUGuAWEhV695e2LW2 { 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:18.125rem;width:12.375rem;top:54.5625rem;left:22.9375rem;overflow:hidden;display:block; }
#TO6uv6ci1060lQBi4cUEavG7E5pikPw2 { position:absolute;display:block;z-index:15017;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:14.5625rem;width:12.4375rem;top:74.125rem;left:22.875rem;overflow:hidden;display:block; }
#pPmHrTgF7TtOara3lDLQex1J9J1QBHqg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.875rem;top:77rem;left:3.8125rem;overflow:hidden;display:block; }
#RAEKKhn6LteGqFwOTM10fFbS7S1PDQ5V { color:#ffffff;display:block;width:11.8745rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:39.875rem;left:4.125rem;height:1.29950625rem;display:block; }
#nhm5fOdu2i0tR7A3VDN3llf2DoKDkSux { color:#ffffff;display:block;width:11.873625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:52.625rem;left:23.1875rem;height:1.29950625rem;display:block; }
#ItgspeHqeJ2JSm9cgrnl0NTK0ctTVrVS { color:#ffffff;display:block;width:10.6246875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:77.3125rem;left:36rem;height:2.436575rem;text-align:right;text-align-last:right;display:block; }
#t6SxBEHNMPn27xHghooknbLFm0bIoNs8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18683125rem;width:4.18683125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:79.6875rem;left:41.8125rem; }
#L6C8STkShVKwOqxRGGXZ09qRAF4EV2Tb { color:#ffffff;display:block;width:11.873625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:91.3125rem;left:3.8125rem;height:1.29950625rem;display:block; }
#TiRqM1nXVo50nIdq9fTX0w6ZuJ0OUWmy { color:#ffffff;display:block;width:11.873625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:42.0625rem;left:23.1875rem;height:2.5990125rem;text-align:right;text-align-last:right;display:block; }
#tLMI6EcXWXr6xuQOWf1c4ytOWMigx4KF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:44.625rem;left:29.5rem; }
#zSAvfnmDoN3rbs6muBu2DoXdnazZQ5dR { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:9.3125rem;top:84.4375rem;left:36.75rem;overflow:hidden;display:block; }
#WlvroQhLwbTxWT5wNDVfE1Z81Fg4nG0y { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:28.3125rem;top:107.12033843994rem;left:4.2496871948242rem;overflow:hidden;display:none; }
#n6wXp1XzAOS2RfZS3UGWWW5Pi65Cp5C7 { color:#ffffff;display:block;width:21.249375rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:16.187980651856rem;left:37.154922485351rem;height:1.4612rem;text-align:center;text-align-last:center;display:none; }
#cB58WzII0AtphTBaubizGxq8XkAI5WQ7 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.062425rem;width:59.999625rem;top:112.8125rem;left:0.0625rem;overflow:hidden;display:block; }
#FFDsfE1oaIKqZerZSJNS3HggcJBiPHih { color:#ffffff;display:block;width:15.4993125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,255,32,0.5);top:25.6875rem;left:42.9375rem;height:2.8434375rem;display:block; }
#h2nQ97xS5gmEDTg6H3klUFPScGriatiZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.375rem;left:39.1875rem; }
#woeDds7X9LlsHTdeZTPGtaweS33OXyet { 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; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.125rem;left:17rem;height:2.00030625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.1235694885254rem;left:4.2494983673096rem;height:5.59715625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#q8dq9eb0eSmAUr3xvwRgPee4IxInn9sQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.875rem;top:12.6875rem;left:4.25rem;overflow:hidden;display:block; }
#Fiv2q6KRAOa0lMViv8GcLCBUPaeBcvrN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:13.625rem;top:13.1875rem;left:17.5625rem;overflow:hidden;display:block; }
#Vvucy35LFmbCLTXKRXf2XaRpTONs16dM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:11.25rem;top:12.9375rem;left:31.3125rem;overflow:hidden;display:block; }
#rD5apg3HZp9tbFZu58ab5iH8cCvXMG67 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:12.4375rem;top:20.5rem;left:4.375rem;overflow:hidden;display:block; }
#N2nwFUp3WUrP6ecZfqsDPlNWKMTu1qLM { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.1875rem 2.625rem rgba(185,18,162,0.5) ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:4.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.4375rem;left:43.5625rem;display:block; }
#hsSSDAINuzpTs2AZiw7nv4Z7oXLOig2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hk8taySuV6wDeKyZXVy1guXpCtTsVISU { 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:7.8125rem;width:11.8745rem;top:21.25rem;left:17.375rem;overflow:hidden;display:block; }
#DFqu4a0ZNaCaOUT5P1sKm64GVHldA4pD { 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:7.8744375rem;width:10.937125rem;top:21.25rem;left:29.9375rem;overflow:hidden;display:block; }
#HSd5semGLiOcwBn03IkXTHigTzoi4pkA { 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:7.8125rem;width:14.125rem;top:21.25rem;left:41.6875rem;overflow:hidden;display:block; }
#eJ458FRylCDrFTmqEERCgbJXN0Ig6vrM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.436625rem;width:6.436625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.7496137619019rem;left:45.530054092407rem; }
#V5CMaQxokSPTnAgvpCpKvTChrMvxDVUF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246375rem;width:3.1246375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.62749958038331rem;left:15.124950408936rem; }
#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3aa8ce5e-eb25-4080-9a92-31c323bb5a86/BG.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts.adaptive-delivery-prevent-bg, #kFVBhcDxWbgQuHZ047uXwyObyhNHBcts.lazyload, #kFVBhcDxWbgQuHZ047uXwyObyhNHBcts.lazyloading { background-image: none; }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .row .container { background-color: transparent; background-image: none; }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .row .container > .video-iframe-container { display: none; }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .row > .video-iframe-container { display: none; }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .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); }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .row .container { border-width: 0; border-radius: 0; }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#z8mG1sFNaWbB4mW4Fa0ACt2KZJ0oqwr6 { color:#ffffff;display:block;width:59.8749375rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.1246209740639rem;left:0rem;height:2.00030625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#saJg3sIIdylFzxHVU0LTf27FBMc9RgfG { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.125rem;left:4.5rem;height:4.1978625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TrctE9FePWanrGdH34a2Ro2uHSxsNA4w { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.6875rem;left:8rem;height:1.2182875rem;text-align:center;text-align-last:center;display:block; }
#rWW4nXXTxAkmv6Z21qTbUs3T4FoRHvxV { color:#000000;display:block;width:12.4985625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.75rem;left:23.0625rem;height:1.2182875rem;text-align:center;text-align-last:center;display:block; }
#TsRmdvTS4nenR3os4FM7fldiXiAqyqEW { color:#000000;display:block;width:15.1868125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.8125rem;left:35.5625rem;height:1.13706875rem;text-align:center;text-align-last:center;display:block; }
#OKLVybf2Hqzf4OkFF3rnWPnlhkZuvMnT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.061875rem;width:7.061875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.4375rem;left:11.3125rem; }
#PzIh3tzDida78daezBospn93PvqlTnn1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.499375rem;width:8.499375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.6875rem;left:25rem; }
#Z5VnCuOqgWiVhdZVtgVg8UqFUi0Z9JLq { 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:6.56175rem;width:6.56175rem;top:13.4375rem;left:39.6875rem;overflow:hidden;display:block; }
#qm4MvxvguB9UFGZMwdT5qQktZPaNMEof { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #121212, #000000);background-image: -moz-linear-gradient(180deg, #121212, #000000);background-image: -ms-linear-gradient(180deg, #121212, #000000);background-image: -o-linear-gradient(180deg, #121212, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#000000' );";background-image: linear-gradient(180deg, #121212, #000000);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: 0.0625rem 0.0625rem 2.5rem rgba(164,234,255,0.5) ;height:23.9375rem;width:54.0625rem;top:6.4375rem;left:2.9375rem;display:block; }
#mWgRKgVXJHBAJrNH21RrrhazyTrRCEdV { color:#ffffff;display:block;width:13.6245rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.5rem;left:8rem;height:2.798575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GByiq4HVfEW81iC71Eo1bGnVckQBwui1 { color:#ffffff;display:block;width:11.8745rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.5rem;left:23.375rem;height:4.1978625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQy1fOhVJzbbzy3waJwbWyqNqmic3MaL { color:#ffffff;display:block;width:12.8119375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.5rem;left:36.75rem;height:4.1978625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S1BsMckACiPQtnE9lDUVOg0sxLHIhTz2 { color:#ffffff;display:block;width:31.1243125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:35.0625rem;left:6.25rem;height:1.8680375rem;font-style:normal;display:block; }
#dWM06ZefqfUfuG14Xvb36eUgq6BaTciQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:34.4375rem;left:3.125rem; }
#lRiNJo3T3RgSMCool3hoRsH6qXxP8MiQ { background-color:#1f9d02;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(66,252,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.142300125rem;height:3.079556375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.1875rem;left:38.0625rem;display:block; }
#VylodgSrEzJHihJB95ALDgfUw7fPCviT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JcZ0lUUCs1R2kdX7uWbACUsUBJw87IDg { color:#ffffff;display:block;width:10.562375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,255,32,0.5);top:36.9375rem;left:44.125rem;height:2.08075625rem;display:block; }
#Akg1E1dckGUfL2hO0RFyUH0T59obDQCp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06238125rem;width:2.06238125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:36.9375rem;left:41.875rem; }
#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(94deg, #101010, #000000);background-image: -moz-linear-gradient(94deg, #101010, #000000);background-image: -ms-linear-gradient(94deg, #101010, #000000);background-image: -o-linear-gradient(94deg, #101010, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#000000' );";background-image: linear-gradient(94deg, #101010, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .row .container { background-color: transparent; background-image: none; }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .row .container > .video-iframe-container { display: none; }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .row > .video-iframe-container { display: none; }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .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); }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .row .container { border-width: 0; border-radius: 0; }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#zlovo2vTWwAfW0yICzp7DoxI9kRrJc9w { color:#ffffff;display:block;width:59.8749375rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.7497992515564rem;left:0rem;height:2.00030625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7GhZzkVJIbKIoWahHKcTcb83UKJGqpN { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:5.1980085372925rem;left:4.4056453704834rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GXsrn1ucJKcs2ektaKtsBNIyzHPtGLCH { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:15.375rem;left:11.25rem;height:14.94275rem;display:block; }#GXsrn1ucJKcs2ektaKtsBNIyzHPtGLCH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GXsrn1ucJKcs2ektaKtsBNIyzHPtGLCH li:before{  }
#bRAGsIZquOWMd6V45R88SHH6Qnt4wcUd { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:15.375rem;left:35.125rem;height:15.56775rem;display:block; }#bRAGsIZquOWMd6V45R88SHH6Qnt4wcUd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bRAGsIZquOWMd6V45R88SHH6Qnt4wcUd li:before{  }
#Cdk3RsgsNEqPtUdmhRVnkTT5HhD2alk2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.81200625rem;width:5.81200625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.375rem;left:4.5rem; }
#II5INk5bBFc3R3zJZQCGTfpkRB5RVRad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.81175625rem;width:4.81175625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.375rem;left:29.5rem; }
#r0J16Om8wg62XQKHdszwOV8bFNfgrLOW { color:#ffffff;display:block;width:12.5623125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:13.375rem;left:2.4375rem;height:1.25019375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uWzTJu5FeZ7X51m0RBaibw7Pg5rsFGBP { color:#ffffff;display:block;width:12.5623125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:13.375rem;left:27.875rem;height:1.25019375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd { position:relative;display:block; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd { background-color: transparent; background-image: none; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row .container > .video-iframe-container { display: none; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row > .video-iframe-container { display: none; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .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); }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd { border-width: 0; border-radius: 0; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FqoI259R0lFQrzipepXk5WJwbxpwXpdb { color:#ffffff;display:block;width:26.56125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.625rem;left:11.875rem;height:2.00030625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KXrNe777vBhmJmFwgbZl8cf3srEWF2M4 { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:10.375rem;left:11.875rem;height:5.39990625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WulXq4bDMOOE775tiGgp4aTOOQRfyDS7 { 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:26.625rem;width:28.375rem;display:none; }
#fLB2ZHUbusI6a3snlAhyFpcmeopFsBTS { background-color:#1f9d02;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(66,252,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14.0625rem;left:39.0625rem;display:block; }
#bLwwaK5XKVIoFnfZBbIgG1TmEO0oTxL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#POl5bUxtMOsZhP6AGRM8TaW4r2rm1H1U { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #121212, #000000);background-image: -moz-linear-gradient(180deg, #121212, #000000);background-image: -ms-linear-gradient(180deg, #121212, #000000);background-image: -o-linear-gradient(180deg, #121212, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#000000' );";background-image: linear-gradient(180deg, #121212, #000000);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: 0.0625rem 0.0625rem 2.5rem rgba(164,234,255,0.5) ;height:11.4375rem;width:53.4375rem;top:6.8125rem;left:3.3125rem;display:block; }
#qIFkfmCOuyxzLoMiZZ3MSuAlegG1TZzS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.31163125rem;width:4.31163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10.375rem;left:5.625rem; }
#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { 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; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { background-color: transparent; background-image: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .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); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { color:#ffffff;display:block;width:12.8741875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:5.8119964599609rem;left:21.433130264283rem;height:2.199875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { color:#ffffff;display:block;width:34.6244375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:9.1236076354981rem;left:21.434099197387rem;height:6.80074375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zOC30FGpS3vmfcsm9S3fs2uMPDDVJ5vr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3745rem;width:22.061625rem;top:4.9050521850586rem;left:0rem;overflow:hidden;display:block; }
#va0u2V68IJVM9QVVPGQIXItTleO9hq5q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:19.625rem;left:38.1875rem; }
#va0u2V68IJVM9QVVPGQIXItTleO9hq5q > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ZQPa192LWfXzmBtUdTbR4stGzTMZq5Hr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:19.875rem;left:43rem;overflow:hidden;display:block; }
#L35f36CG8WlV4ZPoyQNZadKSyDemRaqG { color:#ffffff;display:block;width:9.1245625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:20.25rem;left:13.3125rem;height:1.91135625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0ECOhSlLbqvSTTyEsfL7ZDDShk3IXoJ { color:#ffffff;display:block;width:29.749625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:25.499893188476rem;left:3.5600814819336rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vaTMQ1cf4b2u9FsAHU0NA8yc8C8LTpJh { color:#b9b9b9;display:block;width:22.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:27.216201782226rem;left:7.6239280700681rem;height:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#rET3tWcdpGGnUAPtBungRVB5TXa25d3E { background-color:#1f9d02;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(66,252,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:19.9375rem;left:20.9375rem;display:block; }
#EMayC0KOuW5gNC0ToyORibqWWvzV7Lyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-form-header {  }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:20.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .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:#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.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:20.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .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:#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.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:20.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .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:20.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .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:#147404;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:20.8125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .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; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-container:first-of-type{padding-top:0;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-container:last-of-type{padding-bottom:0;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ  { background-color:#000000;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:24.188140869141rem;left:31.933227539062rem; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ {display:block;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ { background-color:#000000;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:24.188140869141rem;left:31.933227539062rem;display:none; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #AENoDVvuTIayZRFQDVbdQ0EXwNVZeqQw { position:relative; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #dHTthPw2Hxmwk0qWbGq5GcRgC3gFZTyl { position:relative;display:block; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #UBvz48q0hcFH4Dfq6VofpClGloTtP5PI { position:relative; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #uuvxDJpnptHyPVttuyZq1vv1pEoHhdMl { position:relative; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #hbJ3lX3aTBvNEbxFqMvpMht3vU9yKaQ9 { position:relative;display:block; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #OUPh8BZQOrT4A00HIKrBtm0pVxnOsOKs { position:relative; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #pA2KM9oUF7rfps3BL3iy1pZc7RKuoGAd { position:relative; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #LfgG1cnVfLquGwJhwUIZ1JNeTdew7PnT { position:relative;display:block; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #lOMIifRiq5TTTwndtwMTMhecAbRt6zOo { position:relative; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #fNfTgo8qQsOcALKP9I2CxrCwEyW2pRvO { position:relative; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #EZ6eC4m2sGdIooReVkeF1XpvWqszzVRo { position:relative; }
#uH3Xumu4xswmE2fAtaF0qUppnES9CoA0 { position:absolute;display:block;z-index:15015;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:11.686875rem;width:11.686875rem;top:30.615051269531rem;left:18.119243621826rem;overflow:hidden;display:none; }
#R7LSpDsGEMCuPZShI3XzKF3uiGMxiLsW { position:absolute;display:block;z-index:14999;background-color:#090909;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:50.625rem;top:23.438140869141rem;left:5.4366836547851rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { width:8.125rem;height:1.25rem;top:2.4375rem;left:10.624263763427rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block; }
 }@media only screen and (max-width: 763px) { #bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { width:5.5625rem;height:1.25rem;top:2.4375rem;left:19.749473571778rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block; }
 }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:14.5625rem;height:4.9162860099232rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utEC2xspuAZe6WxuPqtc2Q9aDLxuHkWu { width:4.625rem;height:1.375rem;top:2.4375rem;left:26.749782562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT9weTMVSkkHIgtykAE5LmZr10wKvRO1 { display:block; }
 }@media only screen and (max-width: 763px) { #TOPzNHC9ZZi8KWV9Ne9ahI2Q1ZesghEC { width:5.0625rem;height:1.25rem;top:2.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2tT7eGlBERTTMaOLZKc6CuO9g7gBlcD { display:block; }
 }@media only screen and (max-width: 763px) { #tLXhdLXI6G0Pl10TFhmu3sueEZxeCXGO { width:12.9375rem;height:2.125rem;top:2.25rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwWPfB8GhgfSf0RCv8Tc1ZN79tUr8nUJ { display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:47.75rem;height:4.1875rem;top:0.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:47.75rem;height:5.625rem;top:6.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { width:2.125rem;height:2.125rem;top:95.0625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { width:6.5625rem;height:1.25rem;top:93.8125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block; }
 }@media only screen and (max-width: 763px) { #PkTbTaOX3cDueX71Tctcyc1GanJavolb { width:32.8125rem;height:18.278055040639rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEShsARobtlWHw9moTKO1IcbDAUBEUXn { width:20rem;height:2.9375rem;top:20.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMVEC3nuiJLEtwXi2b5M3LfLNiFmVIB6 { display:block; }
 }@media only screen and (max-width: 763px) { #VgN502V9HaPJwrDQl3gebVE8B3rBD884 { width:47.75rem;height:5.5625rem;top:103rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6b2aUuQGlLJTnW2OMLONHAK0fC8qFSs { width:33.8125rem;height:1.9375rem;top:99rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXVnMdMRJE03uDfsOlTfveJw3RTwzSy { width:19.4375rem;height:33.766744580738rem;top:42.0625rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDo8iF45og8dHuz8lbye4HhufymIyoG0 { width:17.5625rem;height:17.936304048327rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXZvMMTC7kthOpFCtDshr2VwaAlTm7T8 { width:17.6875rem;height:14.137892270096rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmyzQ6TwLWGmr0B0Wgvicfev6TeXLURy { width:8.9375rem;height:16.510433161784rem;top:77.3125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUtUDKEHNhWZk64sUGuAWEhV695e2LW2 { width:12.3125rem;height:18.033901820303rem;top:54.5625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO6uv6ci1060lQBi4cUEavG7E5pikPw2 { width:12.375rem;height:14.489634109571rem;top:74.125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPmHrTgF7TtOara3lDLQex1J9J1QBHqg { width:17.8125rem;height:13.390002019238rem;top:77rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAEKKhn6LteGqFwOTM10fFbS7S1PDQ5V { width:11.8125rem;height:1.25rem;top:39.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhm5fOdu2i0tR7A3VDN3llf2DoKDkSux { width:11.8125rem;height:1.25rem;top:52.625rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItgspeHqeJ2JSm9cgrnl0NTK0ctTVrVS { width:10.5625rem;height:2.4375rem;top:77.3125rem;left:29.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6SxBEHNMPn27xHghooknbLFm0bIoNs8 { width:4.125rem;height:4.125rem;top:79.6875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6C8STkShVKwOqxRGGXZ09qRAF4EV2Tb { width:11.8125rem;height:1.25rem;top:91.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiRqM1nXVo50nIdq9fTX0w6ZuJ0OUWmy { width:11.8125rem;height:2.5625rem;top:42.0625rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLMI6EcXWXr6xuQOWf1c4ytOWMigx4KF { width:5.6875rem;height:5.6875rem;top:44.625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSAvfnmDoN3rbs6muBu2DoXdnazZQ5dR { width:9.25rem;height:6.8911550129535rem;top:84.4375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlvroQhLwbTxWT5wNDVfE1Z81Fg4nG0y { width:28.625rem;height:5.0625rem;top:107.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6wXp1XzAOS2RfZS3UGWWW5Pi65Cp5C7 { width:5.5625rem;height:1.4375rem;top:31.875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cB58WzII0AtphTBaubizGxq8XkAI5WQ7 { width:47.75rem;height:4.8247100502711rem;top:112.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFDsfE1oaIKqZerZSJNS3HggcJBiPHih { width:15.4375rem;height:2.8125rem;top:25.6875rem;left:32.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2nQ97xS5gmEDTg6H3klUFPScGriatiZ { width:3.125rem;height:3.125rem;top:25.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:25.1875rem;height:1.9375rem;top:1.125rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:38.375rem;height:5.625rem;top:5.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8dq9eb0eSmAUr3xvwRgPee4IxInn9sQ { width:12.8125rem;height:7.3391646074752rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiv2q6KRAOa0lMViv8GcLCBUPaeBcvrN { width:13.5625rem;height:7.6518326934016rem;top:13.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvucy35LFmbCLTXKRXf2XaRpTONs16dM { width:11.1875rem;height:7.5827031144964rem;top:12.9375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD5apg3HZp9tbFZu58ab5iH8cCvXMG67 { width:12.375rem;height:8.4574792456054rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2nwFUp3WUrP6ecZfqsDPlNWKMTu1qLM { width:11.125rem;height:4.6875rem;top:14.4375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsSSDAINuzpTs2AZiw7nv4Z7oXLOig2o { display:block; }
 }@media only screen and (max-width: 763px) { #hk8taySuV6wDeKyZXVy1guXpCtTsVISU { width:11.8125rem;height:7.7717497144602rem;top:21.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFqu4a0ZNaCaOUT5P1sKm64GVHldA4pD { width:10.875rem;height:7.8300497185473rem;top:21.25rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSd5semGLiOcwBn03IkXTHigTzoi4pkA { width:14.0625rem;height:7.7782755874154rem;top:21.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ458FRylCDrFTmqEERCgbJXN0Ig6vrM { width:6.375rem;height:6.375rem;top:3.6875rem;left:39.405054092407rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5CMaQxokSPTnAgvpCpKvTChrMvxDVUF { width:3.0625rem;height:3.0625rem;top:0.625rem;left:8.9999504089356rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFVBhcDxWbgQuHZ047uXwyObyhNHBcts { display:block; }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8mG1sFNaWbB4mW4Fa0ACt2KZJ0oqwr6 { width:47.75rem;height:1.9375rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #saJg3sIIdylFzxHVU0LTf27FBMc9RgfG { width:47.75rem;height:4.1875rem;top:7.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrctE9FePWanrGdH34a2Ro2uHSxsNA4w { width:13.5625rem;height:1.1875rem;top:20.6875rem;left:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWW4nXXTxAkmv6Z21qTbUs3T4FoRHvxV { width:12.4375rem;height:1.1875rem;top:20.75rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsRmdvTS4nenR3os4FM7fldiXiAqyqEW { width:15.125rem;height:1.125rem;top:20.8125rem;left:29.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKLVybf2Hqzf4OkFF3rnWPnlhkZuvMnT { width:7rem;height:7rem;top:13.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzIh3tzDida78daezBospn93PvqlTnn1 { width:8.4375rem;height:8.4375rem;top:12.6875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5VnCuOqgWiVhdZVtgVg8UqFUi0Z9JLq { width:6.5rem;height:6.5rem;top:13.4375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm4MvxvguB9UFGZMwdT5qQktZPaNMEof { width:47.75rem;height:23.875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWgRKgVXJHBAJrNH21RrrhazyTrRCEdV { width:13.5625rem;height:2.75rem;top:22.5rem;left:1.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GByiq4HVfEW81iC71Eo1bGnVckQBwui1 { width:11.8125rem;height:4.1875rem;top:22.5rem;left:17.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQy1fOhVJzbbzy3waJwbWyqNqmic3MaL { width:12.75rem;height:4.1875rem;top:22.5rem;left:30.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1BsMckACiPQtnE9lDUVOg0sxLHIhTz2 { width:31.0625rem;height:1.8125rem;top:35.0625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWM06ZefqfUfuG14Xvb36eUgq6BaTciQ { width:3.125rem;height:3.125rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRiNJo3T3RgSMCool3hoRsH6qXxP8MiQ { width:20rem;height:2.9375rem;top:33.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VylodgSrEzJHihJB95ALDgfUw7fPCviT { display:block; }
 }@media only screen and (max-width: 763px) { #JcZ0lUUCs1R2kdX7uWbACUsUBJw87IDg { width:10.5rem;height:2.0625rem;top:36.9375rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akg1E1dckGUfL2hO0RFyUH0T59obDQCp { width:2rem;height:2rem;top:36.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU { display:block; }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlovo2vTWwAfW0yICzp7DoxI9kRrJc9w { width:47.75rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7GhZzkVJIbKIoWahHKcTcb83UKJGqpN { width:47.75rem;height:4.1875rem;top:5.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXsrn1ucJKcs2ektaKtsBNIyzHPtGLCH { width:16.625rem;height:14.9375rem;top:15.375rem;left:5.125rem;font-size:0.625rem;display:block; }#GXsrn1ucJKcs2ektaKtsBNIyzHPtGLCH li:before{  }
 }@media only screen and (max-width: 763px) { #bRAGsIZquOWMd6V45R88SHH6Qnt4wcUd { width:22.4375rem;height:15.5625rem;top:15.375rem;left:25.3125rem;font-size:0.625rem;display:block; }#bRAGsIZquOWMd6V45R88SHH6Qnt4wcUd li:before{  }
 }@media only screen and (max-width: 763px) { #Cdk3RsgsNEqPtUdmhRVnkTT5HhD2alk2 { width:5.75rem;height:5.75rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #II5INk5bBFc3R3zJZQCGTfpkRB5RVRad { width:4.75rem;height:4.75rem;top:15.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0J16Om8wg62XQKHdszwOV8bFNfgrLOW { width:12.5rem;height:1.25rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWzTJu5FeZ7X51m0RBaibw7Pg5rsFGBP { width:12.5rem;height:1.25rem;top:13.375rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd { display:block; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqoI259R0lFQrzipepXk5WJwbxpwXpdb { width:26.5rem;height:1.9375rem;top:7.625rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXrNe777vBhmJmFwgbZl8cf3srEWF2M4 { width:43.8125rem;height:5.375rem;top:10.375rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WulXq4bDMOOE775tiGgp4aTOOQRfyDS7 { width:28.375rem;height:26.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLB2ZHUbusI6a3snlAhyFpcmeopFsBTS { width:16.5625rem;height:2.5rem;top:14.0625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLwwaK5XKVIoFnfZBbIgG1TmEO0oTxL3 { display:block; }
 }@media only screen and (max-width: 763px) { #POl5bUxtMOsZhP6AGRM8TaW4r2rm1H1U { width:47.75rem;height:11.375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIFkfmCOuyxzLoMiZZ3MSuAlegG1TZzS { width:4.25rem;height:4.25rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:12.8125rem;height:2.1875rem;top:5.75rem;left:15.308130264283rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { width:34.5625rem;height:6.75rem;top:9.0625rem;left:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOC30FGpS3vmfcsm9S3fs2uMPDDVJ5vr { width:22rem;height:7.353900721275rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #va0u2V68IJVM9QVVPGQIXItTleO9hq5q { width:3.125rem;height:3.125rem;top:19.625rem;left:32.0625rem;display:block; }
#va0u2V68IJVM9QVVPGQIXItTleO9hq5q > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ZQPa192LWfXzmBtUdTbR4stGzTMZq5Hr { width:2.5625rem;height:2.5625rem;top:19.875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L35f36CG8WlV4ZPoyQNZadKSyDemRaqG { width:9.0625rem;height:1.875rem;top:20.25rem;left:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ECOhSlLbqvSTTyEsfL7ZDDShk3IXoJ { width:29.6875rem;height:1.6875rem;top:25.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaTMQ1cf4b2u9FsAHU0NA8yc8C8LTpJh { width:22.125rem;height:3.375rem;top:27.1875rem;left:1.4989280700684rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rET3tWcdpGGnUAPtBungRVB5TXa25d3E { width:16.4375rem;height:2.375rem;top:19.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMayC0KOuW5gNC0ToyORibqWWvzV7Lyn { display:block; }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-regular-label { width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-text { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-textarea { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-select { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-button { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-checkbox-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ  { width:20.8125rem;height:auto;top:24.1875rem;left:24.4375rem; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .radio-container { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ {display:block;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ { width:20.8125rem;height:auto;top:24.1875rem;left:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #AENoDVvuTIayZRFQDVbdQ0EXwNVZeqQw {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #dHTthPw2Hxmwk0qWbGq5GcRgC3gFZTyl {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #UBvz48q0hcFH4Dfq6VofpClGloTtP5PI {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #uuvxDJpnptHyPVttuyZq1vv1pEoHhdMl {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #hbJ3lX3aTBvNEbxFqMvpMht3vU9yKaQ9 {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #OUPh8BZQOrT4A00HIKrBtm0pVxnOsOKs {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #pA2KM9oUF7rfps3BL3iy1pZc7RKuoGAd {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #LfgG1cnVfLquGwJhwUIZ1JNeTdew7PnT {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #lOMIifRiq5TTTwndtwMTMhecAbRt6zOo {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #fNfTgo8qQsOcALKP9I2CxrCwEyW2pRvO {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #EZ6eC4m2sGdIooReVkeF1XpvWqszzVRo {  }
 }@media only screen and (max-width: 763px) { #uH3Xumu4xswmE2fAtaF0qUppnES9CoA0 { width:11.625rem;height:11.625rem;top:30.5625rem;left:11.994243621826rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7LSpDsGEMCuPZShI3XzKF3uiGMxiLsW { width:47.75rem;height:21rem;top:23.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { position:relative;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { width:8.125rem;height:1.25rem;top:2.4375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block; }
 }@media only screen and (max-width: 763px) { #bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { width:5.5625rem;height:1.25rem;top:2.4375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block; }
 }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:9.312375rem;height:2.8125rem;top:1.0929764509201rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #utEC2xspuAZe6WxuPqtc2Q9aDLxuHkWu { width:4.625rem;height:1.375rem;top:2.4375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT9weTMVSkkHIgtykAE5LmZr10wKvRO1 { display:block; }
 }@media only screen and (max-width: 763px) { #TOPzNHC9ZZi8KWV9Ne9ahI2Q1ZesghEC { width:5.0625rem;height:1.25rem;top:2.5625rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2tT7eGlBERTTMaOLZKc6CuO9g7gBlcD { display:block; }
 }@media only screen and (max-width: 763px) { #tLXhdLXI6G0Pl10TFhmu3sueEZxeCXGO { width:9.635112625rem;height:1.9375rem;top:1.5625rem;left:10.25rem;font-size:0.5625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwWPfB8GhgfSf0RCv8Tc1ZN79tUr8nUJ { display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/753bca3a-4794-430f-9ea7-556d99889f00/bgg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:104.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:18.373875rem;height:2.39944375rem;top:1.25rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:19.99925rem;height:6.451125rem;top:5.4849934577942rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { width:2.125rem;height:2.125rem;top:95.0625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { width:6.5625rem;height:1.25rem;top:93.8125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block; }
 }@media only screen and (max-width: 763px) { #PkTbTaOX3cDueX71Tctcyc1GanJavolb { height:10.4356875rem;width:19.56125rem;top:13.158260822296rem;left:0.21813124418259rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEShsARobtlWHw9moTKO1IcbDAUBEUXn { width:14.078925125rem;height:1.821625125rem;top:25.6875rem;left:2.9375rem;font-size:0.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMVEC3nuiJLEtwXi2b5M3LfLNiFmVIB6 { display:block; }
 }@media only screen and (max-width: 763px) { #VgN502V9HaPJwrDQl3gebVE8B3rBD884 { width:17.4998125rem;height:8.7995rem;top:90.371274948119rem;left:1.2492265105247rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #y6b2aUuQGlLJTnW2OMLONHAK0fC8qFSs { width:19.99925rem;height:0.87484375rem;top:86.749685287475rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXVnMdMRJE03uDfsOlTfveJw3RTwzSy { height:16.249625rem;width:9.30925rem;top:43.482170104981rem;left:9.9377322196962rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDo8iF45og8dHuz8lbye4HhufymIyoG0 { width:9.247375rem;height:9.4359375rem;top:35.676438808441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXZvMMTC7kthOpFCtDshr2VwaAlTm7T8 { width:9.1874375rem;height:7.3106875rem;top:35.676438331604rem;left:10.058594226837rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmyzQ6TwLWGmr0B0Wgvicfev6TeXLURy { width:6.25rem;height:11.624375rem;top:72.725089073181rem;left:2.9354886412621rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUtUDKEHNhWZk64sUGuAWEhV695e2LW2 { width:8.3125rem;height:12.1875rem;top:45.98352432251rem;left:0.81219065189363rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO6uv6ci1060lQBi4cUEavG7E5pikPw2 { width:9.123625rem;height:10.748rem;top:61.230470180511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPmHrTgF7TtOara3lDLQex1J9J1QBHqg { width:9.3740625rem;height:6.998375rem;top:61.231435060501rem;left:9.8719830513rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAEKKhn6LteGqFwOTM10fFbS7S1PDQ5V { width:11.8116875rem;height:0;top:37.122343872071rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nhm5fOdu2i0tR7A3VDN3llf2DoKDkSux { width:11.8116875rem;height:0;top:59.984956097412rem;left:6.3744583129881rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ItgspeHqeJ2JSm9cgrnl0NTK0ctTVrVS { width:10.5625rem;height:auto;top:77.3125rem;left:4.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #t6SxBEHNMPn27xHghooknbLFm0bIoNs8 { display:flex;width:4.125rem;height:4.125rem;top:79.6875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6C8STkShVKwOqxRGGXZ09qRAF4EV2Tb { width:11.8125rem;height:auto;top:91.3125rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TiRqM1nXVo50nIdq9fTX0w6ZuJ0OUWmy { width:11.8125rem;height:auto;top:42.0625rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tLMI6EcXWXr6xuQOWf1c4ytOWMigx4KF { display:flex;width:2.1233rem;height:2.1233rem;top:58.170251846314rem;left:7.1849861145019rem; }
 }@media only screen and (max-width: 763px) { #zSAvfnmDoN3rbs6muBu2DoXdnazZQ5dR { width:9.247375rem;height:6.9365rem;top:70.166302680969rem;left:9.9860758185387rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlvroQhLwbTxWT5wNDVfE1Z81Fg4nG0y { width:19.99925rem;height:3.37349375rem;top:100.93594360351rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n6wXp1XzAOS2RfZS3UGWWW5Pi65Cp5C7 { width:12.5rem;height:1.05585rem;top:33.094832420349rem;left:4.2195234298706rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #cB58WzII0AtphTBaubizGxq8XkAI5WQ7 { width:20rem;height:2.0208209634644rem;top:112.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFDsfE1oaIKqZerZSJNS3HggcJBiPHih { width:15.4374375rem;height:1.94925625rem;top:28.8125rem;left:3.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2nQ97xS5gmEDTg6H3klUFPScGriatiZ { display:flex;width:2.2499625rem;height:2.2499625rem;top:28.6875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:19.99925rem;height:1.25019375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:17.8749375rem;height:7.2149375rem;top:3.8114948272705rem;left:1.0606822967529rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q8dq9eb0eSmAUr3xvwRgPee4IxInn9sQ { width:9.123625rem;height:5.1226rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiv2q6KRAOa0lMViv8GcLCBUPaeBcvrN { width:10.3738125rem;height:5.812rem;top:15.6875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvucy35LFmbCLTXKRXf2XaRpTONs16dM { width:8.9350625rem;height:5.999575rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD5apg3HZp9tbFZu58ab5iH8cCvXMG67 { width:8.8731875rem;height:5.999575rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2nwFUp3WUrP6ecZfqsDPlNWKMTu1qLM { width:8.685625rem;height:3.5601rem;top:23.1875rem;left:11.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsSSDAINuzpTs2AZiw7nv4Z7oXLOig2o { display:block; }
 }@media only screen and (max-width: 763px) { #hk8taySuV6wDeKyZXVy1guXpCtTsVISU { width:10.4356875rem;height:6.8108125rem;top:27.625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFqu4a0ZNaCaOUT5P1sKm64GVHldA4pD { width:8.937rem;height:6.37475rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSd5semGLiOcwBn03IkXTHigTzoi4pkA { width:10.4356875rem;height:5.74915rem;top:35.125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ458FRylCDrFTmqEERCgbJXN0Ig6vrM { display:flex;width:4.0625rem;height:4.0625rem;top:11.024133682251rem;left:7.9679760336875rem; }
 }@media only screen and (max-width: 763px) { #V5CMaQxokSPTnAgvpCpKvTChrMvxDVUF { display:flex;width:3.0611875rem;height:3.0611875rem;top:22.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kFVBhcDxWbgQuHZ047uXwyObyhNHBcts { display:block; }#kFVBhcDxWbgQuHZ047uXwyObyhNHBcts > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8mG1sFNaWbB4mW4Fa0ACt2KZJ0oqwr6 { width:19.99925rem;height:1.25019375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #saJg3sIIdylFzxHVU0LTf27FBMc9RgfG { width:19.99925rem;height:7.1995rem;top:4.4386245361328rem;left:0.00075rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TrctE9FePWanrGdH34a2Ro2uHSxsNA4w { width:6.436625rem;height:1.62245rem;top:17.187499344349rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWW4nXXTxAkmv6Z21qTbUs3T4FoRHvxV { width:6.8726875rem;height:1.62245rem;top:17.187499344349rem;left:6.5632734298706rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsRmdvTS4nenR3os4FM7fldiXiAqyqEW { width:7.2488125rem;height:1.62245rem;top:17.187499344349rem;left:12.750425815582rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKLVybf2Hqzf4OkFF3rnWPnlhkZuvMnT { display:flex;width:3.49821875rem;height:3.49821875rem;top:12.981826782226rem;left:1.6253480911255rem; }
 }@media only screen and (max-width: 763px) { #PzIh3tzDida78daezBospn93PvqlTnn1 { display:flex;width:4.56180625rem;height:4.56180625rem;top:12.436610221862rem;left:7.71871137619rem; }
 }@media only screen and (max-width: 763px) { #Z5VnCuOqgWiVhdZVtgVg8UqFUi0Z9JLq { width:3.62391875rem;height:3.62391875rem;top:12.636332511902rem;left:14.562384128571rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm4MvxvguB9UFGZMwdT5qQktZPaNMEof { width:20rem;height:23.25rem;top:3.4363403320312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWgRKgVXJHBAJrNH21RrrhazyTrRCEdV { width:5.9357625rem;height:3.82503125rem;top:19.810681641102rem;left:0.25042545795441rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GByiq4HVfEW81iC71Eo1bGnVckQBwui1 { width:6.12430625rem;height:3.82503125rem;top:19.810682296753rem;left:6.93746137619rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XQy1fOhVJzbbzy3waJwbWyqNqmic3MaL { width:6.0625rem;height:3.82503125rem;top:19.810681641102rem;left:13.343015193939rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #S1BsMckACiPQtnE9lDUVOg0sxLHIhTz2 { width:18.375rem;height:2.5990125rem;top:29.625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWM06ZefqfUfuG14Xvb36eUgq6BaTciQ { display:flex;width:2.06141875rem;height:2.06141875rem;top:27.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #lRiNJo3T3RgSMCool3hoRsH6qXxP8MiQ { width:6.939425125rem;height:1.501587625rem;top:34.125rem;left:0.75rem;font-size:0.5625rem;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VylodgSrEzJHihJB95ALDgfUw7fPCviT { display:block; }
 }@media only screen and (max-width: 763px) { #JcZ0lUUCs1R2kdX7uWbACUsUBJw87IDg { width:10.4995rem;height:1.4629125rem;top:34.1875rem;left:9.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Akg1E1dckGUfL2hO0RFyUH0T59obDQCp { display:flex;width:1.9995375rem;height:1.9995375rem;top:33.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU { display:block; }#d2eyMfaPUko8QLNpyXBcI5fElb5aPfvU > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlovo2vTWwAfW0yICzp7DoxI9kRrJc9w { width:19.99925rem;height:1.25019375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7GhZzkVJIbKIoWahHKcTcb83UKJGqpN { width:18.747125rem;height:5.40106875rem;top:3.75019375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GXsrn1ucJKcs2ektaKtsBNIyzHPtGLCH { width:8.1248125rem;height:15.363rem;top:13.9375rem;left:0rem;font-size:0.625rem;display:block; }#GXsrn1ucJKcs2ektaKtsBNIyzHPtGLCH li:before{  }
 }@media only screen and (max-width: 763px) { #bRAGsIZquOWMd6V45R88SHH6Qnt4wcUd { width:10.3119375rem;height:14.9259375rem;top:14.0625rem;left:9.6875rem;font-size:0.625rem;display:block; }#bRAGsIZquOWMd6V45R88SHH6Qnt4wcUd li:before{  }
 }@media only screen and (max-width: 763px) { #Cdk3RsgsNEqPtUdmhRVnkTT5HhD2alk2 { display:flex;width:2.93645625rem;height:2.93645625rem;top:9.9375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #II5INk5bBFc3R3zJZQCGTfpkRB5RVRad { display:flex;width:2.687rem;height:2.687rem;top:10.0625rem;left:14.0625rem; }
 }@media only screen and (max-width: 763px) { #r0J16Om8wg62XQKHdszwOV8bFNfgrLOW { width:8.061rem;height:0;top:10.4012625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWzTJu5FeZ7X51m0RBaibw7Pg5rsFGBP { width:9.685375rem;height:0;top:12.65103125rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #202020, #000000);background-image: -moz-linear-gradient(180deg, #202020, #000000);background-image: -ms-linear-gradient(180deg, #202020, #000000);background-image: -o-linear-gradient(180deg, #202020, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000' );";background-image: linear-gradient(180deg, #202020, #000000);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;display:block; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row .container { background-color: transparent; background-image: none; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row .container > .video-iframe-container { display: none; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row > .video-iframe-container { display: none; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .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); }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row .container { border-width: 0; border-radius: 0; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSADSCJQTi1iJRDAyt0IO2FdJ5aQIdSd > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqoI259R0lFQrzipepXk5WJwbxpwXpdb { width:15.8125rem;height:1.25019375rem;top:2.5622673034668rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXrNe777vBhmJmFwgbZl8cf3srEWF2M4 { width:18.25rem;height:7.3097125rem;top:4.8122291564941rem;left:1.3748068809509rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WulXq4bDMOOE775tiGgp4aTOOQRfyDS7 { top:8.5625rem;left:0rem;width:8.4374375rem;height:7.8744375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fLB2ZHUbusI6a3snlAhyFpcmeopFsBTS { width:16.376300125rem;height:1.938618875rem;top:13.308322906494rem;left:1.7491104602814rem;font-size:0.6875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLwwaK5XKVIoFnfZBbIgG1TmEO0oTxL3 { display:block; }
 }@media only screen and (max-width: 763px) { #POl5bUxtMOsZhP6AGRM8TaW4r2rm1H1U { width:20rem;height:15.1875rem;top:0.7184019088745rem;left:0rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qIFkfmCOuyxzLoMiZZ3MSuAlegG1TZzS { display:flex;width:2.2499625rem;height:2.2499625rem;top:2.0594825744629rem;left:15.810642719269rem; }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:12.1229375rem;height:1.374925rem;top:4.99845rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { width:16.75rem;height:0;top:7.7467517852781rem;left:1.746209859848rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #zOC30FGpS3vmfcsm9S3fs2uMPDDVJ5vr { width:10.62425rem;height:3.4991875rem;top:0.81122398376463rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va0u2V68IJVM9QVVPGQIXItTleO9hq5q { display:flex;width:3.12306875rem;height:3.12306875rem;top:12.5rem;left:6.4375rem; }
#va0u2V68IJVM9QVVPGQIXItTleO9hq5q > img { max-width: 100%;max-height:100%; width:3.12306875rem; height:3.12306875rem; } }@media only screen and (max-width: 763px) { #ZQPa192LWfXzmBtUdTbR4stGzTMZq5Hr { width:2.56033125rem;height:2.56033125rem;top:12.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L35f36CG8WlV4ZPoyQNZadKSyDemRaqG { width:7.123125rem;height:1.48708125rem;top:7.0225486755369rem;left:6.4375772476194rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T0ECOhSlLbqvSTTyEsfL7ZDDShk3IXoJ { width:19.99925rem;height:0;top:36.318890429687rem;left:-1.8767414093018rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaTMQ1cf4b2u9FsAHU0NA8yc8C8LTpJh { width:19.99925rem;height:0;top:38.035122729492rem;left:0.00075rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #rET3tWcdpGGnUAPtBungRVB5TXa25d3E { width:16.752425125rem;height:2.126200125rem;top:9.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMayC0KOuW5gNC0ToyORibqWWvzV7Lyn { display:block; }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ  { width:17.4998125rem;height:17.1875rem;top:35.006817675781rem;left:0.00018749999999912rem; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ {display:block;}#yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ { width:17.4998125rem;height:17.1875rem;top:35.006817675781rem;left:0.00018749999999912rem;display:none; }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #AENoDVvuTIayZRFQDVbdQ0EXwNVZeqQw {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #dHTthPw2Hxmwk0qWbGq5GcRgC3gFZTyl {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #UBvz48q0hcFH4Dfq6VofpClGloTtP5PI {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #uuvxDJpnptHyPVttuyZq1vv1pEoHhdMl {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #hbJ3lX3aTBvNEbxFqMvpMht3vU9yKaQ9 {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #OUPh8BZQOrT4A00HIKrBtm0pVxnOsOKs {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #pA2KM9oUF7rfps3BL3iy1pZc7RKuoGAd {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #LfgG1cnVfLquGwJhwUIZ1JNeTdew7PnT {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #lOMIifRiq5TTTwndtwMTMhecAbRt6zOo {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #fNfTgo8qQsOcALKP9I2CxrCwEyW2pRvO {  }
 }@media only screen and (max-width: 763px) { #yr570QdB4QxVLfpFgrzRcpxxv2OlfqqZ #EZ6eC4m2sGdIooReVkeF1XpvWqszzVRo {  }
 }@media only screen and (max-width: 763px) { #uH3Xumu4xswmE2fAtaF0qUppnES9CoA0 { width:11.6249375rem;height:11.6249375rem;top:41.43375859375rem;left:8.3750625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7LSpDsGEMCuPZShI3XzKF3uiGMxiLsW { width:19.99925rem;height:20.9999375rem;top:34.2565125rem;left:0rem;display:none; }
 }