.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,255,228;--color-primary-1:128,255,167;--color-primary-2:0,255,78;--color-primary-3:0,128,39;--color-primary-4:0,38,12;--color-secondary-0:224,224,224;--color-secondary-1:163,163,163;--color-secondary-2:102,102,102;--color-secondary-3:61,61,61;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,133,255;--color-tertiary-2:204,51,255;--color-tertiary-3:238,0,255;--color-tertiary-4:0,0,0;--headlines-font-family:"Geologica";--paragraphs-font-family:"Geologica"; }@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:#040404;background-image:none;position:relative;display:block; }
#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container { display: none; }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/bcf02bdb-1c2b-43f9-a4c6-ab10b3ff4ad1/automao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.adaptive-delivery-prevent-bg, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyload, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyloading { background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { background-color: transparent; background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { border-width: 0; border-radius: 0; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:75rem;height:43.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hsh4p5T0gqqOF81eT9aVWASZcB2zZP8Q { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:8.3095703125rem;left:38.5rem;height:9.07425rem;font-style:normal;display:block; }
#bqilUyNyDN6bQO8VT8nzghnuqr6vZzx3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:18.75rem;top:2.93359375rem;left:38.5rem;overflow:hidden;display:block; }
#fw2GnQXhvVsvQCQvOedEOS1OaFIiWnN2 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.1875rem;left:38.562500953674rem;height:1.3rem;font-style:normal;display:block; }
#gtnBTZHhOhcrmHBmx2qyETUalaLTAAhM { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:40.0625rem;left:38.500000953674rem;height:0.89375rem;font-style:normal;display:block; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-form-header {  }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-regular-label { height:auto;display:block;font-family:play;font-size:0.9375rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:27rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1;overflow:hidden; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:play;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ;line-height:1.1; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-text {padding-top: 0; padding-bottom: 0;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:3.5625rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:play;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ;line-height:1.1; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-select {padding-top: 0; padding-bottom: 0;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .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; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #66fed6, #05c393);background-image: -moz-linear-gradient(225deg, #66fed6, #05c393);background-image: -ms-linear-gradient(225deg, #66fed6, #05c393);background-image: -o-linear-gradient(225deg, #66fed6, #05c393);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66fed6', endColorstr='#05c393' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66fed6', endColorstr='#05c393' );";background-image: linear-gradient(225deg, #66fed6, #05c393);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:27rem;height:3.1875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.9375rem #66fed6 ;line-height:1.3;font-style:normal; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv [class*="-text"]:-moz-placeholder { color:#343535;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv [class*="-text"]::-moz-placeholder { color:#343535;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv [class*="-text"]:-ms-input-placeholder { color:#343535;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv [class*="-text"]::-webkit-input-placeholder { color:#343535;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.8125rem;overflow:hidden;font-style:normal;float:none; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .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; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-container:first-of-type{padding-top:0;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-container:last-of-type{padding-bottom:0;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.374218940735rem;top:24.5625rem;z-index:15022;position:absolute; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27rem;display:block;vertical-align:top; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv {display:block;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.374218940735rem;top:24.5625rem;z-index:15022;position:absolute; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #Sai0Qyd03lOZQCqAaiaRwpcqOOLpFOzN { position:relative; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #P8bbTqOKD31XMZVWyKVZAgW4hutqEZHH { position:relative;display:none; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #L5FVT4TfylhdIaqsxamqVq0O9FFLDMyA { position:relative; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #nz7Z5s9Wdk4V4kJD1rDC3JOaVvbHoaTR { position:relative; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #ErZt6qxVTacuUx2co3EhcvwTR2BZuKxQ { position:relative;display:none; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #oasWqubedCPuD1872hZGCI4eVIcx7uwe { position:relative; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #TTtv3otnCA1Avsvra5CVeLal4HfiClid { position:relative; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #hqgNzFtqBrQFuvyD7ELZAqp3vdrvSvqp { position:relative;display:none; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #kCH3zryShFw9IXmgXUFQeOGvThzNnVf3 { position:relative; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #QI4zAvk0Dp6EofrckShvCgiMpr71isIC { position:relative; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #Ltli3wS0AIJNIyw1uRtKrWMZr3RL5Mr8 { position:relative; }
#vnKIJF22ZoQumc19o5Rfa0XllUm91cNK { color:rgba(var(--color-tertiary-2),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.2470703125rem;left:38.5rem;height:4.38574375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RpkU3TfudmsmTnhIJnfnyyNN32BfFX2C { position:absolute;display:block;z-index:15023;height:1.625rem;width:2.875rem;top:1.875rem;left:16.599999427796rem;display:block; }
#wFaarXWytJREdO3DsUsasAGyeQ1k6doF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.03);background-image:url("https://images.assets-landingi.com/uc/30651e07-3f94-4f81-ac5e-e40e79e61aad/masterclass.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF.adaptive-delivery-prevent-bg, #wFaarXWytJREdO3DsUsasAGyeQ1k6doF.lazyload, #wFaarXWytJREdO3DsUsasAGyeQ1k6doF.lazyloading { background-image: none; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container { background-color: transparent; background-image: none; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container > .video-iframe-container { display: none; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row > .video-iframe-container { display: none; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .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); }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container { border-width: 0; border-radius: 0; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { background-color: transparent; background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .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); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { border-width: 0; border-radius: 0; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#BFfrKoLJiMvx7s8MGvrdd46J4pXAVnN2 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.375rem;left:9.875rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QWyuiFoM7q83mplfI8TtGhcXSmOTHE6s { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.375rem;left:36.125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oiLTLuDPwxcHaNSwehT2cr57TxGn4ANF { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.4375rem;left:53.625rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JMcT9GT0fgWb6yhtXCvt1UEay6q6uXN6 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.25rem;left:14.625rem; }
#h8rmtLQcScRDXiwFgop3gPyrkx8ZGu7Q { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:41.875rem; }
#wRRO1ZcfaIqq6iTTlT4GoHB4GZqv9JbT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.1875rem;left:58.125rem; }
#b1lM0e34Tl2PKtdfPZDvdtirkN1JtOW9 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.25rem;left:28.1875rem; }
#wTLBzLJIbIi3R4fBrnB4o0f4xkHIfvGe { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.4375rem;left:25.1875rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gqbdqy349iWhQU0wxOF3BgRt8mktMssV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.16);background-image:url("https://images.assets-landingi.com/uc/30651e07-3f94-4f81-ac5e-e40e79e61aad/masterclass.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV.adaptive-delivery-prevent-bg, #gqbdqy349iWhQU0wxOF3BgRt8mktMssV.lazyload, #gqbdqy349iWhQU0wxOF3BgRt8mktMssV.lazyloading { background-image: none; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container { background-color: transparent; background-image: none; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container > .video-iframe-container { display: none; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row > .video-iframe-container { display: none; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .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); }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container { border-width: 0; border-radius: 0; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { background-color: transparent; background-image: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container > .video-iframe-container { display: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row > .video-iframe-container { display: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .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); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { border-width: 0; border-radius: 0; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#zJaO5PDL1vh5KiqTNwCKmxhUUITpRIs6 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.5rem;left:17.5625rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iLirsMX5HeOgBUmu5wcp4QraJyXbiuK8 { color:rgba(var(--color-tertiary-2),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.25rem;left:9.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W3qL0xoezPii8tg0Z2IiAm1if38RUSFn { color:rgba(var(--color-tertiary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:14.96875rem;left:26.21875rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bpa3J9BKyEDG6O2ekwg0avDchrelEwCt { box-sizing:content-box;height:16.4375rem;width:66.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:17.1220703125rem;left:4.21875rem;border-top:0.125rem solid #5617e0;border-left:0.125rem solid #5617e0;border-right:0.125rem solid #5617e0;border-bottom:0.125rem solid #5617e0;box-shadow: 0.0625rem 0.0625rem 1.3125rem #5617e0 ;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#fUUc3XyHecZzNsV9QoQR3ThIBEzRN9iB { box-sizing:content-box;height:3.1875rem;width:22.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:15.375rem;left:26.25rem;display:block; }
#xhOU9I5gggd7p2QGnAdDNee0vDBtsHTv { color:rgba(var(--color-tertiary-2),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.9375rem;left:8.25rem;height:4.38574375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QsxN3c926MRoynaQdfnkWNxke20SEnEm { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.9375rem;left:39.5625rem;height:4.38574375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D8QVempTeECuDczHoef4Qt28u9J3hf3D { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.625rem;left:8.25rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ChxoHGRdDRhLne8r7VG2TZJHKeLWESPG { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.625rem;left:39.5625rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5617e0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { background-color: transparent; background-image: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container > .video-iframe-container { display: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row > .video-iframe-container { display: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .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); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { border-width: 0; border-radius: 0; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#xlkTVvzaXZXpwchmluEb2Xu39g3TCo8o { color:#66fed6;display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:4.375rem;left:9.46875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nbDrITXew2rliIssx7fgE78tfnUT7Hip { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.75rem;left:3.25rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vxoqi203lHRTAH8L2OpWdNQQy6cNPPNB { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.1875rem;left:3.125rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgTMzF4Cfwh68WRqysCozF6bPvEHcOOB { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.1875rem;left:27.5625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f52qNkD2WqoF9p4RrHiFISZLo7OgoIlG { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.75rem;left:27.5625rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#URaq84dvM8dD0iuwoaJppIPvFfQOob6m { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.1875rem;left:51.6875rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S67DrxvfMRmlRJ3ocER0y4ZbpQHKalyS { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.75rem;left:51.6875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M2zKyzEy2mPaw7Dc6ylN64NROm9ryATg { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.5625rem;left:15.1875rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BBGWdAX1Di5e6Kze1JVZafb9K1mZZkRf { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:15.1875rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHs2vT10UKqhBdFeHu4ibTcQkhk6gNm4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.5625rem;left:39.4375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBx2ZK5pP54tgea9ErgygnfUmQD6Rnse { color:#ffffff;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.4375rem;left:39.4375rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i0PPqntGZergPShnb4CGeN1f3To5dK8h { box-sizing:content-box;height:10.25rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66fed6;border-left:0.125rem solid #66fed6;border-right:0.125rem solid #66fed6;border-bottom:0.125rem solid #66fed6;top:10.1875rem;left:25.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QLtzlw4JK7VNr1QtQPnBhaL0fV0LLWRT { box-sizing:content-box;height:10.25rem;width:23.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66fed6;border-left:0.125rem solid #66fed6;border-right:0.125rem solid #66fed6;border-bottom:0.125rem solid #66fed6;top:10.1875rem;left:50rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iD4k4IEUAwohNERgaAn73s6nhOLOyi0b { box-sizing:content-box;height:10.25rem;width:23.75rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66fed6;border-left:0.125rem solid #66fed6;border-right:0.125rem solid #66fed6;border-bottom:0.125rem solid #66fed6;top:10.1875rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Dr5bi8WCoW8KWQFEkcZJWB9cKTxbgdd6 { box-sizing:content-box;height:10.25rem;width:23.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66fed6;border-left:0.125rem solid #66fed6;border-right:0.125rem solid #66fed6;border-bottom:0.125rem solid #66fed6;top:21.125rem;left:13.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BSDxLTw3W6ypk1NM8BgaqTetlSE18OeZ { box-sizing:content-box;height:10.25rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem #66fed6 ;border-top:0.125rem solid #66fed6;border-left:0.125rem solid #66fed6;border-right:0.125rem solid #66fed6;border-bottom:0.125rem solid #66fed6;top:21.125rem;left:37.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#WC822mTDHCoRou7JqVH3lH8PQCUVKcAk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #5617e0 ;height:28.125rem;width:30.3125rem;top:36.46875rem;left:0rem;overflow:hidden;display:block; }
#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { background-color: transparent; background-image: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container > .video-iframe-container { display: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row > .video-iframe-container { display: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .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); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { border-width: 0; border-radius: 0; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#Z9R4ZGgR1GhirGum5ZOGME1IHqAtBuVe { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:20.125rem;left:36.125rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MlBmJyODTkTcf9preehpgKoirRFwDaMR { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18rem;left:36.125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kGcKnKlrAXdTNaQ05ufx0rkOeuRksUhK { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.1875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#LuyvhJAOa89pAqI4X6r5mpcWOo1PFWra { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6243125rem;position:absolute;font-family:play;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.0625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#gsOGLul8etoIkliNQgl6gtb85ZwHGZSd { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:3.1875rem;height:14.62358125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NsUWansLr8kScl4KJ7hvMxM0UUixOuR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:3.1875rem;height:14.62358125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Fe2o1eEVmyfy4xnunEUZPgq2z4S7hzGc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.1875rem;width:44.375rem;display:none; }
#BfQrZVdsbZL0wALLdW1ixzkLDeixrapr { color:rgba(var(--color-tertiary-2),1);display:block;width:39.4375rem;position:absolute;font-family:play;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0625rem;left:33.187500953674rem;height:2.762075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#NF4GZMaAnttCMhCTwLeIvdRp8n0wraCt { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:33.3125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-number { border-top:0.10375rem solid rgba(var(--color-tertiary-2),1);border-left:0.103125rem solid rgba(var(--color-tertiary-2),1);border-right:0.103125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.10375rem solid rgba(var(--color-tertiary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.636875rem;padding-right:0.55125rem;padding-bottom:0.636875rem;padding-left:0.55125rem;display:block;align-items:center;width:3.308125rem;min-width:3.308125rem;height:3.423125rem;position:relative;font-family:play;font-size:2.5475rem;font-weight:700;line-height:54.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.398125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.410625rem;height:1.35375rem;position:relative;font-family:play;font-size:0.955rem;font-weight:700;line-height:21.66px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.4375rem;height:6.65625rem;padding-top:0.08rem;padding-right:0.07875rem;padding-bottom:0.08rem;padding-left:0.07875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.625003814698rem;left:26.201704978943rem;z-index:15012;display:none; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #S1IxFUPorR0HKo1l9fgIbaT7vOSIZi5H { display:flex;position:relative;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #BWTpSfQpAdP7A1oQ4b02LI0IZxbnTiu7 { width:auto; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #KJniGehJh86Pg9L5a529LVPm7ZCBSPx5 {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #aHDoIzgk2qa0ruPL76RVW52vOOi3hl1f { display:flex;position:relative;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #SKfE9xXPT7a7oNdNx2ePogZtHNM7QBOI {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #efDByhG6DlsCQ5s6MBJ0BsNFhcIa2ThJ {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #Eb1LIXA4lawf8SvJeTTEoFdoxXNWNhpS { display:flex;position:relative;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #gdiF3PoFk3B6Aak6Qvmfff1DKSk1sJHy {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #lOP8NPZJIu0Bagua74RzDkZNmXILg2pJ {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #AeQKF67PHvs9NuFMbOuACADaK7U7LuS8 { display:flex;position:relative;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #dTRoTnuH3WAaAJFSQcWwm5I9U3ZiexIm {  }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #DBTSGSwpSMrqsICzNUGStdPAos5xvgoQ {  }
#Un1hIDHGJKQzWqwOXBR787r6V5bIJMbh { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:play;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.062502861023rem;left:21.718750953674rem;height:2.762075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#uqOeMrCuKxDUNDuw5q9ktnGhRXX9MUth { color:#5617e0;display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:36.125rem;height:2.7625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OZI778GpoO5gF9IOVJv7rhnxmhkQnRLK { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:11.625rem;left:36.125rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wrg0CokHh2FtdiuoI6G7pLprQ9uxxlrq { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5rem;left:36.125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#upM5usOcSuiEZm1WQioeQr7aftPzS9cO { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:33.3125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f28d91d-1f3e-4e85-ac28-f6df7d83516a/background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm.adaptive-delivery-prevent-bg, #Oyni0xi7igfn9XKKVsunTia1QBrMDsfm.lazyload, #Oyni0xi7igfn9XKKVsunTia1QBrMDsfm.lazyloading { background-image: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { background-color: transparent; background-image: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,11,11,0.17); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container > .video-iframe-container { display: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,11,11,0.17); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row > .video-iframe-container { display: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .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); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { border-width: 0; border-radius: 0; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#DT4h8xwSGFzkkk3JUcxreTUqCbC3egMg { color:rgba(var(--color-tertiary-2),1);display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:9rem;left:17.96875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lRcwNEk0kZztHD7HTTOS2PkTNnXCphJy { color:rgba(var(--color-tertiary-0),1);display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.25rem;left:16.4375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2lJ1B5wv9h71kvGBIuirvVewfZqS0uc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.1875rem;width:37.4375rem;top:30.487503051757rem;left:0rem;overflow:hidden;display:none; }
#nkWlS2WoznRoBrRp3950nWvF3JnDDnEE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35rem;left:24.281250953674rem;height:0.975rem;font-style:normal;display:block; }
#K0WN8zRCoAbb0PIWHmWFlEkJwRNN8Mq5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:18.75rem;top:3.6937503814698rem;left:28.125000953674rem;overflow:hidden;display:block; }
#QVanntLg7nw3aZNHzbGzsoHkkUu5SyIM { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:39.1875rem;left:21.6875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 .widget-text.counter-number { border-top:0.0625rem solid #66fed6;border-left:0.0625rem solid #66fed6;border-right:0.0625rem solid #66fed6;border-bottom:0.0625rem solid #66fed6;background-color:transparent;background-image:none;color:#66fed6;padding-top:0.45375rem;padding-right:0.40125rem;padding-bottom:0.45375rem;padding-left:0.40125rem;display:block;align-items:center;width:2.405rem;min-width:2.405rem;height:2.43625rem;position:relative;font-family:var(--headlines-font-family);font-size:1.814375rem;font-weight:700;line-height:38.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 .widget-text.counter-label { background-color:;background-image:none;color:#66fed6;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.283125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.206875rem;height:0.9625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.68rem;font-weight:400;line-height:15.4px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17rem;height:4.75rem;padding-top:0.056875rem;padding-right:0.056875rem;padding-bottom:0.056875rem;padding-left:0.056875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:42.5rem;left:29rem;z-index:15012; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #gsIZTN2PQVTJqQX9sTEPTRI2TSIL8ktc { display:flex;position:relative;top:0rem;left:0rem; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #ZrGTx48rkxspI13dbSJnuZfiNsTqpNfD { width:auto; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #CbISV8vs6URAbqu4gdP0bEs10Sy9mUTl {  }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #lpi9rhV8k84ndba2UCutPFL2Ruc6SWSg { display:flex;position:relative;top:0rem;left:0rem; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #T6lTpEJC3we5OXcND8P5OusQDEHET12B {  }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #L66bUDAFBmfCF8O8JvT13WVHe54uLLd6 {  }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #k7UUTKAUtk3cWsohDFXNEvlOrfzO1cJP { display:flex;position:relative;top:0rem;left:0rem; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #kdinZlGOZAoOExPT8DCBwzi6nWTTEuKu {  }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #BBdTZMFeelEpW7sRM4yQeIATT3a6Xieu {  }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #wp43oWcuyWiTu5f1LT7CmB4FqSzaVVsP { display:flex;position:relative;top:0rem;left:0rem; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #KU3Z5HwF6WGvK1ocnQgE9vraX30HKI6u {  }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #LvcnL7vSUTyZ9gKreU8ttsuMISLxskCT {  }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm .widget-text.counter-number { border-top:0.10375rem solid rgba(var(--color-tertiary-2),1);border-left:0.103125rem solid rgba(var(--color-tertiary-2),1);border-right:0.103125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.10375rem solid rgba(var(--color-tertiary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.636875rem;padding-right:0.55125rem;padding-bottom:0.636875rem;padding-left:0.55125rem;display:block;align-items:center;width:3.308125rem;min-width:3.308125rem;height:3.423125rem;position:relative;font-family:play;font-size:2.5475rem;font-weight:700;line-height:54.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.398125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.410625rem;height:1.35375rem;position:relative;font-family:play;font-size:0.955rem;font-weight:700;line-height:21.66px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.4375rem;height:6.65625rem;padding-top:0.08rem;padding-right:0.07875rem;padding-bottom:0.08rem;padding-left:0.07875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.625003814698rem;left:26.201704978943rem;z-index:15012;display:none; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #oSXhpSiOi5ABkz0tEBHedQGoMNeRoZqm { display:flex;position:relative;top:0rem;left:0rem; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #eTXT1cO164BFZZ2AKWF4RQ3Of7c1TwCh { width:auto; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #Qy6loPQoHs4hSbgIgMt5rscys6nXqK7J {  }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #Nzk7A9cNgZuJc4BMlEEfeJkgFb6U3hKO { display:flex;position:relative;top:0rem;left:0rem; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #tSqOc83oELcaAC1eEoWSV28Q67aHTUod {  }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #VAoQQrkgdCSs2cCrnDemRuubxAG0FMa2 {  }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #NOqQsk22igG07hK9q4k3IELlTntbF3NX { display:flex;position:relative;top:0rem;left:0rem; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #UtMRcVStTM06m3zJ6frMnE2FUT2cvSno {  }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #LDlg6SybSi20LyZXvLgZgM268CsdD1nC {  }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #WEPJrl65sMd97Gkz6GbJPwGApiINv6on { display:flex;position:relative;top:0rem;left:0rem; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #TUInq8UGtd7WgSQTHDsqsLWIr9l0atQQ {  }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm #sImVZbKxJxlcIEzlEcTsQaCQdICZLW3q {  }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-form-header {  }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-regular-label { height:auto;display:block;font-family:play;font-size:0.9375rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:27rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1;overflow:hidden; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:play;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ;line-height:1.1; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-text {padding-top: 0; padding-bottom: 0;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:3.5625rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:play;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ;line-height:1.1; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-select {padding-top: 0; padding-bottom: 0;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .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; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #66fed6, #05c393);background-image: -moz-linear-gradient(225deg, #66fed6, #05c393);background-image: -ms-linear-gradient(225deg, #66fed6, #05c393);background-image: -o-linear-gradient(225deg, #66fed6, #05c393);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66fed6', endColorstr='#05c393' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66fed6', endColorstr='#05c393' );";background-image: linear-gradient(225deg, #66fed6, #05c393);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:27rem;height:3.1875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.9375rem #66fed6 ;line-height:1.3;font-style:normal; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e [class*="-text"]:-moz-placeholder { color:#343535;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e [class*="-text"]::-moz-placeholder { color:#343535;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e [class*="-text"]:-ms-input-placeholder { color:#343535;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e [class*="-text"]::-webkit-input-placeholder { color:#343535;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.8125rem;overflow:hidden;font-style:normal;float:none; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .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; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-container:first-of-type{padding-top:0;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-container:last-of-type{padding-bottom:0;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:22.750000953674rem;top:18.875rem;z-index:15023;position:absolute; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27rem;display:block;vertical-align:top; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e {display:block;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:22.750000953674rem;top:18.875rem;z-index:15023;position:absolute; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #ovKQ8U0k9mSZMk22DqNeciEt4MrRDDBP { position:relative; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #wf7QHW4oMexEvWSfxSaXZFV9pdMl5Va0 { position:relative;display:none; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #NqplqvtQkTg4WcONZf8OsgUZ0s3cbeMT { position:relative; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #EVggGarJ07ilKOtBiZv4ge5kyQPO455s { position:relative; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #NLACyUQaH0koTVSN9UwBykkQ30hBSPTC { position:relative;display:none; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #BMEe25lCqmfxO8uoI0sRfAhAidXasqqR { position:relative; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #aVB5WhDlnGf7witb1vZqLTiULdolOTvr { position:relative; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #rvr5lvIHrOZmcUsgA8Fdi8fN0VTSkDIc { position:relative;display:none; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #imdO3FgBhfCT9NcGXT4SWFDJQsJzB1GC { position:relative; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #XckvkAeXGulJLa1ra8GKLn65EUscCpVz { position:relative; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e #vmonc8wEJLQQhOhut5L4WTvlqqXVB3EA { position:relative; }
#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan { background-color:#0b0b0b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { background-color: transparent; background-image: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .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); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { border-width: 0; border-radius: 0; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#W7ZilyVLBeWtd7GAsfItvxbqUAAmAXAE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:15rem;top:5.1875057220459rem;left:30.000000953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsh4p5T0gqqOF81eT9aVWASZcB2zZP8Q { width:31rem;height:9.0625rem;top:8.25rem;left:16.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqilUyNyDN6bQO8VT8nzghnuqr6vZzx3 { top:2.875rem;left:24.875rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw2GnQXhvVsvQCQvOedEOS1OaFIiWnN2 { width:22.1875rem;height:1.25rem;top:24.1875rem;left:24.937500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtnBTZHhOhcrmHBmx2qyETUalaLTAAhM { width:32.1875rem;height:0.875rem;top:40.0625rem;left:15.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-regular-label { display:block;width:27rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-text { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-text {padding-top: 0; padding-bottom: 0;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-textarea { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-select { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-select {padding-top: 0; padding-bottom: 0;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-button { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-checkbox-label { width:25.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv  { width:27rem;height:13.625rem;top:24.5625rem;left:18.25rem; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .radio-container { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv {display:block;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv { width:27rem;height:13.625rem;top:24.5625rem;left:18.25rem; }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #Sai0Qyd03lOZQCqAaiaRwpcqOOLpFOzN {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #P8bbTqOKD31XMZVWyKVZAgW4hutqEZHH {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #L5FVT4TfylhdIaqsxamqVq0O9FFLDMyA {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #nz7Z5s9Wdk4V4kJD1rDC3JOaVvbHoaTR {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #ErZt6qxVTacuUx2co3EhcvwTR2BZuKxQ { display:none; }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #oasWqubedCPuD1872hZGCI4eVIcx7uwe {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #TTtv3otnCA1Avsvra5CVeLal4HfiClid {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #hqgNzFtqBrQFuvyD7ELZAqp3vdrvSvqp {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #kCH3zryShFw9IXmgXUFQeOGvThzNnVf3 {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #QI4zAvk0Dp6EofrckShvCgiMpr71isIC {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #Ltli3wS0AIJNIyw1uRtKrWMZr3RL5Mr8 {  }
 }@media only screen and (max-width: 763px) { #vnKIJF22ZoQumc19o5Rfa0XllUm91cNK { width:30.6875rem;height:;top:18.1875rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpkU3TfudmsmTnhIJnfnyyNN32BfFX2C { top:1.875rem;left:2.9749994277954rem;width:2.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFaarXWytJREdO3DsUsasAGyeQ1k6doF { display:block; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFfrKoLJiMvx7s8MGvrdd46J4pXAVnN2 { width:11.9375rem;height:1.5625rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWyuiFoM7q83mplfI8TtGhcXSmOTHE6s { width:14.4375rem;height:1.5625rem;top:6.375rem;left:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiLTLuDPwxcHaNSwehT2cr57TxGn4ANF { width:11.5rem;height:1.5625rem;top:6.4375rem;left:36.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMcT9GT0fgWb6yhtXCvt1UEay6q6uXN6 { top:3.25rem;left:1rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8rmtLQcScRDXiwFgop3gPyrkx8ZGu7Q { top:2.9375rem;left:28.25rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRRO1ZcfaIqq6iTTlT4GoHB4GZqv9JbT { top:3.1875rem;left:44.5rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1lM0e34Tl2PKtdfPZDvdtirkN1JtOW9 { top:3.25rem;left:14.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTLBzLJIbIi3R4fBrnB4o0f4xkHIfvGe { width:8.4375rem;height:1.5625rem;top:6.4375rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqbdqy349iWhQU0wxOF3BgRt8mktMssV { display:block; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC { display:block; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJaO5PDL1vh5KiqTNwCKmxhUUITpRIs6 { width:39.375rem;height:4rem;top:3.5rem;left:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLirsMX5HeOgBUmu5wcp4QraJyXbiuK8 { width:47.75rem;height:;top:8.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3qL0xoezPii8tg0Z2IiAm1if38RUSFn { width:22.0625rem;height:4rem;top:14.9375rem;left:12.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpa3J9BKyEDG6O2ekwg0avDchrelEwCt { top:17.0625rem;left:0rem;width:47.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUUc3XyHecZzNsV9QoQR3ThIBEzRN9iB { top:15.375rem;left:12.625rem;width:22.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhOU9I5gggd7p2QGnAdDNee0vDBtsHTv { width:27.75rem;height:4.375rem;top:25.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsxN3c926MRoynaQdfnkWNxke20SEnEm { width:28.75rem;height:4.375rem;top:25.9375rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QVempTeECuDczHoef4Qt28u9J3hf3D { width:17.8125rem;height:3.6875rem;top:21.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChxoHGRdDRhLne8r7VG2TZJHKeLWESPG { width:20.5rem;height:3.6875rem;top:21.625rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat { display:block; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlkTVvzaXZXpwchmluEb2Xu39g3TCo8o { width:47.75rem;height:;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbDrITXew2rliIssx7fgE78tfnUT7Hip { width:17.875rem;height:2.75rem;top:11.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxoqi203lHRTAH8L2OpWdNQQy6cNPPNB { width:19.125rem;height:3.875rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgTMzF4Cfwh68WRqysCozF6bPvEHcOOB { width:20.5625rem;height:3.875rem;top:15.1875rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52qNkD2WqoF9p4RrHiFISZLo7OgoIlG { width:13.3125rem;height:2.75rem;top:11.75rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URaq84dvM8dD0iuwoaJppIPvFfQOob6m { width:19.9375rem;height:3.875rem;top:15.1875rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S67DrxvfMRmlRJ3ocER0y4ZbpQHKalyS { width:11.8125rem;height:2.75rem;top:11.75rem;left:35.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2zKyzEy2mPaw7Dc6ylN64NROm9ryATg { width:20.3125rem;height:3.875rem;top:25.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBGWdAX1Di5e6Kze1JVZafb9K1mZZkRf { width:17.4375rem;height:1.375rem;top:23.4375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHs2vT10UKqhBdFeHu4ibTcQkhk6gNm4 { width:20.625rem;height:2.5625rem;top:25.5625rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBx2ZK5pP54tgea9ErgygnfUmQD6Rnse { width:21rem;height:1.375rem;top:23.4375rem;left:25.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0PPqntGZergPShnb4CGeN1f3To5dK8h { top:10.1875rem;left:12rem;width:23.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLtzlw4JK7VNr1QtQPnBhaL0fV0LLWRT { top:10.1875rem;left:23.75rem;width:23.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD4k4IEUAwohNERgaAn73s6nhOLOyi0b { top:10.1875rem;left:0rem;width:23.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5bi8WCoW8KWQFEkcZJWB9cKTxbgdd6 { top:21.125rem;left:0rem;width:23.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSDxLTw3W6ypk1NM8BgaqTetlSE18OeZ { top:21.125rem;left:23.75rem;width:23.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC822mTDHCoRou7JqVH3lH8PQCUVKcAk { top:36.4375rem;left:0rem;width:30.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXURTx3999JyKdD5O0DS3O8EBZFEnp7y { display:block; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9R4ZGgR1GhirGum5ZOGME1IHqAtBuVe { width:35.75rem;height:4.1875rem;top:20.125rem;left:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlBmJyODTkTcf9preehpgKoirRFwDaMR { width:15.25rem;height:1.625rem;top:18rem;left:22.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGcKnKlrAXdTNaQ05ufx0rkOeuRksUhK { width:31.5625rem;height:1.625rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuyvhJAOa89pAqI4X6r5mpcWOo1PFWra { width:31.5625rem;height:4.875rem;top:5.9375rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsOGLul8etoIkliNQgl6gtb85ZwHGZSd { width:36.5rem;height:14.625rem;top:11.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsUWansLr8kScl4KJ7hvMxM0UUixOuR1 { width:36.5rem;height:14.625rem;top:11.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fe2o1eEVmyfy4xnunEUZPgq2z4S7hzGc { width:34.9375rem;height:32.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfQrZVdsbZL0wALLdW1ixzkLDeixrapr { width:20rem;height:;top:13.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NF4GZMaAnttCMhCTwLeIvdRp8n0wraCt { width:20rem;height:;top:24.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb { width:18.8125rem;height:5.27rem;display:flex;top:34.75rem;left:18.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #S1IxFUPorR0HKo1l9fgIbaT7vOSIZi5H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #BWTpSfQpAdP7A1oQ4b02LI0IZxbnTiu7 {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #KJniGehJh86Pg9L5a529LVPm7ZCBSPx5 {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #aHDoIzgk2qa0ruPL76RVW52vOOi3hl1f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #SKfE9xXPT7a7oNdNx2ePogZtHNM7QBOI {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #efDByhG6DlsCQ5s6MBJ0BsNFhcIa2ThJ {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #Eb1LIXA4lawf8SvJeTTEoFdoxXNWNhpS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #gdiF3PoFk3B6Aak6Qvmfff1DKSk1sJHy {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #lOP8NPZJIu0Bagua74RzDkZNmXILg2pJ {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #AeQKF67PHvs9NuFMbOuACADaK7U7LuS8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #dTRoTnuH3WAaAJFSQcWwm5I9U3ZiexIm {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #DBTSGSwpSMrqsICzNUGStdPAos5xvgoQ {  }
 }@media only screen and (max-width: 763px) { #Un1hIDHGJKQzWqwOXBR787r6V5bIJMbh { width:31.5625rem;height:2.75rem;top:32.0625rem;left:8.0937509536744rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqOeMrCuKxDUNDuw5q9ktnGhRXX9MUth { width:35.5625rem;height:2.75rem;top:3.9375rem;left:12.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZI778GpoO5gF9IOVJv7rhnxmhkQnRLK { width:34.9375rem;height:4.1875rem;top:11.625rem;left:12.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrg0CokHh2FtdiuoI6G7pLprQ9uxxlrq { width:18.0625rem;height:1.625rem;top:9.5rem;left:22.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upM5usOcSuiEZm1WQioeQr7aftPzS9cO { width:20rem;height:;top:35.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oyni0xi7igfn9XKKVsunTia1QBrMDsfm { display:block; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT4h8xwSGFzkkk3JUcxreTUqCbC3egMg { width:39.0625rem;height:;top:9rem;left:4.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRcwNEk0kZztHD7HTTOS2PkTNnXCphJy { width:42.125rem;height:3.875rem;top:14.25rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2lJ1B5wv9h71kvGBIuirvVewfZqS0uc { top:30.4375rem;left:0rem;width:37.4375rem;height:56.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkWlS2WoznRoBrRp3950nWvF3JnDDnEE { width:26.4375rem;height:0.9375rem;top:35rem;left:10.656250953674rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0WN8zRCoAbb0PIWHmWFlEkJwRNN8Mq5 { top:3.6875rem;left:14.500000953674rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVanntLg7nw3aZNHzbGzsoHkkUu5SyIM { width:31.5625rem;height:2.4375rem;top:39.1875rem;left:8.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 { width:18.5rem;height:5.1875rem;display:flex;top:34.75rem;left:18.125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #gsIZTN2PQVTJqQX9sTEPTRI2TSIL8ktc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #ZrGTx48rkxspI13dbSJnuZfiNsTqpNfD {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #CbISV8vs6URAbqu4gdP0bEs10Sy9mUTl {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #lpi9rhV8k84ndba2UCutPFL2Ruc6SWSg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #T6lTpEJC3we5OXcND8P5OusQDEHET12B {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #L66bUDAFBmfCF8O8JvT13WVHe54uLLd6 {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #k7UUTKAUtk3cWsohDFXNEvlOrfzO1cJP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #kdinZlGOZAoOExPT8DCBwzi6nWTTEuKu {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #BBdTZMFeelEpW7sRM4yQeIATT3a6Xieu {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #wp43oWcuyWiTu5f1LT7CmB4FqSzaVVsP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #KU3Z5HwF6WGvK1ocnQgE9vraX30HKI6u {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #LvcnL7vSUTyZ9gKreU8ttsuMISLxskCT {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm { width:18.8125rem;height:5.27rem;display:flex;top:34.75rem;left:18.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #oSXhpSiOi5ABkz0tEBHedQGoMNeRoZqm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #eTXT1cO164BFZZ2AKWF4RQ3Of7c1TwCh {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #Qy6loPQoHs4hSbgIgMt5rscys6nXqK7J {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #Nzk7A9cNgZuJc4BMlEEfeJkgFb6U3hKO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #tSqOc83oELcaAC1eEoWSV28Q67aHTUod {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #VAoQQrkgdCSs2cCrnDemRuubxAG0FMa2 {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #NOqQsk22igG07hK9q4k3IELlTntbF3NX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #UtMRcVStTM06m3zJ6frMnE2FUT2cvSno {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #LDlg6SybSi20LyZXvLgZgM268CsdD1nC {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #WEPJrl65sMd97Gkz6GbJPwGApiINv6on { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #TUInq8UGtd7WgSQTHDsqsLWIr9l0atQQ {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #sImVZbKxJxlcIEzlEcTsQaCQdICZLW3q {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-regular-label { display:block;width:27rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-text { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-text {padding-top: 0; padding-bottom: 0;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-textarea { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-select { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-select {padding-top: 0; padding-bottom: 0;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-button { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-checkbox-label { width:25.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e  { width:27rem;height:13.625rem;top:18.875rem;left:9.1250009536744rem; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .radio-container { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e {display:block;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e { width:27rem;height:13.625rem;top:18.875rem;left:9.1250009536744rem; }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #ovKQ8U0k9mSZMk22DqNeciEt4MrRDDBP {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #wf7QHW4oMexEvWSfxSaXZFV9pdMl5Va0 {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #NqplqvtQkTg4WcONZf8OsgUZ0s3cbeMT {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #EVggGarJ07ilKOtBiZv4ge5kyQPO455s {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #NLACyUQaH0koTVSN9UwBykkQ30hBSPTC { display:none; }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #BMEe25lCqmfxO8uoI0sRfAhAidXasqqR {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #aVB5WhDlnGf7witb1vZqLTiULdolOTvr {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #rvr5lvIHrOZmcUsgA8Fdi8fN0VTSkDIc {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #imdO3FgBhfCT9NcGXT4SWFDJQsJzB1GC {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #XckvkAeXGulJLa1ra8GKLn65EUscCpVz {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #vmonc8wEJLQQhOhut5L4WTvlqqXVB3EA {  }
 }@media only screen and (max-width: 763px) { #ni2dL8x5zbfJKuOtzskvmu203oZG2Gan { display:block; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7ZilyVLBeWtd7GAsfItvxbqUAAmAXAE { top:5.1875rem;left:16.375000953674rem;width:15rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container { display: none; }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .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) { #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { background-color:#010103;background-image:url("https://images.assets-landingi.com/uc/a2377eca-9f85-423a-9fc3-cb5188d28944/backgroundmobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.adaptive-delivery-prevent-bg, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyload, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyloading { background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { background-color: transparent; background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { border-width: 0; border-radius: 0; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsh4p5T0gqqOF81eT9aVWASZcB2zZP8Q { width:18.875rem;height:7.558625rem;top:13.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bqilUyNyDN6bQO8VT8nzghnuqr6vZzx3 { width:13.75rem;height:2rem;top:10.54921913147rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw2GnQXhvVsvQCQvOedEOS1OaFIiWnN2 { width:20rem;height:1.21875rem;top:30.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtnBTZHhOhcrmHBmx2qyETUalaLTAAhM { width:14.18675rem;height:1.95rem;top:45.5625rem;left:2.8125000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-text {padding-top: 0; padding-bottom: 0;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-select {padding-top: 0; padding-bottom: 0;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv  { width:17.5rem;height:auto;top:30.125rem;left:0rem; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv {display:block;}#zvRmhBTECBQvz2t3OegQ8zae3zkiuctv { width:17.5rem;height:auto;top:30.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #Sai0Qyd03lOZQCqAaiaRwpcqOOLpFOzN {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #P8bbTqOKD31XMZVWyKVZAgW4hutqEZHH {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #L5FVT4TfylhdIaqsxamqVq0O9FFLDMyA {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #nz7Z5s9Wdk4V4kJD1rDC3JOaVvbHoaTR {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #ErZt6qxVTacuUx2co3EhcvwTR2BZuKxQ { display:none; }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #oasWqubedCPuD1872hZGCI4eVIcx7uwe {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #TTtv3otnCA1Avsvra5CVeLal4HfiClid {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #hqgNzFtqBrQFuvyD7ELZAqp3vdrvSvqp {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #kCH3zryShFw9IXmgXUFQeOGvThzNnVf3 {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #QI4zAvk0Dp6EofrckShvCgiMpr71isIC {  }
 }@media only screen and (max-width: 763px) { #zvRmhBTECBQvz2t3OegQ8zae3zkiuctv #Ltli3wS0AIJNIyw1uRtKrWMZr3RL5Mr8 {  }
 }@media only screen and (max-width: 763px) { #vnKIJF22ZoQumc19o5Rfa0XllUm91cNK { width:17.125rem;height:6.499rem;top:22.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RpkU3TfudmsmTnhIJnfnyyNN32BfFX2C { width:2.875rem;height:1.625rem;top:2.3125rem;left:17.124999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFaarXWytJREdO3DsUsasAGyeQ1k6doF { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/30651e07-3f94-4f81-ac5e-e40e79e61aad/masterclass.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF.adaptive-delivery-prevent-bg, #wFaarXWytJREdO3DsUsasAGyeQ1k6doF.lazyload, #wFaarXWytJREdO3DsUsasAGyeQ1k6doF.lazyloading { background-image: none; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container { background-color: transparent; background-image: none; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container > .video-iframe-container { display: none; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row > .video-iframe-container { display: none; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .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); }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container { border-width: 0; border-radius: 0; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFaarXWytJREdO3DsUsasAGyeQ1k6doF > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { background-color:#010104;background-image:none;display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { background-color: transparent; background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .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); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFfrKoLJiMvx7s8MGvrdd46J4pXAVnN2 { width:8.25rem;height:1rem;top:4.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QWyuiFoM7q83mplfI8TtGhcXSmOTHE6s { width:9.25rem;height:1rem;top:10.125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oiLTLuDPwxcHaNSwehT2cr57TxGn4ANF { width:7.9375rem;height:1rem;top:10.125rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JMcT9GT0fgWb6yhtXCvt1UEay6q6uXN6 { display:flex;width:2.1875rem;height:2.1875rem;top:1.625rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #h8rmtLQcScRDXiwFgop3gPyrkx8ZGu7Q { display:flex;width:2.75rem;height:2.75rem;top:7.125rem;left:4.4375rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #wRRO1ZcfaIqq6iTTlT4GoHB4GZqv9JbT { display:flex;width:2.25rem;height:2.25rem;top:7.375rem;left:13.59375rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #b1lM0e34Tl2PKtdfPZDvdtirkN1JtOW9 { display:flex;width:2.4375rem;height:2.4375rem;top:1.5rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #wTLBzLJIbIi3R4fBrnB4o0f4xkHIfvGe { width:8.4375rem;height:1rem;top:4.5625rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gqbdqy349iWhQU0wxOF3BgRt8mktMssV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/30651e07-3f94-4f81-ac5e-e40e79e61aad/masterclass.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV.adaptive-delivery-prevent-bg, #gqbdqy349iWhQU0wxOF3BgRt8mktMssV.lazyload, #gqbdqy349iWhQU0wxOF3BgRt8mktMssV.lazyloading { background-image: none; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container { background-color: transparent; background-image: none; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container > .video-iframe-container { display: none; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row > .video-iframe-container { display: none; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .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); }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container { border-width: 0; border-radius: 0; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqbdqy349iWhQU0wxOF3BgRt8mktMssV > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC { background-color:#010104;background-image:none;display:block; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { background-color: transparent; background-image: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container > .video-iframe-container { display: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row > .video-iframe-container { display: none; }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .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); }#uUgIBPfV8Wbwp73VNixr4LeVWhLDCLmC > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJaO5PDL1vh5KiqTNwCKmxhUUITpRIs6 { width:17.375rem;height:6.25rem;top:1.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iLirsMX5HeOgBUmu5wcp4QraJyXbiuK8 { width:18rem;height:9.098625rem;top:8.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;font-family:geologica;display:block; }
 }@media only screen and (max-width: 763px) { #W3qL0xoezPii8tg0Z2IiAm1if38RUSFn { width:15.75rem;height:2.75rem;top:19.90625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bpa3J9BKyEDG6O2ekwg0avDchrelEwCt { width:19.75rem;height:26.625rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUUc3XyHecZzNsV9QoQR3ThIBEzRN9iB { width:20rem;height:3.1875rem;top:38.360937595368rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhOU9I5gggd7p2QGnAdDNee0vDBtsHTv { width:16.9375rem;height:5.49805rem;top:26.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QsxN3c926MRoynaQdfnkWNxke20SEnEm { width:16.75rem;height:5.49805rem;top:37.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D8QVempTeECuDczHoef4Qt28u9J3hf3D { width:15.8125rem;height:2.475rem;top:23.9375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ChxoHGRdDRhLne8r7VG2TZJHKeLWESPG { width:15.9375rem;height:2.475rem;top:34rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat { background-color:#5617e0;background-image:none;display:block; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { background-color: transparent; background-image: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container > .video-iframe-container { display: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row > .video-iframe-container { display: none; }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .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); }#BTNLpLvZXBNSn5vVu0oetnz7r9tfBBat > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlkTVvzaXZXpwchmluEb2Xu39g3TCo8o { width:17.625rem;height:3.75rem;top:1.43359375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nbDrITXew2rliIssx7fgE78tfnUT7Hip { width:15.125rem;height:2.548825rem;top:8.4375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;color:#66fed6;display:block; }
 }@media only screen and (max-width: 763px) { #Vxoqi203lHRTAH8L2OpWdNQQy6cNPPNB { width:17.875rem;height:3.59765625rem;top:11.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mgTMzF4Cfwh68WRqysCozF6bPvEHcOOB { width:18.0625rem;height:4.796875rem;top:21.859375rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f52qNkD2WqoF9p4RrHiFISZLo7OgoIlG { width:12.0625rem;height:2.548825rem;top:18.8740234375rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;color:#66fed6;display:block; }
 }@media only screen and (max-width: 763px) { #URaq84dvM8dD0iuwoaJppIPvFfQOob6m { width:17.25rem;height:4.796875rem;top:33.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S67DrxvfMRmlRJ3ocER0y4ZbpQHKalyS { width:11.8125rem;height:2.548825rem;top:30.5rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;color:#66fed6;display:block; }
 }@media only screen and (max-width: 763px) { #M2zKyzEy2mPaw7Dc6ylN64NROm9ryATg { width:16.625rem;height:4.796875rem;top:43.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BBGWdAX1Di5e6Kze1JVZafb9K1mZZkRf { width:17.4375rem;height:1.275rem;top:41.875rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;color:#66fed6;display:block; }
 }@media only screen and (max-width: 763px) { #XHs2vT10UKqhBdFeHu4ibTcQkhk6gNm4 { width:15.8125rem;height:3.59765625rem;top:55.5rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xBx2ZK5pP54tgea9ErgygnfUmQD6Rnse { width:15.5625rem;height:2.548825rem;top:52.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;color:#66fed6;display:block; }
 }@media only screen and (max-width: 763px) { #i0PPqntGZergPShnb4CGeN1f3To5dK8h { width:19.75rem;height:10.125rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLtzlw4JK7VNr1QtQPnBhaL0fV0LLWRT { width:19.75rem;height:10.25rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD4k4IEUAwohNERgaAn73s6nhOLOyi0b { width:19.75rem;height:9.6875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5bi8WCoW8KWQFEkcZJWB9cKTxbgdd6 { width:19.75rem;height:9.3125rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSDxLTw3W6ypk1NM8BgaqTetlSE18OeZ { width:19.75rem;height:9.125rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC822mTDHCoRou7JqVH3lH8PQCUVKcAk { width:16.25rem;height:15.0625rem;top:84.43140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXURTx3999JyKdD5O0DS3O8EBZFEnp7y { background-color:#010104;background-image:none;display:block; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { background-color: transparent; background-image: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container > .video-iframe-container { display: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row > .video-iframe-container { display: none; }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .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); }#lXURTx3999JyKdD5O0DS3O8EBZFEnp7y > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9R4ZGgR1GhirGum5ZOGME1IHqAtBuVe { width:19.875rem;height:7.3125rem;top:30.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15016;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MlBmJyODTkTcf9preehpgKoirRFwDaMR { width:20rem;height:1.23721875rem;top:1.8465919494629rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #kGcKnKlrAXdTNaQ05ufx0rkOeuRksUhK { width:20rem;height:1.375rem;top:57.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #LuyvhJAOa89pAqI4X6r5mpcWOo1PFWra { width:20rem;height:2.0625rem;top:59.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #gsOGLul8etoIkliNQgl6gtb85ZwHGZSd { width:20rem;height:18.1960125rem;top:71.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #NsUWansLr8kScl4KJ7hvMxM0UUixOuR1 { width:18.9375rem;height:15.75rem;top:52.3125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15012;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Fe2o1eEVmyfy4xnunEUZPgq2z4S7hzGc { top:0.5810546875rem;left:0rem;width:20rem;height:18.5625rem;z-index:15013;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfQrZVdsbZL0wALLdW1ixzkLDeixrapr { width:14.3125rem;height:3.0234375rem;top:14.3935546875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;z-index:15014;color:#66fed6;font-family:geologica;display:block; }
 }@media only screen and (max-width: 763px) { #NF4GZMaAnttCMhCTwLeIvdRp8n0wraCt { width:20rem;height:1.2375rem;top:18.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;z-index:15015;font-family:geologica;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-number { padding-top:0.460625rem;padding-right:0.398125rem;padding-bottom:0.460625rem;padding-left:0.398125rem;width:2.3875rem;min-width:2.3875rem;height:2.473125rem;font-size:1.840625rem;line-height:39.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #00ff4e;border-left:0.0625rem solid #00ff4e;border-right:0.0625rem solid #00ff4e;border-bottom:0.0625rem solid #00ff4e;color:#00ff4e;font-family:archivo; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.18375rem;height:0.97625rem;font-size:0.69125rem;line-height:15.62px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#00ff4e;font-family:archivo; }
#xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb { width:17.25rem;height:4.783125rem;display:flex;top:76.5rem;left:1.5843750238419rem;z-index:15013;padding-top:0.07375rem;padding-right:0.071875rem;padding-bottom:0.07375rem;padding-left:0.071875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #S1IxFUPorR0HKo1l9fgIbaT7vOSIZi5H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #BWTpSfQpAdP7A1oQ4b02LI0IZxbnTiu7 {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #KJniGehJh86Pg9L5a529LVPm7ZCBSPx5 {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #aHDoIzgk2qa0ruPL76RVW52vOOi3hl1f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #SKfE9xXPT7a7oNdNx2ePogZtHNM7QBOI {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #efDByhG6DlsCQ5s6MBJ0BsNFhcIa2ThJ {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #Eb1LIXA4lawf8SvJeTTEoFdoxXNWNhpS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #gdiF3PoFk3B6Aak6Qvmfff1DKSk1sJHy {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #lOP8NPZJIu0Bagua74RzDkZNmXILg2pJ {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #AeQKF67PHvs9NuFMbOuACADaK7U7LuS8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #dTRoTnuH3WAaAJFSQcWwm5I9U3ZiexIm {  }
 }@media only screen and (max-width: 763px) { #xB5EUK3JRK0TCblBSd1MMWRKmuMWPvHb #DBTSGSwpSMrqsICzNUGStdPAos5xvgoQ {  }
 }@media only screen and (max-width: 763px) { #Un1hIDHGJKQzWqwOXBR787r6V5bIJMbh { width:17.3125rem;height:1.375rem;top:64.4375rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;z-index:15003;font-family:geologica;display:none; }
 }@media only screen and (max-width: 763px) { #uqOeMrCuKxDUNDuw5q9ktnGhRXX9MUth { width:20rem;height:auto;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #OZI778GpoO5gF9IOVJv7rhnxmhkQnRLK { width:20rem;height:6.09375rem;top:20.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15016;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wrg0CokHh2FtdiuoI6G7pLprQ9uxxlrq { width:18.0625rem;height:auto;top:9.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #upM5usOcSuiEZm1WQioeQr7aftPzS9cO { width:20rem;height:1.2375rem;top:28.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;z-index:15016;font-family:geologica;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Oyni0xi7igfn9XKKVsunTia1QBrMDsfm { background-color:#010104;background-image:none;display:block; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { background-color: transparent; background-image: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container > .video-iframe-container { display: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row > .video-iframe-container { display: none; }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .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); }#Oyni0xi7igfn9XKKVsunTia1QBrMDsfm > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT4h8xwSGFzkkk3JUcxreTUqCbC3egMg { width:19.4375rem;height:6.875rem;top:6.9375rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lRcwNEk0kZztHD7HTTOS2PkTNnXCphJy { width:19.125rem;height:9.098625rem;top:15.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2lJ1B5wv9h71kvGBIuirvVewfZqS0uc { width:20rem;height:30.0164375rem;top:81.717186927794rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #nkWlS2WoznRoBrRp3950nWvF3JnDDnEE { width:16.5rem;height:1.95rem;top:40.47500038147rem;left:1.7500000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0WN8zRCoAbb0PIWHmWFlEkJwRNN8Mq5 { width:17.3125rem;height:2.5rem;top:2.2626953125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVanntLg7nw3aZNHzbGzsoHkkUu5SyIM { width:20rem;height:1.58125rem;top:45.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 .widget-text.counter-number { padding-top:0.514375rem;padding-right:0.445rem;padding-bottom:0.514375rem;padding-left:0.445rem;width:2.6675rem;min-width:2.6675rem;height:2.763125rem;font-size:2.055625rem;line-height:44.21px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #cc33ff;border-right:0.0625rem solid #cc33ff;border-bottom:0.0625rem solid #cc33ff;border-left:0.0625rem solid #cc33ff; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5575rem;height:1.09125rem;font-size:0.771875rem;line-height:17.46px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 { width:18.75rem;height:5.329375rem;display:flex;top:6.4375rem;left:0rem;z-index:15012;padding-top:0.0825rem;padding-right:0.080625rem;padding-bottom:0.0825rem;padding-left:0.080625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #gsIZTN2PQVTJqQX9sTEPTRI2TSIL8ktc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #ZrGTx48rkxspI13dbSJnuZfiNsTqpNfD {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #CbISV8vs6URAbqu4gdP0bEs10Sy9mUTl {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #lpi9rhV8k84ndba2UCutPFL2Ruc6SWSg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #T6lTpEJC3we5OXcND8P5OusQDEHET12B {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #L66bUDAFBmfCF8O8JvT13WVHe54uLLd6 {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #k7UUTKAUtk3cWsohDFXNEvlOrfzO1cJP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #kdinZlGOZAoOExPT8DCBwzi6nWTTEuKu {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #BBdTZMFeelEpW7sRM4yQeIATT3a6Xieu {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #wp43oWcuyWiTu5f1LT7CmB4FqSzaVVsP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #KU3Z5HwF6WGvK1ocnQgE9vraX30HKI6u {  }
 }@media only screen and (max-width: 763px) { #eQEnAJBGqWbqKowlpxNtXL4OBK4P11m1 #LvcnL7vSUTyZ9gKreU8ttsuMISLxskCT {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm .widget-text.counter-number { padding-top:0.4075rem;padding-right:0.355rem;padding-bottom:0.4075rem;padding-left:0.355rem;width:2.129375rem;min-width:2.129375rem;height:2.1875rem;font-size:1.628125rem;line-height:35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #66fed6;border-left:0.0625rem solid #66fed6;border-right:0.0625rem solid #66fed6;border-bottom:0.0625rem solid #66fed6;color:#66fed6;font-family:archivo; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.254375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.84rem;height:0.863125rem;font-size:0.61125rem;line-height:13.81px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#66fed6;font-family:archivo; }
#divSGHQLwKffG92wceRIhDLrPTLzdiAm { width:15.375rem;height:4.1875rem;display:flex;top:48.625rem;left:2.25rem;z-index:15014;padding-top:0.065rem;padding-right:0.064375rem;padding-bottom:0.065rem;padding-left:0.064375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #oSXhpSiOi5ABkz0tEBHedQGoMNeRoZqm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #eTXT1cO164BFZZ2AKWF4RQ3Of7c1TwCh {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #Qy6loPQoHs4hSbgIgMt5rscys6nXqK7J {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #Nzk7A9cNgZuJc4BMlEEfeJkgFb6U3hKO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #tSqOc83oELcaAC1eEoWSV28Q67aHTUod {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #VAoQQrkgdCSs2cCrnDemRuubxAG0FMa2 {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #NOqQsk22igG07hK9q4k3IELlTntbF3NX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #UtMRcVStTM06m3zJ6frMnE2FUT2cvSno {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #LDlg6SybSi20LyZXvLgZgM268CsdD1nC {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #WEPJrl65sMd97Gkz6GbJPwGApiINv6on { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #TUInq8UGtd7WgSQTHDsqsLWIr9l0atQQ {  }
 }@media only screen and (max-width: 763px) { #divSGHQLwKffG92wceRIhDLrPTLzdiAm #sImVZbKxJxlcIEzlEcTsQaCQdICZLW3q {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-text {padding-top: 0; padding-bottom: 0;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-select {padding-top: 0; padding-bottom: 0;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e  { width:17.5rem;height:auto;top:24.35000038147rem;left:0rem; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rRb1l2M9inSFNIgD8VwGNDr109zmns4e {display:block;}#rRb1l2M9inSFNIgD8VwGNDr109zmns4e { width:17.5rem;height:auto;top:24.35000038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #ovKQ8U0k9mSZMk22DqNeciEt4MrRDDBP {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #wf7QHW4oMexEvWSfxSaXZFV9pdMl5Va0 {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #NqplqvtQkTg4WcONZf8OsgUZ0s3cbeMT {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #EVggGarJ07ilKOtBiZv4ge5kyQPO455s {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #NLACyUQaH0koTVSN9UwBykkQ30hBSPTC { display:none; }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #BMEe25lCqmfxO8uoI0sRfAhAidXasqqR {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #aVB5WhDlnGf7witb1vZqLTiULdolOTvr {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #rvr5lvIHrOZmcUsgA8Fdi8fN0VTSkDIc {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #imdO3FgBhfCT9NcGXT4SWFDJQsJzB1GC {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #XckvkAeXGulJLa1ra8GKLn65EUscCpVz {  }
 }@media only screen and (max-width: 763px) { #rRb1l2M9inSFNIgD8VwGNDr109zmns4e #vmonc8wEJLQQhOhut5L4WTvlqqXVB3EA {  }
 }@media only screen and (max-width: 763px) { #ni2dL8x5zbfJKuOtzskvmu203oZG2Gan { background-color:#010104;background-image:none;display:block; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { background-color: transparent; background-image: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .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); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7ZilyVLBeWtd7GAsfItvxbqUAAmAXAE { width:12.5625rem;height:1.8125rem;top:1.25rem;left:3.6875rem;display:block; }
 }