.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgcg34ChrxM5kSu0vW6509mFieb1KyuN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#fgcg34ChrxM5kSu0vW6509mFieb1KyuN > .row .container { border-width: 0; border-radius: 0; }#fgcg34ChrxM5kSu0vW6509mFieb1KyuN > .row > .video-iframe-container {  }#fgcg34ChrxM5kSu0vW6509mFieb1KyuN > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:none; }#B5FhDTxZPyaTt1klqlFpb35dkIw2nKLS { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:8.4375rem;top:2.4370660781861rem;left:1.875rem;overflow:hidden;display:block; }
#TEUmOqCpt7UcmeGtdDS57RTSLl9SCtx3 { position:absolute;display:block;z-index:100019;background-color:#8a6df1;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:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;height:3.25rem;width:10.4375rem;top:1.40625rem;left:60.58749961853rem;display:block; }
#D07TTC8l0aZ2Il77oQ9raaEzuXiXIrVo { color:#000000;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:1.9750000238419rem;left:61.74374961853rem;height:2.11181875rem;display:block; }
#MLdTg6lvRpx5nGLzmm1SbqiQcaOD3xJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#MLdTg6lvRpx5nGLzmm1SbqiQcaOD3xJd > .row .container { border-width: 0; border-radius: 0; }#MLdTg6lvRpx5nGLzmm1SbqiQcaOD3xJd > .row > .video-iframe-container {  }#MLdTg6lvRpx5nGLzmm1SbqiQcaOD3xJd > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:none; }#yTtBasRFu1c7nOCU8Kh7HUNqH2PXFrMQ { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.875rem;left:43.8125rem;display:none; }
#TFfK7qAUrm5dTKCI4chQ1GGTkNCQJe5y { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;height:1.75rem;top:14.625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Dg6hGaH2iCmFWRLJcBhT5wTkF11RBOq7 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:17.3125rem;left:43.750000953674rem;display:none; }
#fV6559elmZH4FPFHUROCCXmodre7nlfU { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;height:1.75rem;top:18.0625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BMkh3Is9kU8OqlydIFmNBofyO0hn9b8U { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;height:2rem;top:19.8125rem;left:47.562500953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HKsADbBFTTuILa7n6G2gmVrEldpb0rdE { color:#ffffff;display:block;width:20.374375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;height:1rem;top:16.375rem;left:47.500000953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TU8DLxiuNmzDfuDf3yBe0kNbU6VqeBzR { color:#ffffff;display:block;width:45.25rem;position:absolute;font-family:montserrat;font-size:10.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:14.8125rem;height:13.975rem;display:block; }
#FVlaRHLgH2TxTwT03tZUeXXqZU8V75hE { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:4.3156251907349rem;left:42.624219894409rem;height:4.30625rem;text-align:left;text-align-last:left;display:block; }
#yRC0OOsqnnZsqSVUkvkTD6UTfoIsxQPG { position:absolute;display:block;z-index:100022;background-color:#8a6df1;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:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;height:2.9375rem;width:24.3125rem;top:18.874784469604rem;left:15.124566078186rem;display:block; }
#yUTGEAQp6SZHK8wSO5JWSxiRu4aRo3SL { color:#000000;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:19.562175750733rem;left:15.812066078186rem;height:1.54358125rem;font-style:normal;display:block; }
#MqNes3ONpvBGzTtqlW4W9l9KKkcJSTcH { position:absolute;display:block;z-index:100023;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;height:2.9375rem;width:19.75rem;top:18.937175273895rem;left:40.124785423279rem;display:block; }
#Me1x91w12W3TtW8yzrcMLyZCXTo9Bmxu { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:19.574544906616rem;left:43.373591423034rem;height:1.7871125rem;font-style:normal;display:block; }
#ZlpCnlpxZBixwiGuFaPseTvcsVny8RTR { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:19.624567031861rem;left:41.124457359314rem;overflow:hidden;display:block; }
#Z94H143PmswF9uEGIr5rUmMGuwbHkdVC { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:25.0625rem;top:5.2495651245117rem;left:15.812066078186rem;overflow:hidden;display:block; }
#Ik1WsLcqRyLx4WC2OaPalX586Stuk4LT { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:6.437175273895rem;left:60.774423175232rem;overflow:hidden;display:block; }
#N666imNdnJqGFy0WTORFuJGhykxkiAlc { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.5625rem;top:15.312501430511rem;left:9.0245218276975rem;overflow:hidden;display:block; }
#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .row .container { background-color: transparent; background-image: none; }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .row .container > .video-iframe-container { display: none; }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .row > .video-iframe-container { display: none; }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .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); }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .row .container { border-width: 0; border-radius: 0; }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .row > .video-iframe-container {  }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#VMm7QpFiKPT3VwSIDe6AlWyBQNE3tg3K { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:11.25rem;top:1.5625rem;left:31.500001907349rem;overflow:hidden;display:block; }
#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/lqhXLRE1/Group_222_5_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol.adaptive-delivery-prevent-bg, #GDEOpE68gbI9TARfEI3XTGxxbOL2PWol.lazyload, #GDEOpE68gbI9TARfEI3XTGxxbOL2PWol.lazyloading { background-image: none; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row .container { background-color: transparent; background-image: none; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row .container > .video-iframe-container { display: none; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row > .video-iframe-container { display: none; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .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); }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row .container { border-width: 0; border-radius: 0; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row > .video-iframe-container {  }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row .container { background-color: transparent; background-image: none; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row .container > .video-iframe-container { display: none; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row > .video-iframe-container { display: none; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .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); }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row .container { border-width: 0; border-radius: 0; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row > .video-iframe-container {  }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#FgE73RUBaTaaWNfEalVKwNlJyk68MdZF { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.875rem;left:43.8125rem;display:none; }
#R3sKNXXbJcRB8MMfpwscv937OJKWXquX { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;height:1.75rem;top:14.625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zfl5kdxNKp30EgyEqQCA9yKxwirBsXDf { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:17.3125rem;left:43.750000953674rem;display:none; }
#alL08FGtyAUv0cwKFrcZ2Mf1bQdvrIIq { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;height:1.75rem;top:18.0625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GloThOszKbU5wLJBUhCArGQDTzA1CbI1 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;height:2rem;top:19.8125rem;left:47.562500953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#La64Wz50D9MAOkZDA9ZkmZxqtSwykH2M { color:#ffffff;display:block;width:20.374375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;height:1rem;top:16.375rem;left:47.500000953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ctX1oMqIkLTkr2bT3yJLebouQ92r2W6Z { color:#ffffff;display:block;width:45.25rem;position:absolute;font-family:montserrat;font-size:10.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:14.8125rem;height:13.974625rem;display:block; }
#tlCzxZDI9ZhNLt3ZBndn2wTVTfmqx1Ar { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:3.625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:4.125rem;left:28.4375rem;height:4.7125rem;text-align:left;text-align-last:left;display:block; }
#CMWCHXUGtCQSkXJ9FfkmIXnm3Pnf3hUP { position:absolute;display:block;z-index:100022;background-color:#8a6df1;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:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;height:2.9375rem;width:22.25rem;top:19.3125rem;left:15.875rem;display:block; }
#ViMfmGOwK5tiba10Lq66UVV77gALVq0R { color:#000000;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:19.999877929688rem;left:16.74951171875rem;height:1.625rem;display:block; }
#zPG2IZ9C7m7mvzEGhx2XZm3A21PvMINL { position:absolute;display:block;z-index:100023;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;height:2.9375rem;width:19.75rem;top:19.375rem;left:38.9375rem;display:block; }
#B2r6TVNBwf6pDUfxJLPe2iyfR8lixCGG { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:20.0625rem;left:42.3125rem;height:1.7871125rem;display:block; }
#u6TK3laE77ePOOEIHhuvGG1NAs56vVw0 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:20.0625rem;left:40.25rem;overflow:hidden;display:block; }
#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb { position:relative;display:block; }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb { background-color: transparent; background-image: none; }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb > .row .container > .video-iframe-container { display: none; }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb > .row > .video-iframe-container { display: none; }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb > .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); }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb { border-width: 0; border-radius: 0; }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb > .row .container > .video-iframe-container {  }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#Awbv9hheIa1PpUTcnp9G7aIDlTeaLnsr { color:#000000;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.6886940002441rem;left:6.1863069534302rem;height:2.3556875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y3xqWODPtiiK6RMyelFw8oglxTusA8Dd { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:2.5625rem;top:14.061958312988rem;left:5.9986982345581rem;overflow:hidden;display:block; }
#LXkJ1WTvyTfx63qRPCHJ7AJGMG2TUDzq { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100045;line-height:1.6;letter-spacing:0;top:8.2953567504881rem;left:10.310221672058rem;height:16.00476875rem;font-style:normal;display:block; }
#UOTuhnQ8GRUbzOgsTd6UtwLpL8Beeiig { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.5625rem;top:19.3115234375rem;left:5.4360895156861rem;overflow:hidden;display:block; }
#aLmErslGDwfEKl7WHlkT9r1OwkqZUgQD { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:7.5607643127444rem;left:5.2169055938721rem;overflow:hidden;display:block; }
#hcqxFUOf5ZIsebehR8zo2EalzQ1t6nbC { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.2495625rem;width:27.4370625rem;top:2.1560325622559rem;left:42.186415672303rem;overflow:hidden;display:block; }
#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;background-image:none;position:relative;display:block; }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .row .container { background-color: transparent; background-image: none; }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .row .container > .video-iframe-container { display: none; }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .row > .video-iframe-container { display: none; }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .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); }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .row .container { border-width: 0; border-radius: 0; }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .row > .video-iframe-container {  }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#TGzR8Iq4JmVfoC274044TlbNP8V7R486 { color:#8a6df1;display:block;width:5.56206875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:3.5625rem;left:10.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NaymtUyVDm0Ol6wLlbMq2mbUcgshKCGp { position:absolute;display:block;z-index:100022;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.43706875rem;width:6.7496875rem;top:3.5625rem;left:9.4375rem;display:block; }
#nIS8fTMS1i0fTRg1Ea519U8lGIt34q0O { position:absolute;display:block;z-index:100023;background-color:rgba(233,233,235,0.7);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;height:0.124783125rem;width:11.375rem;top:4.8125rem;left:21.8125rem;display:block; }
#wSCagZNhWQdHip3ovc7egxpIvcuuN2og { color:#8a6df1;display:block;width:12.124rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100019;line-height:1.4;letter-spacing:0;top:3.625rem;left:21.9375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W9KXpLI8lM5IDN4PwMKnL3dknGcoetsV { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:300;z-index:100019;line-height:1.4;letter-spacing:0;top:1.9375rem;left:40.5rem;height:5.7747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVKt4AUUwNid5DpRFFbHMf0q2oGswUMw { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:4.1875rem;left:19.375rem;height:1.381225rem;font-style:normal;display:block; }
#dmc7AcrCE1MkWTZ45S1C49I4e4FzKeVT { color:#000000;display:block;width:2.93674375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:4.1248912811279rem;left:37.249674797058rem;height:1.381225rem;font-style:normal;display:block; }
#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { background-color: transparent; background-image: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .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); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { border-width: 0; border-radius: 0; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container {  }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-form-header {  }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;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:24.75rem;box-sizing:border-box;height:2.375rem;color:#000000;font-size:0.75rem;overflow:hidden;font-family:akkurat-mono;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;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:24.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.75rem;overflow:hidden;font-family:akkurat-mono;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #000000;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:24.75rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:montserrat;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#000000;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:4.0625rem;margin-bottom:0.25rem;margin-left:4.4375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.8125rem;height:2.6875rem;font-family:montserrat;overflow:hidden;line-height:1.2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]:-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]::-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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:23.5rem;overflow:hidden;font-style:normal; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-container:first-of-type{padding-top:0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-container:last-of-type{padding-bottom:0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:absolute;top:7.935546875rem;left:41.748046875rem; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.75rem;display:block;vertical-align:top; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX {display:block;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:absolute;top:7.935546875rem;left:41.748046875rem; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #qcwTiFoazdR3IOrBZPKsih0NC2Gv7yAO { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #HZvVnBJcilohLoL8RUbBQ1lDf4T7QTNZ { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #fTGwTwrqk9lbXVoza7AIV3DZ4fAftw6H { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #xIXLRGUJ0kZqXsOqoRJMsAXVcDZbLpOi { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #w9R2hhfXW2RTBkwvMIt1evmErmSixMCW { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #RHxBC1o4qLMUNtusIQbemzabVovBmZ5h { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZtfM638mXygoZOUXppnU3DeRNvVnMEVn { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #oWkg1ar0o6CkEJ8vmAnT9NCZqpgI2yl6 { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZSTLoTRQkJPDvH4QTTLWCeasMVDJzi4i { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZOz0xOdVL3TUT5ZKeeXNc0p2ehrddmgm { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #pwzb51VN1GRCnfSXZ0fJA2GzgHBBN962 { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #dVWsXAS1CzMCpUIrKcP89zW98OZRA8kE { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #rf2IsguN2EZfNdcHQvOUJ8PHnUQn5lR9 { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #SrHzowmeLXsdghmErTgDTzMepRCMxSdF { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eWVsw4te7BdqNFHoZaM9bDlNd2hinOxx { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #u30OFn2LZ3BihftHWyQU3ibeG2mb5Sgd { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #r1kJkKkn2vW2swJpEIPe4QCrdVGtbUXV { position:relative;z-index:2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eeeeeZXuN38TJJ6uTVSAdmqUoEcX9u0v { position:relative; }
#sPxAdvuurEm6ByMothn3wM6gqL144LVW { position:relative;display:block; }
#rT5xSJHFqoEC48f4WwVZ2SdGlZEBmJWz { position:relative;display:block; }
#tXeoFHIzH8fMHtawSt1UfRsT0TmB07sH { position:relative;display:block; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #svlg81pvpKxx1RPH0P2d5MnV4DOShi9F { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #GoHST9qAFSeUVTU4LeKmchWxQMrFoxd1 { position:relative; }
#bsL1VNPxbupyDU0SXxFnBDbwxeyByOy5 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:25.625rem;left:44.4375rem;height:0.8125rem;display:block; }
#Mcii2OcHVowQtcMOsn4Cf3lHMt8G4lg9 { color:#8a6df1;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:11.374349951744rem;left:2.5602207183838rem;height:6.5rem;display:block; }
#mpmpdAoTaD4v4XeROmCT8WIMTWqwuUlh { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26rem;width:26.75rem;top:5.125rem;left:41.937501907349rem;display:block; }
#f0W0cD0W2rb6uNk3rz3aZzH3ZRhv465s { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:6.625rem;left:45.875rem;height:2.2721375rem;text-align:left;text-align-last:left;display:block; }
#ncpZM2577RoTwZT5Z3N9NLlpBngBk1Lv { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:4.9375rem;top:4.0625003576279rem;left:2.6231555938721rem;overflow:hidden;display:block; }
#L8OoTv6tB3w05sdUal4VmLI7rAoly4Ty { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.74978125rem;width:19.0625rem;top:17.873373389244rem;left:13.811848640442rem;overflow:hidden;display:block; }
#pb95dXrzdZzWm6bQBKKmAQz9PADM7ogu { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:20.81119954586rem;left:2.5602207183838rem;height:5.07421875rem;font-style:normal;display:block; }
#LSSzq99OZT4s7Fe4IJlHKe3EqUrfsiT3 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.6875rem;top:6.25rem;left:43rem;overflow:hidden;display:block; }
#bB68kBkqcp7cXbvKcDiK8P5bQCh7cxr0 { position:absolute;display:block;z-index:100025;background-color:rgba(227,227,227,0.43);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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:26.936875rem;width:28.686rem;top:4.6538619995117rem;left:41.029731750488rem;display:block; }
#Rn2UBL49GdQtTL7JZPSlFN41zRN7vgQT { position:absolute;display:block;z-index:100026;background-color:#8a6df1;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.6875rem;width:12.5rem;top:15.281250476837rem;left:48.656251907349rem;display:block; }
#DQ41oUN7FQCli469ehxO4p3OOxsfnqxq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:16.175781726837rem;left:48.656251907349rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { background-color: transparent; background-image: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .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); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { border-width: 0; border-radius: 0; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container {  }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#P4HKDmKzPcoANfZPPbBAXCwSTeaI6Sms { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:10.874566078186rem;left:6.8120660781863rem;height:3.15104375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXPfEpN759sETNbTcBnnq8yQLUtuEKzy { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:10.874566078186rem;left:56.937392234803rem;height:3.15104375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6TH6LrFalCg7tUdzPIw4TE0s00wWQpn { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:10.74978351593rem;left:23.499892234802rem;height:3.15104375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpRMXaayq6CNqX5NmV7JWGUpLL9ZJVE5 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:10.874566078186rem;left:40.999892234803rem;height:3.1510375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdPi0QxcvS4pQcfOWPJePME8wxxtm0Lx { position:absolute;display:block;z-index:100002;background-color:rgba(86,86,86,0.57);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;height:8.25rem;width:14.375rem;top:7.4375rem;left:4.8125rem;display:block; }
#CHrwugpAwxNG8o7If1pIbXtZCXvcz1AI { position:absolute;display:block;z-index:100003;background-color:rgba(86,86,86,0.57);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;height:8.25rem;width:14.375rem;top:7.4375rem;left:21.5625rem;display:block; }
#W4RN4zA6B6wGWxJU5f7AlAShTTBTTPJS { position:absolute;display:block;z-index:100004;background-color:rgba(86,86,86,0.57);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;height:8.25rem;width:14.375rem;top:7.3125rem;left:37.9375rem;display:block; }
#RvC8Xz8uaSbD0VbfGHDQ7lEV6VUQnGZM { position:absolute;display:block;z-index:100005;background-color:rgba(86,86,86,0.57);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;height:8.25rem;width:14.375rem;top:7.3125rem;left:54rem;display:block; }
#nNdaMsrhF9gA3nR7tOdBmPkzKHtztZhZ { position:absolute;display:block;z-index:100017;background-color:#1e1e1e;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:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:5.625rem;width:5.625rem;top:4.6869573593139rem;left:9.1861982345581rem;display:block; }
#hel5Le8TyBJFHovTrGkJ5LNRwNgt4VqR { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:3.75rem;top:6.0618486404419rem;left:10.136393547058rem;overflow:hidden;display:block; }
#e5VUToV4zqK3UzaWVtD6iJkHHr6UIlMy { position:absolute;display:block;z-index:100018;background-color:#1e1e1e;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:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:5.625rem;width:5.625rem;top:4.1243495941162rem;left:42.468535423279rem;display:block; }
#zcW6NFUWoT1Nzg4BPQ6256J1e6rcC2lH { position:absolute;display:block;z-index:100018;background-color:#1e1e1e;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:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:5.625rem;width:5.625rem;top:4.1243495941162rem;left:26.124133110046rem;display:block; }
#pk7w4HLJRbsezHEqpO8L3zyZUAbXAvWk { position:absolute;display:block;z-index:100019;background-color:#1e1e1e;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:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:5.625rem;width:5.625rem;top:4.1243495941162rem;left:58.436957359314rem;display:block; }
#HOAGhxxUD9QqnIvQMa6KxfWixxWwpayz { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:6.3125rem;top:4.8119583129883rem;left:42.156035423279rem;overflow:hidden;display:block; }
#L4RwgE1xPLzCNIzJGTFLVwrA6bnsVzC4 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:5rem;top:5.3108711242676rem;left:26.374133110046rem;overflow:hidden;display:block; }
#RVTBNNvsKOchwuMH6Dh05W4mfERskpZ5 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:6.25rem;top:4.3153209686279rem;left:58.124457359314rem;overflow:hidden;display:block; }
#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { background-color: transparent; background-image: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .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); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { border-width: 0; border-radius: 0; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container {  }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:14rem;top:1.4999980926514rem;left:30rem;overflow:hidden;display:block; }
#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { background-color: transparent; background-image: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .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); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { border-width: 0; border-radius: 0; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container {  }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#azClPBwyzNkETny9OkUlgBtooEoTzB1z { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:archivo;font-size:0.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4841613769531rem;left:0.9375rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fgcg34ChrxM5kSu0vW6509mFieb1KyuN { display:block; }#fgcg34ChrxM5kSu0vW6509mFieb1KyuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5FhDTxZPyaTt1klqlFpb35dkIw2nKLS { top:2.375rem;left:0rem;width:8.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUmOqCpt7UcmeGtdDS57RTSLl9SCtx3 { top:1.375rem;left:37.3125rem;width:10.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D07TTC8l0aZ2Il77oQ9raaEzuXiXIrVo { top:1.9375rem;left:39.625rem;width:8.125rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLdTg6lvRpx5nGLzmm1SbqiQcaOD3xJd { display:block; }#MLdTg6lvRpx5nGLzmm1SbqiQcaOD3xJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTtBasRFu1c7nOCU8Kh7HUNqH2PXFrMQ { top:13.875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFfK7qAUrm5dTKCI4chQ1GGTkNCQJe5y { top:14.625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dg6hGaH2iCmFWRLJcBhT5wTkF11RBOq7 { top:17.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV6559elmZH4FPFHUROCCXmodre7nlfU { top:18.0625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMkh3Is9kU8OqlydIFmNBofyO0hn9b8U { top:19.8125rem;left:27.125rem;width:20.375rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKsADbBFTTuILa7n6G2gmVrEldpb0rdE { top:16.375rem;left:27.0625rem;width:20.3125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TU8DLxiuNmzDfuDf3yBe0kNbU6VqeBzR { top:6.4375rem;left:0rem;width:45.25rem;height:27.9375rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVlaRHLgH2TxTwT03tZUeXXqZU8V75hE { top:4.3125rem;left:23.875rem;width:17.5rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRC0OOsqnnZsqSVUkvkTD6UTfoIsxQPG { top:18.8125rem;left:0rem;width:24.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTGEAQp6SZHK8wSO5JWSxiRu4aRo3SL { top:19.5rem;left:0.5rem;width:23.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqNes3ONpvBGzTtqlW4W9l9KKkcJSTcH { top:18.875rem;left:23.875rem;width:19.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me1x91w12W3TtW8yzrcMLyZCXTo9Bmxu { top:19.5625rem;left:23.875rem;width:16.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlpCnlpxZBixwiGuFaPseTvcsVny8RTR { top:19.5625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94H143PmswF9uEGIr5rUmMGuwbHkdVC { top:5.1875rem;left:0rem;width:25.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik1WsLcqRyLx4WC2OaPalX586Stuk4LT { top:6.375rem;left:40.336923175232rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N666imNdnJqGFy0WTORFuJGhykxkiAlc { top:15.3125rem;left:2.2120218276977rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs { display:block; }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMm7QpFiKPT3VwSIDe6AlWyBQNE3tg3K { top:1.5625rem;left:17.875001907349rem;width:11.25rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDEOpE68gbI9TARfEI3XTGxxbOL2PWol { display:block; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 { display:block; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FgE73RUBaTaaWNfEalVKwNlJyk68MdZF { top:13.875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3sKNXXbJcRB8MMfpwscv937OJKWXquX { top:14.625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfl5kdxNKp30EgyEqQCA9yKxwirBsXDf { top:17.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alL08FGtyAUv0cwKFrcZ2Mf1bQdvrIIq { top:18.0625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GloThOszKbU5wLJBUhCArGQDTzA1CbI1 { top:19.8125rem;left:27.125rem;width:20.375rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #La64Wz50D9MAOkZDA9ZkmZxqtSwykH2M { top:16.375rem;left:27.0625rem;width:20.3125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctX1oMqIkLTkr2bT3yJLebouQ92r2W6Z { top:6.9375rem;left:0rem;width:45.25rem;height:13.9375rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlCzxZDI9ZhNLt3ZBndn2wTVTfmqx1Ar { top:4.125rem;left:6.375rem;width:17.5rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMWCHXUGtCQSkXJ9FfkmIXnm3Pnf3hUP { top:19.3125rem;left:1.625rem;width:22.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMfmGOwK5tiba10Lq66UVV77gALVq0R { top:19.9375rem;left:1.1875rem;width:22.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPG2IZ9C7m7mvzEGhx2XZm3A21PvMINL { top:19.375rem;left:23.875rem;width:19.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2r6TVNBwf6pDUfxJLPe2iyfR8lixCGG { top:20rem;left:23.875rem;width:16.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6TK3laE77ePOOEIHhuvGG1NAs56vVw0 { top:20.0625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb { display:block; }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Awbv9hheIa1PpUTcnp9G7aIDlTeaLnsr { top:3.6875rem;left:0rem;width:31.9375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3xqWODPtiiK6RMyelFw8oglxTusA8Dd { top:14rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXkJ1WTvyTfx63qRPCHJ7AJGMG2TUDzq { top:8.25rem;left:0rem;width:25.1875rem;height:16rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOTuhnQ8GRUbzOgsTd6UtwLpL8Beeiig { top:19.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLmErslGDwfEKl7WHlkT9r1OwkqZUgQD { top:7.5rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcqxFUOf5ZIsebehR8zo2EalzQ1t6nbC { top:2.125rem;left:20.375rem;width:27.375rem;height:25.192448114207rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg { display:block; }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGzR8Iq4JmVfoC274044TlbNP8V7R486 { top:3.5625rem;left:0rem;width:5.5rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaymtUyVDm0Ol6wLlbMq2mbUcgshKCGp { top:3.5625rem;left:0rem;width:6.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIS8fTMS1i0fTRg1Ea519U8lGIt34q0O { top:4.8125rem;left:8.1875rem;width:11.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSCagZNhWQdHip3ovc7egxpIvcuuN2og { top:3.625rem;left:8.3125rem;width:12.0625rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KXpLI8lM5IDN4PwMKnL3dknGcoetsV { top:1.875rem;left:22.75rem;width:25rem;height:5.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVKt4AUUwNid5DpRFFbHMf0q2oGswUMw { top:4.1875rem;left:5.75rem;width:2rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmc7AcrCE1MkWTZ45S1C49I4e4FzKeVT { top:4.0625rem;left:23.624674797058rem;width:2.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm { display:none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-checkbox-label { width:36.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX {display:block;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #qcwTiFoazdR3IOrBZPKsih0NC2Gv7yAO {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #HZvVnBJcilohLoL8RUbBQ1lDf4T7QTNZ {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #fTGwTwrqk9lbXVoza7AIV3DZ4fAftw6H {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #xIXLRGUJ0kZqXsOqoRJMsAXVcDZbLpOi {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #w9R2hhfXW2RTBkwvMIt1evmErmSixMCW {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #RHxBC1o4qLMUNtusIQbemzabVovBmZ5h {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZtfM638mXygoZOUXppnU3DeRNvVnMEVn {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #oWkg1ar0o6CkEJ8vmAnT9NCZqpgI2yl6 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZSTLoTRQkJPDvH4QTTLWCeasMVDJzi4i {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZOz0xOdVL3TUT5ZKeeXNc0p2ehrddmgm {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #pwzb51VN1GRCnfSXZ0fJA2GzgHBBN962 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #dVWsXAS1CzMCpUIrKcP89zW98OZRA8kE {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #rf2IsguN2EZfNdcHQvOUJ8PHnUQn5lR9 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #SrHzowmeLXsdghmErTgDTzMepRCMxSdF {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eWVsw4te7BdqNFHoZaM9bDlNd2hinOxx {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #u30OFn2LZ3BihftHWyQU3ibeG2mb5Sgd {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #r1kJkKkn2vW2swJpEIPe4QCrdVGtbUXV {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eeeeeZXuN38TJJ6uTVSAdmqUoEcX9u0v {  }
 }@media only screen and (max-width: 763px) { #sPxAdvuurEm6ByMothn3wM6gqL144LVW { display:block; }
 }@media only screen and (max-width: 763px) { #rT5xSJHFqoEC48f4WwVZ2SdGlZEBmJWz { display:block; }
 }@media only screen and (max-width: 763px) { #tXeoFHIzH8fMHtawSt1UfRsT0TmB07sH { display:block; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #svlg81pvpKxx1RPH0P2d5MnV4DOShi9F {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #GoHST9qAFSeUVTU4LeKmchWxQMrFoxd1 {  }
 }@media only screen and (max-width: 763px) { #bsL1VNPxbupyDU0SXxFnBDbwxeyByOy5 { top:25.625rem;left:30.8125rem;width:12.1875rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcii2OcHVowQtcMOsn4Cf3lHMt8G4lg9 { top:11.3125rem;left:0rem;width:32.375rem;height:6.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpmpdAoTaD4v4XeROmCT8WIMTWqwuUlh { top:5.125rem;left:20.1875rem;width:26.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0W0cD0W2rb6uNk3rz3aZzH3ZRhv465s { top:6.625rem;left:29.75rem;width:18rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncpZM2577RoTwZT5Z3N9NLlpBngBk1Lv { top:4.0625rem;left:0rem;width:4.9375rem;height:4.8751007999433rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8OoTv6tB3w05sdUal4VmLI7rAoly4Ty { top:17.8125rem;left:0.18684864044189rem;width:19.0625rem;height:0.7492375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb95dXrzdZzWm6bQBKKmAQz9PADM7ogu { top:20.75rem;left:0rem;width:34.0625rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSzq99OZT4s7Fe4IJlHKe3EqUrfsiT3 { top:6.25rem;left:29.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB68kBkqcp7cXbvKcDiK8P5bQCh7cxr0 { top:4.625rem;left:19.125rem;width:28.625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2UBL49GdQtTL7JZPSlFN41zRN7vgQT { top:15.25rem;left:35.031251907349rem;width:12.5rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ41oUN7FQCli469ehxO4p3OOxsfnqxq { top:16.125rem;left:35.031251907349rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 { display:none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P4HKDmKzPcoANfZPPbBAXCwSTeaI6Sms { top:10.8125rem;left:0rem;width:10.3125rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPfEpN759sETNbTcBnnq8yQLUtuEKzy { top:10.8125rem;left:39.1875rem;width:8.5625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6TH6LrFalCg7tUdzPIw4TE0s00wWQpn { top:10.6875rem;left:9.8748922348025rem;width:10.8125rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpRMXaayq6CNqX5NmV7JWGUpLL9ZJVE5 { top:10.8125rem;left:27.374755859375rem;width:8.5rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdPi0QxcvS4pQcfOWPJePME8wxxtm0Lx { top:7.4375rem;left:0rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHrwugpAwxNG8o7If1pIbXtZCXvcz1AI { top:7.4375rem;left:7.9375rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4RN4zA6B6wGWxJU5f7AlAShTTBTTPJS { top:7.3125rem;left:24.3125rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvC8Xz8uaSbD0VbfGHDQ7lEV6VUQnGZM { top:7.3125rem;left:33.375rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNdaMsrhF9gA3nR7tOdBmPkzKHtztZhZ { top:4.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hel5Le8TyBJFHovTrGkJ5LNRwNgt4VqR { top:6rem;left:0rem;width:3.75rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #e5VUToV4zqK3UzaWVtD6iJkHHr6UIlMy { top:4.0625rem;left:28.843535423279rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcW6NFUWoT1Nzg4BPQ6256J1e6rcC2lH { top:4.0625rem;left:12.499133110046rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk7w4HLJRbsezHEqpO8L3zyZUAbXAvWk { top:4.0625rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOAGhxxUD9QqnIvQMa6KxfWixxWwpayz { top:4.75rem;left:28.531035423279rem;width:6.3125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4RwgE1xPLzCNIzJGTFLVwrA6bnsVzC4 { top:5.25rem;left:12.749133110046rem;width:5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVTBNNvsKOchwuMH6Dh05W4mfERskpZ5 { top:4.3125rem;left:41.5rem;width:6.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { top:1.4375rem;left:9.875rem;width:14rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { display:block; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azClPBwyzNkETny9OkUlgBtooEoTzB1z { top:2.4375rem;left:0rem;width:47.75rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fgcg34ChrxM5kSu0vW6509mFieb1KyuN { display:none; }#fgcg34ChrxM5kSu0vW6509mFieb1KyuN > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5FhDTxZPyaTt1klqlFpb35dkIw2nKLS { width:6.3125rem;height:1.25rem;top:4.3734812736511rem;left:0.68706607818606rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUmOqCpt7UcmeGtdDS57RTSLl9SCtx3 { width:7.4375rem;height:2.25rem;top:3.8747832775116rem;left:11.937391281128rem;display:block; }
 }@media only screen and (max-width: 763px) { #D07TTC8l0aZ2Il77oQ9raaEzuXiXIrVo { width:5.8125rem;height:1.381225rem;top:4.3123917579651rem;left:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLdTg6lvRpx5nGLzmm1SbqiQcaOD3xJd { background-color:#000000;background-image:none;display:none; }#MLdTg6lvRpx5nGLzmm1SbqiQcaOD3xJd > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yTtBasRFu1c7nOCU8Kh7HUNqH2PXFrMQ { width:1.875rem;height:1.875rem;top:22.5rem;left:4.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFfK7qAUrm5dTKCI4chQ1GGTkNCQJe5y { top:22.875rem;left:6.6875rem;width:6.3748125rem;height:1rem;z-index:100011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dg6hGaH2iCmFWRLJcBhT5wTkF11RBOq7 { width:1.875rem;height:1.875rem;top:26.875rem;left:4.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fV6559elmZH4FPFHUROCCXmodre7nlfU { top:27.5rem;left:6.75rem;width:6.749125rem;height:1rem;z-index:100011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMkh3Is9kU8OqlydIFmNBofyO0hn9b8U { top:28.5rem;left:6.75rem;width:11.0625rem;height:2.4375rem;z-index:100011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKsADbBFTTuILa7n6G2gmVrEldpb0rdE { top:23.875rem;left:6.6875rem;width:10.125rem;height:2.4375rem;z-index:100011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TU8DLxiuNmzDfuDf3yBe0kNbU6VqeBzR { width:20rem;height:6.17431875rem;top:7.1875rem;left:0rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVlaRHLgH2TxTwT03tZUeXXqZU8V75hE { width:6.9375rem;height:1.625rem;top:6.375rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRC0OOsqnnZsqSVUkvkTD6UTfoIsxQPG { width:20rem;height:2.9375rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTGEAQp6SZHK8wSO5JWSxiRu4aRo3SL { width:19.9375rem;height:1.21875rem;top:14.187392711639rem;left:0.24967455863953rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MqNes3ONpvBGzTtqlW4W9l9KKkcJSTcH { width:16.1875rem;height:3.0625rem;top:17.562393188476rem;left:3.5623917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me1x91w12W3TtW8yzrcMLyZCXTo9Bmxu { width:11.9375rem;height:1.29948125rem;top:18.499783992768rem;left:7.1248922348025rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlpCnlpxZBixwiGuFaPseTvcsVny8RTR { width:1.5625rem;height:1.5625rem;top:18.375001430511rem;left:4.8745660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94H143PmswF9uEGIr5rUmMGuwbHkdVC { width:11.1875rem;height:1rem;top:6.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik1WsLcqRyLx4WC2OaPalX586Stuk4LT { width:2rem;height:2rem;top:17.299697399139rem;left:0.68739163875581rem;display:block; }
 }@media only screen and (max-width: 763px) { #N666imNdnJqGFy0WTORFuJGhykxkiAlc { width:1.5625rem;height:1.5625rem;top:1.8749995231628rem;left:16.624893188476rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs { display:block; }#a8zwPH9SVISIPkgwA38xzgkPnTN5u4gs > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMm7QpFiKPT3VwSIDe6AlWyBQNE3tg3K { width:9.375rem;height:0.625rem;top:1.8121337890625rem;left:5.281005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDEOpE68gbI9TARfEI3XTGxxbOL2PWol { background-color:#00cc7e;background-image:url("https://images.assets-landingi.com/vjEdX8dV/Group_223_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol.adaptive-delivery-prevent-bg, #GDEOpE68gbI9TARfEI3XTGxxbOL2PWol.lazyload, #GDEOpE68gbI9TARfEI3XTGxxbOL2PWol.lazyloading { background-image: none; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row .container { background-color: transparent; background-image: none; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row .container > .video-iframe-container { display: none; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row > .video-iframe-container { display: none; }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .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); }#GDEOpE68gbI9TARfEI3XTGxxbOL2PWol > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 { background-color:#000000;background-image:none;display:block; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row .container { background-color: transparent; background-image: none; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row .container > .video-iframe-container { display: none; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row > .video-iframe-container { display: none; }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .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); }#Jwc7h74UFI2rVpX1ynZEVINGsNCQtwn3 > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FgE73RUBaTaaWNfEalVKwNlJyk68MdZF { width:1.875rem;height:1.875rem;top:22.5rem;left:4.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3sKNXXbJcRB8MMfpwscv937OJKWXquX { top:22.875rem;left:6.6875rem;width:6.3748125rem;height:1rem;z-index:100011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfl5kdxNKp30EgyEqQCA9yKxwirBsXDf { width:1.875rem;height:1.875rem;top:26.875rem;left:4.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #alL08FGtyAUv0cwKFrcZ2Mf1bQdvrIIq { top:27.5rem;left:6.75rem;width:6.749125rem;height:1rem;z-index:100011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GloThOszKbU5wLJBUhCArGQDTzA1CbI1 { top:28.5rem;left:6.75rem;width:11.0625rem;height:2.4375rem;z-index:100011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #La64Wz50D9MAOkZDA9ZkmZxqtSwykH2M { top:23.875rem;left:6.6875rem;width:10.125rem;height:2.4375rem;z-index:100011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctX1oMqIkLTkr2bT3yJLebouQ92r2W6Z { width:20rem;height:6.17513125rem;top:3.0000001192093rem;left:0rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlCzxZDI9ZhNLt3ZBndn2wTVTfmqx1Ar { width:6.9375rem;height:1.625rem;top:1.9367184638977rem;left:6.5312498807906rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMWCHXUGtCQSkXJ9FfkmIXnm3Pnf3hUP { width:20rem;height:2.3125rem;top:9.1875005960463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMfmGOwK5tiba10Lq66UVV77gALVq0R { width:20rem;height:1.462675rem;top:9.5625005960463rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPG2IZ9C7m7mvzEGhx2XZm3A21PvMINL { width:15.0625rem;height:2.9375rem;top:12.687500596046rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2r6TVNBwf6pDUfxJLPe2iyfR8lixCGG { width:12.125rem;height:1.2999125rem;top:13.624633789062rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6TK3laE77ePOOEIHhuvGG1NAs56vVw0 { width:1.5625rem;height:1.5625rem;top:13.37451171875rem;left:4.1873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb { display:block; }#hZonKkTBFuBxN6IyDx6Elq3ZC8h1MDQb > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Awbv9hheIa1PpUTcnp9G7aIDlTeaLnsr { width:17.9996875rem;height:4.54969375rem;top:1.248373137787rem;left:0.9998915195465rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3xqWODPtiiK6RMyelFw8oglxTusA8Dd { width:2.5rem;height:2.5rem;top:13.10915851593rem;left:0.6871745586395rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXkJ1WTvyTfx63qRPCHJ7AJGMG2TUDzq { width:16.125rem;height:17.99479375rem;top:8.3111982345581rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOTuhnQ8GRUbzOgsTd6UtwLpL8Beeiig { width:3.4375rem;height:3.4375rem;top:20.311416625976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLmErslGDwfEKl7WHlkT9r1OwkqZUgQD { width:4.0625rem;height:4.0625rem;top:7.6709022521975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcqxFUOf5ZIsebehR8zo2EalzQ1t6nbC { width:20rem;height:18.4049375rem;top:29.091685295105rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg { display:block; }#gmLKsSAOAaXbZmZGBmbr61hXe1mQE0pg > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGzR8Iq4JmVfoC274044TlbNP8V7R486 { width:5.499675rem;height:2.625rem;top:2.375rem;left:7.5623922348025rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NaymtUyVDm0Ol6wLlbMq2mbUcgshKCGp { width:6.6875rem;height:2.375rem;top:2.375rem;left:6.5625004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIS8fTMS1i0fTRg1Ea519U8lGIt34q0O { width:11.875rem;height:0.0625rem;top:9.9992408752444rem;left:3.874783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSCagZNhWQdHip3ovc7egxpIvcuuN2og { width:12.0621875rem;height:2.625rem;top:8.8116340637206rem;left:4.2496747970581rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W9KXpLI8lM5IDN4PwMKnL3dknGcoetsV { width:19.125rem;height:12.947rem;top:15.060424804688rem;left:0.375rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVKt4AUUwNid5DpRFFbHMf0q2oGswUMw { width:1.99978125rem;height:1.381225rem;top:7.310881614685rem;left:8.9995660781863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmc7AcrCE1MkWTZ45S1C49I4e4FzKeVT { width:2.87489375rem;height:1.381225rem;top:13.555230140686rem;left:8.7492408752444rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { background-color: transparent; background-image: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .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); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { border-width: 0; border-radius: 0; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container {  }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX  { width:17.5rem;height:auto;top:33.9375rem;left:0rem;z-index:100005; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX {display:block;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX { width:17.5rem;height:auto;top:33.9375rem;left:0rem;z-index:100005; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #qcwTiFoazdR3IOrBZPKsih0NC2Gv7yAO {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #HZvVnBJcilohLoL8RUbBQ1lDf4T7QTNZ {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #fTGwTwrqk9lbXVoza7AIV3DZ4fAftw6H {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #xIXLRGUJ0kZqXsOqoRJMsAXVcDZbLpOi {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #w9R2hhfXW2RTBkwvMIt1evmErmSixMCW {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #RHxBC1o4qLMUNtusIQbemzabVovBmZ5h {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZtfM638mXygoZOUXppnU3DeRNvVnMEVn {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #oWkg1ar0o6CkEJ8vmAnT9NCZqpgI2yl6 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZSTLoTRQkJPDvH4QTTLWCeasMVDJzi4i {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZOz0xOdVL3TUT5ZKeeXNc0p2ehrddmgm {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #pwzb51VN1GRCnfSXZ0fJA2GzgHBBN962 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #dVWsXAS1CzMCpUIrKcP89zW98OZRA8kE {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #rf2IsguN2EZfNdcHQvOUJ8PHnUQn5lR9 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #SrHzowmeLXsdghmErTgDTzMepRCMxSdF {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eWVsw4te7BdqNFHoZaM9bDlNd2hinOxx {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #u30OFn2LZ3BihftHWyQU3ibeG2mb5Sgd {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #r1kJkKkn2vW2swJpEIPe4QCrdVGtbUXV {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eeeeeZXuN38TJJ6uTVSAdmqUoEcX9u0v {  }
 }@media only screen and (max-width: 763px) { #sPxAdvuurEm6ByMothn3wM6gqL144LVW { display:block; }
 }@media only screen and (max-width: 763px) { #rT5xSJHFqoEC48f4WwVZ2SdGlZEBmJWz { display:block; }
 }@media only screen and (max-width: 763px) { #tXeoFHIzH8fMHtawSt1UfRsT0TmB07sH { display:block; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #svlg81pvpKxx1RPH0P2d5MnV4DOShi9F {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #GoHST9qAFSeUVTU4LeKmchWxQMrFoxd1 {  }
 }@media only screen and (max-width: 763px) { #bsL1VNPxbupyDU0SXxFnBDbwxeyByOy5 { width:17.121875rem;height:1.0563125rem;top:51.5rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcii2OcHVowQtcMOsn4Cf3lHMt8G4lg9 { width:19.25rem;height:7.5553125rem;top:8.9995651245119rem;left:0.56206607818604rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mpmpdAoTaD4v4XeROmCT8WIMTWqwuUlh { width:20rem;height:27.3125rem;top:30.9375rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #f0W0cD0W2rb6uNk3rz3aZzH3ZRhv465s { width:13.6875rem;height:1.9494625rem;top:33.0625rem;left:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncpZM2577RoTwZT5Z3N9NLlpBngBk1Lv { width:4.8125rem;height:4.8125rem;top:3rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8OoTv6tB3w05sdUal4VmLI7rAoly4Ty { width:15rem;height:0.4375rem;top:16.624565124512rem;left:0.56206607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb95dXrzdZzWm6bQBKKmAQz9PADM7ogu { width:18.0625rem;height:9.4488125rem;top:18.811195373535rem;left:0.9684245586395rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LSSzq99OZT4s7Fe4IJlHKe3EqUrfsiT3 { width:2.6875rem;height:2.6875rem;top:32.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB68kBkqcp7cXbvKcDiK8P5bQCh7cxr0 { width:20rem;height:28.3745625rem;top:30.406903162599rem;left:0rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2UBL49GdQtTL7JZPSlFN41zRN7vgQT { width:12.5rem;height:5.6875rem;top:41.75rem;left:3.75rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #DQ41oUN7FQCli469ehxO4p3OOxsfnqxq { width:12.5rem;height:3.8997375rem;top:42.625rem;left:3.75rem;font-size:1rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 { background-color:#000000;background-image:url("https://images.assets-landingi.com/txTylA5a/DH_B_11.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3.adaptive-delivery-prevent-bg, #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3.lazyload, #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3.lazyloading { background-image: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { background-color: transparent; background-image: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .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); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { border-width: 0; border-radius: 0; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container {  }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4HKDmKzPcoANfZPPbBAXCwSTeaI6Sms { width:11.875rem;height:3.6762125rem;top:9rem;left:4.1875rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXPfEpN759sETNbTcBnnq8yQLUtuEKzy { width:8.1875rem;height:3.6762125rem;top:45.375rem;left:5.875rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6TH6LrFalCg7tUdzPIw4TE0s00wWQpn { width:13.25rem;height:3.6762125rem;top:20.625rem;left:3.375rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpRMXaayq6CNqX5NmV7JWGUpLL9ZJVE5 { width:8.625rem;height:3.6762125rem;top:33.93717956543rem;left:5.7500004768372rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdPi0QxcvS4pQcfOWPJePME8wxxtm0Lx { width:14.375rem;height:8.25rem;top:5.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHrwugpAwxNG8o7If1pIbXtZCXvcz1AI { width:14.375rem;height:8.25rem;top:17.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4RN4zA6B6wGWxJU5f7AlAShTTBTTPJS { width:14.375rem;height:8.25rem;top:30.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvC8Xz8uaSbD0VbfGHDQ7lEV6VUQnGZM { width:14.375rem;height:8.25rem;top:42.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNdaMsrhF9gA3nR7tOdBmPkzKHtztZhZ { width:5.625rem;height:5.625rem;top:3.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hel5Le8TyBJFHovTrGkJ5LNRwNgt4VqR { width:3.75rem;height:;top:4.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5VUToV4zqK3UzaWVtD6iJkHHr6UIlMy { width:5.625rem;height:5.625rem;top:27.499350547791rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcW6NFUWoT1Nzg4BPQ6256J1e6rcC2lH { width:5.625rem;height:5.625rem;top:14.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk7w4HLJRbsezHEqpO8L3zyZUAbXAvWk { width:5.625rem;height:5.625rem;top:39.374457418919rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOAGhxxUD9QqnIvQMa6KxfWixxWwpayz { width:6.3125rem;height:4.4375rem;top:28.030600547791rem;left:6.8429908752444rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4RwgE1xPLzCNIzJGTFLVwrA6bnsVzC4 { width:5rem;height:3.5rem;top:15.6875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVTBNNvsKOchwuMH6Dh05W4mfERskpZ5 { width:6.25rem;height:4.5rem;top:39.685980916023rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { background-color:#000000;background-image:none;display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { background-color: transparent; background-image: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .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); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { width:8.75rem;height:1.25rem;top:1.5625rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { background-color:#000000;background-image:none;display:block; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { background-color: transparent; background-image: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .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); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azClPBwyzNkETny9OkUlgBtooEoTzB1z { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:0.5rem;display:block; }
 }